diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 10:53:52 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 10:53:52 +0800 |
| commit | 79e9eec0ac05634fe367220df701b20c91523291 (patch) | |
| tree | 620654a06938f4147b4a22cc332ce1e5f40cb247 /_site/projects/index.html | |
| parent | 8e52e6f8e11c78d1935ac4994db1d6537e948bb7 (diff) | |
| download | www-79e9eec0ac05634fe367220df701b20c91523291.tar.gz | |
Project folder.
Diffstat (limited to '_site/projects/index.html')
| -rw-r--r-- | _site/projects/index.html | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/_site/projects/index.html b/_site/projects/index.html new file mode 100644 index 0000000..a1ebd40 --- /dev/null +++ b/_site/projects/index.html @@ -0,0 +1,62 @@ +<!doctype html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <title>Projects</title> + <link rel="stylesheet" href="/assets/css/main.css"> + <link rel="stylesheet" href="/assets/css/normalize.css"> + <link rel="stylesheet" href="/assets/css/skeleton.css"> + </head> + <body> + + <div class="container"> + <ul id="navlist" class="left"> + <li > + <a href="/">hme</a> + </li> + <li class="active"> + <a href="/projects/">tnk</a> + </li> + <li > + <a href="/about/">abt</a> + </li> + <li><a href="/feed.xml">rss</a></li> + </ul> + </div> + + <main class="container" id="main"><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> +</main> + + </body> +</html> |
