diff options
| author | Alex Scerba <alex@scerba.org> | 2024-09-27 18:56:29 -0400 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2024-09-27 18:56:29 -0400 | 
| commit | 2782bafcfdb69ef7b69a51a717a6bd35095e9369 (patch) | |
| tree | 32d69f68fe2dbc6b9cc5a5ac8ff970d79f348156 /html/projects/Husqvarna_Val.tmpl.html | |
| parent | 1208c2e7e7e79cfe122f8d5f38160a0611cc9dfe (diff) | |
Add base files
Diffstat (limited to 'html/projects/Husqvarna_Val.tmpl.html')
| -rw-r--r-- | html/projects/Husqvarna_Val.tmpl.html | 22 | 
1 files changed, 22 insertions, 0 deletions
| 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 | 
