Added portfolio contents
This commit is contained in:
parent
ba036abb76
commit
dcfcb09c16
8 changed files with 88 additions and 52 deletions
|
|
@ -9,25 +9,27 @@
|
|||
id="originalPhoto"
|
||||
class="h-[279px]"
|
||||
alt="" height="300" width="300">
|
||||
<div>
|
||||
<div class="self-center">
|
||||
<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 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="">
|
||||
<h2 class="text-base leading-2 mr-4">
|
||||
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">
|
||||
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 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 ngSrc="/assets/github.svg" class="h-6 inline-block" alt="" height="30" width="30">
|
||||
</a>
|
||||
<div>
|
||||
<div class="mt-4 text-base leading-2 mr-4">
|
||||
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 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 ngSrc="/assets/github.svg" class="h-6 inline-block" alt="" height="30" width="30">
|
||||
</a>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue