]> Arthur Taft Gitweb - website.git/blob - static/index.html
add padding to pgp-link
[website.git] / static / index.html
1 <!DOCTYPE html>
2
3 <!-- 
4     index.html 
5     Copyright (c) 2025 Arthur Taft. All Rights Reserved.
6 -->
7
8 <html>
9     <head>
10         <title>home | arthurtaft.net</title>
11         <meta charset="UTF-8">
12         <link rel="stylesheet" href="/static/styles.css">
13         <link rel="icon" href="/favicon.ico" />
14     </head>
15     <body>
16         <div id="main-cont">
17             <div id="top-nav">
18                 <ul class="nav-list">
19                     <li class="nav-item"><a class="nav-link" href="/">home</a></li>
20                     <li class="nav-item"><a class="nav-link" href="/blog">blog</a></li>
21                     <li class="nav-item"><a class="nav-link" href="/resume">resume</a></li>
22                     <li class="nav-item"><a class="nav-link" href="/contact">contact</a></li>
23                     <li class="nav-item"><a class="nav-link" href="/about">about me</a></li>
24                 </ul>
25             </div>
26             <div id="title-div">
27                 <h1 class="logo">>_</h1>
28                 <h1 class="page-title">arthurtaft.net</h1>
29             </div>
30             <div id="container">
31                 <h2 class="main-header">Home</h1>
32                 <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>
33                 <p class="main-text">Mailing list coming soon!</p>
34             </div>
35             <div id="footer">
36                 <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>
37                 <p class="footer-text">&copy; arthur taft - 2025</p>
38             </div>
39         </div>
40     </body>
41 </html>