From 90cbff69466b21276c07f0a9a23e95e525acb29b Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Thu, 6 Jul 2023 12:36:52 -0500
Subject: Add bold text in subtitle

---
 templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'templates/index.html')

diff --git a/templates/index.html b/templates/index.html
index 4db2fb1..8dae135 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -6,7 +6,7 @@
     <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>
+      <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>
-- 
cgit v1.2.3