@@ -37,105 +37,53 @@ export default function Page() {
3737
3838
3939 return (
40- < div className = "bg-[#111111] pb-10 font-satoshi " >
40+ < div className = "min-h-screen bg-background text-foreground pb-10 font-satoshi" >
4141 < UserNav />
4242 < UserStats
4343 projectTags = { projectTags }
4444 projectDescription = { projectDescription }
4545 socialLinks = { socialLinks }
4646 />
47-
48-
4947 < section className = "w-full max-w-[1400px] mx-auto mt-[50px] px-4 md:px-0 " >
5048 { /* Nav buttons */ }
51- < div className = "w-full flex items-center gap-10 border-b-[2px] border-[#988C8C4F] pb-2" >
49+ < div className = "w-full flex items-center gap-10 border-b-2 border-border pb-2" >
5250 < button
53- className = { `text-xl font-normal relative
54- text-[#988C8C]
55- before:content-['']
56- before:absolute
57- before:bottom-[-8px]
58- before:bg-[#E0FFB0]
59- before:h-[3px]
60- hover:before:w-full
61- before:transition-all
62- before:duration-200
63- before:ease-in-out
64- before:w-0}
65- ` }
51+ className = { `text-xl font-normal relative text-[#988C8C] before:content-[''] before:absolute before:bottom-[-8px] before:bg-[#E0FFB0] before:h-[3px] hover:before:w-full before:transition-all before:duration-200 before:ease-in-out before:w-0` }
6652 >
6753 Home
6854 </ button >
69-
7055 < button
71- className = { `text-xl font-normal relative
72- text-[#988C8C]
73- before:content-['']
74- before:absolute
75- before:bottom-[-8px]
76- before:bg-[#E0FFB0]
77- before:h-[3px]
78- hover:before:w-full
79- before:transition-all
80- before:duration-200
81- before:ease-in-out before:w-0
82- ` }
56+ className = { `text-xl font-normal relative text-[#988C8C] before:content-[''] before:absolute before:bottom-[-8px] before:bg-[#E0FFB0] before:h-[3px] hover:before:w-full before:transition-all before:duration-200 before:ease-in-out before:w-0` }
8357 >
8458 Analytics
8559 </ button >
8660 </ div >
87-
8861 { /* Section content */ }
89-
90- < div className = " w-full rounded-lg border-[#988C8C] border-[1px] mx-auto mt-[30px] h-[179px] bg-[url('/item-image.svg')] bg-no-repeat bg-center bg-cover flex items-center px-[3%] " >
91-
92- < h1 className = "font-bold text-2xl md:text-[32px] text-[#ffffff] " > DAO Voter</ h1 >
93-
62+ < div className = "w-full rounded-lg border-border border mx-auto mt-[30px] h-[179px] bg-[url('/item-image.svg')] bg-no-repeat bg-center bg-cover flex items-center px-[3%]" >
63+ < h1 className = "font-bold text-2xl md:text-[32px] text-foreground" > DAO Voter</ h1 >
9464 </ div >
95-
96-
97- < div className = "w-full flex flex-col md:flex-row gap-10 justify-between items-start mt-[70px] " >
98-
99-
100- < div className = "w-full md:max-w-[190px] flex-col items-center md:items-start gap-5 " >
101- < div className = "flex flex-col items-center md:items-start gap-8 " >
102- < h2 className = "text-[#FFFFFF] text-2xl md:text-[32px] font-medium " > Participants</ h2 >
103- < div className = "flex items-center gap-4" >
104- < div className = "w-[85px] h-[85px] flex flex-col items-start justify-center gap-2 " >
105- < p className = " font-normal text-lg text-[#EBFFCB] " > Active</ p >
106- < span className = "border-[1px] border-[#988C8C] rounded-[10px] w-[55px] h-[55px] md:w-[85px] md:h-[50px] text-base md:text-[28px] font-medium text-[#EBFFCB] flex items-center justify-center " > 543</ span >
107-
65+ < div className = "w-full flex flex-col md:flex-row gap-10 justify-between items-start mt-[70px]" >
66+ < div className = "w-full md:max-w-[190px] flex-col items-center md:items-start gap-5" >
67+ < div className = "flex flex-col items-center md:items-start gap-8" >
68+ < h2 className = "text-foreground text-2xl md:text-[32px] font-medium" > Participants</ h2 >
69+ < div className = "flex items-center gap-4" >
70+ < div className = "w-[85px] h-[85px] flex flex-col items-start justify-center gap-2" >
71+ < p className = "font-normal text-lg text-[#EBFFCB]" > Active</ p >
72+ < span className = "border border-border rounded-[10px] w-[55px] h-[55px] md:w-[85px] md:h-[50px] text-base md:text-[28px] font-medium text-[#EBFFCB] flex items-center justify-center" > 543</ span >
10873 </ div >
109-
110-
111- < div className = "w-[85px] h-[85px] flex flex-col items-center justify-center gap-2 " >
112- < p className = " font-normal text-lg text-[#988C8C] " > Inactive</ p >
113- < span className = " rounded-[10px] w-[55px] h-[55px] md:w-[85px] md:h-[50px] text-base md:text-[28px] font-medium text-[#988C8C] flex items-center justify-center " > 543</ span >
114-
74+ < div className = "w-[85px] h-[85px] flex flex-col items-center justify-center gap-2" >
75+ < p className = "font-normal text-lg text-[#988C8C]" > Inactive</ p >
76+ < span className = "rounded-[10px] w-[55px] h-[55px] md:w-[85px] md:h-[50px] text-base md:text-[28px] font-medium text-[#988C8C] flex items-center justify-center" > 543</ span >
11577 </ div >
11678 </ div >
117-
11879 </ div >
119- < p className = "text-[#E0FFB0] font-normal text-2xl mt-[14px] text-center md:text-left " > May 20 - May 31</ p >
80+ < p className = "text-[#E0FFB0] font-normal text-2xl mt-[14px] text-center md:text-left" > May 20 - May 31</ p >
12081 </ div >
121-
122-
123-
124- < div className = "w-full max-w-[868px] " >
125-
82+ < div className = "w-full max-w-[868px]" >
12683 < AnalyticsChart />
12784 </ div >
128-
12985 </ div >
130-
131-
132-
133-
134-
13586 </ section >
136-
137-
138-
13987 </ div >
14088 )
14189}
0 commit comments