Skip to content

Commit

Permalink
Lebenslauf erweitert
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevynidd committed Mar 1, 2024
1 parent 5c8426d commit b97fac5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
10 changes: 7 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ body.is-preload #header .content .inner {
transition: opacity 0.325s ease-in-out, transform 0.325s ease-in-out;
padding: 4.5rem 2.5rem 1.5rem 2.5rem;
position: relative;
width: 60rem;
width: 40rem;
max-width: 100%;
background-color: rgba(27, 31, 34, 0.85);
border-radius: 4px;
Expand Down Expand Up @@ -1819,6 +1819,10 @@ body.is-preload #header .content .inner {

}

#main #lebenslauf {
width: 50rem;
}

/* Timeline */
.timeline-section {
display: flex;
Expand Down Expand Up @@ -1887,7 +1891,7 @@ body.is-preload #header .content .inner {
margin-bottom: 4%;

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

Expand Down Expand Up @@ -1920,7 +1924,7 @@ body.is-preload #header .content .inner {

.timeline-circle {
position: absolute;
top: 0;
top: 0px;
left: 50%;
width: 15px;
height: 15px;
Expand Down
Binary file modified 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 modified 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.
20 changes: 6 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ <h1>Hey, ich bin Karina</h1>
<h2 style="display: inline-block; width: fit-content;">
<div class="typed-out">Junior Developer</div>
</h2>
<p>A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and
<!--<p>A fully responsive site template designed by <a href="https://html5up.net">HTML5 UP</a> and
released<br />
for free under the <a href="https://html5up.net/license">Creative Commons</a> license.</p>
for free under the <a href="https://html5up.net/license">Creative Commons</a> license.</p>-->
</div>
</div>
<nav>
Expand All @@ -49,8 +49,8 @@ <h2 style="display: inline-block; width: fit-content;">
<!-- Über mich -->
<article id="ueberMich">
<h2 class="major">Über mich</h2>
<span class="image main">
<img src="images/Portrait.jpg" alt="Selbstportrait" />
<span class="image main" style="display: flex; justify-content: center; position: static;">
<img id="Selbstportrait" src="images/Portrait.jpg" alt="Selbstportrait" style="width: 80%;" />
</span>
<p>Ich hatte schon immer Interesse an Computern.<br>
Egal, ob es jetzt darum geht, PCs selber zusammen zu bauen oder Software zu entwickeln.
Expand All @@ -77,7 +77,7 @@ <h5>Aug. 2021 <br>‑ Jun. 2024</h5>
</div>
<div id="lebenslauf_firma">
<img src="images/logo-spdata.png" alt="Logo SP_Data">
<h5>SP_Data GmbH & Co. KG</h5>
<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>
Expand All @@ -94,22 +94,14 @@ <h5>Aug. 2018 <br>‑ Jul. 2021</h5>
</div>
<div id="lebenslauf_firma">
<img src="images/logo-agb.png" alt="Logo AGB Löhne" style="height: 35px;">
<h5>August-Griese-Berufskolleg</h5>
<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="lebenslauf_techstack">Techstack: Java, Python, C++, MySQL(MariaDB)</p>
</div>

<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class=" timeline-content">
<h3>Javascript</h3>
<p>Some Text.</p>
</div>
</div>
</section>
</article>
Expand Down

0 comments on commit b97fac5

Please sign in to comment.