diff --git a/src/lib/zhen/cv-comps/400x400.png b/src/lib/zhen/cv-comps/400x400.png new file mode 100644 index 0000000..32bd85e Binary files /dev/null and b/src/lib/zhen/cv-comps/400x400.png differ diff --git a/src/lib/zhen/cv-comps/EmphasysLogo.png b/src/lib/zhen/cv-comps/EmphasysLogo.png new file mode 100644 index 0000000..b0d40e0 Binary files /dev/null and b/src/lib/zhen/cv-comps/EmphasysLogo.png differ diff --git a/src/lib/zhen/cv-comps/EposLogo.png b/src/lib/zhen/cv-comps/EposLogo.png new file mode 100644 index 0000000..4c66572 Binary files /dev/null and b/src/lib/zhen/cv-comps/EposLogo.png differ diff --git a/src/lib/zhen/cv-comps/KhoraLogo.jpg b/src/lib/zhen/cv-comps/KhoraLogo.jpg new file mode 100644 index 0000000..4a66d47 Binary files /dev/null and b/src/lib/zhen/cv-comps/KhoraLogo.jpg differ diff --git a/src/lib/zhen/cv-comps/MakerspaceLogo.png b/src/lib/zhen/cv-comps/MakerspaceLogo.png new file mode 100644 index 0000000..521d552 Binary files /dev/null and b/src/lib/zhen/cv-comps/MakerspaceLogo.png differ diff --git a/src/lib/zhen/cv-comps/PrimarySchoolLogo.png b/src/lib/zhen/cv-comps/PrimarySchoolLogo.png new file mode 100644 index 0000000..275d3fe Binary files /dev/null and b/src/lib/zhen/cv-comps/PrimarySchoolLogo.png differ diff --git a/src/lib/zhen/cv-comps/SASLogo.png b/src/lib/zhen/cv-comps/SASLogo.png new file mode 100644 index 0000000..e663891 Binary files /dev/null and b/src/lib/zhen/cv-comps/SASLogo.png differ diff --git a/src/lib/zhen/cv-comps/nextKbhLogo.png b/src/lib/zhen/cv-comps/nextKbhLogo.png new file mode 100644 index 0000000..e98991c Binary files /dev/null and b/src/lib/zhen/cv-comps/nextKbhLogo.png differ diff --git a/src/routes/zhen/CVs/Comps/Education.svelte b/src/routes/zhen/CVs/Comps/Education.svelte new file mode 100644 index 0000000..34ce132 --- /dev/null +++ b/src/routes/zhen/CVs/Comps/Education.svelte @@ -0,0 +1,88 @@ + + +
+
+ + Education + +
+
+
+ NextKBH logo +
+ + Gymnasium/Collage - HTX
+ NEXT-Mediegymnasiet: Computer science
+ May 2021 - Now +
+
+
+
+ SAS logo +
+ + SAS Master class
+ 4-week project about SAS: OnDemand and SAS: Viya
+ Dec 2023 - Dec 2023 +
+
+
+
+ Emphasys center logo +
+ + Emphasys Centre - Erasmus+
+ 2 weeks of Unity VR
+ Oct 2023 - Oct 2023 +
+
+
+
+
+ + \ No newline at end of file diff --git a/src/routes/zhen/CVs/epos/+page.svelte b/src/routes/zhen/CVs/epos/+page.svelte index 5007946..755ba7f 100644 --- a/src/routes/zhen/CVs/epos/+page.svelte +++ b/src/routes/zhen/CVs/epos/+page.svelte @@ -3,6 +3,7 @@ import ShortProfile from "../Comps/ShortProfile.svelte" import CombinedContacts from "../Comps/CombinedContacts.svelte" import LinkedInQR from "../Comps/LinkedInQR.svelte"; + import Education from "../Comps/Education.svelte";
@@ -13,7 +14,9 @@
-
+
+ +
@@ -58,5 +61,8 @@ #right-section{ width: calc(100% / 3 * 2); + + display: grid; + place-items: center; } \ No newline at end of file