]> Arthur Taft Gitweb - website.git/commitdiff
begin work on about me page
authorArthur Taft <[email protected]>
Sat, 22 Nov 2025 01:56:13 +0000 (18:56 -0700)
committerArthur Taft <[email protected]>
Sat, 22 Nov 2025 01:56:13 +0000 (18:56 -0700)
static/about.html
static/styles.css

index 7ac9ce97891906b56eeaab02aad1c91d93f06e1f..040b3f29a3ba33f6e24d3f3186fb37ace17e1524 100644 (file)
@@ -10,6 +10,7 @@
         <title>about | arthurtaft.net</title>
         <meta charset="UTF-8">
         <link rel="stylesheet" href="styles.css">
+        <link href="https://fonts.cdnfonts.com/css/liberation-mono" rel="stylesheet">
     </head>
     <body>
         <div id="main-cont">
                 <h1 class="page-title">arthurtaft.net</h1>
             </div>
             <div id="container">
-                <h2 class="main-header">I love Gentoo Linux</h1>
+                <h2 class="main-header">About Me</h1>
+                <h3 class="main-subheading">Personal</h3>
+                <p class="main-text">I was born at a very young age in Salt Lake City, UT and spent the first 10 years of my life living in the Liberty Wells neighborhood. Subsequently my family moved to the west side of Salt Lake. I am a student at Southern Utah University, studying: Cybersecurity, Music, and German.</p>
+                <h3 class="main-subheading">Professional</h3>
+                <p class="main-text">I started my work history at Lagoon Amusement Park in Farmington, UT where I held 3 positions: Ride Operator (2022), Ride Supervisor (2022), Ride Coordinator (2023). This is where a majority of my customer service, as well as leadership experience comes from. Upon starting school I worked for the University IT Help Desk (2024), where I stayed for a little less than a year. After returning to Salt Lake to save money to continue school I began work for The Church of Jesus Christ of Latter-day Saints at Beehive Clothing as a Packing Operator (2025).</p>
             </div>
         </div>
     </body>
index 30d16d77d9b696ab43aad76f5998909bc4d26cec..6bbf2b3b281c831e7d06c607320667bf2552511b 100644 (file)
@@ -31,6 +31,8 @@
     --base: #1e1e2e;
     --mantle: #181825;
     --crust: #11111b;
+
+    font-family: 'Liberation Mono', sans-serif;
 }
 
 /* Style Reset */
@@ -113,6 +115,21 @@ body {
 
 #container .main-header {
     color: var(--lavender);
+    margin-bottom: 1%;
+}
+
+#container .main-subheading {
+    color: var(--sapphire);
+    align-self: start;
+    margin-left: 25%;
+    margin-bottom: 0.5%;
+}
+
+#container .main-text {
+    color: var(--subtext-1);
+    margin-left: 25%;
+    margin-right: 25%;
+    margin-bottom: 1%;
 }
 
 /* Link rules that enforce theme */