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

improved images for trailblazzers #15

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
16 changes: 12 additions & 4 deletions components/ui/Photos.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import photo1 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Amitva Saha- Xpressbees and FirstCry.png";
import photo1 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Amitva Saha- Xpressbees and FirstCry.jpg";
import photo2 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/ElasticRun- Shitiz Bansal.png";
import photo3 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Jay-Chaudhry-ZScaler.jpeg";
import photo3 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Jay-Chaudhry-ZScaler.jpg";
import photo4 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Kailash Kailash - Zscaler.png";
import photo5 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/OneCard- Anurag Sinha.png";
import photo6 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Prateek-Maheshwari-PW.png";
import photo7 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Sanjay Sethi- Shopclues.png";
import photo6 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Prateek-Maheshwari-PW.jpg";
import photo7 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Sanjay Sethi- Shopclues.jpg";
import photo8 from "../../public/Trailblazzers/IIT_BHU_Uniforn_Founders/Sarvajna Dwivedi- Pearl Therapeutics.jpeg";
import { StaticImageData } from "next/image";
interface PersonProps {
Expand All @@ -21,6 +21,7 @@ export const images: PersonProps[] = [
quote: "Ecommerce isn't the cherry on the cake, it's the new cake.",
imageUrl: photo1,
position: "Co-Founder & CEO at Xpressbees",
position: "Co-Founder & CEO at Xpressbees",
},

{
Expand All @@ -30,13 +31,17 @@ export const images: PersonProps[] = [
"Try to walk with the forward- thinking ,the dreamers,the believers,the courageous,the planners,the positive and the doers",
imageUrl: photo3,
position: "Founder & CEO at Zscaler",
position: "Founder & CEO at Zscaler",
},
{
name: "Anurag Sinha",
company: "OneCard",
quote: "When the pie becomes a cake, there is greater value for us to take",
imageUrl: photo5,
position: "Co-Founder at OneCard",

position: "Co-Founder at OneCard",

},
{
name: "Prateek Maheshwari",
Expand All @@ -45,13 +50,15 @@ export const images: PersonProps[] = [
"Being the most thoughtful person in the room is only possible if you are in the right room",
imageUrl: photo6,
position: "Co-Founder at PW",
position: "Co-Founder at PW",
},
{
name: "Sanjay Sethi",
company: "Shopclues",
quote: "To be a disrupter, You Dont Have to be an Asshole",
imageUrl: photo7,
position: "Founder & CEO at Shopclues",
position: "Founder & CEO at Shopclues",
},

{
Expand All @@ -61,5 +68,6 @@ export const images: PersonProps[] = [
"Perseverance, inventiveness and initiative are essential traits for a researcher",
imageUrl: photo8,
position: "Co-Founder at Pearl Therapeutics",
position: "Co-Founder at Pearl Therapeutics",
},
];
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"preline": "^1.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-easy-swipe": "^0.0.23",
"react-icons": "^4.10.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.