Skip to content

Instantly share code, notes, and snippets.

View appdevb's full-sized avatar

EL Bethuel appdevb

View GitHub Profile
@appdevb
appdevb / Magento2.md
Created February 5, 2020 21:44 — forked from JeansBolong/Magento2.md
Magento2 CheatSheet

Magento 2 tutorial

http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/bk-frontend-dev-guide.html
https://www.creare.co.uk/blog/magento/theming-in-magento-2-part-1
https://www.creare.co.uk/blog/magento/theming-in-magento-2-part-2
http://alanstorm.com/category/magento-2/

I have installed Magento 2 successfully, but icons are not displaying and not able to click anywhere in backend.

Please try running following command.

@appdevb
appdevb / index.html
Created December 4, 2019 07:41 — forked from medienvp/index.html
A CodePen by medienvp. MVP Menu Bottom - App-like menu bar at the bottom of the screen. Uses flexbox with a fallback for IE as well as bootstrap for the glyphicons. Is responsive (try). Detaches from the bottom when the screen gets too small.
<nav class="mvp-menu-bottom">
<ul>
<li>
<a href="#">
<span class="icon icon-home icon-white">&nbsp;</span>
Dashboard
</a>
</li>
<li>
<a href="#" class="active">