Add project thumbnails

master
Fabien Freling 2019-10-28 22:53:28 +01:00
parent fa5ad2ebbd
commit 9d861f0fe6
9 changed files with 8 additions and 4 deletions

View File

@ -5,8 +5,8 @@ title: Projects
<ul class="projects">
<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>
<li><a href="projects/maestro/index.html">Maestro</a></li>
<li><a href="projects/dawnchaos/index.html">Dawn of Chaos</a></li>
<li><a href="projects/trailr/index.html" style="background-image: url(projects/trailr/thumb.jpg);">Trailr</a></li>
<li><a href="projects/whereiscar/index.html" style="background-image: url(projects/whereiscar/thumb.png);">Where is my car?</a></li>
<li><a href="projects/maestro/index.html" style="background-image: url(projects/maestro/thumb.png);">Maestro</a></li>
<li><a href="projects/dawnchaos/index.html" style="background-image: url(projects/dawnchaos/thumb.png);">Dawn of Chaos</a></li>
</ul>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB