-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
packages/nextjs/app/builders/0x3566ce434c0d8B80934354c806f8651e1cC91EDD/page.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.