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

deployment ready #29

Open
wants to merge 1 commit 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
24 changes: 12 additions & 12 deletions src/Pages/Timeline.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ 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, 2025</time>
</div>
<div className="text-slate-500">Secure your spot starting December 15, 2023, at 12:00 AM
<div className="text-slate-500">Secure your spot starting December 15, 2024, at 12:00 AM
IST. Join us for an exciting 24-hour hackathon by
registering early!</div>
</div>
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
4 changes: 2 additions & 2 deletions src/Pages/dates.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default function Dates() {
<div className="">
<Slider text={["Nerve to Innovate"]} theme="light" />
</div>
<div className="w-screen " style={{ aspectRatio: '2/1' }}>
{/* <div className="w-screen " style={{ aspectRatio: '2/1' }}>
<Threejs />
</div>
</div> */}
<div className="w-full justify-center pb-8 xl:-mt-24 2xl:-mt-48">
<HeadingMain name="Register Now" />
</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 @@ -274,13 +274,13 @@ export default function Footer() {
<div className="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">
{/* <div className="button-holder flex flex-row bg-[#f6f6f6] rounded-full">
<BtnLink
name="Register Now! Visit Devfolio"
icon="↗"
href="https://innerve-eight.devfolio.co/"
/>
</div>
</div> */}
<img
src="/images/footer-spot.png"
className="footer-spot z-2 hidden md:block"
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
8 changes: 4 additions & 4 deletions src/Pages/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Home() {
<Devfolio />
<div className="flex flex-col sm:flex-row mx-auto items-center ">
<a href="https://github.com/tailcallhq/tailcall" target="_blank">
<button
{/* <button
type="button"
class="text-white bg-[#24292F] hover:bg-[#24292F]/90 focus:ring-4 focus:outline-none focus:ring-[#24292F]/50 font-medium rounded-lg text-sm px-5 py-2.5 text-center inline-flex items-center dark:focus:ring-gray-500 dark:hover:bg-[#050708] me-2 mb-2"
>
Expand All @@ -62,16 +62,16 @@ export default function Home() {
/>
</svg>
Checkout TailCall
</button>
</button> */}
</a>
<a href="https://groupme.com/join_group/98531164/bUIb5Zqv" target="_blank">
<button
{/* <button
type="button"
class="text-white bg-[#24292F] hover:bg-[#24292F]/90 focus:ring-4 focus:outline-none focus:ring-[#24292F]/50 font-medium rounded-lg text-sm px-5 py-2.5 text-center inline-flex items-center dark:focus:ring-gray-500 dark:hover:bg-[#050708] me-2 mb-2"
>
<img src={GroupMe} className="w-4 h-4 me-2"/>
24/7 Support
</button>
</button> */}
</a>
</div>
</div>
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