aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-06-06 19:12:11 +0200
committerlonkaars <l.leblansch@gmail.com>2021-06-06 19:12:11 +0200
commit0cc8aef77a9e90150b2527f669f7211f1dc73f87 (patch)
tree802af9eff726f8b18df714c35b34e4ab8f298436
parent19e27ab20c2546cd4a0afdd266cb8b35de248228 (diff)
removed links to publicly inaccessible stuff
-rw-r--r--index.html19
-rw-r--r--style.css2
2 files changed, 8 insertions, 13 deletions
diff --git a/index.html b/index.html
index 93ca02e..d223773 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
- <title>Welcome to pipeframe.xyz</title>
+ <title>welcome to pipeframe.xyz</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'>
@@ -12,23 +12,16 @@
<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>
- <img src="https://netdata.pipeframe.xyz/api/v1/badge.svg?chart=sensors.coretemp_isa_0000_temperature&dimensions=Package%20id%200&label_color=cceff9&value_color=blue&text_color_lbl=000&units=%C2%B0C&label=chillyness" alt="Server CPU temperature">
+ <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>. These are the things hosted on here:
+ 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>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 <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 <a target="_blank" href="https://git.pipeframe.xyz">git</a> server</li>
- <li>My private <a target="_blank" href="https://minecraft.pipeframe.xyz">minecraft</a> server (the link goes to a dynmap website)</li>
+ <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><a target="_blank" href="https://connect4.pipeframe.xyz">connect 4</a> website (source: <a href="https://git.pipeframe.xyz/lonkaars/connect-4/about/">git</a>, <a href="https://github.com/lonkaars/connect-4/">github</a>)</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' <del>so that's also going to be hosted on this domain when it's semi-safe to run publicly</del>. It's currently hosted on <a href="https://connect4.pipeframe.xyz">connect4.pipeframe.xyz</a> as a public beta.
- </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">
diff --git a/style.css b/style.css
index e2b0285..9c24f7c 100644
--- a/style.css
+++ b/style.css
@@ -28,6 +28,8 @@ body, html {
background-color: var(--bg);
color: var(--fg);
font-family: "Inter", sans-serif;
+
+ text-transform: lowercase;
}
.centeredpage {