/bsbase

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

Primary LanguageCSSMIT LicenseMIT

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.