diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-13 23:35:05 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-13 23:35:05 -0500 |
commit | fca693f8cf2eeeae92939488b63127a90030c8fb (patch) | |
tree | bfe7d75448b9d2714f024e7d783d3e901facfbab /templates/index.html | |
parent | e864807341990f5c72e198d96740983bf7671584 (diff) |
Extreme structure changes and file renames. Move to new template format.
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 8dae135..0000000 --- a/templates/index.html +++ /dev/null @@ -1,19 +0,0 @@ -{{ define "meta" }} - <title>Alex Scerba</title> - <meta name="description" content="Homepage"> -{{ end }} -{{ define "main" }} - <h1 style="animation: 1s ease-out 0s 1 fadeIn">alexscerba.com</h1> - <div class="frontpage-subtitle" style="animation: 1s ease-out 0s 1 fadeIn"> - <p>My place to:</p> - <p><strong>showcase design projects.<br>post life updates.<br>bulid web-development skills.</strong></p> - </div> - <section class="bottom"> - <h2>Latest Design Projects</h2> - <div class="posts"> -{{ range .Contents }} -{{ printf "%s" .Thumbnail }} -{{ end }} - </div> - </section> -{{ end }}
\ No newline at end of file |