You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layouts/index.html
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ <h3>Featured Projects</h3>
38
38
"href" "/posts/asciiglobe/"
39
39
"src" "media/ascii_globe_frame.webp"
40
40
"alt" "A spinning globe rendered with text"
41
-
"style" "background: transparent;"
41
+
"transparent" true
42
42
"title" "ASCII-Globe"
43
43
"desc" "A text-based cartographic rendering engine that uses NASA satellite data"
44
44
) }}
@@ -47,7 +47,6 @@ <h3>Featured Projects</h3>
47
47
"href" "/posts/thessa/"
48
48
"src" "media/thessa_wide_2026-01-05.webp"
49
49
"alt" "A screenshot of the Thessa interface"
50
-
"style" "background: #171919;"
51
50
"title" "Thessa"
52
51
"desc" "An AI-powered thesaurus that uses the Gemini API"
53
52
) }}
@@ -56,7 +55,6 @@ <h3>Featured Projects</h3>
56
55
"href" "/posts/colourlesstransformer/"
57
56
"src" "media/painttransformer_walkway.webp"
58
57
"alt" "A highly stylized watercolour-style image of a concrete walkway runs alongside a dense hedge of flowering bushes, all under a sleek red pergola."
59
-
"style" "background: #a96764;"
60
58
"title" "ColourlessTransformer"
61
59
"desc" "A Streamlit interface for PaintTransformer, a neural network that approximates images using paint strokes"
62
60
) }}
@@ -74,7 +72,6 @@ <h3>Featured Posts</h3>
74
72
"href" "/posts/liquidglass/"
75
73
"src" "media/liquid_glass_banner.webp"
76
74
"alt" "Various colourful abstract Liquid Glass blobs, using glassmorphic frosted glass transparency and resembling real glass"
77
-
"style" "background: #a6acb3;"
78
75
"title" "Thoughts on Liquid Glass"
79
76
"desc" "My thoughts on Apple's new Liquid Glass design"
80
77
) }}
@@ -83,7 +80,6 @@ <h3>Featured Posts</h3>
83
80
"href" "/posts/waterman/"
84
81
"src" "media/waterman_poster.webp"
85
82
"alt" "An unusual world map in a butterfly shape, showing the continents arranged in eight connected lobes"
86
-
"style" "background: #124f7f;"
87
83
"title" "The Waterman Butterfly"
88
84
"desc" "An exploration of the Waterman Butterfly map projection"
0 commit comments