another attempt
This commit is contained in:
parent
3c569012dc
commit
90a9891f56
2 changed files with 19 additions and 6 deletions
|
@ -530,9 +530,20 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
|
||||
.profile-pic {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
border: 3px solid var(--accent-color);
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.header-top {
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.contact-links {
|
||||
|
|
10
index.html
10
index.html
|
@ -14,12 +14,14 @@
|
|||
<body>
|
||||
<header>
|
||||
<div class="header-top">
|
||||
<div class="language-container"></div>
|
||||
<div class="language-container">
|
||||
<img src="img/zdjęcie.jpg" alt="Bartłomiej Piekarski" class="profile-pic">
|
||||
</div>
|
||||
<h1>Bartłomiej Piekarski</h1>
|
||||
<div class="language-container">
|
||||
<a href="https://www.sykorax.eu/en.html" class="language-switch" title="English Version">
|
||||
<img src="img/united-kingdom.png" width="32" height="32" class="flag-icon"/>
|
||||
</a>
|
||||
<a href="https://www.sykorax.eu/en.html" class="language-switch" title="English Version">
|
||||
<img src="img/united-kingdom.png" width="32" height="32" class="flag-icon"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<p>Student Informatyki | Specjalizacja: Gry Komputerowe i Aplikacje Mobilne</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue