File tree 6 files changed +14
-15
lines changed 6 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const Gallery = () => {
32
32
< div className = "w-full flex flex-col gap-6" >
33
33
< div className = "flex flex-col items-center gap-4" >
34
34
< p className = "text-[#F5F0D8] font-normal text-[2.25rem] md:text-[5rem]" >
35
- Gallery
35
+ Hackbyte Highlights
36
36
</ p >
37
37
< p
38
38
className = "w-full xl:max-w-[75%] text-[#C3C3C3] font-[Inter]
Original file line number Diff line number Diff line change @@ -100,18 +100,18 @@ export default function Home() {
100
100
< ThemeTitle />
101
101
</ div >
102
102
< div className = "flex flex-col items-start gap-3 w-full lg:items-end lg:w-1/2" >
103
- < p
103
+ < div
104
104
className = "text-[#FAF8ED] text-[1.25rem] font-medium text-left
105
- lg:text-right lg:text-[1.5rem]"
105
+ lg:text-right lg:text-[1.5rem] flex flex-col items-start "
106
106
>
107
- Join us at IIIT Jabalpur, April
108
- < br />
109
- 5-7 for an in-person hackathon.
110
- </ p >
107
+ < p > Join us on 4th-6th April 2025, </ p >
108
+
109
+ < p > at IIIT Jabalpur for hackathon.</ p >
110
+
111
+ </ div >
111
112
< Link href = "/prizes#logitech-tracks" passHref >
112
113
< Button
113
- size = "sm"
114
- className = "bg-[#FAF8ED] text-black text-[1.125rem] font-semibold p-6
114
+ className = "bg-[#FAF8ED] text-black text-[1.5rem] font-semibold p-6
115
115
rounded-none hover:bg-[#FAF8ED] hover:text-black hover:scale-105
116
116
transition-transform ease-in-out duration-300"
117
117
style = { {
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ const Partners = () => {
161
161
>
162
162
< div className = "flex flex-col items-center gap-4 mb-12" >
163
163
< p className = "text-[#F5F0D8] text-[2rem] font-normal md:text-[5rem]" >
164
- Partners
164
+ Previous Partners
165
165
</ p >
166
166
< div className = "flex flex-col items-center gap-3 md:gap-4" >
167
167
< p
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ export default function Prizes() {
183
183
< div className = "w-full flex flex-col gap-10 md:gap-16" >
184
184
< div className = "flex flex-col items-center gap-4" >
185
185
< p className = "text-[#F5F0D8] text-[2.25rem] font-normal md:text-[5rem]" >
186
- Prizes
186
+ Past Year Prizes
187
187
</ p >
188
188
< div className = "flex flex-col items-center gap-3 md:gap-4" >
189
189
< p
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export default function Navbar() {
79
79
< NavItem key = { label } label = { label } href = { href } />
80
80
) ) }
81
81
</ div >
82
- < a
82
+ { /* <a
83
83
id="mlh-trust-badge"
84
84
className="block absolute top-0 w-[10%] z-10000 max-w-[65px] min-w-[60px]
85
85
right-[100px] md:right-[120px] xl:right-[80px]"
@@ -91,7 +91,7 @@ export default function Navbar() {
91
91
alt="Major League Hacking 2024 Hackathon Season"
92
92
className="w-full hover:scale-110 transition-all duration-300 ease-in-out"
93
93
/>
94
- </ a >
94
+ </a> */ }
95
95
96
96
< div className = "flex items-center justify-end w-full xl:hidden" >
97
97
< button
Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ const ThemeTitle = () => {
60
60
onMouseEnter = { textEnter }
61
61
onMouseLeave = { textLeave }
62
62
>
63
- Digital Anonymity
64
- < br /> Unleashed
63
+ To be revealed Soon!
65
64
</ p >
66
65
67
66
< motion . div
You can’t perform that action at this time.
0 commit comments