diff options
Diffstat (limited to '_layouts/projects.html')
| -rw-r--r-- | _layouts/projects.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/_layouts/projects.html b/_layouts/projects.html new file mode 100644 index 0000000..d1d155b --- /dev/null +++ b/_layouts/projects.html @@ -0,0 +1,37 @@ +--- +layout: default +title: Projects +--- + +<table style="border: none; width: 100%"> + <tr style="border: none;"> + <td style="border: none; width: 50%; vertical-align: top; background-color: transparent;"> + <img src="e-reader/thumb.png" alt="E-reader" style="width: 100%"> + <h5><a href="e-reader">Prototype e-reader</a></h5> + </td> + <td style="border: none; width: 50%; vertical-align: top; background-color: transparent;"> + <img src="matrix-digital-rain/thumb.png" alt="The Matrix" style="width: 100%"> + <h5><a href="matrix-digital-rain">The Matrix digital rain</a></h5> + </td> + </tr> + <tr style="border: none;"> + <td style="border: none; width: 50%; vertical-align: top; background-color: transparent;"> + <img src="etlas/dash.jpg" alt="Etlas" style="width: 100%"> + <h5><a href="etlas">Etlas: e-paper display for news, stocks, and the weather</a></h5> + </td> + <td style="border: none; width: 50%; vertical-align: top; background-color: transparent;"> + <img src="bumblebee/thumb.png" alt="Bumblebee" style="width: 100%"> + <h5><a href="bumblebee">Bumblebee: turn browser sessions to code</a></h5> + </td> + </tr> + <tr style="border: none;"> + <td style="border: none; width: 50%; vertical-align: top; background-color: transparent;"> + <img src="fpm-door-lock/pcb.jpg" alt="FPM door lock" style="width: 100%"> + <h5><a href="fpm-door-lock">Prototype fingerprint door lock</a></h5> + </td> + <td style="border: none; width: 50%; vertical-align: top; background-color: transparent;"> + <img src="desktop-unix/linux.png" alt="Unix desktop" style="width: 100%"> + <h5><a href="desktop-unix">Unix for the desktop</a></h5> + </td> + </tr> +</table> |
