mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Housekeeping
- Moving to HTMX integration - Improving links for local use - File structure - Hiding clutter
This commit is contained in:
29
globalHTML/footer.html
Normal file
29
globalHTML/footer.html
Normal file
@@ -0,0 +1,29 @@
|
||||
<!--
|
||||
<footer class='readable-background'>
|
||||
<div>
|
||||
<h4>Card Conjurer</h4>
|
||||
<h5><a href='https://twitter.com/ImKyle4815' target='_blank'>Twitter</a></h5>
|
||||
<h5><a href='https://www.patreon.com/KyleBurton' target='_blank'>Patreon</a></h5>
|
||||
<h5><a href='mailto:cardconjurermtg@gmail.com' target='_blank'>Email</a></h5>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Navigation</h4>
|
||||
<h5><a href='/'>Home</a></h5>
|
||||
<h5><a href='/creator'>Creator</a></h5>
|
||||
<h5><a href='/print'>Print</a></h5>
|
||||
<h5><a href='/theme'>Theme Editor</a></h5>
|
||||
<h5><a href='/askurza'>Ask Urza</a></h5>
|
||||
<h5><a href='/phyrexian'>Phyrexian Generator</a></h5>
|
||||
<h5><a href='/about'>About</a></h5>
|
||||
<h5><a href='/gallery'>Gallery</a></h5>
|
||||
<h5><a href='/theme'>Theme Editor</a></h5>
|
||||
</div>
|
||||
<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 © <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>
|
Reference in New Issue
Block a user