This project is a template for a personal website, built using HTML, CSS, and JavaScript. You can use this as a starting point to build your own static website — just add your own content, images, and styles.
This template was created from scratch and used by myself in the past. Since then, I've moved on to more dynamic websites using frameworks and databases. I'm keeping this repository online and archived so others can use it as a base for their own projects.
The site that was originally based on this template has changed significantly over time.
index.html– Main page404.html– Error pageassets/img/– Images and iconscss/– CSS filesjs/– JavaScript files
-
Bootstrap – Responsive web design framework
Website – License -
Glightbox – JavaScript lightbox with image/video/iframe support
Website – License
- Download or clone this repository
- Open
index.htmlin your browser - Modify and expand the content however you like
You can run this project using Docker:
docker run -d -p 8080:80 stensel8/web-dev:latestOr use Docker Compose:
docker-compose up --build -dThen open: http://localhost:8080
Docker image: Docker Hub – stensel8/web-dev
This project is released under the MIT License.