Skip to content

Minor changes for upcoming Meeting. #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/gallery/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Gallery = () => {
<div className="w-full flex flex-col gap-6">
<div className="flex flex-col items-center gap-4">
<p className="text-[#F5F0D8] font-normal text-[2.25rem] md:text-[5rem]">
Gallery
Hackbyte Highlights
</p>
<p
className="w-full xl:max-w-[75%] text-[#C3C3C3] font-[Inter]
Expand Down
16 changes: 8 additions & 8 deletions app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@ export default function Home() {
<ThemeTitle />
</div>
<div className="flex flex-col items-start gap-3 w-full lg:items-end lg:w-1/2">
<p
<div
className="text-[#FAF8ED] text-[1.25rem] font-medium text-left
lg:text-right lg:text-[1.5rem]"
lg:text-right lg:text-[1.5rem] flex flex-col items-start"
>
Join us at IIIT Jabalpur, April
<br />
5-7 for an in-person hackathon.
</p>
<p>Join us on 4th-6th April 2025, </p>

<p>at IIIT Jabalpur for hackathon.</p>

</div>
<Link href="/prizes#logitech-tracks" passHref>
<Button
size="sm"
className="bg-[#FAF8ED] text-black text-[1.125rem] font-semibold p-6
className="bg-[#FAF8ED] text-black text-[1.5rem] font-semibold p-6
rounded-none hover:bg-[#FAF8ED] hover:text-black hover:scale-105
transition-transform ease-in-out duration-300"
style={{
Expand Down
2 changes: 1 addition & 1 deletion app/partners/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const Partners = () => {
>
<div className="flex flex-col items-center gap-4 mb-12">
<p className="text-[#F5F0D8] text-[2rem] font-normal md:text-[5rem]">
Partners
Previous Partners
</p>
<div className="flex flex-col items-center gap-3 md:gap-4">
<p
Expand Down
2 changes: 1 addition & 1 deletion app/prizes/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default function Prizes() {
<div className="w-full flex flex-col gap-10 md:gap-16">
<div className="flex flex-col items-center gap-4">
<p className="text-[#F5F0D8] text-[2.25rem] font-normal md:text-[5rem]">
Prizes
Past Year Prizes
</p>
<div className="flex flex-col items-center gap-3 md:gap-4">
<p
Expand Down
4 changes: 2 additions & 2 deletions components/Navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function Navbar() {
<NavItem key={label} label={label} href={href} />
))}
</div>
<a
{/* <a
id="mlh-trust-badge"
className="block absolute top-0 w-[10%] z-10000 max-w-[65px] min-w-[60px]
right-[100px] md:right-[120px] xl:right-[80px]"
Expand All @@ -91,7 +91,7 @@ export default function Navbar() {
alt="Major League Hacking 2024 Hackathon Season"
className="w-full hover:scale-110 transition-all duration-300 ease-in-out"
/>
</a>
</a> */}

<div className="flex items-center justify-end w-full xl:hidden">
<button
Expand Down
3 changes: 1 addition & 2 deletions components/ThemeTitle/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ const ThemeTitle = () => {
onMouseEnter={textEnter}
onMouseLeave={textLeave}
>
Digital Anonymity
<br /> Unleashed
To be revealed Soon!
</p>

<motion.div
Expand Down