diff options
| author | Alex Scerba <alex@scerba.org> | 2024-09-28 12:29:15 -0400 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2024-09-28 12:29:15 -0400 | 
| commit | 7bdc911cceeb54aca1b16713d6df953d7d62ab4f (patch) | |
| tree | 12cafbeefe60ac7a349441a19f4d7220140077a5 /html/projects/project3.tmpl.html | |
| parent | 39729d48024ce85cc7ddc2cea98e2c210c379768 (diff) | |
Add temporary projects
Diffstat (limited to 'html/projects/project3.tmpl.html')
| -rw-r--r-- | html/projects/project3.tmpl.html | 32 | 
1 files changed, 32 insertions, 0 deletions
| diff --git a/html/projects/project3.tmpl.html b/html/projects/project3.tmpl.html new file mode 100644 index 0000000..352c427 --- /dev/null +++ b/html/projects/project3.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 | 
