mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -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>
|
||||
@@ -54,4 +53,4 @@
|
||||
</div>
|
||||
</footer>
|
||||
<script src="data/scripts/colors.js"></script>
|
||||
<html>
|
||||
<html>
|
||||
|
@@ -146,9 +146,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer">
|
||||
<div class="title">Want More Customization?</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>.
|
||||
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>
|
||||
</div>
|
||||
<!-- <div class="layer">-->
|
||||
<!-- <div class="title">How You Can Help</div>-->
|
||||
|
@@ -19,18 +19,22 @@
|
||||
This program is for creative purposes only. It is intended only to be used for personal reasons, and not for commercial production or sale.
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer">
|
||||
<div class="paragraph">
|
||||
Users must properly credit any artwork that they upload to the program.
|
||||
</div>
|
||||
</div>
|
||||
<div class="layer">
|
||||
<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>
|
||||
@@ -46,4 +50,4 @@
|
||||
</div>
|
||||
</footer>
|
||||
<script src="data/scripts/colors.js"></script>
|
||||
<html>
|
||||
<html>
|
||||
|
Reference in New Issue
Block a user