Skip to content

Commit

Permalink
update certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika Wiśniewska committed Oct 29, 2023
1 parent dd410eb commit ce66794
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 21 deletions.
30 changes: 23 additions & 7 deletions src/metadata/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,45 @@ module.exports = {
],
positions: [
{
title: 'Hamlet',
title: 'Type Annotations in Python - Training - Udemy [2023]',
period: '1595–1596, with a possible early draft written in 1591',
skills: ['tragedy', 'death', 'love'],
contents: `
In Verona, Italy, two families, the Montagues and the Capulets, are in the midst of a bloody feud. Romeo, a Montague, and Juliet, a Capulet, fall in love and struggle to maintain their relationship in the face of familial hatred. After Romeo kills Juliet's cousin Tybalt in a fit of passion, things fall apart. Both lovers eventually commit suicide within minutes of each other, and the feuding families make peace over their recent grief.
`
},
{
title: 'Summer of Code - Challenge (Python, HTML, CSS, WebScraping, API) - FlyNerd [2023]',
period: 'Likely early 17th century',
skills: ['tragedy', 'philosophy', 'death'],
contents: `
Prince Hamlet is visited by his father's ghost and ordered to avenge his father's murder by killing King Claudius, his uncle. After struggling with several questions, including whether what the ghost said is true and whether it is right for him to take revenge, Hamlet, along with almost all the other major characters, is killed.
`
},
{
title: 'Twelfth Night',
title: 'Elements of AI - Course - Univeristy of Helsinki/Jagiellonian University [2023]',
period: '1595–1596, with a possible early draft written in 1591',
skills: ['tragedy', 'death', 'love'],
contents: `
In Verona, Italy, two families, the Montagues and the Capulets, are in the midst of a bloody feud. Romeo, a Montague, and Juliet, a Capulet, fall in love and struggle to maintain their relationship in the face of familial hatred. After Romeo kills Juliet's cousin Tybalt in a fit of passion, things fall apart. Both lovers eventually commit suicide within minutes of each other, and the feuding families make peace over their recent grief.
`
},
{
title: 'New You in IT - Challenge - COI [2023]',
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: 'The Tragedy of Romeo and Juliet',
period: '1595–1596, with a possible early draft written in 1591',
skills: ['tragedy', 'death', 'love'],
title: 'GIT - Training - Udemy/DoKodu [2019, 2022]',
period: '1600 – 1601',
skills: ['comedy', 'love'],
contents: `
In Verona, Italy, two families, the Montagues and the Capulets, are in the midst of a bloody feud. Romeo, a Montague, and Juliet, a Capulet, fall in love and struggle to maintain their relationship in the face of familial hatred. After Romeo kills Juliet's cousin Tybalt in a fit of passion, things fall apart. Both lovers eventually commit suicide within minutes of each other, and the feuding families make peace over their recent grief.
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: [
{
Expand Down
30 changes: 16 additions & 14 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="mb-0">{{ name }}</h1>
</div>

<div class="border-bottom border-2 border-print-0 border-dark mb-5 pb-5 pb-print-0 mb-print-1">
<h3 class="h2 screen mb-4">Skills</h3>
<h3 class="mb-4">Skills</h3>
<div class="row align-items-center">
{{#each skills}}
<div class="col-print-1 col-3 col-md-2 col-lg-1 text-right">
Expand All @@ -67,7 +67,7 @@ <h3 class="h2 screen mb-4">Skills</h3>
</div>

<div class="border-bottom border-2 border-print-0 border-dark mb-5 pb-5 pb-print-0 mb-print-1">
<h3 class="h2 screen mb-4">Languages</h3>
<h3 class="mb-4">Languages</h3>
<div class="row align-items-center">
{{#each languages}}
<div class="col-print-1 col-3 col-md-2 col-lg-1 text-right">
Expand Down Expand Up @@ -96,22 +96,24 @@ <h3 class="mb-4">Education</h3>
<div class="border-bottom border-2 border-print-0 border-dark mb-5 pb-5 pb-print-0 mb-print-1">
<h3 class="mb-4">Certificates</h3>
<ul class="mb-0">
<li>TEST 1</li>
<li>TEST 2</li>
<li>TEST 3</li>
<li><i class="fab fa-python"></i>TEST 4</li>
<li>
<i class="fa-brands fa-github">
<a href="https://github.com/monwisn">TEST 5</a>
</i>
<li>Postman - REST API Testing - Udemy [2023]</li>
<li><i class="fa-brands fa-github"></i>
Microsoft Build: Developer Tools Challenge (Git, Github) - Microsoft E-learning [2023]
</li>
<li>TEST 6</li>
<li><i class="fab fa-python"></i>
<a href="https://www.credly.com/badges/f65540b6-be81-429b-91a2-cc99e5a10e09"></a>
Python Essentials 1-2 E-Learning Course - PECP CERTIFICATE - OpenEDG Python Institute [2023]
</li>
<li><i class="fab fa-python"></i>Python E-Learning Course- PFP [2022]</li>
<li><i class="fab fa-python"></i>Python LevelUp:Dev Course (FastAPI) - DaftAcademy [2022]</li>
<li>Django Programming Course - Codemy/DoKodu/Udemy [2021-2023]</li>
<li><i class="fa-solid fa-database"></i>SQL Database Workshop - CODE:ME [2020, 2022]</li>
<li><i class="fab fa-python"></i>Python Programming Course - CODE:ME [2019]</li>
</ul>

</div>

<div class="border-bottom border-2 border-print-0 border-dark mb-5 pb-5 pb-print-0 mb-print-1">
<h2 class="mb-4">Professional Experience</h2>
<h3 class="mb-4">Experience</h3>
{{#each positions}}
<div class="row d-block d-md-flex{{#unless @last}} mb-5{{/unless}}">
<div class="col-md-2 pt-1">
Expand All @@ -133,7 +135,7 @@ <h3 class="fs-4 fw-normal">{{ title }}</h3>
</div>


<h2 class="mb-4">Additional Experience</h2>
<h3 class="mb-4">Additional Informations</h3>

{{#each experience}}
<div class="mb-4">
Expand Down

0 comments on commit ce66794

Please sign in to comment.