Skip to content

Commit

Permalink
added all packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerban committed Dec 27, 2023
1 parent b226eec commit 48d5e35
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 9 deletions.
82 changes: 82 additions & 0 deletions src/_data/packs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1108,5 +1108,87 @@
"card": {"foil": false, "id":"2c5ed737-657b-43bf-b222-941da7579a4a"}
}
]
},
"29":{
"art":{
"foil":false,
"rotate": false,
"id":"fc8385a8-1486-4bb0-8207-5f0157132f57"
},
"commons":{
"head": "Commons",
"cards": [
{"foil": false, "id":"988bfa94-0c83-4057-a0c7-0ad885b8919c"},
{"foil": false, "new":true, "id":"6fc278d1-2ea4-4fbc-95cd-a9cd48c3c630"},
{"foil": false, "new":true, "id":"69f156b6-68c2-4787-b3f0-6d1079bb576f"},
{"foil": false, "new":true, "id":"09a4dcdb-6939-4d9f-8921-549e0ddc9f63"},
{"foil": false, "new":true, "id":"a1e04eed-9a6c-491b-8f1f-1c76ac40452d"},
{"foil": false, "id":"edb5f0cc-c826-4e7b-882c-63f6e51fa932"},
{"foil": false, "id":"eb17b083-413b-4a09-a935-ac27594e3bd6"},
{"foil": false, "id":"0ee40c4b-2ca3-4cda-bc9e-451455c17adc"}]
},
"focusCards":[
{
"head": "Wild Card",
"card": {"foil": false, "id":"f5926c8e-8049-418e-9a84-f8558e5ba9d1"}
},
{
"head": "Rare Card",
"card": {"foil": false, "new":true, "id":"95c14c4d-6c16-4826-8d93-d89ad04aee09"}
},
{
"head": "Showcase Card",
"card": {"foil": false, "new":true, "id":"c94cd726-8d67-4510-ad56-3ead1931214b"}
},
{
"head": "Random Foil Card",
"card": {"foil": true, "id":"c4303347-3fbd-4bbd-ab3f-e7ddbe0e0a9d"}
},
{
"head": "Token",
"card": {"foil": false, "id":"88439bfc-8942-473b-9e4f-863017788476"}
}
]
},
"30":{
"art":{
"foil":false,
"rotate": false,
"id":"918e29ec-e848-4dcb-bb36-16d67df0924b"
},
"commons":{
"head": "Commons",
"cards": [
{"foil": false, "id":"33cd4f63-3484-4cee-8603-1f89cabee6c3"},
{"foil": false, "new":true, "id":"b8eef541-6851-4312-ad2b-74f45c7ede6c"},
{"foil": false, "new":true, "id":"ce133ad5-8748-4a3d-ae8c-7b2a5938927d"},
{"foil": false, "new":true, "id":"358c18b7-5321-4793-b54a-e48e39548b9c"},
{"foil": false, "new":true, "id":"9a47999c-12d5-4e1a-a9c1-40a1757007f1"},
{"foil": false, "new":true, "id":"792e7386-4c2d-4fa9-b499-fa3681f2a50e"},
{"foil": false, "new":true, "id":"4e317d1d-3f20-4f0d-8b1e-31df351e8f83"},
{"foil": false, "new":true, "id":"70668650-0fb1-4486-a4e6-ab9a12be5626"}]
},
"focusCards":[
{
"head": "Wild Card",
"card": {"foil": false, "id":"ae2e1244-f05b-45f9-8afc-59f190524798"}
},
{
"head": "Rare Card",
"card": {"foil": false, "id":"8d07b9f4-7a92-41ee-bdd8-2c8dbe247ac5"}
},
{
"head": "Showcase Card",
"card": {"foil": false, "new":true, "id":"ced80468-2853-4fbd-928a-98381ca1d06e"}
},
{
"head": "Random Foil Card",
"card": {"foil": true, "id":"c2418f5c-a85f-4249-8a53-c94b011b9714"}
},
{
"head": "Token",
"card": {"foil": false, "new":true, "id":"6b7e945f-5f0b-47c9-9a91-9e93ca58b7be"}
}
]
}
}
21 changes: 12 additions & 9 deletions src/_includes/slides/start.njk
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,22 @@
</section>
<section>

<div class="w-full aspect-video bg-gray-800/50 flex flex-col h-1/4">
<div class="w-full aspect-video bg-gray-800/50 flex rounded-md flex-col h-1/4">
<span class=" text-yellow-100 mt-10 text-8xl font-mono uppercase">Silvester Packs</span>
<hr class="mx-5 mt-10">
<div class="w-10/12 mx-auto gap-10 flex-wrap my-auto place-content-center flex justify-center p-5">

{%for pack in range(0,6)%}
<div class=" w-1/4 aspect-square shrink bg-radial-gradient-blue hover:bg-radial-gradient-yellow rounded-full">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
class="fill-yellow-700 stroke-[.5] hover:fill-yellow-600 stroke-yellow-900 hover:scale-110 duration-100 hover:drop-shadow-lg"
viewBox="0 0 32 32">
{% include "svg/mom.njk" %}
</svg>
</div>
{%for pack in range(1,7)%}
<a href="#{{loop.index + 24}}" class="w-1/4">
<div class=" w-full aspect-square shrink bg-radial-gradient-blue hover:bg-radial-gradient-yellow rounded-full">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
class="fill-yellow-700 stroke-[.5] hover:fill-yellow-600 stroke-yellow-900
hover:scale-110 duration-100 hover:drop-shadow-lg"
viewBox="0 0 32 32">
{% include "svg/mom.njk" %}
</svg>
</div>
</a>
{%endfor%}

</div>
Expand Down
Binary file added src/images/art/art29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/art/art30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,10 @@ video {
background-image: url(../images/art/art28.png);
}

.bg-\[url\(\.\.\/images\/art\/art29\.png\)\] {
background-image: url(../images/art/art29.png);
}

.bg-\[url\(\.\.\/images\/art\/art3\.png\)\] {
background-image: url(../images/art/art3.png);
}
Expand Down Expand Up @@ -971,6 +975,10 @@ video {
background-image: radial-gradient(circle, rgba(0,10,130,1) 0%, rgba(0,32,136,0.8) 2%, rgba(0,43,133,0.6) 15%, rgba(0,69,143,0.3) 30%, rgba(255,255,255,0) 65%);;
}

.bg-\[url\(\.\.\/images\/art\/art30\.png\)\] {
background-image: url(../images/art/art30.png);
}

.bg-cover {
background-size: cover;
}
Expand Down

0 comments on commit 48d5e35

Please sign in to comment.