Skip to content

Commit

Permalink
Merge pull request #76 from sksmagr23/newch
Browse files Browse the repository at this point in the history
make changes
  • Loading branch information
ecelliitbhu authored Jan 28, 2025
2 parents 27824b4 + f26bbe5 commit 1978a7f
Show file tree
Hide file tree
Showing 11 changed files with 216 additions and 44 deletions.
123 changes: 121 additions & 2 deletions app/partners/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { FunctionComponent } from "react";
import { Metadata } from "next";
import PartnerCard from "@/components/PartnerCard";
import { titleSponsor, associateSponsor, ecosystemPartner, startupShowcasePartner, LearningPartner, startupServicesPartner, investmentPartners, travelPartner, poweredBy, eventPartner, martechPartner, incubationPartner, saasPartner, educationPartner, munchingPartner, logisticsPartner, gamingPartner, instituePartner } from "./partner_data";
import { titleSponsor, associateSponsor, ecosystemPartner, startupShowcasePartner, LearningPartner, startupServicesPartner, investmentPartners, travelPartner, poweredBy, eventPartner, martechPartner, incubationPartner, saasPartner, educationPartner, munchingPartner, logisticsPartner, gamingPartner, instituePartner, techPartner, cotitleSponsor, platinumPartner } from "./partner_data";
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
import { color } from "framer-motion";

Expand Down Expand Up @@ -56,6 +56,27 @@ const page: FunctionComponent<Props> = (props) => {
))}
</div>
</div>
<div>
<h1
className={
"text-white text-6xl m-4 flex justify-center font-semibold sm:py-6 "
}
>
Co-Title Partner
</h1>
</div>
<div className={"flex justify-center"}>
<div className={"md:flex flex-wrap justify-center items-start p-10"}>
{cotitleSponsor.map((speaker: any, index) => (
<PartnerCard
name={speaker.name}
imgURL={speaker.imgURL}
siteURL={speaker.siteURL}
key={index}
/>
))}
</div>
</div>
</div>
{/* <div className="pt-24 justify-center w-full min-h-1 sm:text-center sm:text-base">
<div>
Expand Down Expand Up @@ -153,7 +174,7 @@ const page: FunctionComponent<Props> = (props) => {
"text-white text-6xl m-4 flex justify-center font-semibold sm:py-6"
}
>
Learning Partner
Learning Partners
</h1>
</div>
<div className={"flex justify-center"}>
Expand All @@ -170,6 +191,79 @@ const page: FunctionComponent<Props> = (props) => {
</div>
</div>


<div className="pt-24 justify-center w-full min-h-1 sm:text-center sm:text-base">
<div>
<h1
className={
"text-white text-6xl m-4 flex justify-center font-semibold sm:py-6"
}
>
Tech Partner
</h1>
</div>
<div className={"flex justify-center"}>
<div className={"md:flex flex-wrap justify-center items-start p-10"}>
{techPartner.map((speaker: any, index) => (
<PartnerCard
name={speaker.name}
imgURL={speaker.imgURL}
siteURL={speaker.siteURL}
key={index}
/>
))}
</div>
</div>
</div>

<div className="pt-24 justify-center w-full min-h-1 sm:text-center sm:text-base">
<div>
<h1
className={
"text-white text-6xl m-4 flex justify-center font-semibold sm:py-6"
}
>
Platinum Partner
</h1>
</div>
<div className={"flex justify-center"}>
<div className={"md:flex flex-wrap justify-center items-start p-10"}>
{platinumPartner.map((speaker: any, index) => (
<PartnerCard
name={speaker.name}
imgURL={speaker.imgURL}
siteURL={speaker.siteURL}
key={index}
/>
))}
</div>
</div>
</div>

<div className="pt-24 justify-center w-full min-h-1 sm:text-center sm:text-base">
<div>
<h1
className={
"text-white text-6xl m-4 flex justify-center font-semibold sm:py-6"
}
>
Ecosystem Partner
</h1>
</div>
<div className={"flex justify-center"}>
<div className={"md:flex flex-wrap justify-center items-start p-10"}>
{ecosystemPartner.map((speaker: any, index) => (
<PartnerCard
name={speaker.name}
imgURL={speaker.imgURL}
siteURL={speaker.siteURL}
key={index}
/>
))}
</div>
</div>
</div>


<div className="pt-24 justify-center w-full min-h-1 sm:text-center sm:text-base">
<div>
Expand Down Expand Up @@ -221,6 +315,31 @@ const page: FunctionComponent<Props> = (props) => {
</div>
</div>

<div className="pt-24 justify-center w-full min-h-1 sm:text-center sm:text-base">
<div>
<h1
className={
"text-white text-6xl m-4 flex justify-center font-semibold sm:py-6"
}
>
Travel Partners
</h1>
</div>
<div className={"flex justify-center"}>
<div className={"md:flex flex-wrap justify-center items-start p-10"}>
{travelPartner.map((speaker: any, index) => (
<PartnerCard
name={speaker.name}
imgURL={speaker.imgURL}
siteURL={speaker.siteURL}
key={index}

/>
))}
</div>
</div>
</div>




Expand Down
74 changes: 57 additions & 17 deletions app/partners/partner_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ export const titleSponsor = [
siteURL: "https://www.iitbhufoundation.org/",
},
];
export const cotitleSponsor = [
{
name: "SBI",
imgURL: "/partners/SBI.png",
siteURL: "https://sbi.co.in/web/personal-banking/home",
}
];
export const coSponsor = [
{
name: "Saviant Consulting",
Expand All @@ -76,22 +83,31 @@ export const associateSponsor = [
siteURL: "https://ichelonconsulting.com/",
},
];
// export const ecosystemPartner = [
// {
// name: "Meity Startup Hub",
// imgURL: "/partners/meity_startup_hub_logo.jpg",
// siteURL: "https://sarasai.org/",
// },
// {
// name: "Startup India",
// imgURL: "/partners/4_startup_india_logo.jpg",
// siteURL: "https://sarasai.org/",
// },
// {
// name: "markkoknow",
// imgURL: "/partners/markoknow.png",
// siteURL: "https://sarasai.org/",
// },
// ];


export const ecosystemPartner = [
{
name: "Meity Startup Hub",
imgURL: "/partners/meity_startup_hub_logo.jpg",
siteURL: "https://sarasai.org/",
},
{
name: "Startup India",
imgURL: "/partners/4_startup_india_logo.jpg",
siteURL: "https://sarasai.org/",
},
{
name: "markkoknow",
imgURL: "/partners/markoknow.png",
siteURL: "https://sarasai.org/",
},
name: "Indian Accelerator",
imgURL: "/partners/indian_accelerator.png",
siteURL: "https://www.indiaaccelerator.co/",
}
];

export const startupShowcasePartner = [
Expand All @@ -107,6 +123,11 @@ export const LearningPartner = [
imgURL: "/partners/ims.png",
siteURL: "https://www.imsindia.com/",
},
{
name: "VSKILLS",
imgURL: "/partners/v_skills.png",
siteURL: "https://www.vskills.in/certification/",
},
];

export const startupServicesPartner = [
Expand Down Expand Up @@ -277,14 +298,15 @@ export const travelPartner = [
{
name: "AbhiBus",
imgURL: "/partners/abhi_bus.jpg",
siteURL: "https://sarasai.org/",
siteURL: "https://www.abhibus.com/",
},
{
name: "ixigo",
imgURL: "/partners/ixigo.jpg",
siteURL: "https://sarasai.org/",
siteURL: "https://www.ixigo.com/",
},
];

export const logisticsPartner = [
{
name: "Safexpress",
Expand Down Expand Up @@ -364,10 +386,28 @@ export const gamingPartner = [
siteURL: "https://sarasai.org/",
},
]
export const instituePartner = [
export const instituePartner = [
{
name: "Ashoka University",
imgURL: "/partners/ashoka_vns_ps.png",
siteURL: "https://ashokainstitute.com/",
},
];



export const techPartner = [
{
name: "BitsandBytes",
imgURL: "/partners/b&b.png",
siteURL: "https://www.bitsandbyte.net/",
},
];

export const platinumPartner = [
{
name: "ICICI",
imgURL: "/partners/icici.png",
siteURL: "https://www.icicibank.com/",
},
];
17 changes: 9 additions & 8 deletions app/recommendations/book_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,21 @@ Her journey is a blend of rich family heritage, personal achievements, and globa
Archana's life is filled with vibrant experiences—from volunteering for differently-abled children to supporting her son through his challenges. Her story reflects resilience, gratitude, and a relentless drive to make a meaningful impact.`,
reviews: [
{
reviewer: "John Doe",
comment: "A classic tale of love and loss.",
reviewer: "Rohit Verma",
comment: "A deeply inspiring narrative that beautifully captures Archana Mehrotra’s journey of resilience, community leadership, and personal growth.",
rating: 5,
},
{
reviewer: "John Doe",
comment: "A classic tale of love and loss.",
rating: 4,
reviewer: "Ananya Sharma",
comment: "The autobiography blends rich family heritage with modern achievements seamlessly.",
rating: 4.5,
},
{
reviewer: "John Doe",
comment: "A classic tale of love and loss.",
rating: 5,
reviewer: "Siddharth Jain",
comment: "A heartfelt and honest account of a life well-lived.",
rating: 4.8,
},

],
imgURL: "https://m.media-amazon.com/images/I/710angGC0vL._AC_UY436_QL65_.jpg",
},
Expand Down
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const nav = [
},
{
name: "RECOMMENDATIONS",
link: "/recommendations",
link: "/recommendations/0",
},
// {
// name: "STARTUP EXPO",
Expand Down
Binary file added public/partners/SBI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partners/b&b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partners/icici.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partners/indian_accelerator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partners/ixigo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partners/v_skills.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 28 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,29 @@
resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz"
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==

"@img/[email protected]":
"@img/[email protected]":
version "1.0.0"
resolved "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.0.tgz"
integrity sha512-naldaJy4hSVhWBgEjfdBY85CAa4UO+W1nx6a1sWStHZ7EUfNiuBTTN2KUYT5dH1+p/xij1t2QSXfCiFJoC5S/Q==

"@img/[email protected]":
version "1.0.0"
resolved "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.0.tgz"
integrity sha512-FW8iK6rJrg+X2jKD0Ajhjv6y74lToIBEvkZhl42nZt563FfxkCYacrXZtd+q/sRQDypQLzY5WdLkVTbJoPyqNg==

"@img/[email protected]":
version "0.33.1"
resolved "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.1.tgz"
integrity sha512-esr2BZ1x0bo+wl7Gx2hjssYhjrhUsD88VQulI0FrG8/otRQUOxLWHMBd1Y1qo2Gfg2KUvXNpT0ASnV9BzJCexw==
resolved "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.1.tgz"
integrity sha512-4y8osC0cAc1TRpy02yn5omBeloZZwS62fPZ0WUAYQiLhSFSpWJfY/gMrzKzLcHB9ulUV6ExFiu2elMaixKDbeg==
optionalDependencies:
"@img/sharp-libvips-darwin-arm64" "1.0.0"
"@img/sharp-libvips-linux-x64" "1.0.0"

"@img/[email protected]":
version "1.0.0"
resolved "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.0.tgz"
integrity sha512-VzYd6OwnUR81sInf3alj1wiokY50DjsHz5bvfnsFpxs5tqQxESoHtJO6xyksDs3RIkyhMWq2FufXo6GNSU9BMw==
"@img/[email protected]":
version "0.33.1"
resolved "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.1.tgz"
integrity sha512-LOGKNu5w8uu1evVqUAUKTix2sQu1XDRIYbsi5Q0c/SrXhvJ4QyOx+GaajxmOg5PZSsSnCYPSmhjHHsRBx06/wQ==
optionalDependencies:
"@img/sharp-libvips-linuxmusl-x64" "1.0.0"

"@isaacs/cliui@^8.0.2":
version "8.0.2"
Expand Down Expand Up @@ -182,10 +194,15 @@
dependencies:
glob "7.1.7"

"@next/swc-darwin-arm64@14.0.3":
"@next/swc-linux-x64-gnu@14.0.3":
version "14.0.3"
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.0.3.tgz"
integrity sha512-64JbSvi3nbbcEtyitNn2LEDS/hcleAFpHdykpcnrstITFlzFgB/bW0ER5/SJJwUPj+ZPY+z3e+1jAfcczRLVGw==
resolved "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.0.3.tgz"
integrity sha512-VM1aE1tJKLBwMGtyBR21yy+STfl0MapMQnNrXkxeyLs0GFv/kZqXS5Jw/TQ3TSUnbv0QPDf/X8sDXuMtSgG6eg==

"@next/[email protected]":
version "14.0.3"
resolved "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.0.3.tgz"
integrity sha512-64EnmKy18MYFL5CzLaSuUn561hbO1Gk16jM/KHznYP3iCIfF9e3yULtHaMy0D8zbHfxset9LTOv6cuYKJgcOxg==

"@nodelib/[email protected]":
version "2.1.5"
Expand Down Expand Up @@ -2046,11 +2063,6 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==

function-bind@^1.1.1, function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
Expand Down

0 comments on commit 1978a7f

Please sign in to comment.