feat: add navigable table of contents to blog posts
This commit is contained in:
parent
5c1d532386
commit
05ab51aa05
7 changed files with 484 additions and 151 deletions
|
|
@ -31,7 +31,7 @@ This page is a small recap of my story. Nothing special, just me.
|
|||
## Childhood Nostalgia
|
||||
|
||||
<div class="float-right img-medium">
|
||||
<Image src={meBaby} alt="Super young geek with an Apple II" class="float-right img-medium" width={400} height={300} quality={85} format="webp" />
|
||||
<Image src={meBaby} alt="Super young geek with an Apple II" class="float-right img-medium" width={380} height={450} quality={75} format="webp" />
|
||||
<em class="text-sm block mt-2">Super young software geek with an Apple II</em>
|
||||
</div>
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ I grew up in Ispica, in the south of Sicily. My days were simple: school, videog
|
|||
Ispica is slow, warm, and beautiful. When I was a kid I didn’t see it that way. I wanted to escape. I was dreaming about big cities, more people, more things happening, more opportunities.
|
||||
|
||||
<div class="float-left img-medium">
|
||||
<Image src={pokemon} alt="Pokemon Yellow and Game Boy Advance" class="float-left img-medium" width={400} height={300} quality={85} format="webp" />
|
||||
<Image src={pokemon} alt="Pokemon Yellow and Game Boy Advance" class="float-left img-medium" width={430} height={300} quality={85} format="webp" />
|
||||
<em class="text-sm block mt-2">Pokemon Yellow and Game Boy Advance</em>
|
||||
</div>
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ At 17 I also discovered Magic: The Gathering. It became another obsession for a
|
|||
I studied Computer Science at the University of Pisa. It was not a straight path.
|
||||
|
||||
<div class="float-right img-medium">
|
||||
<Image src={meCC} alt="Me burning out studying" class="float-right img-medium" width={400} height={300} quality={85} format="webp" />
|
||||
<Image src={meCC} alt="Me burning out studying" class="float-right img-medium" width={400} height={450} quality={85} format="webp" />
|
||||
<em class="text-sm block mt-2">Me burning out studying Computability and Complexity exam</em>
|
||||
</div>
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ That period also started my love for traveling. Seeing different cultures in rea
|
|||
## Embarking on Hackathon Adventures
|
||||
|
||||
<div class="float-right img-small">
|
||||
<Image src={meMoverio} alt="Me wearing moverio smart glasses" class="float-right img-small" width={300} height={300} quality={85} format="webp" />
|
||||
<Image src={meMoverio} alt="Me wearing moverio smart glasses" class="float-right img-small" width={300} height={350} quality={85} format="webp" />
|
||||
<em class="text-sm block mt-2">Me wearing moverio smart glasses</em>
|
||||
</div>
|
||||
|
||||
|
|
@ -112,7 +112,7 @@ That experience made me addicted to hackathons. After that I joined other events
|
|||
## Erasmus Project in Valencia
|
||||
|
||||
<div class="float-right img-large">
|
||||
<Image src={valenciaTuria} alt="Beautiful sunny day in Valencia" class="float-right img-large" width={600} height={400} quality={80} format="webp" />
|
||||
<Image src={valenciaTuria} alt="Beautiful sunny day in Valencia" class="float-right img-large" width={600} height={350} quality={80} format="webp" />
|
||||
<em class="text-sm block mt-2">Beautiful sunny day in Valencia</em>
|
||||
</div>
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ At some point I decided to go back to Sicily.
|
|||
Not as a “I give up” move. More like: I want a different balance.
|
||||
|
||||
<div class="float-left img-medium">
|
||||
<Image src={remote} alt="Working remote watching the sea" class="float-left img-medium" width={300} height={225} quality={75} format="webp" />
|
||||
<Image src={remote} alt="Working remote watching the sea" class="float-left img-medium" width={300} height={200} quality={75} format="webp" />
|
||||
<em class="text-sm block mt-2">Working remote watching the sea</em>
|
||||
</div>
|
||||
|
||||
|
|
@ -148,13 +148,14 @@ Time here feels different. You can actually breathe. You can have “nothing spe
|
|||
|
||||
Family is a big part of my life here. And I also started a side project with my sister (she’s an agronomist): we planted a small vineyard near the sea and we started producing our own wine.
|
||||
|
||||
That project became [www.netum.it](https://netum.it/). It’s small (1 hectare), limited bottles, but it’s something we built together and I love it.
|
||||
|
||||
<div class="float-right img-small">
|
||||
<Image src={wine} alt="The wine produced Zia Lina" class="float-right img-small" width={300} height={300} quality={85} format="webp" />
|
||||
<Image src={wine} alt="The wine produced Zia Lina" class="float-right img-small" width={300} height={400} quality={85} format="webp" />
|
||||
<em class="text-sm block mt-2">The wine produced "Zia Lina"</em>
|
||||
</div>
|
||||
|
||||
That project became [www.netum.it](https://netum.it/). It’s small (1 hectare), limited bottles, but it’s something we built together and I love it.
|
||||
|
||||
|
||||
And yes: food. Sicily is crazy for food. It’s not even a “food culture”, it’s basically a religion.
|
||||
|
||||
*(No food photos here. I’m not a food blogger. But trust me.)*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue