Add thumbnail for Right Coin

master
Fabien Freling 2019-10-28 22:21:14 +01:00
parent 556d2b8ea5
commit fa5ad2ebbd
4 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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>

View File

@ -1,3 +1,4 @@
include_rules
: index.md |> !project |>
: thumbnail.gif |> convert %f -blur 0x8 %o |> thumb.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB