diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:39:22 -0500 |
commit | f8a73dfd854802b2866c32b9fe6acbd94d98c44c (patch) | |
tree | ac63559de3237265ced9dd991093d66b739ba051 /templates/index.html | |
parent | 6b538ab26396d463a65682003b4ef3d4b029fc69 (diff) |
Update for modern style
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/templates/index.html b/templates/index.html index 491bd55..794eefb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,17 +3,14 @@ <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> + <h1 style="animation: 1s ease-out 0s 1 fadeIn">alexscerba.com</h1> + <section class="bottom"> + <h2>Featured Projects</h2> + <div class="posts"> {{ range .Contents }} {{ printf "%s" .Thumbnail }} {{ end }} - - <a href="/projects">See More Projects</a> + </div> + </section> {{ end }}
\ No newline at end of file |