This commit is contained in:
Kyle
2019-11-12 17:09:23 -08:00
parent 95c9701488
commit 5978615ba9
3 changed files with 17 additions and 10 deletions

View File

@@ -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>

View File

@@ -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>-->

View File

@@ -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>