diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index e455571..d1b7fa2 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,21 +1,8 @@ - About - + About me +
-

About this app

- -

- This is a SvelteKit app. You can make your own by typing the - following into your command line and following the prompts: -

- -
npm create svelte@latest
- -

- The page you're looking at is purely static HTML, with no client-side interactivity needed. - Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening - the devtools network panel and reloading. -

+

About me

diff --git a/src/routes/about/+page.ts b/src/routes/about/+page.ts deleted file mode 100644 index 9d8304e..0000000 --- a/src/routes/about/+page.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { dev } from '$app/environment'; - -// we don't need any JS on this page, though we'll load -// it in dev so that we get hot module replacement -export const csr = dev; diff --git a/src/routes/shs/ppp/+page.md b/src/routes/shs/ppp/+page.md index 7aad52a..a7139ce 100644 --- a/src/routes/shs/ppp/+page.md +++ b/src/routes/shs/ppp/+page.md @@ -1,7 +1,7 @@ --- title: 👨‍💻 Projet Personnel Professionnel date: 2022-12-31 -description: PPP +description: Projet Personnel Professionnel tags: --- diff --git a/src/routes/shs/skillmill/+page.md b/src/routes/shs/skillmill/+page.md index 46eff48..f3e33a2 100644 --- a/src/routes/shs/skillmill/+page.md +++ b/src/routes/shs/skillmill/+page.md @@ -6,3 +6,13 @@ tags: - skills --- +
+

+The Skillmill evaluation revealed that my top sub-skill is Continuous Learning, emphasizing my strong inclination to acquire new knowledge and adapt to evolving circumstances. +
+Additionally, I received honorable mentions for Resource Management and Identifying Challenges. These skills were nurtured through my association with Net7, a DevOps association. +
+Continuous Learning allows me to stay updated with industry advancements, while Resource Management enables efficient allocation of time. Identifying Challenges equips me with the ability to proactively recognize and address obstacles. These skills acquired at Net7 have significantly contributed to my personal and professional growth. +

+SkillMill +
diff --git a/static/img/skillmill.jpg b/static/img/skillmill.jpg new file mode 100644 index 0000000..6a604be Binary files /dev/null and b/static/img/skillmill.jpg differ