add some cards

This commit is contained in:
dylan 2023-06-27 21:09:54 -04:00
parent 9e1dc18cf7
commit 67559ef402
13 changed files with 32 additions and 0 deletions

BIN
cards/Birdly_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Catastrophe_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Leasing_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Moneypress_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

BIN
cards/Mountains_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Occult_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Prospering_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Service_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Surplus_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
cards/Timekeeping_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
cards/Toll_v0.1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

32
index.html Normal file
View File

@ -0,0 +1,32 @@
<html>
<head>
<title>Dominionator</title>
<style>
body {
display: flex;
flex-wrap: wrap;
}
img {
display: inline-block;
}
.card {
width: 2.25in;
}
.card.horizontal {
width: auto;
height: 2.25in;
}
</style>
</head>
<body>
<img class="card horizontal" src="./cards/Birdly_v0.1.png"/>
<img class="card horizontal" src="./cards/Catastrophe_v0.1.png"/>
<img class="card horizontal" src="./cards/Mountains_v0.1.png"/>
<img class="card horizontal" src="./cards/Occult_v0.1.png"/>
<img class="card horizontal" src="./cards/Prospering_v0.1.png"/>
<img class="card horizontal" src="./cards/Service_v0.1.png"/>
<img class="card horizontal" src="./cards/Surplus_v0.1.png"/>
<img class="card horizontal" src="./cards/Toll_v0.1.png"/>
</body>
</html>