- CSS 45.7%
- JavaScript 34.3%
- HTML 19.8%
- Dockerfile 0.2%
Generated automatically with structured sections (overview, project structure, installation, usage, contributing, license, repository links). Original README content preserved under "Original README". |
||
|---|---|---|
| categories | ||
| css | ||
| fonts | ||
| images | ||
| js | ||
| mermaid | ||
| tags | ||
| 404.html | ||
| Dockerfile | ||
| index.html | ||
| index.json | ||
| index.xml | ||
| README.md | ||
| sitemap.xml | ||
www.deployview.com-old
Overview
Static website for DeployView Limited - From Idea to Production.
Detected project type: Docker.
At a glance
- Default branch:
master - Visibility: public
- Size: 3.3 MB
- Created: 2026-04-16
- Last updated: 2026-04-27
- Stars / Forks / Open issues: 0 / 0 / 0
Languages
| Language | Bytes | Share |
|---|---|---|
| CSS | 55,609 bytes | 45.7% |
| JavaScript | 41,643 bytes | 34.2% |
| HTML | 24,100 bytes | 19.8% |
| Dockerfile | 266 bytes | 0.2% |
Repository structure
categories/css/fonts/images/js/mermaid/tags/404.html(1,946 B)Dockerfile(266 B)index.html(7,268 B)index.json(910 B)index.xml(504 B)README.md(1,797 B)sitemap.xml(434 B)
Getting started
Clone the repository:
git clone https://forgejo.deployview.com/ssa/www.deployview.com-old.git
cd www.deployview.com-old
Installation
docker build -t image-name .
docker run --rm -it image-name
# or with compose
docker compose up -d
Usage
After building, run the container with the command shown above. Mount volumes and forward ports as required by the application.
Original README
The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.
DeployView Limited Website
Static website for DeployView Limited - From Idea to Production.
Overview
This repository contains the source code for the official DeployView Limited website at https://www.deployview.com.
DeployView Limited provides a broad range of services, solutions and best practices to help organizations transform their IT departments into coherent, agile units that can meet business demands.
Features
- Static site built with Hugo 0.48
- Responsive design
- Service catalog and expertise showcase
- Contact information for IT consulting services
Services
Run your IT as a business with highly automated processes that:
- Lower your costs
- Reduce your risks
- Enable rapid adoption of future IT trends
Contact
For questions or inquiries, please contact:
- Email: hello@deployview.com
- Phone: +44(0)7419872692
Structure
.
├── 404.html # Custom 404 page
├── categories/ # Category pages
├── css/ # Stylesheets
├── fonts/ # Font files
├── images/ # Image assets
├── index.html # Home page
├── index.json # Site data (JSON-LD)
├── index.xml # RSS feed
├── js/ # JavaScript files
├── mermaid/ # Mermaid diagrams
├── sitemap.xml # Sitemap
└── tags/ # Tag pages
Technologies
- Static Site Generator: Hugo 0.48
- Frontend: jQuery 2.x, Font Awesome, Featherlight, Perfect Scrollbar
- CSS Framework: Custom theme with Hybrid CSS
Deployment
This is a static website. Deploy by serving the files from any web server or CDN.
License
© DeployView Limited. All rights reserved.
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
Please follow the existing code style and include tests or reproduction steps where relevant.
License
No LICENSE file is currently present in this repository. Treat the contents as all rights reserved by the author until an explicit license is added. If you intend to share or accept contributions, consider adding an OSI-approved license such as MIT, Apache-2.0, or GPL-3.0.
Repository
- Browse: https://forgejo.deployview.com/ssa/www.deployview.com-old
- Clone (HTTPS):
https://forgejo.deployview.com/ssa/www.deployview.com-old.git - Clone (SSH):
ssh://git@forgejo.deployview.com:30143/ssa/www.deployview.com-old.git
This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.