diff --git a/packages/nextjs/app/builders/0x26BfbD8ED2B302ec2c2B6f063C4caF7abcB062e0/page.tsx b/packages/nextjs/app/builders/0x26BfbD8ED2B302ec2c2B6f063C4caF7abcB062e0/page.tsx new file mode 100644 index 0000000..067f9d1 --- /dev/null +++ b/packages/nextjs/app/builders/0x26BfbD8ED2B302ec2c2B6f063C4caF7abcB062e0/page.tsx @@ -0,0 +1,70 @@ +import Image from "next/image"; +import type { NextPage } from "next"; +import { FaDiscord, FaGithub, FaTelegram } from "react-icons/fa"; +import { Address } from "~~/components/scaffold-eth"; + +const PeterProfile: NextPage = () => { + const socials = [ + { + name: "Telegram", + icon: , + address: "https://telegram.me/pbkompasz", + }, + { + name: "Discord", + icon: , + address: "https://discordapp.com/users/kbence9208", + }, + { + name: "GitHub", + icon: , + address: "https://github.com/pbkompasz", + }, + ]; + + return ( +
+
+ {"Profile"} +
+

Peter Kompasz

+
+

Fullstack Developer

+

+ Hello! I'm Peter. +
+ My journey into web3 began with studying computer science at + university, followed by a stint in web development. +
+ Currently, I'm transitioning into web3 and{" "} + smart contract development, which I'm really{" "} + passionate about +

+
+
+ {socials.map((social, id) => ( + + {social.icon} + + ))} +
+
+
+
+
+ ); +}; + +export default PeterProfile; diff --git a/packages/nextjs/public/0x26BfbD8ED2B302ec2c2B6f063C4caF7abcB062e0-avatar.jpg b/packages/nextjs/public/0x26BfbD8ED2B302ec2c2B6f063C4caF7abcB062e0-avatar.jpg new file mode 100644 index 0000000..fb03ad9 Binary files /dev/null and b/packages/nextjs/public/0x26BfbD8ED2B302ec2c2B6f063C4caF7abcB062e0-avatar.jpg differ