Skip to content

Commit

Permalink
fix: update name caps and about profile style
Browse files Browse the repository at this point in the history
  • Loading branch information
tothlp committed Jul 4, 2024
1 parent e80cc92 commit 131fc07
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ baseurl: ""

# Website Header, Description, Footer year and text.
# If you are deleting this, make sure you remove it from HTML files too
heading: Tóth László # Change this
heading: TÓTH László # Change this
content: "A digital garden for my notes, thoughts, experiences and ideas."
copyright:
year: © 2024
Expand Down
23 changes: 17 additions & 6 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,24 @@
margin-top: 8px;
}

.about-container {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 16px;
flex-wrap: wrap;
}

.about-text {
flex: 1;
padding-left: 16px;
min-width: 250px;
}

.profile-img {
width: 200px;
height: 200px;
margin: 0 auto;
margin-bottom: 20px;
display: block;
border-radius: 100px;
width: 100%;
max-width: 200px;
height: 300px;
background-size: cover;
background-position: center;
background-repeat: repeat, no-repeat;
Expand Down
8 changes: 6 additions & 2 deletions pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ permalink: /about
layout: Post
---

<span class="profile-img" style="background-image: url({{ site.about_profile_image | relative_url }})"></span>
<div class="about-container">

<div class="profile-img" style="background-image: url({{ site.about_profile_image | relative_url }})"></div>
<div class="about-text">
Szeretek Tech cikkeket olvasni, illetve néhány changelogot. 🤓
Sok angol kifejezést használok a mindennapi beszédemben és utálom a kényszerfordított szakmai kifejezéseket.
Szeretek főzni. 👨‍🍳
Az erdei és hegyi túrák alatt érzem úgy igazán, hogy töltőn vagyok, de a hétköznapokban a jóga is segít. 🏞️ 🌲
Kávéfüggő vagyok. ☕️ Szeretem a világos pörkölésű kávét és az alternatív elkészítési módokat.
Szabadidőmben néha videójátékokat nyösztetek, szigorúan konzolon. 🎮
Szabadidőmben néha videójátékokat nyösztetek, szigorúan konzolon. 🎮
</div>
</div>

0 comments on commit 131fc07

Please sign in to comment.