From 6d2c067f0d6bc78eef7ececcec3eba71cbb5d80c Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Tue, 1 Jun 2021 03:21:33 -0600
Subject: add fork awesome, contact and donate pages, update general style and
 update readme

---
 blog/dst/a/new_blogging_system.html | 35 ++++++++++++++++++++++-------------
 1 file changed, 22 insertions(+), 13 deletions(-)

(limited to 'blog/dst/a/new_blogging_system.html')

diff --git a/blog/dst/a/new_blogging_system.html b/blog/dst/a/new_blogging_system.html
index a5d9a2a..e3fae20 100644
--- a/blog/dst/a/new_blogging_system.html
+++ b/blog/dst/a/new_blogging_system.html
@@ -10,7 +10,8 @@
 
     <!-- general style -->
     <link rel="stylesheet" type="text/css" href="css/style.css">
-    <link rel="stylesheet" type="text/css" href="fa/css/all.min.css">
+    <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css">
+    <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css">
 
     <!-- highlight support for code blocks -->
     <script type="text/javascript" src="hl/highlight.min.js"></script>
@@ -84,23 +85,31 @@
     </main>
 
     <footer>
-      <i class="fas fa-rss" alt="RSS"></i>
-      <a href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a>
-      <br>
+      <span>
+        <i class="fas fa-address-card" alt="Contact"></i>
+        <a href="https://luevano.xyz/contact.html">Contact</a>
+      </span>
 
-      <i class="fas fa-envelope" alt="Email"></i>
-      <a href="mailto:david@luevano.xyz">david@luevano.xyz</a>
-      <br>
+      <span>
+        <i class="fas fa-donate" alt="Donate"></i>
+        <a href="https://luevano.xyz/donate.html">Donate</a>
+      </span>
 
-      <i class="fas fa-donate" alt="Donate"></i>
-      <a href="https://luevano.xyz/donate.html">Donate</a>
-      <br>
+      <span>
+        <i class="fas fa-rss" alt="RSS"></i>
+        <a href="https://blog.luevano.xyz/rss.xml">RSS</a>
+      </span>
 
-      <i class="fas fa-hammer" alt="Hammer"></i>
-      Created with <a href="https://github.com/luevano/pyssg">pyssg</a> by David Luévano
       <br>
+      <span class="created-with">
+        <i class="fas fa-hammer" alt="Hammer"></i>
+        Created with <a href="https://github.com/luevano/pyssg">pyssg</a>
+      </span>
 
-      Copyright <i class="fas fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado
+      <br>
+      <span class="copyright">
+        Copyright <i class="fal fa-copyright" alt="Copyright"></i> 2021 David Luévano Alvarado
+      </span>
     </footer>
   </body>
 </html>
-- 
cgit v1.2.3-70-g09d2