diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fa16e27 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 - present, Project Segfault team + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/package.json b/package.json index d52068f..b4efa0a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "svelte-hcaptcha": "^0.1.1", "svelte-preprocess": "^4.10.7", "svelte-seo": "^1.4.1", + "svelte-vertical-timeline": "^0.0.2", "tslib": "^2.4.0", "typescript": "^4.7.4", "unplugin-icons": "^0.14.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb3f4f3..152f674 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,6 +13,7 @@ specifiers: svelte-hcaptcha: ^0.1.1 svelte-preprocess: ^4.10.7 svelte-seo: ^1.4.1 + svelte-vertical-timeline: ^0.0.2 tslib: ^2.4.0 typescript: ^4.7.4 unplugin-icons: ^0.14.7 @@ -31,6 +32,7 @@ devDependencies: svelte-hcaptcha: 0.1.1 svelte-preprocess: 4.10.7_uslzfc62di2n2otc2tvfklnwji svelte-seo: 1.4.1_typescript@4.7.4 + svelte-vertical-timeline: 0.0.2 tslib: 2.4.0 typescript: 4.7.4 unplugin-icons: 0.14.7_vite@3.0.4 @@ -1108,6 +1110,10 @@ packages: - typescript dev: true + /svelte-vertical-timeline/0.0.2: + resolution: {integrity: sha512-tM+wghFsIW3Xb/KC+ImlTw1S1THTEhcVki8x4/u+XVLGAnRGiPbeiO/aRhVj0k8v7D8YZHwlRm0X295KyAKQdg==} + dev: true + /svelte/3.49.0: resolution: {integrity: sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==} engines: {node: '>= 8'} diff --git a/src/lib/Footer.svelte b/src/lib/Footer.svelte index 344f14f..f3842ad 100644 --- a/src/lib/Footer.svelte +++ b/src/lib/Footer.svelte @@ -1,87 +1,59 @@ \ No newline at end of file diff --git a/src/routes/projects.svelte b/src/routes/projects.svelte new file mode 100644 index 0000000..5ec0218 --- /dev/null +++ b/src/routes/projects.svelte @@ -0,0 +1,106 @@ + + + + Our projects | Project Segfault + + + +
+

Our projects

+
+ {#each projects as { name, description, github, website }} +
+
+ {name} + + {#if description} +

{description}

+ {/if} +
+ +
+ {#if github} + + {/if} + + {#if website} + + {/if} +
+
+ {/each} +
+
+ + diff --git a/src/routes/team.svelte b/src/routes/team.svelte index adb2646..24a96fd 100644 --- a/src/routes/team.svelte +++ b/src/routes/team.svelte @@ -128,15 +128,14 @@ height: 23px; } - .web:hover { - background-color: var(--accent-tertiary); - color: var(--secondary) !important; + .web { transition: all 0.5s; } - .web:active { - background-color: var(--accent-primary); - transition: all 0.5s; + .web:hover { + background-color: var(--accent-tertiary); + color: var(--secondary) !important; + } .socials { diff --git a/src/routes/timeline.svelte b/src/routes/timeline.svelte new file mode 100644 index 0000000..c12f068 --- /dev/null +++ b/src/routes/timeline.svelte @@ -0,0 +1,153 @@ + + + + + +

2020

+
+ + + + + +

Terrific Tea Studios is formed

+

While not intended to be as the beginning of the founding of Project Segfault, it grouped 3 core team members together: Odyssey, Midou and Devnol, with some other people. This was all of us' first attempt at making an organization that focuses on computers. It primarily focused on development of products. This organization was ultimately killed in February 2021 when Odyssey brutally murdered it by abusing a backdoor in it's Discord bot, Cytrus-RE.

+
+
+ + + +

January 2021

+
+ + + + + +

Neutron Technologies is formed

+

This was our second attempt at an organization, attempting to not follow our previous mistakes. While it went nicely at first, it eventually got to the point where Devnol (the current organizer) decided he had better things to do (not really) and left. From there, things went south and eventually we just deleted the entire organization's Discord (we werent convinced of Matrix at this time.). Since we had access to some hardware, this was supposed to be focused on making backend stuff rather than desktop apps.

+
+
+ + + +

Somewhere in July 2021?

+
+ + + + + +

Midou meets a guy named MrLeRien

+

This eventually formed a nice little (primarily focused on hosting) project called mutahar.rocks. Here, the duo focused on hosting anything they could on a Core 2 Duo HP machine with 8GB of RAM that was running Arch Linux. Eventually, they decided to buy a couple of VPSes.

+
+
+ + +

Probably October 2021

+
+ + + + + +

Mutahar.rocks obtained a powerful server

+

MrLeRien's dad's work had an unused Hitcachi Compute Rack with 320GB of ram and... I forgot the CPU, midou fill this in. Well, once MrLeRien got his hands on the Hitachi, mutahar.rocks started hosting more stuff.

+
+
+ + +

December 2021

+
+ + + + + +

Odyssey joins Mutahar.rocks

+

At this point, it wasn't "official", but he did some work for them (like try to make a website, which eventually got lost and never found), and that's about it.

+
+
+ + +

February 2022

+
+ + + + + +

Mutahar.rocks started hosting gameservers.

+

Odyssey was in charge of most of them, which made him an official member of Mutahar.rocks. We primarily focused on hosting Source game servers, for example Garry's Mod. We also hosted a Minecraft server to a couple of... annoying people. I'm glad they're out of my life now.

+
+
+ + +

April 2022

+
+ + + + + + +

Mutahar.rocks' main server was forced to shut down.

+

Eventually, after many months and pointless arguments with his dad, MrLeRien decided to give up on fighting with his dad to keep the server online. I don't remember exactly when, but I had to make an announcement in the middle of a class to tell people what was going on. Not fun.

+
+
+ + +

April 2022

+
+ + + + + +

Devnol comes in and joins Mutahar.rocks with his server, Helios.

+

When he joined, we decided that this was huge for Mutahar.rocks and we decided it was time to rebrand... This is when Mutahar.rocks became Project Segfault. Same thing - just a bit more professional.

+
+
+ + +

Now

+
+ + + + + + +

Months later, 3 new members, we're better than ever.

+

We decided to get some new members. First, we started by getting someone who likes to do frontend development, Akis. Then, we got an amazing sysadmin who goes by the alias "openssl_rand". He does a lot of cool stuff for us, and he is very dedicated. Then we also decided that we needed backups, and then one of our friends told us he could help us with that. His name is Stephenvk. We also decided to just get better. This is just the beginning. We are going to take over the world, and become the NWO. Just kidding.

+
+
+
\ No newline at end of file diff --git a/static/Raleway.ttf b/static/Raleway.ttf new file mode 100644 index 0000000..424fb0e Binary files /dev/null and b/static/Raleway.ttf differ