A simple, organized, and beginner-friendly HTML, CSS, and JavaScript workspace template.
- Responsive starter design
- Light and dark themes
- Mobile navigation
- Semantic, accessible HTML
- Helpful beginner comments
- No frameworks or dependencies
- Open-source contribution templates
- Download this repository or run
git clone YOUR_REPOSITORY_URL. - Open the folder in Visual Studio Code.
- Open
index.htmlin your browser. - Replace the example text and colours with your own content.
No installation or build command is required.
WebStartKit/
├── assets/
│ ├── fonts/
│ ├── icons/
│ └── images/
├── css/
│ └── style.css
├── js/
│ └── script.js
├── pages/
│ └── about.html
├── index.html
├── README.md
├── CONTRIBUTING.md
├── LICENSE
└── .gitignore
- Change the title and text in
index.html. - Change colours at the top of
css/style.css. - Put pictures inside
assets/images/. - Add small interactions inside
js/script.js.
Contributions are welcome. Read CONTRIBUTING.md before opening a pull request.
WebStartKit is available under the MIT License.