]> Arthur Taft Gitweb - website.git/blob - static/index.html
add link to openpgp key website
[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                 <h3 class="main-subheading">I love Gentoo Linux</h3>
33             </div>
34             <div id="footer">
35                 <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>
36                 <p class="footer-text">&copy; arthur taft - 2025</p>
37             </div>
38         </div>
39     </body>
40 </html>