From d3ce4232e9b4597dadfd9fa3c5dbfa59fbd407fd Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 1 Aug 2025 17:57:27 +0530 Subject: projects: init pages --- projects.html | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) (limited to 'projects.html') diff --git a/projects.html b/projects.html index 1f78beb..fcf9f47 100644 --- a/projects.html +++ b/projects.html @@ -1,4 +1,35 @@ -
-

PROJECTS

-

Here's a bunch of things I've done.

+
+ + {{ include "navbar.html" }} + +
+ +
+

PROJECTS

+

Here's a bunch of things I've done.

+
+ +
+ + {{ eachdo projects }} + + +
+
+

{{ put name }}

+

{{ put description }}

+
+ +
{{ put languages }}
+
+
+ + {{ endeachdo }} + +
+ +
+ + {{ include "footer.html" }} +
-- cgit v1.2.3