Skip to content

Commit 9fd0afc

Browse files
committed
Updated Bio and added avatar
1 parent 08d06f7 commit 9fd0afc

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

public/images/avatar.JPEG

321 KB
Loading

src/pages/index.astro

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ const formattedDate = (date: Date) =>
1313

1414
<Base>
1515
<section class="mb-16">
16-
<p class="text-ink-secondary text-sm font-mono mb-1">Hi, I'm</p>
17-
<h1 class="text-3xl font-semibold tracking-tight mb-4">Ryodari</h1>
16+
<div class="flex items-center gap-5 mb-6">
17+
<img
18+
src="/images/avatar.JPEG"
19+
alt="Ryodari"
20+
class="w-16 h-16 rounded-sm object-cover"
21+
/>
22+
<div>
23+
<p class="text-ink-secondary text-sm font-mono mb-0.5">Hi, I'm</p>
24+
<h1 class="text-3xl font-semibold tracking-tight">Ryodari</h1>
25+
</div>
26+
</div>
1827
<p class="text-ink-tertiary text-sm font-mono mb-6">Berlin, Germany</p>
1928
<p class="text-ink-secondary leading-relaxed max-w-prose">
20-
Baby Software Engineer · Project Manager · Writes about tech, books & good food.
29+
Applied Informatics @ HTW Berlin. Interested in decentralized systems, wireless networks, and mobile. Also writes about books and good food.
2130
</p>
2231

2332
<div class="flex gap-4 mt-6 text-sm">

0 commit comments

Comments
 (0)