diff --git a/src/lib/components/Projects.svelte b/src/lib/components/Projects.svelte
index 66e5b5b..309157b 100644
--- a/src/lib/components/Projects.svelte
+++ b/src/lib/components/Projects.svelte
@@ -1,18 +1,17 @@
@@ -77,7 +75,7 @@
diff --git a/src/lib/modals/more.svelte b/src/lib/modals/more.svelte
index 0f88c6d..2e23a6c 100644
--- a/src/lib/modals/more.svelte
+++ b/src/lib/modals/more.svelte
@@ -52,11 +52,11 @@
Minecraft 1.19.2 Quilt modpack oriented towards exploration. Powered by packwiz!
-
-
+
+
-
UtilityClient
-
Performance oriented 1.8.9 Minecraft Client. I'm responsible for UI/UX.
+
stelian.net
+
My portfolio/blog website for my non-internet personality.
@@ -66,6 +66,13 @@
Open-source Minecraft resourcepack for 1.8.9
+
+
+
+
UtilityClient
+
Performance oriented 1.8.9 Minecraft Client. I'm responsible for UI/UX.
+
+
Archive
diff --git a/src/lib/modals/stelian-net.svelte b/src/lib/modals/stelian-net.svelte
new file mode 100644
index 0000000..b0bbd2b
--- /dev/null
+++ b/src/lib/modals/stelian-net.svelte
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/lib/modals/utilityclient.svelte b/src/lib/modals/utilityclient.svelte
deleted file mode 100644
index 9bf3dc8..0000000
--- a/src/lib/modals/utilityclient.svelte
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/styles/projects.scss b/src/styles/projects.scss
index 78d868d..dc956f6 100644
--- a/src/styles/projects.scss
+++ b/src/styles/projects.scss
@@ -58,19 +58,19 @@
cursor: default;
align-items: center;
}
-
+
.one {
grid-area: one;
}
-
+
.two {
grid-area: two;
}
-
+
.thr {
grid-area: thr;
}
-
+
.button {
width: 8em;
height: 8em;
@@ -89,39 +89,42 @@
.button:hover {
opacity: 0.9;
}
-
+
.button:active {
opacity: 0.8;
}
-
+
.inactive {
visibility: hidden;
}
-
+
.sangelo {
background-image: url('/assets/logos/sangelos-space-website.svg');
}
-
+
.lunivity {
background-image: url('/assets/logos/lunivity.svg');
}
-
+
.gitpot {
- background: url('/assets/icons/gitpot.svg') no-repeat center / 4.5em, radial-gradient(103.52% 103.52% at 34.04% 26.17%, #fa7042 24.28%, #d23652 120%) no-repeat center;
+ background:
+ url('/assets/icons/gitpot.svg') no-repeat center / 4.5em,
+ radial-gradient(103.52% 103.52% at 34.04% 26.17%, #fa7042 24.28%, #d23652 120%) no-repeat
+ center;
}
-
- .utility {
- background-image: url('/assets/logos/utilityclient.svg');
+
+ .stelian {
+ background-image: url('/assets/logos/stelian-net.svg');
}
-
+
.explorecraft {
background-image: url('/assets/logos/explorecraft.svg');
}
-
+
.dashinit {
background-image: url('/assets/logos/dashinit.svg');
}
-
+
.sangefault {
background-image: url('/assets/logos/sangefault.svg');
}
@@ -131,7 +134,7 @@
background-image: url('/assets/icons/next.svg');
background-size: 3em;
}
-
+
.tip {
width: 10em;
text-align: left;
@@ -139,7 +142,7 @@
font-size: 25px;
z-index: 1;
margin-left: 1em;
-
+
.capri {
color: $capri;
}
diff --git a/static/assets/logos/stelian-net.svg b/static/assets/logos/stelian-net.svg
new file mode 100644
index 0000000..6ee8cca
--- /dev/null
+++ b/static/assets/logos/stelian-net.svg
@@ -0,0 +1,11 @@
+
diff --git a/static/assets/markdown/stelian-net.md b/static/assets/markdown/stelian-net.md
new file mode 100644
index 0000000..6051307
--- /dev/null
+++ b/static/assets/markdown/stelian-net.md
@@ -0,0 +1,6 @@
+# stelian.net
+
+This is a website I've been working on for a few months in 2024.\
+It should act as my digital corner on the internet where I'll write about many things regarding techology, gaming, and more.
+
+Go check it out, it has a lot more to explore if you're interested :D