File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed
app/builders/0xfb8b972b0D1cF9BB242A40F7AEA8E9a1bF89E0E3 Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
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's 0xzeze!</ div >
15
+ < div className = "flex justify-center font-serif text-xl my-12" >
16
+ I'm a computer science student exploring Web3 development. I'm excited about the possibilities
17
+ of creating decentralized and secure applications. This new technology feels like the future, and I'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
You can’t perform that action at this time.
0 commit comments