Skip to content

Commit

Permalink
Proejcts info
Browse files Browse the repository at this point in the history
  • Loading branch information
gnardini committed Apr 21, 2023
1 parent a83185d commit a91020f
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions src/components/Landing.tsx
Expand Up @@ -7,14 +7,36 @@ const Landing: React.FC = () => {
<img
src="https://pbs.twimg.com/profile_images/1531335419966763008/z6WcAmY1_400x400.jpg"
alt="Your profile picture"
className="rounded-full mb-4"
className="rounded-full mb-4 w-36 h-36"
/>
<p className="text-lg text-center">
<p className="text-lg text-start max-w-prose mb-4">
Hi! I'm Gonza, a Software Engineer who likes building useful products.
I've build a few solo projects over the last year and will continue to
do so going forward. I could make a lot more money working for a Big Co
but I'd much rather own what I work on.
</p>
<p className="text-lg text-start max-w-prose">
Some of the projects I've worked on include:
<br />
<a
href="https://celotracker.com"
target="_blank"
rel="noopener noreferrer"
className="text-blue-500 hover:underline"
>
Celo Tracker
</a>{" "}
- a portfolio management platform for the Celo blockchain<br />
<a
href="https://aram.zone"
target="_blank"
rel="noopener noreferrer"
className="text-blue-500 hover:underline"
>
ARAM Zone
</a>{" "}
- a stats website for the ARAM game mode of League of Legends.
</p>
</div>
);
};
Expand Down

0 comments on commit a91020f

Please sign in to comment.