diff --git a/src/assets/styles.css b/src/assets/styles.css index 86f2b13..26089da 100644 --- a/src/assets/styles.css +++ b/src/assets/styles.css @@ -157,3 +157,11 @@ h1, h2, h3, h4 { content: '••••'; color: var(--bs-primary); } + +.certificates { + margin-bottom: 0; +} + +.certificates li { + padding-bottom: 0.6em; +} \ No newline at end of file diff --git a/src/metadata/metadata.js b/src/metadata/metadata.js index 17f499d..744c1b7 100644 --- a/src/metadata/metadata.js +++ b/src/metadata/metadata.js @@ -31,34 +31,37 @@ module.exports = { ], 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. -` + title: ' ', + period: ' ', + skills: [], + contents: ` ` }, ], experience: [ { header: 'Type Annotations in Python - Training - Udemy [2023]', skills: ['python', 'typing'], + contents: ` ` }, { header: 'Summer of Code - Challenge (Python, HTML, CSS, WebScraping, API) - FlyNerd [2023]', skills: ['python', 'html', 'css'], + contents: ` ` }, { header: 'Elements of AI - Course - Univeristy of Helsinki/Jagiellonian University [2023]', skills: ['ai', 'introduction'], + contents: ` ` }, { - header: 'New You in IT - Challenge (Testing, Agile, Scrum) - COI [2023]', - skills: ['agile', 'scrum', 'testing'], + header: 'New You in IT - Challenge - COI [2023]', + skills: ['scrum', 'agile', 'testing'], + contents: ` ` }, { header: 'GIT - Training - Udemy/DoKodu [2019, 2022]', skills: ['git'], + contents: ` ` }, ] }; diff --git a/src/templates/index.html b/src/templates/index.html index 1b39188..2aed980 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -89,12 +89,24 @@
About:
+ +Additional:
+{{#each skills }} {{ this }} @@ -132,21 +143,24 @@