mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
global HTML
This commit is contained in:
20
globalHTML/menu.php
Normal file
20
globalHTML/menu.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg width="100%" height="100%" viewBox="0 0 100 100" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" class='hamburger' onclick='toggleMenu()'>
|
||||
<path class='line1' d="M10,18L90,18L10,82" />
|
||||
<path class='line3' d="M10,82L90,82L10,18" />
|
||||
<path class='line2' d="M10,50L90,50" />
|
||||
</svg>
|
||||
<div class='circle'></div>
|
||||
<div class='menu menu-hidden'>
|
||||
<div class='main-menu'>
|
||||
<h2>Navigation</h2>
|
||||
<h3><a href='/'>Home</a></h3>
|
||||
<h3><a href='/creator'>Card Creator</a></h3>
|
||||
<!-- <h3><a href='/'>Card Gallery</a></h3> -->
|
||||
<h3><a href='/askurza'>Ask Urza 2.0</a></h3>
|
||||
<!-- <h3><a href='/'>About Me</a></h3> -->
|
||||
<h3><a href='/legal'>Legal</a></h3>
|
||||
<h2>External Links</h2>
|
||||
<h3><a href='https://twitter.com/ImKyle4815' target='_blank'>Twitter</a></h3>
|
||||
<h3><a href='https://www.patreon.com/KyleBurton' target='_blank'>Patreon</a></h3>
|
||||
</div>
|
||||
</div>
|
After Width: | Height: | Size: 963 B |
Reference in New Issue
Block a user