mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
fix
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
<div class="footerGrid">
|
||||
<div>
|
||||
Card Conjurer By Kyle Burton<br>
|
||||
<input type="checkbox" checked="true" onchange="toggleTooltips(this.checked)" id="tooltipToggler"> Display tooltips<br>
|
||||
Happy Card Conjuring!
|
||||
</div>
|
||||
<div>
|
||||
|
@@ -146,6 +146,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer">
|
||||
<div class="title">Want More Customization?</div>
|
||||
<div class="paragraph indent">
|
||||
If you'd like to try out some more frames, scroll to the bottom of this page and check the box next to "Advanced Borders" - CardConjurer.com will remember this setting, so you only need to do this once per device.
|
||||
</div>
|
||||
<div class="paragraph indent">
|
||||
This version of the website is currently a work in progress, so it doesn't have all the features the original Card Conjurer had. If you'd like to go back to the old version, <a href="old/index.html">click here</a>.
|
||||
</div>
|
||||
|
@@ -20,17 +20,21 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer">
|
||||
<div class="paragraph">
|
||||
<div class="paragraph indent">
|
||||
Users must properly credit any artwork that they upload to the program.
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer">
|
||||
<div class="paragraph indent">
|
||||
By using Card Conjurer, you are agreeing to the storage of cookies on your device. The cookies serve to improve your experience, and store nothing but the settings you have previously input so they can be automatically loaded whenever you revisit the site.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
<div class="footerGrid">
|
||||
<div>
|
||||
Card Conjurer By Kyle Burton<br>
|
||||
<input type="checkbox" checked="true" onchange="toggleTooltips(this.checked)" id="tooltipToggler"> Display tooltips<br>
|
||||
Happy Card Conjuring!
|
||||
</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user