Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Stensel8/Web-Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Dev - Static Website Template – HTML, CSS & JavaScript

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.

Contents

  • index.html – Main page
  • 404.html – Error page
  • assets/img/ – Images and icons
  • css/ – CSS files
  • js/ – JavaScript files

Frameworks and Libraries Used

How to Use

  1. Download or clone this repository
  2. Open index.html in your browser
  3. Modify and expand the content however you like

Docker / Docker Compose

You can run this project using Docker:

docker run -d -p 8080:80 stensel8/web-dev:latest

Or use Docker Compose:

docker-compose up --build -d

Then open: http://localhost:8080

Docker image: Docker Hub – stensel8/web-dev

License

This project is released under the MIT License.

About

Just for fun. Built with Bootstrap 5 & JavaScript for personal use. Not intended for professional and/or production use.

Resources

License

Stars

Watchers

Forks

Contributors