From 2ba0bd8c7d04cde1aabbe6d006aa7138c21539b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Monika=20Wi=C5=9Bniewska?= Date: Sun, 29 Oct 2023 21:18:44 +0100 Subject: [PATCH] update --- src/metadata/metadata.js | 10 ++++++++++ src/templates/index.html | 20 +++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/src/metadata/metadata.js b/src/metadata/metadata.js index 2c8940a..17f499d 100644 --- a/src/metadata/metadata.js +++ b/src/metadata/metadata.js @@ -29,6 +29,16 @@ module.exports = { ['English', 75], ['Spanish', 25], ], + positions: [ + { + title: 'GIT - Training - Udemy/DoKodu [2019, 2022]', + period: '1600 – 1601', + skills: ['comedy', 'love'], + contents: ` +Viola finds herself shipwrecked in Illyria and, assuming that her brother Sebastian has died in the wreck, disguises herself as a man to gain a position in Duke Orsino's court. Orsino sends Viola (whom he knows as Cesario) to deliver a message to his love, Olivia. Olivia, however, dislikes the Duke. She falls in love with Viola, who she thinks is a man. Eventually, Viola's brother Sebastian, who in fact was unharmed in the wreck, reappears. At a critical moment, Viola's true identity is revealed when members of the court notice the similarities between her and Sebastian. Olivia quickly falls in love with Sebastian, and Viola confesses her love for the Duke. +` + }, + ], experience: [ { header: 'Type Annotations in Python - Training - Udemy [2023]', diff --git a/src/templates/index.html b/src/templates/index.html index 102f737..ca2b0eb 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -113,8 +113,23 @@

Certificates

+

Experience

+ {{#each positions}}
- +
+ {{ period }} +
+
+

{{ title }}

+ +
{{{markdown contents }}}
+ +

+ {{#each skills }} + {{ this }} + {{/each}} +

+
{{/each}}
@@ -125,6 +140,9 @@

Additional Informations

{{#each experience}}

{{ header }}

+ + {{{markdown contents }}} +
{{#each skills }} {{ this }}