Boilerplate code built with HTML5, SASS and JavaScript ES6.
Demo
Report Bug
Table of Contents
This project was built to be a base for other projects and not need to create repeated things from scratch.
Elements that have this base:
- Header: header with links to project sections.
- Section Structure: 4 example sections, with styling to start creating content for that same section.
- Footer: footer fixed on bottom of page.
- Light / Dark: Icon to switch between light and dark themes.
- localStorage: localStorage to store the chosen icon and theme for next access.
- Animation Structure: file with some animations configured using ScrollReveal.
- Styles Structure: cross browser code, use of variables, functions, reset and other code that is imported into the main file.
- Scripts Structure: function separated files within modules that are imported into the main file.
- Smooth Scroll Function: function for smooth scrolling of internal page links.
Technologies used in the project.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Silas Rodrigues - @jinuye1 - silasrodrigues.fatec@gmail.com
Project Link: https://github.com/SilasRodrigues19/SimpleBoilerplate
🔼 Back to top