From 9196a5e2ddae06ed7d29386ad613c61c7d46265d Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Mon, 3 Jul 2023 10:27:45 -0500
Subject: Add welcome message

---
 templates/index.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(limited to 'templates/index.html')

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 }}
-- 
cgit v1.2.3