From 7bdc911cceeb54aca1b16713d6df953d7d62ab4f Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Sat, 28 Sep 2024 12:29:15 -0400
Subject: Add temporary projects

---
 html/projects/project2.tmpl.html | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 html/projects/project2.tmpl.html

(limited to 'html/projects/project2.tmpl.html')

diff --git a/html/projects/project2.tmpl.html b/html/projects/project2.tmpl.html
new file mode 100644
index 0000000..352c427
--- /dev/null
+++ b/html/projects/project2.tmpl.html
@@ -0,0 +1,32 @@
+{{define "title"}}{{.Post.Title}}{{end}}
+{{define "description"}}Husqvarna Val CCS unsponsored project.{{end}}
+{{define "uploaded-on"}}2024-05-08{{end}}
+{{define "keywords"}}project CCS{{end}}
+{{ define "canonical" }}/projects{{end}}
+
+{{define "main"}}
+    <div class="project-grid">
+      <h1>{{.Post.Title}}</h1>
+      <div>
+        <h2>channel</h2>
+        <p>One Two</p>
+        <h2>tags</h2>
+        <p>One Two Three Four</p>
+      </div>
+      <img src="/static/media/test11.jpg" alt="test-wide" width="1000" height="1000" class="main-image" />
+      <div>
+        <h2>heading</h2>
+        <p>This is a bunch of extra content and stuff that you'll probably want obviously.</p>
+        <p>Another paragraph.</p>
+      </div>
+      <img src="/static/media/test.jpg" alt="test image." width="1000" height="667" />
+      <div>
+        <h2>heading</h2>
+        <p>This is a bunch of extra content and stuff that you'll probably want obviously.</p>
+        <p>Another paragraph.</p>
+      </div>
+      <img src="/static/media/test.jpg" alt="test image." width="1000" height="667" />
+      <img src="/static/media/test.jpg" alt="test image." width="1000" height="667" />
+      <iframe width="1920" src="https://www.youtube.com/embed/RXhwG4fjCKw?si=Bj5jhNxfdjiXy_Ch" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
+    </div>
+{{end}}
\ No newline at end of file
-- 
cgit v1.2.3