Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 991 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 991 Bytes

MyMenu

This application simply converts a short JS code like this :

menuTitle = "MyMenu";

flatMenu = [
    "Google",
    "- Gmail : https://mail.google.com",
    "- Agenda : https://www.google.com/calendar",
    "- Drive : https://drive.google.com",
    "Tools",
    "- TodoIst : https://todoist.com/app?lang=fr",
    "- Trello : https://trello.com/",
    "- Claroline : http://claroline.dark-sides.com",
    "- GitHub : https://github.com/",
    "- Cloud 9 : https://c9.io/",
    "- OVH",
    "-- Manager v3 : https://www.ovh.com/managerv3/",
    "-- Manager Cloud : https://www.ovh.com/manager/web/login.html",
    "Social",
    "- Facebook : https://www.facebook.com/",
    "- Google+ : https://plus.google.com/",
];

into a bootstrap menu like this :

menu screenshot

Demo : http://agent-22.github.io/MyMenu