Skip to content
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
24 changes: 14 additions & 10 deletions frontend/src/app/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const Navbar = () => {
<a
href="/selection-criteria"
className="hover:text-secondary text-xl"
target="_blank"
// target="_blank"
rel="noreferrer"
>
Selection Criteria
Expand All @@ -131,7 +131,7 @@ const Navbar = () => {
<a
href="/judging-criteria"
className="hover:text-secondary text-xl"
target="_blank"
// target="_blank"
rel="noreferrer"
>
Judging Criteria
Expand All @@ -142,7 +142,7 @@ const Navbar = () => {
<a
href="/code-of-conduct"
className="hover:text-secondary text-xl"
target="_blank"
// target="_blank"
rel="noreferrer"
>
Code Of Conduct
Expand All @@ -153,9 +153,9 @@ const Navbar = () => {
)}
</div>

<Link href="/organizers" className="hover:text-secondary text-2xl">
{/* <Link href="/organizers" className="hover:text-secondary text-2xl">
Organizers
</Link>
</Link> */}

{/* <Link href="/legacy" className="hover:text-secondary text-2xl">
Legacy
Expand Down Expand Up @@ -199,22 +199,26 @@ const Navbar = () => {
<div className="fixed bg-violet/50 backdrop-blur-md shadow-lg transition-all ease-in-out duration-500 z-20 text-white rounded-br-xl rounded-bl-xl border-sm top-20 mt-[1rem] ">
<ul className={`w-[18.6rem] mt-0.5 text-left list-none ${cabinetMedium.className}`}>
<li className="p-5 mb-2">
<a href="/judging-criteria" className="hover:text-secondary" target="_blank" rel="noreferrer">
<a href="/judging-criteria" className="hover:text-secondary"
// target="_blank"
rel="noreferrer">
Judging Criteria
</a>
</li>
<li className="pt-4 px-6 mb-4">
<a
href="/selection-criteria"
className="hover:text-secondary"
target="_blank"
// target="_blank"
rel="noreferrer"
>
Selection Criteria
</a>
</li>
<li className="pt-4 px-6 mb-4">
<a href="/code-of-conduct" className="hover:text-secondary" target="_blank" rel="noreferrer">
<a href="/code-of-conduct" className="hover:text-secondary"
// target="_blank"
rel="noreferrer">
Code Of Conduct
</a>
</li>
Expand All @@ -223,9 +227,9 @@ const Navbar = () => {
)}
</div>

<Link href="/organizers" className={`hover:text-secondary text-base ${cabinetBold.className}`}>
{/* <Link href="/organizers" className={`hover:text-secondary text-base ${cabinetBold.className}`}>
Organizers
</Link>
</Link> */}

{/* <Link href="/legacy" className={`hover:text-secondary text-base ${cabinetBold.className}`}>
Legacy
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/components/counter/Counter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Counter = () => {
minutes: number;
seconds: number;
} => {
const countDownDate = new Date("June 11, 2026 14:00:00").getTime();
const countDownDate = new Date("June 12, 2026 14:00:00").getTime();
const now = new Date().getTime();
const timeLeft = countDownDate - now;
return {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/components/counter/Timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Counter = ({targetDate,className}:CounterProp) => {
Minutes
</span>
</div>
<div className="flex flex-col items-center lg:w-48 xl:w-64 md:min-w-16">
<div className="flex flex-col items-center lg:w-48 md:min-w-16">
<p
className={`text-4xl lg:text-9xl xl:text-[10rem] md:text-7xl tracking-[0.25rem] lg:tracking-[1.25rem] lg:ml-[15px] font-bold ${cabinetBold.className}`}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const page = () => {
<ul className={`list-disc ml-5 md:ml-6 mb-6 leading-7 md:leading-8 text-base md:text-xl space-y-2 mt-10 text-gray-300 ${satoshiRegular.className} `}>
<li>A selection committee will review and evaluate all applications based on the above criteria.</li>
<li>Each candidate will be scored and ranked based on their qualifications, experience, responses, and profiles.</li>
<li>The top candidates who best meet the selection criteria will be selected to participate in DeerHack 2024.</li>
<li>The top candidates who best meet the selection criteria will be selected to participate in DeerHack 2026.</li>
</ul>
</div>
<br></br>
Expand Down
8 changes: 4 additions & 4 deletions frontend/src/app/sections/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Hero = () => {
<p
className={` text-2xl md:text-4xl lg:text-3xl font-bold text-center text-heropage-gradient ${cabinetBold.className}`}
>
11th - 13th June
12th - 14th June
</p>
<DeerHack26Logo className="mt-3 h-auto w-full md:mt-6" width={309} height={130} />
{/* <div
Expand All @@ -32,12 +32,12 @@ const Hero = () => {
className="w-fit mx-auto"
target="_blank"
>
<div className="flex flex-row justify-center items-center gap-2 py-3 px-5 bg-[#3670FF] w-[228px] h-[46px] md:w-[350px] md:h-[60px] lg:w-[321px] lg:h-[61px] rounded-md text-white mx-auto mt-9 transform transition-transform duration-300 hover:scale-105">
{/* <div className="flex flex-row justify-center items-center gap-2 py-3 px-5 bg-[#3670FF] w-[228px] h-[46px] md:w-[350px] md:h-[60px] lg:w-[321px] lg:h-[61px] rounded-md text-white mx-auto mt-9 transform transition-transform duration-300 hover:scale-105">
<Devfolio />
<p className={`text-white ${cabinetMedium.className} text-[15px] md:text-xl lg:text-[23px] text-bold `}>
Explore With Devfolio
</p>
</div>
</div> */}
{/* <div className="flex flex-row w-[182px] h-[47px] lg:w-[256px] lg:h-[67px] md:w-[280px] md:h-[60px] justify-center items-center gap-2 p-4 rounded-xl text-black mx-auto mt-7 hover:bg-[#FACA16] bg-[#FFBF00] transition-ease in out duration-200 transform transition-transform hover:scale-105">
<p className={`text-black ${satoshiBlack.className} text-bold text-xs md:text-xl lg:text-xl `}>
Pre-Register Now
Expand All @@ -47,7 +47,7 @@ const Hero = () => {
</Link>

<Link
href="https://discord.gg/Y4HZYsSQ"
href="https://discord.com/invite/56PAU7sBgZ"
className="inline-block"
target="_blank"
>
Expand Down
Loading