mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 12:54:57 -05:00
Housekeeping
- Moving to HTMX integration - Improving links for local use - File structure - Hiding clutter
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!--
|
||||
<footer class='readable-background'>
|
||||
<div>
|
||||
<h4>Card Conjurer</h4>
|
||||
@@ -20,8 +21,9 @@
|
||||
<div>
|
||||
<h4>Legal</h4>
|
||||
<h5><a href='/legal'>Terms and Conditions</a></h5>
|
||||
<p>We are neither affiliated with, sponsored by, nor endorsed by Wizards of the Coast. Fonts, Mana symbols, card images, and other related images are trademarks and copyrights of Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc.<br>We are neither affiliated with, sponsored by, nor endorsed by Legend Story Studios. Fonts, icons, card images, and other related images are trademarks and copyrights of Legend Story Studios.<br>We are neither affiliated with, sponsored by, nor endorsed by Scryfall LLC.<br>All user-uploaded material is property of the original artist, and it is the user's responsibility to ensure that these materials are properly credited.<br>All other content Copyright © <?php echo date("Y"); ?> Card Conjurer.<br>For more information on the Disclaimer or Terms and Conditions, please click the link above.</p>
|
||||
<p>We are neither affiliated with, sponsored by, nor endorsed by Wizards of the Coast. Fonts, Mana symbols, card images, and other related images are trademarks and copyrights of Wizards of the Coast, LLC, a subsidiary of Hasbro, Inc.<br>We are neither affiliated with, sponsored by, nor endorsed by Legend Story Studios. Fonts, icons, card images, and other related images are trademarks and copyrights of Legend Story Studios.<br>We are neither affiliated with, sponsored by, nor endorsed by Scryfall LLC.<br>All user-uploaded material is property of the original artist, and it is the user's responsibility to ensure that these materials are properly credited.<br>All other content Copyright © <script> document.write(new Date().toLocaleDateString()); </script> Card Conjurer.<br>For more information on the Disclaimer or Terms and Conditions, please click the link above.</p>
|
||||
</div>
|
||||
</footer>
|
||||
-->
|
||||
</body>
|
||||
</html>
|
@@ -3,21 +3,19 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="<?php echo $desc; ?>">
|
||||
<meta name="keywords" content="mtg, magic, card, creator, custom, maker">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<link rel="stylesheet" href="/css/reset.css">
|
||||
<link rel="stylesheet" href="/css/style-9.css">
|
||||
<link rel="shortcut icon" href="/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="shortcut icon" href="/core/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/core/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/core/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/core/favicon-16x16.png">
|
||||
<link rel="manifest" href="/core/site.webmanifest">
|
||||
<script src='/js/themes.js'></script>
|
||||
<script defer src='/js/main-1.js'></script>
|
||||
<title><?php echo $title; ?></title>
|
||||
</head>
|
||||
<body>
|
||||
<div class='background'></div>
|
||||
@@ -25,7 +23,11 @@
|
||||
<h1 class='title center'>CARD CONJURER</h1>
|
||||
</header>
|
||||
<div>
|
||||
<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()'>
|
||||
<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" />
|
||||
@@ -43,11 +45,6 @@
|
||||
<h3><a href='/gallery'>Gallery</a></h3>
|
||||
<h3><a href='/theme'>Theme Editor</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>
|
||||
<h2>Contact</h2>
|
||||
<h3><a href='mailto:cardconjurermtg@gmail.com' target='_blank'>Email</a></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class='notification-container'></div>
|
Reference in New Issue
Block a user