From dd08a2afcd2b008186096e2f41f26102854372e5 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 25 Oct 2025 11:35:29 +0800 Subject: Use template for project list. --- _site/assets/css/main.css | 16 ++++++++- _site/projects/index.html | 85 ++++++++++++++++++++++++++++++----------------- 2 files changed, 69 insertions(+), 32 deletions(-) (limited to '_site') diff --git a/_site/assets/css/main.css b/_site/assets/css/main.css index 0a787f2..fca50c0 100644 --- a/_site/assets/css/main.css +++ b/_site/assets/css/main.css @@ -29,14 +29,28 @@ a { } img { + width: 100%; mix-blend-mode: multiply; } table { - border: none; width: 100%; } +table, tr, td { + border: none; +} + +td { + background-color: transparent; +} + +.project-item { + width: 50%; + border: none; + vertical-align: top; +} + #navlist > .active > a { color: #000; font-weight: 600; diff --git a/_site/projects/index.html b/_site/projects/index.html index a1ebd40..af602a6 100644 --- a/_site/projects/index.html +++ b/_site/projects/index.html @@ -24,37 +24,60 @@ -
- - - - - - - - - - - - +
- E-reader -
Prototype e-reader
-
- The Matrix -
The Matrix digital rain
-
- Etlas -
Etlas: e-paper display for news, stocks, and the weather
-
- Bumblebee -
Bumblebee: turn browser sessions to code
-
- FPM door lock -
Prototype fingerprint door lock
-
- Unix desktop -
Unix for the desktop
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Prototype e-reader +
Prototype e-reader
+
+ + The Matrix digital rain for Unix terminals +
The Matrix digital rain for Unix terminals
+
+ + Etlas: e-paper display for news, stocks, and the weather +
Etlas: e-paper display for news, stocks, and the weather
+
+ + Bumblebee: turn browser sessions to code +
Bumblebee: turn browser sessions to code
+
+ + Unix for the desktop +
Unix for the desktop
+
+ + Prototype fingerprint door lock +
Prototype fingerprint door lock
+
-- cgit v1.2.3