cm3 / purecss-sidemenu

Pure.css based simple html template

Home Page:https://cm3.github.io/purecss-sidemenu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure.css Side-menu

Website template based on https://purecss.io/layouts/side-menu/ . The most important improvement is to share the title and menu in menu.js

const title = "Pure.css Side-menu Example";
const menuDict = {
    "Top":"index.html",
    "Page 2":"page2.html",
    "Dummy 3":"#",
    "Dummy 4":"#",
}

Demo is availabe here: https://cm3.github.io/purecss-sidemenu/

Design policy

  • Implement a responsive menu which is written separately.
  • Support latest Chrome, Firefox, Edge, Opera, Safari and IE including mobile browsers. You don't need to support old IE.
  • Keep simple and depend on popular and light-weight libraries only.
  • Especially, keep js concise and readable.

About

Pure.css based simple html template

https://cm3.github.io/purecss-sidemenu/

License:Other


Languages

Language:CSS 44.9%Language:HTML 27.9%Language:JavaScript 27.2%