]> Arthur Taft Gitweb - website.git/blobdiff - static/blog.html
add license
[website.git] / static / blog.html
index 5fe7fc5b776d022c47fe583681be30b6a07a4c6a..cca740115cc99cc79a3119489842aceeb643af84 100644 (file)
@@ -9,8 +9,14 @@
     <head>
         <title>blog | arthurtaft.net</title>
         <meta charset="UTF-8">
     <head>
         <title>blog | arthurtaft.net</title>
         <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width">
         <link rel="stylesheet" href="/static/styles.css">
         <link rel="stylesheet" href="/static/styles.css">
-        <link rel="icon" href="/static/shell-icon.ico" />
+        <link rel="icon" href="/favicon.ico" />
+        <style>
+            #container .main-text {
+                align-self: center;
+            }
+        </style>
     </head>
     <body>
         <div id="main-cont">
     </head>
     <body>
         <div id="main-cont">
@@ -24,6 +30,7 @@
                 </ul>
             </div>
             <div id="title-div">
                 </ul>
             </div>
             <div id="title-div">
+                <h1 class="logo">>_</h1>
                 <h1 class="page-title">arthurtaft.net</h1>
             </div>
             <div id="container">
                 <h1 class="page-title">arthurtaft.net</h1>
             </div>
             <div id="container">
                 <p class="main-text">Still working on this... Come back later!</p>
                 <img src="/static/in-progress.gif">
             </div>
                 <p class="main-text">Still working on this... Come back later!</p>
                 <img src="/static/in-progress.gif">
             </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="copy-text">&copy; arthur taft - 2025</p>
+            </div>
         </div>
     </body>
 </html>
         </div>
     </body>
 </html>