diff --git a/index.html b/index.html index bdf0170..1869cce 100644 --- a/index.html +++ b/index.html @@ -14,29 +14,20 @@
About me -

I've been programming for the last 2 years of my life. My main language is Java. I also got pretty good at optimizing minecraft servers.

+

+ Self-taught programmer, game making enthusiast, java developer. Active member of purpur minecraft community. +

- Socials + Links

GitHub
- Discord + Discord
+ Ko-fi
+ Projects

-
-
- My projects -

- See my projects here -

- -
-
- Support me - -
-
\ No newline at end of file diff --git a/projects/index.html b/projects/index.html index 446d8d0..384aad6 100644 --- a/projects/index.html +++ b/projects/index.html @@ -31,9 +31,9 @@

Bukkit plugin that allows server owners control over which commands players can see and execute.

-

TogglePvP

+

PreventStabby (TogglePvP)

- Source code + Source code | SpigotMC page
@@ -50,12 +50,12 @@
-

Discord bots

-

GamerBot

+

APIs

+

Server Pinger

- Top.gg page + RapidAPI page
-

Bot that allows you to search League of Legends summoner profiles and ping minecraft and source game servers. Will be open sourced soon.

+

An API allowing you to ping Minecraft java or bedrock servers and source engine games.

diff --git a/style/main.css b/style/main.css index b839126..5f3d98b 100644 --- a/style/main.css +++ b/style/main.css @@ -15,6 +15,7 @@ html { background-size: cover; margin: 0; padding: 0; + font-size: 1.2em; } body { margin: 0; @@ -86,7 +87,32 @@ h1 { -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; - } +} + +.fa-github { + color: #fff; +} + +.fa-discord { + color: #fff; +} + +.fa-keyboard { + color: #fff; +} + +.ko-fi { + color: #fff; +} + +.ko-fi::after { + content: '\f004'; + font-weight: 900; + font-size: 0.55em; + color: #ff5e5b; + position: absolute; + margin: 0.75em 0 0 -1.6em; +} @media only screen and (max-width: 1000px) {