mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
footer
This commit is contained in:
@@ -41,58 +41,20 @@
|
||||
<button onclick='generateSVGs()'>Generate & Download SVGs</button>
|
||||
</div>
|
||||
<div class="layer darkLayer slideFromLeft">
|
||||
<div class="paragraph indent">
|
||||
<div class="indent">
|
||||
Currently this box generator only supports odd numbers of tabs and single-row boxes with sliding lids. Hopefully in the future I'll add more options!
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer slideFromRight">
|
||||
<div class="paragraph indent">
|
||||
<div class="indent">
|
||||
Before laser cutting, you'll have to adjust the stroke width and color, as well as scale SVG correctly. Note down the PPI (default is 72) when you download the SVGs. In case you forget which PPI you used, the margins on the SVG files are one inch.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="data/site/other/boxGenerator/boxGenerator.js"></script>
|
||||
</body>
|
||||
<footer>
|
||||
<div class='footer'>
|
||||
<div>
|
||||
<div>Theme</div>
|
||||
<hr>
|
||||
<div>
|
||||
<select id='inputColorPalette' onchange='loadScript("data/scripts/palettes/" + this.value + ".js")'>
|
||||
<option value='lightMode'>Light Mode</option>
|
||||
<option value='darkMode'>Dark Mode</option>
|
||||
<option value='dayRave'>Day Rave</option>
|
||||
<option value='nightRave'>Night Rave</option>
|
||||
<option value='scholarMode'>Scholar Mode</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Navigation</div>
|
||||
<hr>
|
||||
<div>
|
||||
<a href='index.html'>Card Creator</a><br>
|
||||
<a href='life.html'>Life Counter</a><br>
|
||||
<a href='askscryfall.html'>Ask Scryfall</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Legal</div>
|
||||
<hr>
|
||||
<div>
|
||||
<a href='termsofuse.html'>Terms of Use</a><br>
|
||||
<a href='disclaimer.html'>Disclaimer</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div>Contact</div>
|
||||
<hr>
|
||||
<div>
|
||||
<label class="truncate"><a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=CardConjurerMTG@gmail.com&su=Card%20Conjurer&tf=1" target="_blank">CardConjurerMTG@gmail.com</a></label>
|
||||
</div>
|
||||
</div>
|
||||
<script defer src="data/scripts/animations.js"></script>
|
||||
</div>
|
||||
<footer id='footer'>
|
||||
<script async src='data/scripts/footer.js'></script>
|
||||
<script defer src="data/scripts/animations.js"></script>
|
||||
</footer>
|
||||
<html>
|
||||
|
Reference in New Issue
Block a user