diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 37 |
1 files changed, 21 insertions, 16 deletions
@@ -1,30 +1,35 @@ -<!DOCTYPE html> -<html> +<html lang="en-US"> <head> <meta charset='utf-8'> <meta http-equiv='X-UA-Compatible' content='IE=edge'> - <title>welcome to pipeframe.xyz</title> + <title>pipeframe</title> <meta name='viewport' content='width=device-width, initial-scale=1'> - <link rel='preload' as='style' href='font/font.css' onload='this.rel="stylesheet"'> - <link rel='stylesheet' type='text/css' media='screen' href='style.css'> + <link rel='stylesheet' type='text/css' href='style.css'> </head> <body> - <div class="centeredpage"> - <h1>Welcome to <span style="color: var(--gold-crayola)">pipeframe.xyz</span></h1> + + <main> + + <h1>Welcome to pipeframe.xyz</h1> + <p style="text-align: center"> <a target="_blank" href="https://github.com/lonkaars"><img alt="GitHub followers" src="https://img.shields.io/github/followers/lonkaars?style=social"></a> </p> - <p> - This is my personal website on which I host some cool things. Most of my projects are hosted on <a target="_blank" href="https://github.com/lonkaars">my GitHub</a> or my own git server. These are the (public) things hosted on here: - </p> + <ul> - <li>personal <a target="_blank" href="https://blog.pipeframe.xyz">blog</a> (source: <a href="https://git.pipeframe.xyz/lonkaars/blog/">git</a>, <a href="https://github.com/lonkaars/blog">github</a>)</li> - <li><a target="_blank" href="https://git.pipeframe.xyz">git</a> server</li> + <li>Most of the things I do should be <a target="_blank" href="https://git.pipeframe.xyz">here</a></li> + <li>If not, they're likely over on <a target="_blank" href="https://github.com/lonkaars">GitHub</a></li> + <li>I also have a <a target="_blank" href="https://blog.pipeframe.xyz">blog</a> that I rarely update</li> </ul> - <p style="text-align: center"> - The domain name comes from this bad boy:<br/> - <img src="img/pipeframe.png" alt="Mariokart 8 pipe frame kart"> + + <div class="fill"></div> + + <p align="center"> + (the domain name comes from this bad boy)<br/> + <img src="img/pipeframe.png" alt="Mariokart 8 pipe frame kart"> </p> - </div> + + </main> + </body> </html> |