Add project thumbnails
This commit is contained in:
parent
fa5ad2ebbd
commit
9d861f0fe6
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include_rules
|
||||
|
||||
: index.md |> !project |>
|
||||
: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png
|
||||
|
|
BIN
projects/dawnchaos/thumbnail.png
Normal file
BIN
projects/dawnchaos/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
|
@ -1,3 +1,4 @@
|
|||
include_rules
|
||||
|
||||
: index.md |> !project |>
|
||||
: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png
|
||||
|
|
BIN
projects/maestro/thumbnail.png
Normal file
BIN
projects/maestro/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -1,3 +1,4 @@
|
|||
include_rules
|
||||
|
||||
: index.md |> !project |>
|
||||
: thumbnail.jpg |> convert %f -blur 0x8 %o |> thumb.jpg
|
||||
|
|
BIN
projects/trailr/thumbnail.jpg
Normal file
BIN
projects/trailr/thumbnail.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
|
@ -1,3 +1,4 @@
|
|||
include_rules
|
||||
|
||||
: index.md |> !project |>
|
||||
: thumbnail.png |> convert %f -blur 0x8 %o |> thumb.png
|
||||
|
|
BIN
projects/whereiscar/thumbnail.png
Normal file
BIN
projects/whereiscar/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
Loading…
Reference in a new issue