]> Arthur Taft Gitweb - website.git/blobdiff - static/index.html
add meta for discord embed
[website.git] / static / index.html
index 8b42cec77d1bb9377a13996adb45ef881c31b58e..b16607432e6ef676840a7261a8d50ac22373d390 100644 (file)
@@ -9,8 +9,13 @@
     <head>
         <title>home | arthurtaft.net</title>
         <meta charset="UTF-8">
+        <meta name="viewport" content="width=device-width">
+        <meta content="Arthur Taft" property="og:title">
+        <meta content="My personal website!" property="og:Site Description">
+        <meta content="https://arthurtaft.net" property="og:url">
+        <meta name="theme-color" content="#a6e3a1">
         <link rel="stylesheet" href="/static/styles.css">
-        <link rel="icon" href="/static/favicon.ico" />
+        <link rel="icon" href="/favicon.ico" />
     </head>
     <body>
         <div id="main-cont">
             </div>
             <div id="container">
                 <h2 class="main-header">Home</h1>
-                <h3 class="main-subheading">I love Gentoo Linux</h3>
+                <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>
+                <p class="copy-text">&copy; arthur taft - 2025</p>
             </div>
         </div>
     </body>