diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-08-29 17:15:26 -0500 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-10-29 13:19:57 -0400 |
commit | 74fee3bd97de12cc090702a6b8cd6285e7e1e6f5 (patch) | |
tree | 700fd85cc66e3c4bb61c9e82285869c803019ffb /html/main/index.tmpl.html | |
parent | b56e200279475e1dbe138ed24afb565571b6fe28 (diff) |
Update to use new style elements.
Diffstat (limited to 'html/main/index.tmpl.html')
-rw-r--r-- | html/main/index.tmpl.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/main/index.tmpl.html b/html/main/index.tmpl.html index e30fefb..6760fae 100644 --- a/html/main/index.tmpl.html +++ b/html/main/index.tmpl.html @@ -5,8 +5,10 @@ {{ 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 class="subtitle-text"> + <p>My place to:</p> + <p><strong>showcase design projects.<br>post life updates.<br>bulid web-development skills.</strong></p> + </div> </div> <section class="bottom"> <h2>Latest Design Projects</h2> |