-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fred Heusschen
committed
Apr 4, 2022
1 parent
a68a3ed
commit 3e2210a
Showing
12 changed files
with
115 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="author" content="www.frebsite.nl" /> | ||
<meta content="width=600px user-scalable=yes" name="viewport" /> | ||
<meta name="robots" content="noindex, nofollow" /> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="author" content="www.frebsite.nl" /> | ||
<meta content="width=600px user-scalable=yes" name="viewport" /> | ||
<meta name="robots" content="noindex, nofollow" /> | ||
|
||
<title>mmenu.js, app look-alike menus with sliding submenus.</title> | ||
<title>mmenu.js, app look-alike menus with sliding submenus.</title> | ||
|
||
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pacifico" /> | ||
<link type="text/css" rel="stylesheet" href="demo/css/site.css" /> | ||
</head> | ||
<body> | ||
<div id="wrapper"> | ||
<div class="phone"> | ||
<iframe name="phone" src="demo/advanced.html" frameborder="0" width="320" height="480"></iframe> | ||
</div> | ||
<div id="page"> | ||
<h1>mmenu</h1> | ||
<p>The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and web-app.</p> | ||
<p>Check out the example on the left or <a href="https://mmenujs.com/examples.html" target="_blank">play around with the options</a>.</p> | ||
<p>For the full documentation please visit: <a href="https://mmenujs.com" target="_blank">mmenujs.com</a></p> | ||
<p>There also is a <a href="http://mmenujs.com/wordpress-plugin">WordPress plugin available</a>.</p> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
<link | ||
type="text/css" | ||
rel="stylesheet" | ||
href="http://fonts.googleapis.com/css?family=Pacifico" | ||
/> | ||
<link type="text/css" rel="stylesheet" href="demo/css/site.css" /> | ||
</head> | ||
<body> | ||
<div class="phone"> | ||
<iframe | ||
name="phone" | ||
src="demo/advanced.html" | ||
frameborder="0" | ||
width="320" | ||
height="480" | ||
></iframe> | ||
</div> | ||
<div class="page"> | ||
<h1>mmenu</h1> | ||
<p> | ||
The best javascript plugin for app look-alike on- and off-canvas | ||
menus with sliding submenus for your website and web-app. | ||
</p> | ||
<p> | ||
Check out the example on the left or | ||
<a href="https://mmenujs.com/examples.html" target="_blank" | ||
>play around with the options</a | ||
>. | ||
</p> | ||
<p> | ||
For the full documentation please visit: | ||
<a href="https://mmenujs.com" target="_blank">mmenujs.com</a> | ||
</p> | ||
<p> | ||
There also is a | ||
<a href="http://mmenujs.com/wordpress-plugin" | ||
>WordPress plugin available</a | ||
>. | ||
</p> | ||
</div> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "mmenu-js", | ||
"version": "9.1.4", | ||
"version": "9.1.5", | ||
"main": "dist/mmenu.js", | ||
"module": "src/mmenu.js", | ||
"author": "Fred Heusschen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters