diff --git a/packages/nextjs/app/builders/[0xDFbE6c0A54F9f4f758753aE56eDD02Dd92C29be3]/page.tsx b/packages/nextjs/app/builders/[0xDFbE6c0A54F9f4f758753aE56eDD02Dd92C29be3]/page.tsx new file mode 100644 index 0000000..d97d494 --- /dev/null +++ b/packages/nextjs/app/builders/[0xDFbE6c0A54F9f4f758753aE56eDD02Dd92C29be3]/page.tsx @@ -0,0 +1,52 @@ +import Link from "next/link"; +import type { NextPage } from "next"; +import { BlockieAvatar } from "~~/components/scaffold-eth"; +import { getMetadata } from "~~/utils/scaffold-eth/getMetadata"; + +export const metadata = getMetadata({ + title: "Fedev", + description: "A software developer from Argentina 🇦🇷", +}); + +const FedevPage: NextPage = () => { + return ( +
A software developer from Argentina 🇦🇷.
++ I graduated as a systems analyst and for the past 3 years, I've been exploring, learning, and actively + contributing to the Web3 space. I'm passionate about traveling the world, meeting builders, joining + hackathons, and enjoying barbecues with friends. +
+ ++ I have participated in 3 IRL hackathons with EthGlobal and over 5 virtual ones, becoming a finalist in two + of them 🥳. +
++ Follow me on{" "} + + X (Twitter) + {" "} + to stay updated on what I'm working on! +
+