add skillmill
This commit is contained in:
@@ -1,21 +1,8 @@
|
||||
<svelte:head>
|
||||
<title>About</title>
|
||||
<meta name="description" content="About this app" />
|
||||
<title>About me</title>
|
||||
<meta name="description" content="About me" />
|
||||
</svelte:head>
|
||||
|
||||
<div class="text-column">
|
||||
<h1>About this app</h1>
|
||||
|
||||
<p>
|
||||
This is a <a href="https://kit.svelte.dev">SvelteKit</a> app. You can make your own by typing the
|
||||
following into your command line and following the prompts:
|
||||
</p>
|
||||
|
||||
<pre>npm create svelte@latest</pre>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<h1>About me</h1>
|
||||
</div>
|
||||
|
||||
@@ -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;
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: 👨💻 Projet Personnel Professionnel
|
||||
date: 2022-12-31
|
||||
description: PPP
|
||||
description: Projet Personnel Professionnel
|
||||
tags:
|
||||
---
|
||||
|
||||
|
||||
@@ -6,3 +6,13 @@ tags:
|
||||
- skills
|
||||
---
|
||||
|
||||
<div style="display: flex; flex-direction: row; justify-content: space-between;">
|
||||
<p style="font-size: 1.3em; text-align: justify; width: 50%">
|
||||
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.
|
||||
<br>
|
||||
Additionally, I received honorable mentions for Resource Management and Identifying Challenges. These skills were nurtured through my association with Net7, a DevOps association.
|
||||
<br>
|
||||
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.
|
||||
</p>
|
||||
<img src="/img/skillmill.jpg" alt="SkillMill" width="50%" style="float: right; margin: 0 0 1em 1em;">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user