Skip to content

Commit

Permalink
Merge pull request #50 from yqni13/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
yqni13 authored Oct 9, 2024
2 parents 0fbb61a + 37faa64 commit 04c7348
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 23 deletions.
4 changes: 2 additions & 2 deletions src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ <h5>Personal Information</h5>
</div>
<div>
<label for="user-mail">Mail:</label>
<input type="text" name="user-mail" value="yqni13@protonmail.com">
<input type="text" name="user-mail" value="lukas.varga@yqni13.com">
</div>

</form>
<div class="btn-action-extern btn-about">
<a href="mailto:yqni13@protonmail.com">CONTACT ME</a>
<a href="mailto:lukas.varga@yqni13.com">CONTACT ME</a>
</div>
</div>
</div>
Expand Down
32 changes: 22 additions & 10 deletions src/app/cv/cv.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,31 @@ <h2>CV.</h2>
<div class="wrapper-cv block">
<div class="column experience-list">
<h4>Experience</h4>
<p>
Evolit Consulting GmbH, Vienna<br>
07/2022 - 12/2023<br>
Fullstack-Development
</p>
<div class="experience-list-item">
<p>
Evolit Consulting GmbH, Vienna<br>
07/2022 - 12/2023<br>
Fullstack-Development
</p>
</div>
</div>
<div class="column education-list">
<h4>Education</h4>
<p>
UAS Technikum Vienna<br>
09/2020 - 06/2023<br>
Computer Science, BSc
</p>
<div class="education-list-item">
<p>
UAS Technikum Vienna<br>
09/2020 - 06/2023<br>
Computer Science, BSc
</p>
</div>
<div class="education-list-item">
<p>
Certificates.dev<br>
09/2024 - currently<br>
Mid-Level Angular Developer<br>
online certificate
</p>
</div>
</div>
</div>
<div class="wrapper-techstack block">
Expand Down
28 changes: 18 additions & 10 deletions src/app/cv/cv.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ p {
text-align: left;
padding-left: 15px;
}
p {
padding-left: 15px;
border-left-width: 4px;
border-left-color: var(--button-color);
border-left-style: double;

.experience-list-item {
margin-bottom: 25px;
p {
padding-left: 15px;
border-left-width: 4px;
border-left-color: var(--button-color);
border-left-style: double;
}
}
}

Expand All @@ -61,11 +65,15 @@ p {
text-align: right;
padding-right: 15px;
}
p {
padding-right: 15px;
border-right-width: 4px;
border-right-color: var(--button-color);
border-right-style: double;

.education-list-item {
margin-bottom: 25px;
p {
padding-right: 15px;
border-right-width: 4px;
border-right-color: var(--button-color);
border-right-style: double;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/data/project-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"ArtCreation": {
"type": "frontend",
"title": "Art-Gallery",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.7",
"keywords": "live demo | angular 18 | customer order | responsive | custom design | dark/light theme | custom lazy loading | i18n | gallery | custom form | http interception | services | pipes | directives | nested routing",
"technology": "Angular | RxJS | JSON | i18n | nodejs",
"cardScreenPath": "assets/img/web_artcreation.jpg",
Expand Down
Binary file modified src/assets/pdf/CV_LukasVarga.pdf
Binary file not shown.

0 comments on commit 04c7348

Please sign in to comment.