From 2782bafcfdb69ef7b69a51a717a6bd35095e9369 Mon Sep 17 00:00:00 2001
From: Alex Scerba <alex@scerba.org>
Date: Fri, 27 Sep 2024 18:56:29 -0400
Subject: Add base files

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

(limited to 'html/projects')

diff --git a/html/projects/Husqvarna_Val.tmpl.html b/html/projects/Husqvarna_Val.tmpl.html
new file mode 100644
index 0000000..ab32eb2
--- /dev/null
+++ b/html/projects/Husqvarna_Val.tmpl.html
@@ -0,0 +1,22 @@
+{{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"}}
+    <h1>Project</h1>
+    <div class="postBackground">
+      <article class="projectContent">
+        <h2>{{.Post.Title}}</h2>
+        <p>Husqvarna Val powersports project. Extend electric range through the sidecar for longer and more remote adventures.</p>
+        <p><b>Final Deliverable:</b> Digital model and animation.</p>
+        <div class="hide">
+        <img src="/static/media/Husqvarna_Val/Bar_Shot.jpg" class="mainImage" alt="Husqvarna Val UI." width="1435" height="929" />
+        </div>
+        <img src="/static/media/Husqvarna_Val/HUSQVARNA_Scerba_3k_rev2.jpg" alt="Husqvarna Val sidecar motorcycle project." />
+        <!-- <video src="/static/media/Husqvarna_Val/Val_Animation.mp4" alt="Husqvarna Val animation." controls="" width="1920" height="1080"><a href="/static/media/Husqvarna_Val/Val_Animation.mp4">CJ7 Signal Test</a></video> -->
+        <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>
+      </article>
+    </div>
+{{end}}
\ No newline at end of file
-- 
cgit v1.2.3