This commit is contained in:
Kyle
2020-07-06 10:35:53 -07:00
parent e43f61f436
commit 605e3b18b4
5 changed files with 66 additions and 9 deletions

View File

@@ -41,12 +41,22 @@
</div> </div>
<div class="layer darkLayer slideFromLeft"> <div class="layer darkLayer slideFromLeft">
<div class="indent"> <div class="indent">
Ask Scryfall is a replacement for AskUrza.com that periodically compiles all planeswalker abilities (using Scryfall) and sorts them into three categories for use with Urza, Academy Headmaster. This allows for much more unpredictability and, in my opinion, much more fun. Ask Scryfall is a replacement for AskUrza.com that periodically compiles all planeswalker abilities (using Scryfall) and sorts them into three categories for use with Urza, Academy Headmaster. This allows for much more unpredictability and, in my opinion, much more fun. To use Ask Scryfall, simply click on the +1, -1, or -6, and let the gods of chaos decide your fate!
</div> </div>
</div> </div>
<div class="layer slideFromRight"> <div class="layer">
<div class="indent"> <div class='ad'>
To use Ask Scryfall, simply click on the +1, -1, or -6, and let the gods of chaos decide your fate! <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- adHorizontalOne -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8226515140557560"
data-ad-slot="7142663356"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div> </div>
</div> </div>
</div> </div>

View File

@@ -186,6 +186,19 @@
<div class='downloadCardImage'> <div class='downloadCardImage'>
<a onclick="downloadCardImage(this)" id="downloadCardImage" href="" target="_blank" download="card.png">Download</a> <a onclick="downloadCardImage(this)" id="downloadCardImage" href="" target="_blank" download="card.png">Download</a>
</div> </div>
<div class='ad'>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- adHorizontalOne -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8226515140557560"
data-ad-slot="7142663356"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div> </div>
</div> </div>
<div class='layer darkLayer slideFromRight'> <div class='layer darkLayer slideFromRight'>

View File

@@ -40,7 +40,22 @@
</div> </div>
</div> </div>
</div> </div>
<div class='layer darkLayer slideFromLeft'> <div class='layer darkLayer'>
<div class='ad'>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- adHorizontalOne -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8226515140557560"
data-ad-slot="7142663356"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div class='layer slideFromLeft'>
<div class='cardLayerGrid'> <div class='cardLayerGrid'>
<div> <div>
<div class='layerTitle'> <div class='layerTitle'>
@@ -53,6 +68,21 @@
<img src='data/site/images/samples/sampleCustomize.png' id='sampleCustomize'> <img src='data/site/images/samples/sampleCustomize.png' id='sampleCustomize'>
</div> </div>
</div> </div>
<div class='layer darkLayer'>
<div class='ad'>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- adHorizontalOne -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-8226515140557560"
data-ad-slot="4606153449"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div class='layer slideFromRight'> <div class='layer slideFromRight'>
<div class='cardLayerGrid'> <div class='cardLayerGrid'>
<img src='data/site/images/samples/sampleBling.png' id='sampleBling'> <img src='data/site/images/samples/sampleBling.png' id='sampleBling'>

View File

@@ -35,14 +35,14 @@
This is not a real translator. It simply detects paragraphs and sentences, then randomly converts characters to phyrexian. Once you have the copied text, drop it into the <a href='creator.html'>Card Creator</a> following {fontphyrexian} wherever you'd like! This is not a real translator. It simply detects paragraphs and sentences, then randomly converts characters to phyrexian. Once you have the copied text, drop it into the <a href='creator.html'>Card Creator</a> following {fontphyrexian} wherever you'd like!
</div> </div>
</div> </div>
<div class="layer slideFromRight"> <div class="layer">
<div> <div class='ad'>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- responsiveAd --> <!-- adHorizontalOne -->
<ins class="adsbygoogle" <ins class="adsbygoogle"
style="display:block" style="display:block"
data-ad-client="ca-pub-8226515140557560" data-ad-client="ca-pub-8226515140557560"
data-ad-slot="2171561790" data-ad-slot="7142663356"
data-ad-format="auto" data-ad-format="auto"
data-full-width-responsive="true"></ins> data-full-width-responsive="true"></ins>
<script> <script>

View File

@@ -79,6 +79,10 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
.ad {
text-align: center;
}
.title { .title {
text-align: center; text-align: center;
font: 2.5rem 'belerenbsc'; font: 2.5rem 'belerenbsc';