Skip to content

Commit

Permalink
more apply
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittp0 committed Sep 18, 2023
1 parent cf1686e commit dacf5ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { NextPage } from "next";
import Devfolio from "@presentation/Devfolio";
import Reasons from "@presentation/Reasons";
import Schedule from "@presentation/Schedule";
import Sponsors from "@presentation/Sponsors";
import Hero from "@presentation/Hero";
import { useEffect, useRef, useState } from "react";
import Loader from "@presentation/Loader";
Expand Down Expand Up @@ -61,6 +60,7 @@ const Home: NextPage = () => {
</>
)}
</ScrollerMotion>
{!loading && <Devfolio />}
</AnimatePresence>
</AnimateSharedLayout>
);
Expand Down
13 changes: 4 additions & 9 deletions presentation/Devfolio/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Devfolio = () => {
bounce: 0.5,
}}
>
<h2 className="font-black text-[22px]">Oct. 27 & 28</h2>
<h2 className="font-black text-[22px]">Nov. 4 & 5</h2>
<p className="text-[16px] font-medium">Offline</p>
<p className="flex items-center text-[14px] font-medium mt-[10px] mb-[15px]">
<MdLocationPin size="2em" color="#FFFFFF" /> CITTIC, CUSAT
Expand All @@ -65,15 +65,10 @@ const Devfolio = () => {
)}
<Button
className="font-source-sans-pro text-[20px] h-[44px] w-full md:w-[312px] font-[500] bg-[#3770ff] flex items-center justify-center rounded-[4px]"
href="https://makeaton-5.devfolio.co"
href="https://forms.eventsradar.in/makeaton/"
>
<img
src="/assets/icons/devfolio.svg"
alt="Devfolio Logo"
height={20}
width={20}
/>{" "}
<span className="ml-[6px]">Apply with Devfolio</span>
{" "}
<span className="ml-[6px]">Apply for Make-a-Ton</span>
</Button>
{/* <div
className="apply-button"
Expand Down

0 comments on commit dacf5ce

Please sign in to comment.