Add thumbnail for Right Coin
This commit is contained in:
parent
556d2b8ea5
commit
fa5ad2ebbd
|
@ -119,7 +119,8 @@ ul.projects a {
|
|||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
text-shadow: 0 0 1em white;
|
||||
text-shadow: 0 0 0.4em black;
|
||||
color: white;
|
||||
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Projects
|
|||
---
|
||||
|
||||
<ul class="projects">
|
||||
<li><a href="projects/rightcoin/index.html">The Right Coin</a></li>
|
||||
<li><a href="projects/rightcoin/index.html" style="background-image: url(projects/rightcoin/thumb.gif);">The Right Coin</a></li>
|
||||
<li><a href="projects/oboy/index.html">OBoy</a></li>
|
||||
<li><a href="projects/trailr/index.html">Trailr</a></li>
|
||||
<li><a href="projects/whereiscar/index.html">Where is my car?</a></li>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include_rules
|
||||
|
||||
: index.md |> !project |>
|
||||
: thumbnail.gif |> convert %f -blur 0x8 %o |> thumb.gif
|
||||
|
|
BIN
projects/rightcoin/thumbnail.gif
Normal file
BIN
projects/rightcoin/thumbnail.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
Loading…
Reference in a new issue