diff --git a/public/phil.png b/public/phil.png new file mode 100644 index 0000000..a161bf0 Binary files /dev/null and b/public/phil.png differ diff --git a/src/components/whoami.astro b/src/components/whoami.astro new file mode 100644 index 0000000..70ae085 --- /dev/null +++ b/src/components/whoami.astro @@ -0,0 +1,39 @@ +
+
+ Phil +
+ +
+

About Phil

+

Developer of all sorts

+
+

+ I got into computer science by creating websites, learning about + the Linux kernel and administrating servers. +

+

+ After high school, I became a student at Epitech and learned to + tackle technical concepts and applying them quickly by working + on small projects. +

+

+ During my studies at Epitech, I had the opportunity to be a + teacher. My role was to assist students with technical problems + in their projects. +

+

+ Now I have experience in software engineering, full-stack web + and mobile development, system administration and CI/CD, as well + as embedded development. +

+

+ My goal is to use my knowledge and experience to make software + helping its users accomplish their needs. +

+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index 460c9c5..19b4a39 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,6 @@ --- import Hero from "../components/hero.astro"; +import Whoami from "../components/whoami.astro"; --- @@ -9,7 +10,10 @@ import Hero from "../components/hero.astro"; Philippe Loctaux - + +
+ +