Skip to content

Commit dcc418b

Browse files
0xzezeEmre Koca
andauthored
Added 0xzeze page (#13)
* added 0xzeze page Co-authored-by: Emre Koca <[email protected]>
1 parent 3dfea10 commit dcc418b

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
import React from "react";
2+
import Image from "next/image";
3+
import { NextPage } from "next";
4+
5+
const Zeze : NextPage = () => {
6+
return (
7+
<>
8+
<div className="basis-full md:basis-1/2 flex justify-center items-center h-screen">
9+
<div className="basis-1/2 flex justify-center items-center h-screen">
10+
<Image src="/myPhoto.jpeg" alt="200px" width={500} height={500} className="rounded-3xl shadow-xl" />
11+
</div>
12+
<div className="basis-1/2 h-screen">
13+
<div className="rounded-xl ">
14+
<div className="flex justify-center font-bold text-4xl mt-40"> Hi there! It&apos;s 0xzeze!</div>
15+
<div className="flex justify-center font-serif text-xl my-12">
16+
I&apos;m a computer science student exploring Web3 development. I&apos;m excited about the possibilities
17+
of creating decentralized and secure applications. This new technology feels like the future, and I&apos;m
18+
eager to dive in and learn more.
19+
</div>
20+
<div className="pr-5">
21+
<div className="mockup-browser bg-base-300 border">
22+
<div className="mockup-browser-toolbar">
23+
<div className="input">My links</div>
24+
</div>
25+
<div className="bg-base-200 flex items-center justify-between px-12 py-12">
26+
<a className="link link-hover" href="https://github.com/0xzeze" target="_blank">
27+
Github
28+
</a>
29+
30+
<a
31+
className="link link-hover"
32+
href="https://app.buidlguidl.com/builders/0xfb8b972b0D1cF9BB242A40F7AEA8E9a1bF89E0E3"
33+
target="_blank"
34+
>
35+
Buidl Guidl
36+
</a>
37+
38+
<a
39+
className="link link-hover"
40+
href="https://element.market/account/0xfb8b972b0D1cF9BB242A40F7AEA8E9a1bF89E0E3"
41+
target="_blank"
42+
>
43+
Element Market
44+
</a>
45+
</div>
46+
</div>
47+
</div>
48+
</div>
49+
</div>
50+
</div>
51+
</>
52+
);
53+
};
54+
55+
export default Zeze

packages/nextjs/public/myPhoto.jpeg

165 KB
Loading

0 commit comments

Comments
 (0)