diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-25 21:25:25 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-10-26 08:40:31 +0800 |
| commit | 2bc8f57fec98913b7ae6dbd84ce921284b36e92d (patch) | |
| tree | aa17fea8a90dc1af63541e105def54260f6b7a5d /_site/projects/index.html | |
| parent | fad35e21d2bf8a2e1398e83887bb779a28e60ee6 (diff) | |
| download | www-2bc8f57fec98913b7ae6dbd84ce921284b36e92d.tar.gz | |
Improve style.
Diffstat (limited to '_site/projects/index.html')
| -rw-r--r-- | _site/projects/index.html | 111 |
1 files changed, 61 insertions, 50 deletions
diff --git a/_site/projects/index.html b/_site/projects/index.html index 0b5fdc5..c964d19 100644 --- a/_site/projects/index.html +++ b/_site/projects/index.html @@ -29,63 +29,74 @@ - <main class="container" id="main"><table> - - - - <tr> - - - <td class="project-item"> - - <img src="e-reader/thumb.png" alt="Prototype e-reader"> - <h5><a href="e-reader">Prototype e-reader</a></h5> - </td> - - <td class="project-item"> - - <img src="matrix-digital-rain/thumb.png" alt="The Matrix digital rain"> - <h5><a href="matrix-digital-rain">The Matrix digital rain</a></h5> - </td> - - </tr> - - <tr> + <main class="container" id="main"><div class="container"> + <table> - <td class="project-item"> - - <img src="etlas/dash.jpg" alt="Etlas: e-paper display for news, stocks, and the weather"> - <h5><a href="etlas">Etlas: e-paper display for news, stocks, and the weather</a></h5> - </td> - <td class="project-item"> - - <img src="bumblebee/thumb.png" alt="Bumblebee: turn browser sessions to code"> - <h5><a href="bumblebee">Bumblebee: turn browser sessions to code</a></h5> - </td> - - </tr> - - <tr> + <tr> + + + <td class="project-item"> + + <img src="e-reader/thumb.png" alt="Prototype e-reader"> + <h5><a href="e-reader">Prototype e-reader</a></h5> + </td> + + <td class="project-item"> + + <img src="matrix-digital-rain/thumb.png" alt="The Matrix digital rain"> + <h5><a href="matrix-digital-rain">The Matrix digital rain</a></h5> + </td> + + </tr> + <tr> + + + <td class="project-item"> + + <img src="etlas/dash.jpg" alt="Etlas: e-paper display for news, stocks, and the weather"> + <h5><a href="etlas">Etlas: e-paper display for news, stocks, and the weather</a></h5> + </td> + + <td class="project-item"> + + <img src="bumblebee/thumb.png" alt="Bumblebee: turn browser sessions to code"> + <h5><a href="bumblebee">Bumblebee: turn browser sessions to code</a></h5> + </td> + + </tr> - <td class="project-item"> - - <img src="desktop-unix/linux.png" alt="Unix for the desktop"> - <h5><a href="desktop-unix">Unix for the desktop</a></h5> - </td> + <tr> + + + <td class="project-item"> + + <img src="desktop-unix/linux.png" alt="Unix for the desktop"> + <h5><a href="desktop-unix">Unix for the desktop</a></h5> + </td> + + <td class="project-item"> + + <img src="fpm-door-lock/pcb.jpg" alt="Fingerprint door lock"> + <h5><a href="fpm-door-lock">Fingerprint door lock</a></h5> + </td> + + </tr> - <td class="project-item"> - - <img src="fpm-door-lock/pcb.jpg" alt="Fingerprint door lock"> - <h5><a href="fpm-door-lock">Fingerprint door lock</a></h5> - </td> - - </tr> - -</table> + </table> +</div> </main> + <div class="footer"> + <div class="container"> + <div class="twelve columns right"> + <p id="footer-text">© ASCIIMX - 2025</p> + </div> + </div> +</div> + + </body> </html> |
