]> Arthur Taft Gitweb - website.git/blobdiff - static/index.html
add script to change file permissions
[website.git] / static / index.html
index 3f4887a85bc5754853e33a306cad6b5df8578e4d..ec3f11948062d9b6ca9cfbbb16c727332426d40d 100644 (file)
@@ -1,23 +1,40 @@
 <!DOCTYPE html>
+
+<!-- 
+    index.html 
+    Copyright (c) 2025 Arthur Taft. All Rights Reserved.
+-->
+
 <html>
     <head>
-        <title>home | arthurtaft.EXT</title>
+        <title>home | arthurtaft.net</title>
         <meta charset="UTF-8">
-        <link rel="stylesheet" href="styles.css">
+        <link rel="stylesheet" href="/static/styles.css">
+        <link rel="icon" href="/favicon.ico" />
     </head>
     <body>
         <div id="main-cont">
             <div id="top-nav">
-                <ul>
-                    <li><a href="/">home</a></li>
-                    <li><a href="/blog">blog</a></li>
-                    <li><a href="/resume">resume</a></li>
-                    <li><a href="/contact">contact</a></li>
-                    <li><a href="/about">about me</a></li>
+                <ul class="nav-list">
+                    <li class="nav-item"><a class="nav-link" href="/">home</a></li>
+                    <li class="nav-item"><a class="nav-link" href="/blog">blog</a></li>
+                    <li class="nav-item"><a class="nav-link" href="/resume">resume</a></li>
+                    <li class="nav-item"><a class="nav-link" href="/contact">contact</a></li>
+                    <li class="nav-item"><a class="nav-link" href="/about">about me</a></li>
                 </ul>
             </div>
+            <div id="title-div">
+                <h1 class="logo">>_</h1>
+                <h1 class="page-title">arthurtaft.net</h1>
+            </div>
             <div id="container">
-                <h1>Bazinga</h1>
+                <h2 class="main-header">Home</h1>
+                <p class="main-text">Hello and welcome! This website is the home for all of the cool stuff that I'll be doing in the future, and I hope to develop it into a wealth of knowledge that other people can utilize. I'm hoping to grow the features of my website, so check back often to make sure you don't miss anything new!</p>
+                <p class="main-text">Mailing list coming soon!</p>
+            </div>
+            <div id="footer">
+                <p class="footer-text">source: <a class="footer-link" href="https://github.com/arthur-taft/website" target="_blank">github.com/arthur-taft/website</a></p>
+                <p class="footer-text">&copy; arthur taft - 2025</p>
             </div>
         </div>
     </body>