Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added umutarray page #14

Merged
merged 6 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
import React from "react";
import Image from "next/image";
import { NextPage } from "next";

const umutArray: NextPage = () => {
return (
<>
<div className="hero bg-base-200 min-h-screen">
<div className="hero-content text-center text-pink-300">
<div className="max-w-md">
<div className="avatar">
<div className="rounded-full mx-auto my-10">
<Image src="/univornlast.png" alt="unicorn" height={250} width={250} />
</div>
</div>
<h1 className="text-5xl font-bold">I am Umutarray</h1>
<p className="py-6 text-xl">
I am blockhain enthusiast second-year computer science student and i have been in crypto since 2020.
</p>

<p className="py-6 text-xl">you are always welcome to reach out to me via my social accounts.</p>

<a className="link link-primary" href="https://x.com/umutarray" target="_blank">
<button className="btn bg-pink-300 mx-2">Twitter</button>
</a>
<a className="link link-primary" href="https://github.com/umutarray" target="_blank">
<button className="btn bg-pink-300 mx-2">Github</button>
</a>
<a
className="link link-primary"
href="https://app.buidlguidl.com/builders/0x3566ce434c0d8B80934354c806f8651e1cC91EDD"
target="_blank"
>
<button className="btn bg-pink-300 mx-2">BuidlGuidl</button>
</a>
</div>
</div>
</div>
</>
);
};

export default umutArray;
Binary file added packages/nextjs/public/univornlast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading