From 70b9f2e90bbd3776a83dcc85e6ba89d95e341f64 Mon Sep 17 00:00:00 2001
From: David Luevano Alvarado <david@luevano.xyz>
Date: Sat, 27 Feb 2021 02:49:34 -0700
Subject: Actually fix light-dark button, feels nice

---
 luevano/index.html | 95 ++++++++++++++++++++++++++++--------------------------
 1 file changed, 50 insertions(+), 45 deletions(-)

(limited to 'luevano/index.html')

diff --git a/luevano/index.html b/luevano/index.html
index f1f1f05..15bda0a 100644
--- a/luevano/index.html
+++ b/luevano/index.html
@@ -14,6 +14,14 @@
   </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">
@@ -49,49 +57,46 @@
         </li>
       </ul>
       </nav>
-
-      <label class="switch">
-        <input id="theme-switch" type="checkbox" onclick="toggleTheme()">
-        <span class="slider round"></span>
-      </label>
-
-      <div class="welcome">
-        <h1>
-          Welcome!
-        </h1>
-
-        <p>
-        My name is David Luévano and this is my little piece of internet.
-        </p>
-
-        <p>
-        I plan on doing all sort of stuff here, including a <a href="https://blog.luevano.xyz/">blog</a> and stuff like an interactive <a href="https://gb.luevano.xyz/">gameboy</a> where everyone who participates plays together (think "twitch plays pokemon" and more recently "twitter plays pokemon").
-        </p>
-
-        <p>
-        But for now, this place is under construction (as you may notice from most links being broken).<br/>
-
-        <img src="https://static.luevano.xyz/images/gifs/worker1.gif" alt="Under construction">
-        </p>
-      </div>
-
-      <footer class="footer">
-        <i class="fas fa-envelope" alt="Email"></i>
-        Email
-        <a href="mailto:david@luevano.xyz">
-          david@luevano.xyz
-        </a>
-        <br>
-
-        <i class="fas fa-rss" alt="RSS"></i>
-        RSS
-        <a href="https://blog.luevano.xyz/rss.xml">
-          https://blog.luevano.xyz/rss.xml
-        </a>
-        <br>
-
-        <i class="fas fa-donate" alt="Donate"></i>
-        <a href="https://luevano.xyz/donate">Donate</a>
-        <a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i></a>
-      </footer>
+    </header>
+
+    <div class="welcome">
+      <h1>
+        Welcome!
+      </h1>
+
+      <p>
+      My name is David Luévano and this is my little piece of internet.
+      </p>
+
+      <p>
+      I plan on doing all sort of stuff here, including a <a href="https://blog.luevano.xyz/">blog</a> and stuff like an interactive <a href="https://gb.luevano.xyz/">gameboy</a> where everyone who participates plays together (think "twitch plays pokemon" and more recently "twitter plays pokemon").
+      </p>
+
+      <p>
+      But for now, this place is under construction (as you may notice from most links being broken).<br/>
+
+      <img src="https://static.luevano.xyz/images/gifs/worker1.gif" alt="Under construction">
+      </p>
+    </div>
+
+    <footer class="footer">
+      <i class="fas fa-envelope" alt="Email"></i>
+      Email
+      <a href="mailto:david@luevano.xyz">
+        david@luevano.xyz
+      </a>
+      <br>
+
+      <i class="fas fa-rss" alt="RSS"></i>
+      RSS
+      <a href="https://blog.luevano.xyz/rss.xml">
+        https://blog.luevano.xyz/rss.xml
+      </a>
+      <br>
+
+      <i class="fas fa-donate" alt="Donate"></i>
+      <a href="https://luevano.xyz/donate">Donate</a>
+      <a href="https://paypal.me/dlvna"><i class="fab fa-paypal" alt="Paypal"></i></a>
+    </footer>
   </body>
+</html>
-- 
cgit v1.2.3-70-g09d2