diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..491bd55 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,19 @@ +{{ define "meta" }} + <title>Alex Scerba</title> + <meta name="description" content="Homepage"> +{{ end }} +{{ define "main" }} + <h1>Alex Scerba</h1> + <p class="subtitle">Designer. Maker.</p> + <hr> + <p>Student at College for Creative Studies in Detroit, MI. Love for tinkering, making, and building.</p> + + <h2>Featured Projects</h2> + <hr> + +{{ range .Contents }} +{{ printf "%s" .Thumbnail }} +{{ end }} + + <a href="/projects">See More Projects</a> +{{ end }}
\ No newline at end of file |