Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -78,7 +78,7 @@ export default function AboutPage() {
|
|||||||
role: "Computer Science Student",
|
role: "Computer Science Student",
|
||||||
company: "University Tech Program",
|
company: "University Tech Program",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=2",
|
||||||
imageAlt: "Sarah Chen, Computer Science Student"
|
imageAlt: "Sarah Chen, Computer Science Student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -87,7 +87,7 @@ export default function AboutPage() {
|
|||||||
role: "Software Engineering Intern",
|
role: "Software Engineering Intern",
|
||||||
company: "StartupTech Inc.",
|
company: "StartupTech Inc.",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg?_wi=2",
|
||||||
imageAlt: "Marcus Johnson, Software Engineering Intern"
|
imageAlt: "Marcus Johnson, Software Engineering Intern"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ export default function ContactPage() {
|
|||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
|
textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg?_wi=2"
|
||||||
imageAlt="Tech community members collaborating on a project"
|
imageAlt="Tech community members collaborating on a project"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
|
|||||||
@@ -52,8 +52,8 @@ export default function EventsPage() {
|
|||||||
description: "Explore machine learning fundamentals with interactive demos and real-world applications. Perfect for beginners and intermediate learners.",
|
description: "Explore machine learning fundamentals with interactive demos and real-world applications. Perfect for beginners and intermediate learners.",
|
||||||
icon: Brain,
|
icon: Brain,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Participants working on AI projects" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=3", imageAlt: "Participants working on AI projects" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg", imageAlt: "Instructor presenting AI concepts" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=3", imageAlt: "Instructor presenting AI concepts" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -61,8 +61,8 @@ export default function EventsPage() {
|
|||||||
description: "Showcase your coding prowess in our annual hackathon. Build innovative solutions with mentors and win exciting prizes.",
|
description: "Showcase your coding prowess in our annual hackathon. Build innovative solutions with mentors and win exciting prizes.",
|
||||||
icon: Code,
|
icon: Code,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg", imageAlt: "Team collaborating on a hackathon project" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg?_wi=2", imageAlt: "Team collaborating on a hackathon project" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Judges reviewing hackathon submissions" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=4", imageAlt: "Judges reviewing hackathon submissions" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -129,8 +129,8 @@ export default function EventsPage() {
|
|||||||
description: "Connect with industry professionals and explore internship and job opportunities at leading tech companies.",
|
description: "Connect with industry professionals and explore internship and job opportunities at leading tech companies.",
|
||||||
icon: Users,
|
icon: Users,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg", imageAlt: "Career fair networking" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173705.jpg?_wi=1", imageAlt: "Career fair networking" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg", imageAlt: "Professional discussions" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=3", imageAlt: "Professional discussions" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
|||||||
{ src: "http://img.b2bpic.net/free-photo/group-people-discussing-business-issues_53876-22915.jpg", alt: "Club member" }
|
{ src: "http://img.b2bpic.net/free-photo/group-people-discussing-business-issues_53876-22915.jpg", alt: "Club member" }
|
||||||
]}
|
]}
|
||||||
avatarText="150+ Members"
|
avatarText="150+ Members"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=1"
|
||||||
imageAlt="Students collaborating on tech projects"
|
imageAlt="Students collaborating on tech projects"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
@@ -105,8 +105,8 @@ export default function HomePage() {
|
|||||||
description: "Explore machine learning fundamentals with interactive demos and real-world applications. Perfect for beginners and intermediate learners.",
|
description: "Explore machine learning fundamentals with interactive demos and real-world applications. Perfect for beginners and intermediate learners.",
|
||||||
icon: Brain,
|
icon: Brain,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Participants working on AI projects" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=1", imageAlt: "Participants working on AI projects" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg", imageAlt: "Instructor presenting AI concepts" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-doing-experiments-robotics-laboratory-girls-protective-glasses_1268-24389.jpg?_wi=2", imageAlt: "Instructor presenting AI concepts" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -114,8 +114,8 @@ export default function HomePage() {
|
|||||||
description: "Showcase your coding prowess in our annual hackathon. Build innovative solutions with mentors and win exciting prizes.",
|
description: "Showcase your coding prowess in our annual hackathon. Build innovative solutions with mentors and win exciting prizes.",
|
||||||
icon: Code,
|
icon: Code,
|
||||||
mediaItems: [
|
mediaItems: [
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg", imageAlt: "Team collaborating on a hackathon project" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/team-software-engineers-doing-brainstorming-office_482257-123976.jpg?_wi=1", imageAlt: "Team collaborating on a hackathon project" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg", imageAlt: "Judges reviewing hackathon submissions" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873107.jpg?_wi=2", imageAlt: "Judges reviewing hackathon submissions" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -192,7 +192,7 @@ export default function HomePage() {
|
|||||||
role: "Senior Developer",
|
role: "Senior Developer",
|
||||||
company: "Tech Innovations Inc.",
|
company: "Tech Innovations Inc.",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13272.jpg?_wi=1",
|
||||||
imageAlt: "Alex Morgan, Senior Developer at Tech Innovations Inc."
|
imageAlt: "Alex Morgan, Senior Developer at Tech Innovations Inc."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
|||||||
role: "UI/UX Designer",
|
role: "UI/UX Designer",
|
||||||
company: "Creative Minds Studio",
|
company: "Creative Minds Studio",
|
||||||
rating: 5,
|
rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/jolly-venture-company-employees-delighted-after-securing-funding-from-investors_482257-125222.jpg?_wi=1",
|
||||||
imageAlt: "Jordan Lee, UI/UX Designer at Creative Minds Studio"
|
imageAlt: "Jordan Lee, UI/UX Designer at Creative Minds Studio"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user