From 34e029cbb068c6b684bfbaf129f5027eea628323 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 02:55:19 -0500 Subject: [PATCH] moves, games, projects carousels --- tem/html/pages/mono.html | 168 +++++++++++++++++++++------------------ 1 file changed, 90 insertions(+), 78 deletions(-) diff --git a/tem/html/pages/mono.html b/tem/html/pages/mono.html index 5f86b41..0071739 100644 --- a/tem/html/pages/mono.html +++ b/tem/html/pages/mono.html @@ -66,85 +66,97 @@ >degrees of freedom development --> - -

degrees of freedom development

- -
-
Ethan Merchant - @spatialfree -
-
Niko Ryan - @opendegree -
-
- -
×
- -
- -
-
- -
-
- -
-
-
- - - -
- - - - -

projects

-

xr based interfaces

- -braille_xr - -
- -
- -moves +
- +{{ range $hash, $move := .Data.Moves }} +
+
+ +
+
{{ $move.Name }}
+ see more +
+{{ end }} +
- +

games

+
+{{ range $hash, $game := .Data.Games }} +
+
+ +
+
{{ $game.Name }}
+ see more +
+{{ end }} +
+ +

projects

+
+{{ range $hash, $project := .Data.Projects }} +
+
{{ $project.Name }}
+ see more +
+{{ end }} +
- \ No newline at end of file +
\ No newline at end of file