- Mobile device friendly responsive layout and menu.
- Uses current CSS standard variables for easy customisation.
- Standalone. No external libraries or fonts currently used.
- Add your own content within the
main
element. - Customize the menu by modifying the
nav-links
list items. - To customize the colors, modify the CSS variables in the
:root
and[data-theme="dark"]
sections ofstyle.css
. - Footer values are taken from meta author tag
meta name="author" content="BRADSEC"
- Edit the
js/bsbase.js
to customise javascript functions.
index.html
: Main HTML filecss/bsbase.css
: CSS Stylesjs/bsbase.js
: JavaScript for handling menu toggling, theme switching and other hlper functions.