aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-12 17:30:45 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-12 17:30:45 +0200
commit6c806d5ca6413902832c8baf05bed43c16ed7bf4 (patch)
tree233f692c748661b583de4e5154f1071a082d1984
parent6f106b16963664328c154abe52e6d6f8a87777bf (diff)
remove working on blog and update connect 4 url
-rw-r--r--index.html66
1 files changed, 33 insertions, 33 deletions
diff --git a/index.html b/index.html
index bda1eeb..61b9e79 100644
--- a/index.html
+++ b/index.html
@@ -1,37 +1,37 @@
<!DOCTYPE html>
<html>
-<head>
- <meta charset='utf-8'>
- <meta http-equiv='X-UA-Compatible' content='IE=edge'>
- <title>Welcome to pipeframe.xyz</title>
- <meta name='viewport' content='width=device-width, initial-scale=1'>
- <link rel='stylesheet' type='text/css' media='screen' href='font/font.css'>
- <link rel='stylesheet' type='text/css' media='screen' href='style.css'>
-</head>
-<body>
- <div class="centeredpage">
- <h1>Welcome to <span style="color: var(--gold-crayola)">pipeframe.xyz</span></h1>
- <p style="text-align: center">
+ <head>
+ <meta charset='utf-8'>
+ <meta http-equiv='X-UA-Compatible' content='IE=edge'>
+ <title>Welcome to pipeframe.xyz</title>
+ <meta name='viewport' content='width=device-width, initial-scale=1'>
+ <link rel='stylesheet' type='text/css' media='screen' href='font/font.css'>
+ <link rel='stylesheet' type='text/css' media='screen' href='style.css'>
+ </head>
+ <body>
+ <div class="centeredpage">
+ <h1>Welcome to <span style="color: var(--gold-crayola)">pipeframe.xyz</span></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>. I'm working on a blog, but for now these are the things hosted on here:
- </p>
- <ul>
- <li>My personal <a target="_blank" href="https://blog.pipeframe.xyz">blog</a></li>
- <li>My <a target="_blank" href="https://bitwarden.pipeframe.xyz">bitwarden</a> instance</li>
- <li>My minecraft server <code>minecraft.pipeframe.xyz</code> (invite-only)</li>
- <li>My <a target="_blank" href="https://filestash.pipeframe.xyz">filestash</a> instance</li>
- <li>An <a target="_blank" href="https://etesync.pipeframe.xyz">etesync</a> server</li>
- <li>My private <a target="_blank" href="https://git.pipeframe.xyz">git</a> server</li>
- </ul>
- <p>
- I'm also working on <a target="_blank" href="https://github.com/lonkaars/po-4-op-een-rij">a connect 4 website</a>. This was originally a simple school project, but I decided to go overboard and try to show off as much as I can. It's not finished yet, and has a lot of security issues, but I'm taking it on as my 'summer break project' so that's also going to be hosted on this domain when it's semi-safe to run publicly.
- </p>
- <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">
- </p>
- </div>
-</body>
+ </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>. These are the things hosted on here:
+ </p>
+ <ul>
+ <li>My personal <a target="_blank" href="https://blog.pipeframe.xyz">blog</a></li>
+ <li>My <a target="_blank" href="https://bitwarden.pipeframe.xyz">bitwarden</a> instance</li>
+ <li>My minecraft server <code>minecraft.pipeframe.xyz</code> (invite-only)</li>
+ <li>My <a target="_blank" href="https://filestash.pipeframe.xyz">filestash</a> instance</li>
+ <li>An <a target="_blank" href="https://etesync.pipeframe.xyz">etesync</a> server</li>
+ <li>My private <a target="_blank" href="https://git.pipeframe.xyz">git</a> server</li>
+ </ul>
+ <p>
+ I'm also working on <a target="_blank" href="https://github.com/lonkaars/connect-4">a connect 4 website</a>. This was originally a simple school project, but I decided to go overboard and try to show off as much as I can. It's not finished yet, and has a lot of security issues, but I'm taking it on as my 'summer break project' so that's also going to be hosted on this domain when it's semi-safe to run publicly.
+ </p>
+ <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">
+ </p>
+ </div>
+ </body>
</html>