diff --git a/src/lib/zhen/cv-comps/MoreProfesionalMe.jpg b/src/lib/zhen/cv-comps/MoreProfesionalMe.jpg new file mode 100644 index 0000000..bc45477 Binary files /dev/null and b/src/lib/zhen/cv-comps/MoreProfesionalMe.jpg differ diff --git a/src/routes/zhen/cv/CompsRev2/Education.svelte b/src/routes/zhen/cv/CompsRev2/Education.svelte index d41f9c9..5ae2b18 100644 --- a/src/routes/zhen/cv/CompsRev2/Education.svelte +++ b/src/routes/zhen/cv/CompsRev2/Education.svelte @@ -1,11 +1,11 @@
@@ -14,35 +14,31 @@ Education
-
-
- - University - Bacholor
- Technical University of Denmark
- Sep 2024 - Now -
-
-
- - Gymnasium/Collage - HTX
- NEXT-Mediegymnasiet: Computer science
- May 2021 - Now -
-
-
- - SAS Master class
- 4-week project about SAS: OnDemand and SAS: Viya
- Dec 2023 - Dec 2023 -
-
-
- - Emphasys Centre - Erasmus+
- 2 weeks of Unity VR
- Oct 2023 - Oct 2023 -
-
+
+ + DTU
+

+ Artificial intelligence +

+
+ + Next
+

+ Computer science +

+
+ + Master class
+

+ SAS Programming +

+
+ + Emphasys center
+

+ VR development +

+
@@ -52,30 +48,16 @@ place-items: center; width: 90%; - overflow: hidden; - - & > div:first-child { + > div:first-child { + border-bottom: black 1mm solid; width: 100%; - - /* Bottom border stripe*/ - border-bottom: 1mm solid black; - - &:first-child { - font-size: x-large; - } } } - .table-item { - padding: 2mm; - - display: flex; - justify-items: start; - - width: 100%; - - &:not(:last-child) { - border-bottom: 0.25mm solid #000000; + .imagesContainer { + > img { + border-radius: 5mm; + filter: drop-shadow(1mm 1mm 1mm #0000009d); } } \ No newline at end of file diff --git a/src/routes/zhen/cv/CompsRev2/IconAndText.svelte b/src/routes/zhen/cv/CompsRev2/IconAndText.svelte index a414778..e90ece4 100644 --- a/src/routes/zhen/cv/CompsRev2/IconAndText.svelte +++ b/src/routes/zhen/cv/CompsRev2/IconAndText.svelte @@ -14,7 +14,7 @@
- {imageCaption} + {imageCaption}
diff --git a/src/routes/zhen/cv/CompsRev2/IconAndText2.svelte b/src/routes/zhen/cv/CompsRev2/IconAndText2.svelte new file mode 100644 index 0000000..5c6fad3 --- /dev/null +++ b/src/routes/zhen/cv/CompsRev2/IconAndText2.svelte @@ -0,0 +1,44 @@ + + +
+ {imageCaption} +
+ + + +
+
+ + \ No newline at end of file diff --git a/src/routes/zhen/cv/CompsRev2/NameAndImage.svelte b/src/routes/zhen/cv/CompsRev2/NameAndImage.svelte index 8d76036..874764d 100644 --- a/src/routes/zhen/cv/CompsRev2/NameAndImage.svelte +++ b/src/routes/zhen/cv/CompsRev2/NameAndImage.svelte @@ -1,6 +1,6 @@
diff --git a/src/routes/zhen/cv/CompsRev2/TableOfProjects.svelte b/src/routes/zhen/cv/CompsRev2/TableOfProjects.svelte new file mode 100644 index 0000000..19e7407 --- /dev/null +++ b/src/routes/zhen/cv/CompsRev2/TableOfProjects.svelte @@ -0,0 +1,88 @@ +
+
+ + List of big projects + +
+
+
+
Computer vision
+
Implimented YoloV1 from scratch. (object detection)
+
+
+
Arduino
+
Built my own claw machine with 2 dimentions of movement
+
+
+
App dev
+
Made an Doulingo'ish app for learning chinese in 9 days
+
+
+
Open-source help
+
Have contributed in multiple Open-source project on github
+
+
+
PCB designing
+
I am currently designing my own circuit board
+
+
+
+

+ If you want proof or want to know about other projects. Contact me! +

+
+
+ + \ No newline at end of file diff --git a/src/routes/zhen/cv/rev2/+page.svelte b/src/routes/zhen/cv/rev2/+page.svelte index d11c204..8fe5623 100644 --- a/src/routes/zhen/cv/rev2/+page.svelte +++ b/src/routes/zhen/cv/rev2/+page.svelte @@ -10,6 +10,7 @@ import Education from "../CompsRev2/Education.svelte"; import Experience from "../CompsRev2/Experience.svelte"; import BiggestFlex from "../CompsRev2/BiggestFlex.svelte"; + import TableOfProjects from "../CompsRev2/TableOfProjects.svelte"; // Decorations import LeftTopDecor from "../CompsRev2/LeftTopDecor.svelte"; @@ -87,6 +88,7 @@
+