This commit is contained in:
Kyle
2019-11-28 20:05:13 -08:00
parent 25bbfa35b9
commit cf1e8fe0a3
5 changed files with 80 additions and 18 deletions

View File

@@ -28,8 +28,8 @@
<div id="framePicker" class="frameGrid"></div>
<div id="maskPicker"></div>
</div>
<button onclick="addFrameToCardMaster()">Add</button><button onclick="addFrameToCardMaster(true)">Add To Right Half</button>
<div id="cardMaster" onchange="cardMasterUpdated()"></div>
<button onclick="addFrameToCardMaster()">Add</button><button onclick="addFrameToCardMaster(' - Right')">Add To Right Half</button>
<div id="cardMaster"></div>
</div>
<div class="tabContent mainEditor" id="text">
oh cool some text!
@@ -59,9 +59,9 @@
</div>
<div class="layer">
<div class="title">Want More Customization?</div>
<div class="paragraph indent">
<!-- <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> -->
<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>