From 0cc8aef77a9e90150b2527f669f7211f1dc73f87 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 6 Jun 2021 19:12:11 +0200 Subject: removed links to publicly inaccessible stuff --- index.html | 19 ++++++------------- style.css | 2 ++ 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 @@ - Welcome to pipeframe.xyz + welcome to pipeframe.xyz @@ -12,23 +12,16 @@

Welcome to pipeframe.xyz

- GitHub followers - Server CPU temperature + GitHub followers

- This is my personal website on which I host some cool things. Most of my projects are hosted on my GitHub. 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 my GitHub or my own git server. These are the (public) things hosted on here:

-

- I'm also working on a connect 4 website. 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. It's currently hosted on connect4.pipeframe.xyz as a public beta. -

The domain name comes from this bad boy:
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 { -- cgit v1.2.3