Skip to content
/ bsbase Public

A simple responsive mobile friendly baseline HTML, CSS, and JS Template

License

Notifications You must be signed in to change notification settings

bradsec/bsbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSBase - A simple responsive mobile friendly baseline HTML CSS JS Template

Features

  • Mobile device friendly responsive layout and menu.
  • Uses current CSS standard variables for easy customisation.
  • Standalone. No external libraries or fonts currently used.

Usage

  • 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 of style.css.
  • Footer values are taken from meta author tag meta name="author" content="BRADSEC"
  • Edit the js/bsbase.js to customise javascript functions.

Structure

  • index.html: Main HTML file
  • css/bsbase.css: CSS Styles
  • js/bsbase.js: JavaScript for handling menu toggling, theme switching and other hlper functions.