This commit is contained in:
Kyle
2020-12-25 17:39:40 -08:00
parent 6a2999f0ac
commit bb8fddcb45
6 changed files with 29 additions and 34 deletions

View File

@@ -39,7 +39,7 @@
</div>
</div>
<!-- Regular stuff -->
<div class='creator-grid'>
<div class='creator-grid margin-bottom-large'>
<canvas class='creator-canvas box-shadow' id='previewCanvas' width='750' height='1050'></canvas>
<div class='creator-menu box-shadow'>
<div id='creator-menu-tabs' class='creator-menu-tabs'>
@@ -313,21 +313,18 @@
</div>
</div>
</div>
<div class='padding'></div>
<div class='layer readable-background margin-bottom'>
<div class='layer readable-background margin-bottom-large'>
<h1 class='center margin-bottom'>Share your cards</h1>
<h4>
I'd love to see the cards you're making, and I'm sure that others would too! Post a picture on Twitter with the hashtag <a style='color: #00aced;' href="https://twitter.com/search?q=%23CardConjurer&src=typed_query&f=live" target='_blank'>#CardConjurer</a>, or just check out what others have made!
</h4>
</div>
<div class='margin-bottom padding'></div>
<div class='layer readable-background margin-bottom'>
<div class='layer readable-background margin-bottom-large'>
<h1 class='center margin-bottom'>How you can help</h1>
<h4>
Between hosting fees and paying for the domain, running Card Conjurer can take its toll. Plus, as a student on a tight budget, it can be hard to afford Magic. If you've enjoyed using Card Conjurer and would like to help me out, please consider joining my <a style='color: #f96854;' href="https://www.patreon.com/KyleBurton" target='_blank'>Patreon</a>. And if you'd like to make a one-time donation instead, I have a <a style='color: #3b7bbf;' href="https://www.paypal.me/kyleburtondonate" target='_blank'>PayPal</a> as well. Any assistance is greatly appreciated, even if it's simply checking out my <a style='color: #00aced;' href="https://twitter.com/ImKyle4815" target='_blank'>Twitter</a>!
</h4>
</div>
<div class='margin-bottom padding'></div>
</div>
<script defer src='/js/creator.js'></script>
<?php include('../globalHTML/footer.php'); ?>