Added contents

This commit is contained in:
Lorenzo Iovino 2023-12-31 01:04:33 +01:00
parent 8b20acfcc4
commit 5fa5d27008
52 changed files with 537 additions and 139 deletions

View file

@ -5,27 +5,27 @@
<iov-ascii-photo [index]="1"
id="asciiPhoto"
class="absolute text-[5px] rounded-x-2xl leading-none tracking-tighter overflow-hidden"></iov-ascii-photo>
<img src="/assets/me.png"
<img ngSrc="/assets/photos/me.png"
id="originalPhoto"
class="h-[279px]"
alt="">
class="h-[279px]"
alt="" height="300" width="300">
<div>
<h1 class="text-4xl my-4 font-bold tracking-tight text-gray-900 sm:text-4xl">Hello, I'm Lorenzo!</h1>
<h1 class="text-4xl my-2 font-bold tracking-tight text-gray-900 sm:text-4xl">Hey, I'm Lorenzo!</h1>
<h2 class="text-base leading-2 mr-4">
I'm a <span class="text-primary font-bold">Software Engineer</span> and <span class="text-primary font-bold">Web Developer</span> based in Sicily.
<br>This is my personal website, where I share my projects and my thoughts (sometimes 😅).
<br><br>Feel free to navigate through my website and discover more about me.
I'm on a quest to uncover life's meaning while diving deep into my passion for Computer Science as a <span class="text-primary font-bold">Software Engineer</span>.
<br>Here, on my personal website, I share my projects and occasional thoughts.
</h2>
<div class="mt-4 text-base leading-2 mr-4">
For any question or collaboration, feel free to contact me via <a class="cursor-pointer underline text-primary hover:text-accent" href="mailto:thisloke@gmail.com">email</a>
<br/>or find me on socials
Explore more about me and feel free to reach out for any questions or collaborations via email
<a class="cursor-pointer underline text-primary hover:text-accent" href="mailto:thisloke@gmail.com">email</a>
or on socials!
<a class="mx-2 relative cursor-pointer" href="https://www.linkedin.com/in/lorenzoiovino/">
<img src="/assets/linkedin.svg" class="h-8 inline-block" alt="">
<img ngSrc="/assets/linkedin.svg" class="h-6 inline-block" alt="" height="30" width="30">
</a>
<a class="mx-1 relative cursor-pointer" href="
https://github.com/lokenxo">
<img src="/assets/github.svg" class="h-8 inline-block" alt="">
<img ngSrc="/assets/github.svg" class="h-6 inline-block" alt="" height="30" width="30">
</a>
<div>
</div>