upgrayedd

This commit is contained in:
Kyle
2020-04-23 11:59:50 -07:00
parent aa05825ac9
commit c5fc8182f9
18 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
lazyLoad([[], [], [], [], [], [], [], []])
function lazyLoad(imageList = []) {
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 KiB

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 857 KiB

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 681 KiB

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 KiB

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 KiB

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 KiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@@ -197,17 +197,17 @@
<div> <div>
<div class='layerTitle'>Welcome to Card Conjurer</div> <div class='layerTitle'>Welcome to Card Conjurer</div>
<div class='fiveSampleCards'> <div class='fiveSampleCards'>
<div><img src='data/site/images/samples/sample1.png' alt='loading sample...' class='sample1'></div> <div><img src='data/site/images/samples/sample1.png' alt='loading sample...' class='sample1' id='sample1'></div>
<div><img src='data/site/images/samples/sample2.png' alt='loading sample...' class='sample2'></div> <div><img src='data/site/images/samples/sample2.png' alt='loading sample...' class='sample2' id='sample2'></div>
<div><img src='data/site/images/samples/sample3.png' alt='loading sample...' class='sample3'></div> <div><img src='data/site/images/samples/sample3.png' alt='loading sample...' class='sample3' id='sample3'></div>
<div><img src='data/site/images/samples/sample4.png' alt='loading sample...' class='sample4'></div> <div><img src='data/site/images/samples/sample4.png' alt='loading sample...' class='sample4' id='sample4'></div>
<div><img src='data/site/images/samples/sample5.png' alt='loading sample...' class='sample5'></div> <div><img src='data/site/images/samples/sample5.png' alt='loading sample...' class='sample5' id='sample5'></div>
</div> </div>
</div> </div>
</div> </div>
<div class='layer slideFromRight'> <div class='layer slideFromRight'>
<div class='cardLayerGrid'> <div class='cardLayerGrid'>
<img src='data/site/images/samples/sampleVariety.png'> <img src='data/site/images/samples/sampleVariety.png' id='sampleVariety'>
<div> <div>
<div class='layerTitle'> <div class='layerTitle'>
Choose From A Variety Of Card Frames Choose From A Variety Of Card Frames
@@ -228,12 +228,12 @@
With Card Conjurer's level of customization, you'll have endless options when designing your dream cards With Card Conjurer's level of customization, you'll have endless options when designing your dream cards
</div> </div>
</div> </div>
<img src='data/site/images/samples/sampleCustomize.png'> <img src='data/site/images/samples/sampleCustomize.png' id='sampleCustomize'>
</div> </div>
</div> </div>
<div class='layer slideFromRight'> <div class='layer slideFromRight'>
<div class='cardLayerGrid'> <div class='cardLayerGrid'>
<img src='data/site/images/samples/sampleBling.png'> <img src='data/site/images/samples/sampleBling.png' id='sampleBling'>
<div> <div>
<div class='layerTitle'> <div class='layerTitle'>
Or Bling Out Existing Favorites Or Bling Out Existing Favorites
@@ -269,7 +269,7 @@
<script defer src="data/scripts/sortable.js"></script> <script defer src="data/scripts/sortable.js"></script>
<script defer src="data/scripts/main.js"></script> <script defer src="data/scripts/main.js"></script>
<script defer src="data/scripts/versions/m15/version.js"></script> <script defer src="data/scripts/versions/m15/version.js"></script>
<script async src="data/scripts/palettes/darkMode.js"></script> <!-- <script async src="data/scripts/palettes/darkMode.js"></script> -->
</body> </body>
<footer class='footer'> <footer class='footer'>
<div> <div>