From 586d646ad3021c9a9a0927020ded8ab72c7022c7 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Wed, 21 Apr 2021 18:02:10 -0600
Subject: kinda finish new style

---
 blog/dst/a/shell_scripting.html | 106 ++++++++++++++++++++--------------------
 1 file changed, 54 insertions(+), 52 deletions(-)

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

diff --git a/blog/dst/a/shell_scripting.html b/blog/dst/a/shell_scripting.html
index a61c8af..61089d9 100644
--- a/blog/dst/a/shell_scripting.html
+++ b/blog/dst/a/shell_scripting.html
@@ -1,66 +1,66 @@
 <!DOCTYPE html>
 <html lang="en">
   <head>
-    <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script>
+    <base href="https://static.luevano.xyz/">
+    <meta charset="utf-8">
+    <title>Luévano's Blog</title>
+    <link rel="icon" href="fa/svgs/solid/dragon.svg">
 
-    <link id="code-theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/hl/styles/solarized-dark.min.css">
-    <script type="text/javascript" src="https://static.luevano.xyz/hl/highlight.min.js"></script>
-    <script type="text/javascript">hljs.initHighlightingOnLoad();</script>
-    <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fa/css/all.min.css">
-    <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/dark.css">
-    <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/general_style.css">
+    <!-- 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="icon" href="https://static.luevano.xyz/fa/svgs/solid/dragon.svg">
-    <meta charset="utf-8">
+    <!-- highlight support for code blocks -->
+    <script type="text/javascript" src="hl/highlight.min.js"></script>
+    <script type="text/javascript">hljs.initHighlightingOnLoad();</script>
 
-    <title>Luévano's Blog</title>
+    <!-- theme related -->
+    <script type="text/javascript" src="scripts/theme.js"></script>
+    <link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css">
+    <link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css">
   </head>
 
   <body>
-    <div id="theme-switcher-container">
-      <i class="fas fa-sun"></i>
-      <label class="switch theme">
-        <input id="theme-switch" type="checkbox" onclick="toggleTheme()">
-        <span class="slider round"></span>
-      </label>
-      <i class="fas fa-moon"></i>
-    </div>
-
     <header>
-      <ul class="menubar">
-        <li>
-          <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
-        </li>
-
-        <li>
-          <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a>
-        </li>
-
-        <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
-          <ul>
-            <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
-
-            <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
-
-            <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
-          </ul>
-        </li>
-
-        <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span>
-          <ul>
-            <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li>
-          </ul>
-        </li>
-
-        <li>
-          <a href="https://luevano.xyz/donate"><i class="fas fa-donate" alt="Donate"></i><span>Donate</span></a>
-          <ul>
-            <li><a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i><span>Paypal</span></a></li>
-          </ul>
-        </li>
-      </ul>
+      <nav>
+        <ul>
+          <li>
+            <a href="https://luevano.xyz/"><i class="fas fa-home" alt="Home"></i><span>Home</span></a>
+          </li>
+
+          <li>
+            <a href="https://blog.luevano.xyz/"><i class="fas fa-book-open" alt="Blog"></i><span>Blog</span></a>
+          </li>
+
+          <li><i class="fab fa-git" alt="Git"></i><span>Git</span>
+            <ul>
+              <li><a href="https://git.luevano.xyz/" target="_blank"><i class="fab fa-git-alt" alt="Git-alt"></i></a></li>
+
+              <li><a href="https://github.com/luevano" target="_blank"><i class="fab fa-github" alt="Github"></i></a></li>
+
+              <li><a href="https://gitlab.com/dluevano" target="_blank"><i class="fab fa-gitlab" alt="Gitlab"></i></a></li>
+            </ul>
+          </li>
+
+          <li><i class="fas fa-box-open" alt="Stuff"></i><span>Stuff</span>
+            <ul>
+              <li><a href="https://gb.luevano.xyz/"><i class="fas fa-gamepad" alt="Gameboy"></i><span>Gameboy</span></a></li>
+            </ul>
+          </li>
+        </ul>
       </nav>
+
+      <div class="theme-switch-container">
+        <i class="fas fa-sun"></i>
+        <label class="switch theme">
+          <input id="theme-switch" type="checkbox" onclick="toggleTheme()">
+          <span class="slider round"></span>
+        </label>
+        <i class="fas fa-moon"></i>
+      </div>
     </header>
+
+    <main>
 <h1>Shell scripting tutorial video notes</h1>
 
 <p>Another summary, this time about shell scripting in general. And just like with the <a href="https://blog.luevano.xyz/a/linux_video_notes">Linux notes</a>, I also did most of the notes myself or with resources outside the video. The videos in question are: <a href="https://www.youtube.com/playlist?list=PL7B7FA4E693D8E790">The Bad Tutorials (YT): Shell Scripting Tutorials</a> and <a href="https://www.youtube.com/playlist?list=PL2qzCKTbjutJRM7K_hhNyvf8sfGCLklXw">Automation with SCripting (YT): Complete Shell Scripting Tutorials</a>. Also, some notes were taken from <a href="https://www.tutorialspoint.com/unix/index.htm">tutorialspoint: UNIX / LINUX Tutorial</a> and general googling.</p>
@@ -337,7 +337,9 @@ function_name () {
 <hr>
 <p>Created: Sat, Mar 13, 2021 @ 22:57 MST</p>
 </div>
-    <footer class="footer">
+    </main>
+
+    <footer>
       <i class="fas fa-envelope" alt="Email"></i>
       Email
       <a href="mailto:david@luevano.xyz">
-- 
cgit v1.2.3-70-g09d2