https://github.com/stensel8/web-dev
Just for fun. Built with Bootstrap 5.3.3 & JavaScript for personal use. Not intended for professional and/or production use.
https://github.com/stensel8/web-dev
bootstrap css html html5 javascript personal-site web webdevelopment
Last synced: 2 months ago
JSON representation
Just for fun. Built with Bootstrap 5.3.3 & JavaScript for personal use. Not intended for professional and/or production use.
- Host: GitHub
- URL: https://github.com/stensel8/web-dev
- Owner: Stensel8
- License: mit
- Created: 2024-04-18T22:39:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T19:59:39.000Z (over 1 year ago)
- Last Synced: 2025-02-23T20:33:14.320Z (over 1 year ago)
- Topics: bootstrap, css, html, html5, javascript, personal-site, web, webdevelopment
- Language: CSS
- Homepage: https://stentijhuis.nl
- Size: 6.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- **Bootstrap** – Responsive web design framework
[Website](https://getbootstrap.com/) – [License](https://github.com/twbs/bootstrap/blob/main/LICENSE)
- **Boxicons** – Web-friendly icon set
[Website](https://boxicons.com/) – [License](https://github.com/atisawd/boxicons/blob/master/LICENSE)
- **Remix Icon** – Open-source icon system
[Website](https://remixicon.com/) – [License](https://github.com/Remix-Design/RemixIcon/blob/master/LICENSE)
- **Glightbox** – JavaScript lightbox with image/video/iframe support
[Website](https://biati-digital.github.io/glightbox/) – [License](https://github.com/biati-digital/glightbox/blob/master/LICENSE.md)
- **Swiper** – Mobile-first touch slider
[Website](https://swiperjs.com/) – [License](https://github.com/nolimits4web/swiper/blob/master/LICENSE)
## 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:
```bash
docker run -d -p 8080:80 stensel8/web-dev:latest
```
Or use Docker Compose:
```bash
docker-compose up --build -d
```
Then open: [http://localhost:8080](http://localhost:8080)
Docker image: [Docker Hub – stensel8/web-dev](https://hub.docker.com/r/stensel8/web-dev)
## License
This project is released under the [MIT License](LICENSE).