Skip to content

Commit

Permalink
Lebenslauf angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevynidd committed Feb 29, 2024
1 parent 4d855e9 commit 5c8426d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
20 changes: 19 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1873,11 +1873,29 @@ body.is-preload #header .content .inner {
color: #e7cf6e;
}

#techstack {
#lebenslauf_techstack {
opacity: 50%;
margin: 0;
}

#lebenslauf_firma {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
gap: 4%;
margin-bottom: 4%;

img {
height: 30px;
width: auto;
}

h5 {
margin-bottom: 0;
}
}

@media screen and (min-width: 768px) {
.timeline {
display: grid;
Expand Down
Binary file added images/logo-agb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/logo-spdata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@ <h2 class="major">Lebenslauf</h2>
<h4>Ausbildung: <br>Fachinformatiker Anwendungsentwickler</h4>
<h5>Aug. 2021 <br>‑ Jun. 2024</h5>
</div>
<h5>SP_Data GmbH & Co. KG</h5>
<div id="lebenslauf_firma">
<img src="images/logo-spdata.png" alt="Logo SP_Data">
<h5>SP_Data GmbH & Co. KG</h5>
</div>
<p>Zuständig für die Pflege und Weiterentwicklung der Personalabrechnungssoftware
mit einem Fokus auf der Umsetzung gesetzlicher Änderungen.</p>
<p id="techstack">Techstack: Delphi, MSSQL, Scrum, TortoiseSVN</p>
<p id="lebenslauf_techstack">Techstack: Delphi, MSSQL, Scrum, TortoiseSVN</p>
</div>

<div class="timeline-middle">
Expand All @@ -89,12 +92,15 @@ <h5>SP_Data GmbH & Co. KG</h5>
<h4>Allgemeine Hochschulreife:<br>Schwerpunkt Informatik</h4>
<h5>Aug. 2018 <br>‑ Jul. 2021</h5>
</div>
<h5>August Griese Berufskolleg</h5>
<div id="lebenslauf_firma">
<img src="images/logo-agb.png" alt="Logo AGB Löhne" style="height: 35px;">
<h5>August-Griese-Berufskolleg</h5>
</div>
<p>Abitur mit Schwerpunkt auf Informatik, einschließlich vertiefter Kenntnisse in Fächern
wie: <br>
Informatik, Technische Informatik (Datenbanken, Betriebssysteme/Netzwerke,
Mikrocontroller) und Elektrotechnik.</p>
<p id="techstack">Techstack: Java, Python, C++, MySQL(MariaDB)</p>
<p id="lebenslauf_techstack">Techstack: Java, Python, C++, MySQL(MariaDB)</p>
</div>

<div class="timeline-middle">
Expand Down

0 comments on commit 5c8426d

Please sign in to comment.