File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,20 +13,32 @@ const formattedDate = (date: Date) =>
1313
1414<Base >
1515 <section class =" mb-16" >
16+ <!-- Avatar left -->
1617 <div class =" flex items-center gap-5 mb-6" >
1718 <img
1819 src =" /images/avatar.JPEG"
1920 alt =" Ryodari"
2021 class =" w-16 h-16 rounded-sm object-cover"
2122 />
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 >
23+ <div >
24+ <p class =" text-ink-secondary text-sm font-mono mb-0.5" >Hi, I'm</p >
25+ <h1 class =" text-3xl font-semibold tracking-tight" >Ryodari</h1 >
26+ </div >
2627 </div >
28+ <!-- Hero Avatar -->
29+ <!--
30+ <div>
31+ <img
32+ src="/images/avatar.JPEG"
33+ alt="Ryodari"
34+ class="w-full h-72 object-cover rounded-sm mb-8"
35+ />
36+ <p class="text-ink-secondary text-sm font-mono mb-1">Hi, I'm</p>
37+ <h1 class="text-3xl font-semibold tracking-tight mb-4">Ryodari</h1>
38+ </div>-->
2739 <p class =" text-ink-tertiary text-sm font-mono mb-6" >Berlin, Germany</p >
2840 <p class =" text-ink-secondary leading-relaxed max-w-prose" >
29- Applied Informatics @ HTW Berlin. Interested in decentralized systems, wireless networks, and mobile. Also writes about books and good food.
41+ Applied Computer Science @ HTW Berlin. Interested in decentralized systems, wireless networks, and mobile. Also writes about books and good food.
3042 </p >
3143
3244 <div class =" flex gap-4 mt-6 text-sm" >
You can’t perform that action at this time.
0 commit comments