bradsec / bsbase

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

Home Page:https://bradsec.github.io/bsbase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://bradsec.github.io/bsbase/

License:MIT License


Languages

Language:CSS 42.7%Language:HTML 32.7%Language:JavaScript 24.6%