diff --git a/assets/banner.jpg b/assets/banner.jpg deleted file mode 100644 index d13b4ae..0000000 Binary files a/assets/banner.jpg and /dev/null differ diff --git a/assets/images/banner.webp b/assets/images/banner.webp new file mode 100644 index 0000000..0d423c7 Binary files /dev/null and b/assets/images/banner.webp differ diff --git a/assets/logo.svg b/assets/images/logo.svg similarity index 100% rename from assets/logo.svg rename to assets/images/logo.svg diff --git a/assets/nav_toggle.svg b/assets/images/nav_toggle.svg similarity index 100% rename from assets/nav_toggle.svg rename to assets/images/nav_toggle.svg diff --git a/assets/project_placeholder.svg b/assets/images/project_placeholder.svg similarity index 100% rename from assets/project_placeholder.svg rename to assets/images/project_placeholder.svg diff --git a/styles.css b/assets/styles/styles.css similarity index 99% rename from styles.css rename to assets/styles/styles.css index 01e02e4..d908a2d 100644 --- a/styles.css +++ b/assets/styles/styles.css @@ -318,7 +318,7 @@ body { .content > header::after { background-size: cover; - background-image: url("assets/banner.jpg"); + background-image: url("../images/banner.webp"); z-index: -1; } diff --git a/error_pages/404.html b/error_pages/404.html index d1db9c5..b39fbe7 100644 --- a/error_pages/404.html +++ b/error_pages/404.html @@ -18,7 +18,7 @@ font-family: 'Roboto', sans-serif; background: #060612; overflow-x: hidden; -/* min-height: 80vh;*/ + /* min-height: 80vh;*/ } @media screen and (max-width: 480px) { @@ -220,7 +220,7 @@
@@ -252,10 +252,8 @@ "use strict"; window.onload = function() { let wl = window.location.pathname; - let out = wl.replace(/&/g,'&').replace(//g,'>'); + let out = wl.replace(/&/g, '&').replace(//g, '>'); document.getElementById("request_url").innerHTML = out; } - - - + diff --git a/index.html b/index.html index 27be4ea..f9201c5 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + Maik de Kruif (maikka39) @@ -48,7 +48,7 @@
@@ -62,34 +62,34 @@
-
+

WatchTogether

WatchTogether is a way to watch YouTube videos together with others. Originally designed for watching Meme Review episodes with friends, WatchTogether can also be used to watch any YouTube video. Github

-
+

SuperBot

A bot for the popular chat platform Discord. With this bot you can moderate your server, play music, get statistics for your favorite games and have fun with some other little perks. Github: click here.

-
+

Toy Neural Network

This is a very basic Python Neural Network library based on the one built by Daniel Shiffman in this playlist but translated and improved in Python Check it out on Github!

-
+

InvoiceGenerator

Using InvoiceGenerator you can easily fill in word templates with the correct prices and comments. This project was commissioned by Pennings akoestisch afbouwen and made together with Jesper van Daatselaar. Source: Github.

-
+

CTF

In my spare time i'm often busy playing CTFs. This is a game mode in which several attackers (hackers) must steal a flag, saved on an (purposefully) insecure server and submit is to the organizer. More info.

@@ -98,7 +98,7 @@

Get in Touch!

-

Do you have a question? Contact me at info@maik.dev

+

Do you have a question? Contact me at info@maik.dev