diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-06-28 21:05:01 -0500 |
commit | 067ee4d66d0174be408d4051148f33b9a428ac3b (patch) | |
tree | c9f76456355b49785a08864022fd7c011075267e /templates/index.html |
first commit
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 |