Skip to content

Commit 2087356

Browse files
authored
Merge pull request #83 from Pratik2026/meet
Minor changes for upcoming Meeting.
2 parents 8a8352a + 5384f2f commit 2087356

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

app/gallery/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Gallery = () => {
3232
<div className="w-full flex flex-col gap-6">
3333
<div className="flex flex-col items-center gap-4">
3434
<p className="text-[#F5F0D8] font-normal text-[2.25rem] md:text-[5rem]">
35-
Gallery
35+
Hackbyte Highlights
3636
</p>
3737
<p
3838
className="w-full xl:max-w-[75%] text-[#C3C3C3] font-[Inter]

app/page.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@ export default function Home() {
100100
<ThemeTitle />
101101
</div>
102102
<div className="flex flex-col items-start gap-3 w-full lg:items-end lg:w-1/2">
103-
<p
103+
<div
104104
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"
106106
>
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>
111112
<Link href="/prizes#logitech-tracks" passHref>
112113
<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
115115
rounded-none hover:bg-[#FAF8ED] hover:text-black hover:scale-105
116116
transition-transform ease-in-out duration-300"
117117
style={{

app/partners/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ const Partners = () => {
161161
>
162162
<div className="flex flex-col items-center gap-4 mb-12">
163163
<p className="text-[#F5F0D8] text-[2rem] font-normal md:text-[5rem]">
164-
Partners
164+
Previous Partners
165165
</p>
166166
<div className="flex flex-col items-center gap-3 md:gap-4">
167167
<p

app/prizes/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default function Prizes() {
183183
<div className="w-full flex flex-col gap-10 md:gap-16">
184184
<div className="flex flex-col items-center gap-4">
185185
<p className="text-[#F5F0D8] text-[2.25rem] font-normal md:text-[5rem]">
186-
Prizes
186+
Past Year Prizes
187187
</p>
188188
<div className="flex flex-col items-center gap-3 md:gap-4">
189189
<p

components/Navbar/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function Navbar() {
7979
<NavItem key={label} label={label} href={href} />
8080
))}
8181
</div>
82-
<a
82+
{/* <a
8383
id="mlh-trust-badge"
8484
className="block absolute top-0 w-[10%] z-10000 max-w-[65px] min-w-[60px]
8585
right-[100px] md:right-[120px] xl:right-[80px]"
@@ -91,7 +91,7 @@ export default function Navbar() {
9191
alt="Major League Hacking 2024 Hackathon Season"
9292
className="w-full hover:scale-110 transition-all duration-300 ease-in-out"
9393
/>
94-
</a>
94+
</a> */}
9595

9696
<div className="flex items-center justify-end w-full xl:hidden">
9797
<button

components/ThemeTitle/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ const ThemeTitle = () => {
6060
onMouseEnter={textEnter}
6161
onMouseLeave={textLeave}
6262
>
63-
Digital Anonymity
64-
<br /> Unleashed
63+
To be revealed Soon!
6564
</p>
6665

6766
<motion.div

0 commit comments

Comments
 (0)