Adding start of the /now page
This commit is contained in:
parent
b4d33e213d
commit
65b5ec1978
28 changed files with 2413 additions and 36 deletions
12
assets/images/dvds/akira.svg
Normal file
12
assets/images/dvds/akira.svg
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="akira-grad" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#8b0000;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#2d0000;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="120" height="180" fill="url(#akira-grad)"/>
|
||||
<text x="60" y="100" font-family="Arial, sans-serif" font-size="28" font-weight="bold" fill="#fff" text-anchor="middle">
|
||||
AKIRA
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 527 B |
BIN
assets/images/dvds/assassination_classroom.jpg
Normal file
BIN
assets/images/dvds/assassination_classroom.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
15
assets/images/dvds/blade-runner.svg
Normal file
15
assets/images/dvds/blade-runner.svg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="br-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#0f0f1e;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="120" height="180" fill="url(#br-grad)"/>
|
||||
<text x="60" y="90" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#00ff9f" text-anchor="middle">
|
||||
BLADE
|
||||
</text>
|
||||
<text x="60" y="110" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#00ff9f" text-anchor="middle">
|
||||
RUNNER
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 672 B |
BIN
assets/images/dvds/dandadan.png
Normal file
BIN
assets/images/dvds/dandadan.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
15
assets/images/dvds/ghost-in-shell.svg
Normal file
15
assets/images/dvds/ghost-in-shell.svg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient id="gits-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" style="stop-color:#4a148c;stop-opacity:1" />
|
||||
<stop offset="100%" style="stop-color:#1a0a3c;stop-opacity:1" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="120" height="180" fill="url(#gits-grad)"/>
|
||||
<text x="60" y="80" font-family="Arial, sans-serif" font-size="14" fill="#00ffff" text-anchor="middle">
|
||||
GHOST IN
|
||||
</text>
|
||||
<text x="60" y="100" font-family="Arial, sans-serif" font-size="14" fill="#00ffff" text-anchor="middle">
|
||||
THE SHELL
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 644 B |
9
assets/images/dvds/matrix.svg
Normal file
9
assets/images/dvds/matrix.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="120" height="180" fill="#000"/>
|
||||
<text x="60" y="90" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="#0f0" text-anchor="middle">
|
||||
THE
|
||||
</text>
|
||||
<text x="60" y="110" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="#0f0" text-anchor="middle">
|
||||
MATRIX
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 404 B |
Loading…
Add table
Add a link
Reference in a new issue