diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 10:27:45 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 10:27:45 -0500 |
commit | 9196a5e2ddae06ed7d29386ad613c61c7d46265d (patch) | |
tree | d9817102fc8be8a465c0c8db91782cebd50e6a83 /templates | |
parent | 6225199b311aa731427866974e919e7c7f8cf515 (diff) |
Add welcome message
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 794eefb..4db2fb1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,9 +4,12 @@ {{ 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>showcase design projects.<br> post life updates.<br>bulid web-development skills.</p> + </div> <section class="bottom"> - <h2>Featured Projects</h2> + <h2>Latest Design Projects</h2> <div class="posts"> {{ range .Contents }} {{ printf "%s" .Thumbnail }} |