diff --git a/src/lib/Socials.svelte b/src/lib/Socials.svelte
index b6c5fb2..9656ebd 100644
--- a/src/lib/Socials.svelte
+++ b/src/lib/Socials.svelte
@@ -1,8 +1,14 @@
-
+
+ {#if text}
+
+ Social Profiles
+
+ {/if}
+
+ {#if text}
+
+ // EOL
+
+ {/if}
diff --git a/src/lib/ThemeSwitcher.svelte b/src/lib/ThemeSwitcher.svelte
index 29519a0..649f061 100644
--- a/src/lib/ThemeSwitcher.svelte
+++ b/src/lib/ThemeSwitcher.svelte
@@ -2,8 +2,7 @@
import { onMount } from "svelte";
import { getCookie } from "./helpers/cookies";
- let classes =
- "h-full py-2 px-5 flex justify-center items-center group hover:bg-white hover:bg-opacity-30 text-white text-lg duration-300";
+ let classes = "h-full py-2 px-10 text-white flex justify-center items-center uppercase group hover:bg-white hover:bg-opacity-20 font-bold text-lg duration-300";
function switchTheme() {
if (document.documentElement.classList.contains("dark")) {
@@ -15,13 +14,13 @@
function setLight() {
document.documentElement.classList.remove("dark");
- document.querySelector("#theme").innerHTML = "Set to Dark";
+ document.querySelector("#theme").innerHTML = "☀️";
document.cookie = "theme=light";
}
function setDark() {
document.documentElement.classList.add("dark");
- document.querySelector("#theme").innerHTML = "Set to Light";
+ document.querySelector("#theme").innerHTML = "🌙";
document.cookie = "theme=dark";
}
diff --git a/src/lib/footer/Footer.svelte b/src/lib/footer/Footer.svelte
index 49ddc6a..537b09b 100644
--- a/src/lib/footer/Footer.svelte
+++ b/src/lib/footer/Footer.svelte
@@ -1,29 +1,34 @@
-
+
+
+
+
Bart Industries
-
Copyright 2022 Mid // Midblep. All rights reserved.
-
-
-
+
diff --git a/src/lib/header/Nav.svelte b/src/lib/header/Nav.svelte
index 47f9f03..1e4b7cd 100644
--- a/src/lib/header/Nav.svelte
+++ b/src/lib/header/Nav.svelte
@@ -16,10 +16,10 @@
-
-
-
-
+
+
+
+
@@ -28,10 +28,10 @@
-
-
-
-
+
+
+
+
diff --git a/src/lib/home/Banner.svelte b/src/lib/home/Banner.svelte
index 1f50b17..590d209 100644
--- a/src/lib/home/Banner.svelte
+++ b/src/lib/home/Banner.svelte
@@ -49,7 +49,10 @@
"Blade",
"JSX",
"Pug",
- "Wordpress"
+ "Wordpress",
+ "Vercel",
+ "Netlify",
+ "AWS S3"
];
onMount(() => {
@@ -74,41 +77,44 @@
randomBannerPic = "/homepage/banner.png";
-
+
-
-
+
+
-
+
-
+
-
+
-
-
- Bart Industries is a collection of everything I've done such as my projects, involvements and ambitions,
- but also other things such as my furry side, stories, socials, blogposts and everything else I feel like sharing.
-
- I am open for opportunities,
- if you want to reach out you can use one of the methods below or the contact form.
-
-
+
+ Bart Industries is an online collection of me such as my socials, work experiences,
+ past-time projects, artworks and hobbies, random blogposts, fursonas and anything else I feel proud enough of to share.
+
+ For my skills and experiences I implore you to visit my portfolio section, but
+ I am always excited to explore other technologies and have new experiences.
+
+ I am open to new opportunities and am always eager to work,
+ you can reach out using one of the methods below or the contact form.
+
+
+
@@ -117,6 +123,23 @@
+
+