Skip to content
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

Changed timer and removed Problem statement #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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 src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function App() {
<GoTop />
<Dates />
<Prize id="prizes" />
<ProblemStatement />
{/* <ProblemStatement /> */}
<Tracks />
{/* <Problems /> */}
{/* <Timeline />
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Nav/nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Nav = () => {
<div className="inner-nav">
<ul className={`menu-nav ${navbarOpen ? ' show-menu' : ''}`}>
<div className="menu-nav-header w-full flex flow-col items-center justify-between py-6 px-5 sm:px-10">
<a className="ml-[3.5rem] sm:ml-10 md:ml-20 text-2xl font-[300] text-[#c4c4c4bf] hover:text-[#f6f6f6d4] hover:cursor-pointer transition-all" href='https://drive.google.com/file/d/1-Xdhdc8jOhWg5IWhJlM0NP4rfFcWWP3_/view?usp=sharing' target='_blank'>Brochure ↗</a>
<a className="ml-[3.5rem] sm:ml-10 md:ml-20 text-2xl font-[300] text-[#c4c4c4bf] hover:text-[#f6f6f6d4] hover:cursor-pointer transition-all" href='https://drive.google.com/file/d/1x4MOfC9sVzDxaOhnl3jdXOkCR96weMlA/view?usp=drive_link' target='_blank'>Brochure ↗</a>
<div onClick={() => setNavbarOpen((prev) => !prev)} >
<Btn mode="dark" name="Close" icon="×" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/timer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Timer() {
}, []);

function getTimeRemaining() {
const targetDate = new Date("2024-02-09T00:00:00Z");
const targetDate = new Date("2025-02-08T00:00:00Z");
const currentDate = new Date();

const timeDifference = targetDate - currentDate;
Expand Down
22 changes: 11 additions & 11 deletions src/Pages/Timeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Registration Starts</div>
<time className="font-caveat font-medium text-gray-400">15 Dec, 2023</time>
<time className="font-caveat font-medium text-gray-400">15 Dec, 2024</time>
</div>
<div className="text-slate-500">Secure your spot starting December 15, 2023, at 12:00 AM
IST. Join us for an exciting 24-hour hackathon by
Expand All @@ -158,7 +158,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Registration Ends</div>
<time className="font-caveat font-medium text-gray-400">20 Jan, 2024</time>
<time className="font-caveat font-medium text-gray-400">20 Jan, 2025</time>
</div>
<div className="text-slate-500">Last date to register for the hackathon!. Don't miss out
on this opportunity—finalize your participation before
Expand All @@ -178,7 +178,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Pre-Innerve Games</div>
<time className="font-caveat font-medium text-gray-400">25 Jan, 2024</time>
<time className="font-caveat font-medium text-gray-400">25 Jan, 2025</time>
</div>
<div className="text-slate-500">Embark on an exciting Pre-Innerve game designed
exclusively for first-year students!</div>
Expand All @@ -200,7 +200,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Participant Check-in</div>
<time className="font-caveat font-medium text-gray-400">8 Feb, 2024 6:00 PM</time>
<time className="font-caveat font-medium text-gray-400">7 Feb, 2025 6:00 PM</time>
</div>
<div className="text-slate-500">Engage in a warm welcome, thorough orientation, and the
distribution of essential welcome kits as we kick off
Expand All @@ -219,7 +219,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Hackathon Begins</div>
<time className="font-caveat font-medium text-gray-400"> 9 Feb, 2024 10:00 AM</time>
<time className="font-caveat font-medium text-gray-400"> 8 Feb, 2025 10:00 AM</time>
</div>
<div className="text-slate-500">Get ready to code, innovate, and collaborate! The
Hackathon journey begins—ideas soar, projects flourish,
Expand All @@ -239,7 +239,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Mentorship Session</div>
<time className="font-caveat font-medium text-gray-400">9 Feb, 2024 05:00 PM</time>
<time className="font-caveat font-medium text-gray-400">8 Feb, 2025 05:00 PM</time>
</div>
<div className="text-slate-500">Get personalized guidance from experienced mentors in
a dedicated session.{" "}</div>
Expand All @@ -257,7 +257,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Midnight Jam and Energizer</div>
<time className="font-caveat font-medium text-gray-400">10 Feb, 2024 12:00 AM</time>
<time className="font-caveat font-medium text-gray-400">9 Feb, 2025 12:00 AM</time>
</div>
<div className="text-slate-500">Fuel your creativity with our Midnight Jam—a lively
session featuring energizing activities and music.</div>
Expand All @@ -276,7 +276,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Coding hours end</div>
<time className="font-caveat font-medium text-gray-400">10 Feb, 2024 10:00 AM</time>
<time className="font-caveat font-medium text-gray-400">9 Feb, 2025 10:00 AM</time>
</div>
<div className="text-slate-500">Wrap up your coding journey, take a breather, and gear
up for the project submission phase.</div>
Expand All @@ -294,7 +294,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Judging Round</div>
<time className="font-caveat font-medium text-gray-400">10 Feb, 2024 12:00 PM</time>
<time className="font-caveat font-medium text-gray-400">9 Feb, 2025 12:00 PM</time>
</div>
<div className="text-slate-500">Step into the spotlight as you present your projects in
the judging round. Showcase your innovation.</div>
Expand All @@ -312,7 +312,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Final Presentation</div>
<time className="font-caveat font-medium text-gray-400">10 Feb, 2024 6:00 PM</time>
<time className="font-caveat font-medium text-gray-400">9 Feb, 2025 6:00 PM</time>
</div>
<div className="text-slate-500">The moment you've been waiting for is here! Discover the
hackathon winners and celebrate the outstanding
Expand All @@ -332,7 +332,7 @@ const Timeline = () => {
<div className="w-[calc(100%-4rem)] md:w-[calc(50%-2.5rem)] p-4 rounded shadow">
<div className="flex items-center justify-between space-x-2 mb-1">
<div className="font-bold text-white">Result Declaration</div>
<time className="font-caveat font-medium text-gray-400">10 Feb, 2024 7:00 PM</time>
<time className="font-caveat font-medium text-gray-400">9 Feb, 2025 7:00 PM</time>
</div>
<div className="text-slate-500">The moment you've been waiting for is here! Discover the
hackathon winners and celebrate the outstanding
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/bannercard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Bannercard = () => {
<a href="https://forms.gle/UePkH2FAiL29dkkC9" className="w-[155px]">
<Btn name="Fill the form" icon="↗" />
</a>
<a href="https://drive.google.com/file/d/1tbocdRB4l1iOlunx1hSzEqrI45mg5zU9/view?usp=sharing" className="w-[135px]">
<a href="https://drive.google.com/file/d/1x4MOfC9sVzDxaOhnl3jdXOkCR96weMlA/view?usp=drive_link" className="w-[135px]">
<Btn name="Brochure" icon="↗" />
</a>
</div>
Expand Down
16 changes: 8 additions & 8 deletions src/Pages/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ export default function Footer() {
<div className="front-footer w-full flex justify-center items-center bg-[#121212] gap-12 p-3">
<div className="btn flex relative items-center bg-[#f6f6f6] justify-center rounded-full cursor-pointer">
<div className="button-holder flex flex-row bg-[#f6f6f6] rounded-full">
<BtnLink
{/* <BtnLink
name="Register Now! Visit Devfolio"
icon="↗"
href="https://innerve-eight.devfolio.co/"
/>
/> */}
</div>
<img
src="/images/footer-spot.png"
Expand Down Expand Up @@ -345,7 +345,7 @@ export default function Footer() {
<div className="flex flex-col gap-5 mt-5 w-full">
<div className="w-full flex flex-col">
<p className="text-md w-full lg:text-start">
Aakash Sharma
Kaushal Vyas
</p>
<div
className="buttn2 tooltip w-full flex mt-2"
Expand All @@ -358,10 +358,10 @@ export default function Footer() {
<div className=" btn flex items-center justify-center gap-1 border border-white rounded-full p-1 cursor-pointer bg-black w-fit">
<div className="press">
<p className="press__inner1 text-white text-sm">
+91 7340785879
+91 8668952920
</p>
<p className="press__inner2 text-white text-sm">
+91 7340785879
+91 8668952920
</p>
</div>
<div className="rot w-[24px] h-[24px] flex items-center justify-center text-white border border-white rounded-full hover:rotate-45">
Expand All @@ -373,7 +373,7 @@ export default function Footer() {

<div className="w-full flex flex-col">
<p className="text-md w-full lg:text-start">
Asmita Tripathi
Deepshika Rawat
</p>
<div
className="buttn2 tooltip w-full flex mt-2"
Expand All @@ -386,10 +386,10 @@ export default function Footer() {
<div className=" btn flex items-center justify-center gap-1 border border-white rounded-full p-1 cursor-pointer bg-black w-fit">
<div className="press">
<p className="press__inner1 text-white text-sm">
+91 7980558433
+91 6398793447
</p>
<p className="press__inner2 text-white text-sm">
+91 7980558433
+91 6398793447
</p>
</div>
<div className="rot w-[24px] h-[24px] flex items-center justify-center text-white border border-white rounded-full hover:rotate-45">
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Home() {
</div>
<div className="w-full flex flex-col z-10 py-8 items-center gap-6">
<Devfolio />
<div className="flex flex-col sm:flex-row mx-auto items-center ">
{/* <div className="flex flex-col sm:flex-row mx-auto items-center ">
<a href="https://github.com/tailcallhq/tailcall" target="_blank">
<button
type="button"
Expand Down Expand Up @@ -73,7 +73,7 @@ export default function Home() {
24/7 Support
</button>
</a>
</div>
</div> */}
</div>
<div className="flex innerve-text w-full justify-center select-none -my-8">
<InnerveText />
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/sponsor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Sponsor = () => {
<Slider text={['Our Sponsors']} />
</div>
<div className="mt-16 -mb-4">
<HeadingMob name="Sponsors" />
<HeadingMob name="Our Past Sponsors" />
</div>
<div className=" lg:py-4 lg:p w-screen flex flex-col xl:mt-[3%] justify-center flex-wrap items-center">
<SponsorCategory title="TITLE SPONSOR" sponsors={titleSponsors} />
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/tracks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Slider from "../Components/slider";
import Vector from "../assets/images/vector.svg";
import HeadingMain from "../Components/HeadingMain";

const indiData = [['GameDev', 'images/icons/gamedev.png'], ['Logistics', '/images/icons/logi.png'], ['EduTech', '/images/icons/Frame 6360233.png'], ['CyberSec', '/images/icons/Frame 6360229.png'], ['Health', '/images/icons/Frame 6360232.png'], ['FinTech', '/images/icons/Frame 6360231.png'], ['AR/VR', '/images/icons/Frame 6360230.png']]
const indiData = [['GameDev', 'images/icons/gamedev.png'], ['Logistics', '/images/icons/logi.png'], ['EduTech', '/images/icons/Frame 6360233.png'], ['CyberSec', '/images/icons/Frame 6360229.png'], ['Health', '/images/icons/Frame 6360232.png'], ['FinTech', '/images/icons/Frame 6360231.png'], ['AR/VR', '/images/icons/Frame 6360230.png'], ]

const Tracks = () => {
return (
Expand Down