-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
16 changed files
with
40 additions
and
42 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=preconnect href=https://fonts.googleapis.com> | ||
<link rel=preconnect href=https://fonts.gstatic.com crossorigin> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/dna.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/[email protected]/dist/reset.min.css> | ||
<style> | ||
|
@@ -30,7 +30,7 @@ | |
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/dna.min.js></script> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/lib-x.min.js></script> | ||
<script defer src=hamburger-menu.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
<script data-on-load=displayVersion> | ||
const displayVersion = () => $('.version-number').text(hamburgerMenu.version); | ||
</script> | ||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
<meta name=description content="About page with a mobile-friendly hamburger drop-down menu"> | ||
<title>HamburgerMenu ☰ Multipage</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=../hamburger-menu.css> | ||
<link rel=stylesheet href=../style.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script defer src=../hamburger-menu.js></script> | ||
<script defer src=../app.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
<meta name=description content="Home page with a mobile-friendly hamburger drop-down menu"> | ||
<title>HamburgerMenu ☰ Multipage</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=../hamburger-menu.css> | ||
<link rel=stylesheet href=../style.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script defer src=../hamburger-menu.js></script> | ||
<script defer src=../app.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
<meta name=description content="Products page with a mobile-friendly hamburger drop-down menu"> | ||
<title>HamburgerMenu ☰ Multipage</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=../../hamburger-menu.css> | ||
<link rel=stylesheet href=../../style.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script defer src=../../hamburger-menu.js></script> | ||
<script defer src=../../app.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
<meta name=description content="X-3000 product page with a mobile-friendly hamburger drop-down menu"> | ||
<title>HamburgerMenu ☰ Multipage</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=../../hamburger-menu.css> | ||
<link rel=stylesheet href=../../style.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script defer src=../../hamburger-menu.js></script> | ||
<script defer src=../../app.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
<meta name=description content="X-3200 product page with a mobile-friendly hamburger drop-down menu"> | ||
<title>HamburgerMenu ☰ Multipage</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=../../hamburger-menu.css> | ||
<link rel=stylesheet href=../../style.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script defer src=../../hamburger-menu.js></script> | ||
<script defer src=../../app.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
<meta name=description content="Support page with a mobile-friendly hamburger drop-down menu"> | ||
<title>HamburgerMenu ☰ Multipage</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=../hamburger-menu.css> | ||
<link rel=stylesheet href=../style.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script defer src=../hamburger-menu.js></script> | ||
<script defer src=../app.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
</head> | ||
<body> | ||
|
||
|
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 |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
<meta name=description content="Single-page web app with a mobile-friendly hamburger drop-down menu"> | ||
<title>HamburgerMenu ☰ Single-Page Web App</title> | ||
<link rel=icon href=https://centerkey.com/graphics/bookmark.png> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1/css/all.min.css> | ||
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2/css/all.min.css> | ||
<link rel=stylesheet href=../hamburger-menu.css> | ||
<link rel=stylesheet href=../style.css> | ||
<script defer src=https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js></script> | ||
<script defer src=../hamburger-menu.js></script> | ||
<script defer src=../app.js></script> | ||
<script>window.onerror = () => document.body.style.background = 'pink';</script> | ||
<script>globalThis.onerror = () => document.body.style.background = 'pink';</script> | ||
</head> | ||
<body class=single-page-app> | ||
|
||
|
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