
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
hamfull-menu
Advanced tools
An hamburger-like menu, when you click over it the menu appears in fullwindow. No javascript libraries requested. Written in SASS.
An hamburger-like menu, when you click over it the menu appears in fullwindow. No javascript libraries requested. Written in SASS.


You can found a demo page in this repository.
To get it locally:
git clone https://github.com/NeckersBOX/hamfull-menu
than open demo.html in your browser.
There are three ways to get hamfull:
hamfull.min.css inside your project._config.scss than do gulp sass.npm install --save hamfull-menu.First step, link to the css file.
<link rel="stylesheet" href="/path/to/hamfull.min.css" />
Next step, build your menu:
<input type="checkbox" id="hamfull-expand" />
<label class="hamfull" for="hamfull-expand">
<i class="material-icons">menu</i>
<ul>
<li><a href="#">page..</a></li>
<li><a href="#">page..</a></li>
...
</ul>
</label>
The first input and the label tags were here for this reason. Instead of material-icons you can use every library you want, the only important thing is to use always the <i></i> tag.
To configure the style (color, animations duration, ...) see the sass/_config.scss file.
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.