From 46f4176948eb074128fb5c3f9316bfc3bb8d5293 Mon Sep 17 00:00:00 2001 From: Mid Date: Sat, 6 Jul 2024 20:10:55 +0200 Subject: [PATCH] Improve portfolio page --- src/lib/header/Header.svelte | 4 +- src/lib/home/Banner.svelte | 2 +- src/lib/home/Card.svelte | 19 +- src/lib/home/Portfolio.svelte | 340 ++++++++++++++++-------------- src/lib/home/Virtual.svelte | 9 +- src/routes/(pages)/+layout.svelte | 2 +- 6 files changed, 204 insertions(+), 172 deletions(-) diff --git a/src/lib/header/Header.svelte b/src/lib/header/Header.svelte index 4a86514..8ab1857 100644 --- a/src/lib/header/Header.svelte +++ b/src/lib/header/Header.svelte @@ -2,6 +2,8 @@ import Nav from './Nav.svelte'; -
+
diff --git a/src/lib/home/Banner.svelte b/src/lib/home/Banner.svelte index 984c933..620a9b5 100644 --- a/src/lib/home/Banner.svelte +++ b/src/lib/home/Banner.svelte @@ -102,7 +102,7 @@ randomBannerPic = '/homepage/banner.png'; -
+
diff --git a/src/lib/home/Card.svelte b/src/lib/home/Card.svelte index f765b51..d4eaad1 100644 --- a/src/lib/home/Card.svelte +++ b/src/lib/home/Card.svelte @@ -4,18 +4,19 @@ export let buttonHref = null; export let buttonImage = null; export let center = false; + export let highlighted = false; let classes = 'z-10 flex flex-col group relative h-full hover:shadow-xl duration-150 hover:scale-[101%] hover:-translate-y-1';
- -
@@ -24,7 +25,9 @@
{#if buttonImage} @@ -34,6 +37,10 @@
{:else} - + {/if}
diff --git a/src/lib/home/Portfolio.svelte b/src/lib/home/Portfolio.svelte index 04c23c6..f2fe370 100644 --- a/src/lib/home/Portfolio.svelte +++ b/src/lib/home/Portfolio.svelte @@ -58,17 +58,126 @@ ]; -
+
+
+ Header +
-
-

Portfolio

-

- A collection of some of the projects and experiences I am most proud of -

+

Experience

+ +
+
+ + + +

+
+ puppypride Saxion University +
+ 2020 to 2024 +

+

+ I obtained a Bachelor of Science majoring in Software Engineering at the Saxion + University of Applied Sciences in The Netherlands. During the study I've done a + multitude of projects for clients and worked in teams comprised of people with lots of + different backgrounds. I have mostly worked with Java, JavaScript, Python and C#, and + also have professional and practical skills with many sysadmin tasks. +

+ +
+
+ + +

+
Agro IT - Graduation Project
+ 2024 +

+

+ I also did my graduation project at Agro IT, where I built a complete system around + employee management, time tracking and employee payouts that integrates with existing + infrastructure and streamline the administrative process within the company as well as for + customers. +

+
+ + +

+
Xential - University Project
+ 2023 +

+

// insert text here

+
+ + +

+
Agro IT - Internship Project
+ 2023 +

+

+ Agro IT is an agricultural software company in The Netherlands. In my 5 month long + internship I developed a new modern web app that connected to their existing APIs and made + it possible for customers to use their systems from anywhere. +

+
+ + +

+
Witteveen+Bos - University Project
+ 2022 +

+

+ Witteveen+Bos is a major worldwide agricultural software company. During my internship me + and my team developed a generic authentication system in Django that would be used as a + customized plug-in template for new projects at the company. +

+
+ + +

+
AgroVision - University Project
+ 2021 +

+

+ AgroVision is a Dutch software company for farmers. During my internship I worked on an + app that generates reports about CO2 usage on farms and informs the farmer on how to + reduce thecir emmissions. +

+
+ + +

+
SuiteSeven - Internship
+ 2019 +

+

+ SuitSeven is a local webdevelopment studio. During my internship I worked on the design + for a client's website. +

+
+ + +

+
Profity - Internship
+ 2018 +

+

+ Profity is a software company creating ERP suites for the Dutch steel industry. During my + internship I learned the dynamics of a team and the different processes involved in + software development. +

+
+

Companies

+
@@ -128,23 +237,6 @@ - -

-
- puppypride Saxion University -
- 2020 to 2024 -

-

- I obtained a Bachelor in HBO-ICT (Software Engineering) at the Saxion University of - Applied Sciences in The Netherlands. During the study I've done a multitude of projects - for clients and worked in teams comprised of people with lots of different backgrounds. I - have mostly worked with Java, JavaScript, Python and C#, and also have professional and - practical skills with many sysadmin tasks. -

- -
-

@@ -162,116 +254,6 @@ - - -

-
⚔️ Skills
-

-

- I can work with a wide range of systems, frameworks and technologies! I have a lot of - common knowledge around computer software and hardware that i can use to quickly adapt - to new languages and frameworks. Here is a constantly expanding list of some of the - things I am comfortable and like working with: -

-
- {#each words as word, key} -

- {#if key == words.length - 2} - {@html word} and - {:else if key == words.length - 1} - {@html word}. - {:else} - {@html word}, - {/if} -

- {/each} -
-

... and always eager to try out new things!

-
-
- - - -

-
🏢 Internships
-

- -
-
- Agro IT - Graduation project -

2024

-

- I also did my graduation project at Agro IT, where I built a complete system around - employee management, time tracking and employee payouts that integrates with - existing infrastructure and streamline the administrative process within the company - as well as for customers. -

-
- -
- Agro IT - 3rd year internship -

2023

-

- Agro IT is an agricultural software company in The Netherlands. In my 5 month long - internship I developed a new modern web app that connected to their existing APIs - and made it possible for customers to use their systems from anywhere. -

-
- -
- Witteveen+Bos -

2022

-

- Witteveen+Bos is a major worldwide agricultural software company. During my - internship me and my team developed a generic authentication system in Django that - would be used as a customized plug-in template for new projects at the company. -

-
- -
- AgroVision -

2021

-

- AgroVision is a Dutch software company for farmers. During my internship I worked on - an app that generates reports about CO2 usage on farms and informs the farmer on how - to reduce thecir emmissions. -

-
- -
- SuiteSeven -

2019

-

- SuitSeven is a local webdevelopment studio. During my internship I worked on the - design for a client's website. -

-
- -
- Profity -

2018

-

- Profity is a software company creating ERP suites for the Dutch steel industry. - During my internship I learned the dynamics of a team and the different processes - involved in software development. -

-
-
-
-
-
@@ -300,7 +282,45 @@ - + + + + +

+
⚔️ Skills
+

+

+ I can work with a wide range of systems, frameworks and technologies! I have a lot of + common knowledge around computer software and hardware that i can use to quickly adapt + to new languages and frameworks. Here is a constantly expanding list of some of the + things I am comfortable and like working with: +

+
+ {#each words as word, key} +

+ {#if key == words.length - 2} + {@html word} and + {:else if key == words.length - 1} + {@html word}. + {:else} + {@html word}, + {/if} +

+ {/each} +
+

... and always eager to try out new things!

+
+
@@ -346,26 +394,6 @@
- - -
-

-
- prideunbound Pride Unbound -
- 2023 and ongoing -

-

- Pride Unbound is a convention based in London ran by Puppy Pride. I create and maintain - their software and server infrastructure. The website is custom made with Laravel and - has a registration system, payment system, scheduling system, booking system and CMS - pages system all managed by the event organisers through a dashboard. -

-
-

diff --git a/src/lib/home/Virtual.svelte b/src/lib/home/Virtual.svelte index 8574b61..d38c65f 100644 --- a/src/lib/home/Virtual.svelte +++ b/src/lib/home/Virtual.svelte @@ -2,11 +2,6 @@
-
-

Discover

-

Virtual Creativity

-
-