+
+ Learning Circles
+
-
-
-
- {circle.date}
-
-
-
- {circle.time}
-
-
-
-
{circle.location}
+
+
+
+ {getVisibleItems().map((circle) => (
+
+
+
+ {circle.title}
+
+
+ {circle.description}
+
+
+
+
+ {circle.date}
+
+
+
+ {circle.time}
+
+
+
+ {circle.location}
+
+
+
+ Join Now
+
-
-
- Join Now
-
-
-
- ))}
-
-
-
-
- {/* muchallengs */}
-
-
- µ Challenges
-
-
- {[...Array(3)].map((_, index) => (
-
-
- Preview card
- component
-
-
-
- Join Now
-
+ ))}
- ))}
+
+
+
+
+
+
+
+
+
-
+ )}
+
-
- Lorem ipsum dolor rt Suspendisse vitae risus euismod, viverra eros ut,
- aliquet nunc. Proin aliquet malesuada tincidunt. Sed euismod erat sit
- amet tortor rhoncus suscipit. Etiam sed enim non felis auctor cursus.
- Integer nec augue nec purus auctor tristique. Mauris at ullamcorper
- leo. Sed vitae metus felis. Nullam tincidunt ipsum sit amet nisl
- condimentum sollicitudin. Nam non mauris ut odio convallis convallis.
- Ut laoreet, lorem eget suscipit pharetra, purus felis pharetra odio,
- non tincidunt erat lorem at orci. Sed et augue auctor, efficitur ante
- nec, cursus felis. Pellentesque et nunc vel nunc accumsan fermentum.
- Cras in lorem euismod, condimentum urna at, fermentum sapien.
-
+ title="Pre-requisites">
+ {data.prerequisites.description}
+ {/*
+ {data.prerequisites?.map((prerequisite) => (
+
+ {prerequisite},{" "}
+
+ ))}
+
*/}
- {/* learning path */}
- {/* new code end */}
@@ -366,7 +279,7 @@ export default function Dashboard() {
hours and get all your doubts cleared.
- {mentors.map((mentor) => (
+ {data.mentors?.map((mentor) => (
))}
@@ -381,7 +294,7 @@ export default function Dashboard() {
interests.
- {groupLeads.map((lead) => (
+ {data.interestGroupLeads?.leads.map((lead) => (
))}
@@ -389,12 +302,12 @@ export default function Dashboard() {
- Lorem ipsum dolor sit amet, consectetur vitae duis eu turpis
- vitae. Ut aliquet tristique ullamcorper. Orci varius natoque
- penatibus et magnis dis parturient montes, nascetur ridiculus mus.
- Integer dictum vel purus ut porta.
+ Stay engaged and climb the leaderboard as you complete projects
+ and participate in discussions.
-
+ {data.interestGroupLeaderboard && (
+
+ )}
@@ -406,9 +319,9 @@ export default function Dashboard() {
skill.
- {opportunities.map((opportunity) => (
-
- {opportunity}
+ {data.opportunities?.map((opportunity) => (
+
+ {opportunity.title} - {opportunity.description}
))}
@@ -420,11 +333,13 @@ export default function Dashboard() {
learn as well as stay updated!
- {topPeople.map((person) => (
+ {data.peopleToFollow?.map((person) => (
{person.name} -{" "}
-
- {person.link}
+
+ click here
))}
@@ -438,11 +353,13 @@ export default function Dashboard() {
lots of them!
- {topBlogs.map((blog) => (
+ {data.blogsToFollow?.map((blog) => (
{blog.name} -{" "}
-
- {blog.link}
+
+ click here
))}
@@ -455,7 +372,7 @@ export default function Dashboard() {
Listed below are the top keywords that you should be looking out for
while searching through internet!
-
+
diff --git a/src/Pages/IG/Ig2/components/profilecard.jsx b/src/Pages/IG/Ig2/components/profilecard.jsx
index 423706dc4..96262cb2f 100644
--- a/src/Pages/IG/Ig2/components/profilecard.jsx
+++ b/src/Pages/IG/Ig2/components/profilecard.jsx
@@ -1,7 +1,7 @@
import { Linkedin } from "lucide-react";
// import Image from "next/image";
-export function ProfileCard({ name, role, imageUrl, hasLinkedin = true }) {
+export function ProfileCard({ name, role, imageUrl, hasLinkedin=true, linkedin, institution }) {
return (
@@ -14,7 +14,7 @@ export function ProfileCard({ name, role, imageUrl, hasLinkedin = true }) {
/>
) : (
@@ -22,7 +22,9 @@ export function ProfileCard({ name, role, imageUrl, hasLinkedin = true }) {
{name}
-
{role}
+ {institution &&
{institution}
}
+ {role &&
{role}
}
+
{hasLinkedin && (
@@ -30,9 +32,10 @@ export function ProfileCard({ name, role, imageUrl, hasLinkedin = true }) {
{" "}
{/* Optional: Wrap LinkedIn icon in a div */}
diff --git a/src/Pages/IG/assets/Aravind Krishna.jpg b/src/Pages/IG/assets/Aravind Krishna.jpg
new file mode 100644
index 000000000..7c36cf769
Binary files /dev/null and b/src/Pages/IG/assets/Aravind Krishna.jpg differ
diff --git a/src/Pages/IG/assets/Janukrishna AS.jpg b/src/Pages/IG/assets/Janukrishna AS.jpg
new file mode 100644
index 000000000..fa8d5f89a
Binary files /dev/null and b/src/Pages/IG/assets/Janukrishna AS.jpg differ
diff --git a/src/Pages/IG/assets/Maanas MS.jpg b/src/Pages/IG/assets/Maanas MS.jpg
new file mode 100644
index 000000000..825d1a5f5
Binary files /dev/null and b/src/Pages/IG/assets/Maanas MS.jpg differ
diff --git a/src/Pages/IG/data/ai.js b/src/Pages/IG/data/ai.js
new file mode 100644
index 000000000..4b2a9a629
--- /dev/null
+++ b/src/Pages/IG/data/ai.js
@@ -0,0 +1,132 @@
+export const artificialIntelligence = {
+ title: "Artificial Intelligence",
+ introduction: {
+ description:
+ "Fascinated by AI and machine learning? μLearn Foundation’s AI Interest Group provides the perfect space to dive into the potential of AI, from model training to advanced applications, and connect with others passionate about AI innovations.",
+ downloadLink: "https://www.notion.so/AI-11e59e69b1bf8022ab4afa9d34e6e646?pvs=21",
+ schedules: {
+ officeHours: "Thursday 9:00 PM @ Discord Lobby",
+ thinkTankMeeting: "Friday 7:00 PM @ Google Meet",
+ },
+ },
+
+ communityPartners: [
+ { name: "Pathway", image: "/assets/IG/AI/Community Partners/Pathway.jpg" },
+ ],
+
+ prerequisites: {
+ description:
+ "To get started in AI, a foundation in computer science concepts like algorithms, data structures, and probability is essential. Understanding machine learning fundamentals, including supervised and unsupervised learning, neural networks, and data preprocessing, is crucial. Familiarity with Python and libraries such as TensorFlow, PyTorch, and Scikit-learn will help you get hands-on with building models. A strong grasp of mathematics, particularly linear algebra and calculus, will also aid in understanding the underlying principles of AI algorithms.",
+ },
+
+ learningPath: {
+ embedUrl: "https://roadmap.sh/ai-engineer",
+ },
+
+ mentors: [
+ {
+ name: "John Doe",
+ title: "AI Research Scientist",
+ linkedin: "https://www.linkedin.com/in/johndoe",
+ },
+ {
+ name: "Jane Smith",
+ title: "Machine Learning Engineer",
+ linkedin: "https://www.linkedin.com/in/janesmith",
+ },
+ ],
+
+ interestGroupLeads: {
+ description:
+ "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities within their interests.",
+ leads: [
+ {
+ name: "Mehbin A C",
+ institution: "XYZ University",
+ linkedin: "https://www.linkedin.com/in/mehbinac",
+ imageUrl: "/assets/IG/AI/IG Lead/Mehbin A C.jpg",
+ },
+ {
+ name: "Sandra Alex",
+ institution: "ABC College",
+ linkedin: "https://www.linkedin.com/in/sandraalex",
+ imageUrl: "/assets/IG/AI/IG Lead/Sandra Alex.jpg",
+ },
+ ],
+ },
+
+ opportunities: [
+ {
+ title: "Machine Learning Engineer",
+ description: "Develop predictive models and work with data to drive AI solutions.",
+ },
+ {
+ title: "Data Scientist",
+ description: "Analyze complex data and provide insights using machine learning.",
+ },
+ {
+ title: "AI Research Scientist",
+ description: "Conduct research in AI, pushing the boundaries of what AI can do.",
+ },
+ {
+ title: "AI Product Manager",
+ description: "Oversee AI project development and align goals with user needs.",
+ },
+ {
+ title: "Natural Language Processing Engineer",
+ description: "Work on language-based AI applications, including chatbots and translation.",
+ },
+ ],
+
+ peopleToFollow: [
+ {
+ name: "Andrew Ng",
+ link: "https://www.linkedin.com/in/andrewng/",
+ },
+ {
+ name: "Yann LeCun",
+ link: "https://www.linkedin.com/in/yann-lecun/",
+ },
+ {
+ name: "Lex Fridman",
+ link: "https://www.linkedin.com/in/lexfridman/",
+ },
+ {
+ name: "Data Science Central",
+ link: "https://www.linkedin.com/company/datasciencecentral/",
+ },
+ {
+ name: "AI Alignment",
+ link: "https://www.linkedin.com/company/ai-alignment/",
+ },
+ ],
+
+ blogsToFollow: [
+ {
+ name: "Towards Data Science",
+ link: "https://towardsdatascience.com/",
+ },
+ {
+ name: "The Gradient",
+ link: "https://thegradient.pub/",
+ },
+ {
+ name: "AI Trends",
+ link: "https://www.aitrends.com/",
+ },
+ ],
+
+ topKeywords: [
+ "Deep Learning",
+ "Supervised Learning",
+ "Unsupervised Learning",
+ "NLP",
+ "Data Preprocessing",
+ "Neural Networks",
+ "Model Evaluation",
+ "Reinforcement Learning",
+ "Bias",
+ "Ethics in AI",
+ ],
+ };
+
\ No newline at end of file
diff --git a/src/Pages/IG/data/arvr.js b/src/Pages/IG/data/arvr.js
new file mode 100644
index 000000000..0e361f568
--- /dev/null
+++ b/src/Pages/IG/data/arvr.js
@@ -0,0 +1,111 @@
+export const arVr = {
+ title: "AR/VR",
+ introduction: {
+ description:
+ "\"AR/VR is reshaping the way we interact with the digital world.\" Are you interested in learning how to create immersive experiences that blend the virtual and physical worlds? Join our “AR/VR Development” Interest Group to explore and collaborate with peers on creating augmented and virtual reality applications.",
+ downloadLink: "foundation deck",
+ schedules: {
+ officeHours: "TBA", // Replace with actual office hours
+ thinkTankMeeting: "TBA", // Replace with actual meeting time
+ },
+ },
+
+ communityPartners: [
+ { name: "XTrudar", image: "/assets/IG/AR-VR/Community Partners/XTrudar.jpg" }, // Replace with actual partner details
+ ],
+
+ prerequisites: {
+ description:
+ "AR/VR development requires a basic understanding of programming and 3D modeling. Familiarity with platforms like Unity or Unreal Engine, and languages such as C# (for Unity) or C++ (for Unreal Engine), is highly recommended. An understanding of spatial computing, graphics rendering, and interaction design is crucial. Basic knowledge of computer vision and ARKit/ARCore will also be beneficial.",
+ },
+
+ learningPath: {
+ embedUrl: "https://roadmap.sh/r/embed?id=6753ec7becc889bb0d0d550d",
+ },
+
+ mentors: [
+ {
+ name: "Vishnu",
+ role: "AR/VR Developer",
+ linkedin: "https://www.linkedin.com/in/johndoe",
+ imageUrl: "/assets/IG/AR-VR/Mentors/Vishnu.jpg", // Replace with actual details
+ },
+
+ ],
+
+ interestGroupLeads: {
+ description:
+ "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities in AR/VR development and stay informed about upcoming events.",
+ leads: [
+ {
+ name: "Dev Nandan S",
+ institution: "St.Thomas Institute for Science & Technology",
+ linkedin: "http://www.linkedin.com/in/dev-nandan-426861253",
+ imageUrl: "/assets/IG/AR-VR/IG Leads/Dev Nandan S.jpg", // Replace with actual details
+ },
+ ],
+ },
+
+ opportunities: [
+ {
+ title: "AR/VR Developer",
+ description: "Create immersive augmented and virtual reality experiences for various platforms.",
+ },
+ {
+ title: "3D Designer",
+ description: "Design 3D models and environments for use in AR/VR applications.",
+ },
+ {
+ title: "Unity Developer",
+ description: "Develop interactive AR/VR applications using Unity.",
+ },
+ {
+ title: "UX/UI Designer",
+ description: "Design intuitive and engaging interfaces for AR/VR applications.",
+ },
+ ],
+
+ peopleToFollow: [
+ {
+ name: "John Carmack",
+ link: "https://www.linkedin.com/in/johncarmack",
+ },
+ {
+ name: "Palmer Luckey",
+ link: "https://www.linkedin.com/in/palmerluckey",
+ },
+ {
+ name: "Oculus",
+ link: "https://www.linkedin.com/company/oculus",
+ },
+ ],
+
+ blogsToFollow: [
+ {
+ name: "AR/VR Journey",
+ link: "https://arvrjourney.com/",
+ },
+ {
+ name: "UploadVR",
+ link: "https://uploadvr.com/",
+ },
+ {
+ name: "VentureBeat AR/VR",
+ link: "https://venturebeat.com/category/arvr/",
+ },
+ ],
+
+ topKeywords: [
+ "Augmented Reality",
+ "Virtual Reality",
+ "3D Modeling",
+ "Unity",
+ "Unreal Engine",
+ "Spatial Computing",
+ "ARKit",
+ "ARCore",
+ "Immersive Experiences",
+ "Interaction Design",
+ ],
+ };
+
\ No newline at end of file
diff --git a/src/Pages/IG/data/cybersecurity.js b/src/Pages/IG/data/cybersecurity.js
index 7e4b990bc..29d6f64ae 100644
--- a/src/Pages/IG/data/cybersecurity.js
+++ b/src/Pages/IG/data/cybersecurity.js
@@ -9,7 +9,11 @@ export const cybersecurity = {
thinkTankMeeting: "First Wednesday 7:00 PM @ Google Meet",
},
},
- communityPartners: ["Beagle Security", "Zilicon technologies"],
+
+ communityPartners:[
+ { name: "Beagle Security", image: "/assets/IG/Cyber Security/Community Partners/Beagle Security.jpg" },
+ { name: "Zilicon technologies", image: "/assets/IG/Cyber Security/Community Partners/Zilicon technologies.png" },
+ ],
prerequisites: {
description:
"Cybersecurity requires a basic understanding of computer systems, operating systems (especially Linux and Windows), and networking concepts like IP addresses and protocols. Familiarity with programming (Python, Bash) and web technologies (HTML, JavaScript) is beneficial. Key concepts include encryption, authentication, and common threats like malware and phishing. Hands-on experience with tools like Wireshark, Nmap, and vulnerability scanners is essential. Problem-solving skills and a continuous learning mindset are critical to keeping up with evolving cyber threats.",
@@ -20,18 +24,21 @@ export const cybersecurity = {
mentors: [
{
name: "Rejah Rehim",
- title: "CEO and Co founder, Beagle Security",
+ role: "CEO and Co founder, Beagle Security",
linkedin: "https://www.linkedin.com/in/rejah",
+ imageUrl: "/assets/IG/Cyber Security/Mentors/Rejah Rehim.jpg",
},
{
- name: "Manider Mohan",
- title: "Cyber Security Specialist",
+ name: "Maninder Mohan",
+ role: "Cyber Security Specialist",
linkedin: "https://www.linkedin.com/in/manindar-m",
+ imageUrl: "/assets/IG/Cyber Security/Mentors/Maninder Mohan.jpg",
},
{
name: "Vishnu Vijayan V S",
- title: "Chief Information Security Officer",
+ role: "Chief Information Security Officer",
linkedin: "https://www.linkedin.com/in/vishnu-vijayan-vs",
+ imageUrl: "/assets/IG/Cyber Security/Mentors/Vishnu Vijayan V S.jpg",
},
],
interestGroupLeads: {
@@ -42,15 +49,19 @@ export const cybersecurity = {
name: "Dany Koshy P",
institution: "College of Engineering Pathanapuram",
linkedin: "https://www.linkedin.com/in/dany-koshy-p-a79328232/",
+ imageUrl: "/assets/IG/Cyber Security/IG lead/Dany Koshy.jpg",
},
{
name: "Aswin Krishna",
linkedin: "https://www.linkedin.com/in/aswinkrishna07",
+ institution: "College of Engineering Trivandrum",
+ imageUrl: "/assets/IG/Cyber Security/IG lead/Aswin Krishna.jpg",
},
{
name: "Geo Mathew Joseph",
institution: "Marian Engineering College",
linkedin: "https://www.linkedin.com/in/geomathewjoseph",
+ imageUrl: "/assets/IG/Cyber Security/IG lead/Geo Mathew.jpg",
},
],
},
diff --git a/src/Pages/IG/data/datascience.js b/src/Pages/IG/data/datascience.js
index 7e5e06213..3e0309597 100644
--- a/src/Pages/IG/data/datascience.js
+++ b/src/Pages/IG/data/datascience.js
@@ -20,9 +20,12 @@ export const datascience = {
},
mentors: [
{
- name: "Arjun M S",
- title: null,
- linkedin: null,
+ name: "Arjun MS",
+ linkedin: "https://www.linkedin.com/in/the-arjun-ms/",
+ hasLinkedin: true,
+ role: "Backend Developer @Gtech µLearn",
+ imageUrl: "/assets/IG/Artificial Intelligence/Mentors/Arjun MS.jpg",
+
},
],
interestGroupLeads: {
@@ -31,13 +34,16 @@ export const datascience = {
leads: [
{
name: "Muhammed Ziyan",
- institution: "St. Thomas Institute for Science and Technology",
+ role: "Product Manager @Banzan Studios",
linkedin: "https://www.linkedin.com/in/mziyan/",
+ imageUrl: "/assets/IG/Data Science/IG Lead/Muhammed Ziyan.jpg",
},
{
name: "Jeeva Vinod",
- institution: "Vidya Academy of Science and Technology",
+
+ role: "Data Science Intern @Gtech µLearn",
linkedin: "https://www.linkedin.com/in/jeeva-vinod-7b536a215",
+ imageUrl: "/assets/IG/Data Science/IG Lead/Jeeva Vinod.jpg",
},
],
},
diff --git a/src/Pages/IG/data/devops.js b/src/Pages/IG/data/devops.js
index 27011e7bb..2ddf14649 100644
--- a/src/Pages/IG/data/devops.js
+++ b/src/Pages/IG/data/devops.js
@@ -20,23 +20,27 @@ export const devops = {
mentors: [
{
name: "Akash Santhosh",
- title: "Network and Systems Engineer – Debian Contributor Mulearn Alumni",
+ role: "Network and Systems Engineer | Debian Contributor µlearn Alumni",
linkedin: "https://www.linkedin.com/in/akashsanthosh/",
+ imageUrl: "/assets/IG/Devops/Mentors/Akash Santhosh.jpg",
+
},
{
name: "Muhammed Iqbal P B",
- title:
- "Cloud Architect at Codeace Leading AWS UG, CNCG & Grafana Kochi Mulearn Alumni",
+ role:
+ "Cloud Architect @Codeace Leading AWS UG, CNCG & Grafana Kochi, µlearn Alumni",
linkedin: "https://www.linkedin.com/in/iqbalpb/",
+ imageUrl: "/assets/IG/DevOps/Mentors/Muhammed Iqbal.jpg",
},
],
interestGroupLeads: {
- description: null,
+ description: "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities within their interests.",
leads: [
{
name: "Lezin VM",
institution: "College of Engineering Aranmula",
linkedin: "https://www.linkedin.com/in/lezin-vm/",
+ imageUrl: "/assets/IG/Devops/IG Leads/Lezin V M.jpeg",
},
],
},
diff --git a/src/Pages/IG/data/digitalmarketing.js b/src/Pages/IG/data/digitalmarketing.js
new file mode 100644
index 000000000..ecc3e33e2
--- /dev/null
+++ b/src/Pages/IG/data/digitalmarketing.js
@@ -0,0 +1,126 @@
+export const digitalMarketing = {
+ title: "Digital Marketing",
+ introduction: {
+ description:
+ "Excited to explore the dynamic world of digital marketing? The Digital Marketing Interest Group empowers you with practical and theoretical knowledge, covering SEO, email marketing, social media management, and analytics. This group is perfect for anyone passionate about creating impactful campaigns and analyzing audience behaviour.",
+ downloadLink:
+ "https://www.notion.so/Digital-Marketing-11e59e69b1bf801cae94daada4c746db?pvs=21",
+ },
+
+ communityPartners: null,
+
+ prerequisites: {
+ description:
+ "To start with digital marketing, it’s essential to have basic knowledge and skills like familiarity with internet browsing, Google Docs, and social media platforms. You'll also need access to tools like Canva, Google Analytics, and a reliable internet connection for content creation, SEO, and email automation. Having active social media accounts and experience with design tools will also be beneficial in crafting impactful campaigns.",
+ },
+
+ learningPath: {
+ embedUrl: "https://roadmap.sh/r/embed?id=67547146ecc889bb0d22116f",
+ },
+
+ mentors: [
+ {
+ name: "Jijosh A T",
+ role: "Managing Partner @TechHazel Media",
+ linkedin: "https://www.linkedin.com/in/jijosh-at-a70b1b77/",
+ imageUrl: "/assets/IG/Digital Marketing/Mentors/Jijosh At.jpg",
+ },
+ ],
+
+ interestGroupLeads: {
+ description:
+ "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities within their interests",
+ leads: [
+ {
+ name: "Marvin V Mathew",
+ institution: "St. Thomas Institute of Science and Technology",
+ linkedin: "https://www.linkedin.com/in/marvin-v-mathew",
+ imageUrl: "/assets/IG/Digital Marketing/IG Lead/Marvin V Mathew.jpg",
+ },
+ {
+ name: "KH Arjun",
+ institution: "Marian Engineering College",
+ linkedin: "https://www.linkedin.com/in/k-h-arjun-310913206/",
+ imageUrl: "/assets/IG/Digital Marketing/IG Lead/K H Arjun.JPG",
+ },
+ ],
+
+ },
+
+ opportunities: [
+ {
+ title: "SEO Specialist",
+ description:
+ "Optimize websites and content to rank higher in search engine results.",
+ },
+ {
+ title: "Email Marketing Specialist",
+ description:
+ "Design and implement email campaigns to engage and convert audiences.",
+ },
+ {
+ title: "Social Media Manager",
+ description:
+ "Create and execute social media strategies to build brand presence and engagement.",
+ },
+ {
+ title: "Content Strategist",
+ description:
+ "Plan and create compelling content to drive engagement and conversions.",
+ },
+ {
+ title: "Digital Advertising Specialist",
+ description:
+ "Manage digital ad campaigns, analyze metrics, and optimize ad spend for better results.",
+ },
+ {
+ title: "Marketing Analyst",
+ description:
+ "Analyze data to measure the effectiveness of digital marketing campaigns and optimize strategies.",
+ },
+ {
+ title: "Conversion Rate Optimization Specialist",
+ description:
+ "Focus on improving the percentage of website visitors who complete desired actions.",
+ },
+ ],
+
+ peopleToFollow: [
+ {
+ name: "Neil Patel",
+ link: "https://www.linkedin.com/in/neilkpatel", // Replace with actual URL
+ },
+ {
+ name: "Rand Fishkin",
+ link: "https://www.linkedin.com/in/randfishkin", // Replace with actual URL
+ },
+ {
+ name: "Ann Handley",
+ link: "https://www.linkedin.com/in/annhandley", // Replace with actual URL
+ },
+ ],
+
+ blogsToFollow: [
+ {
+ name: "Moz Blog",
+ link: "https://moz.com/blog", // Replace with actual URL
+ },
+ {
+ name: "HubSpot Blog",
+ link: "https://blog.hubspot.com", // Replace with actual URL
+ },
+ ],
+
+ topKeywords: [
+ "SEO",
+ "Email Marketing",
+ "Social Media Management",
+ "Content Marketing",
+ "Digital Advertising",
+ "Analytics",
+ "PPC",
+ "Influencer Marketing",
+ "Conversion Rate Optimization",
+ "Audience Engagement",
+ ],
+};
diff --git a/src/Pages/IG/data/entrepreneurship.js b/src/Pages/IG/data/entrepreneurship.js
new file mode 100644
index 000000000..953e5db14
--- /dev/null
+++ b/src/Pages/IG/data/entrepreneurship.js
@@ -0,0 +1,127 @@
+export const entrepreneurship = {
+ title: "Entrepreneurship",
+ introduction: {
+ description:
+ "Ever dreamed of building your own startup? It might feel like a big leap, but it's all about passion, creativity, and strategy. glearn's Entrepreneurship Interest Group is here to spark that entrepreneurial fire in you and turn your ideas into real-world ventures. We'll dive into the art of innovation, problem-solving, and leadership, all while gearing up to shape the next wave of changemakers. Grab the foundation deck and kickstart your entrepreneurial adventure today!",
+ downloadLink: "Click here to download the foundation deck.",
+ schedules: {
+ officeHours: "TBA",
+ thinkTankMeeting: "TBA",
+ },
+ },
+
+ communityPartners: [
+ { name: "Udhyam Foundation", image: "/assets/IG/Entrepreneurship/Community Partners/Udhyam.png" },
+ ],
+
+ prerequisites: {
+ description:
+ "Are you excited about starting your entrepreneurial journey? To be a successful entrepreneur, you need more than just a great idea — you need essential skills like problem-solving, adaptability, and strategic thinking. But don't worry, we've got you covered! Before moving forward, you'll need to take a fun quiz that covers key entrepreneurship concepts. It'll help you test your understanding and sharpen essential skills, preparing you for the real-world challenges ahead. So, are you ready to test your knowledge and get one step closer to becoming an entrepreneur? Let's go!",
+ },
+
+ learningPath: {
+ embedUrl: "https://roadmap.sh/r/embed?id=671e4abf31d65c235d0869fa",
+ description: "Community-driven roadmaps, articles, and guides for developers to grow in their careers.",
+ },
+
+ mentors: [
+ {
+ name: "Arun J S",
+ role: "Chief Impact Officer @ Mulearn, Founder @ Slate N Pencil, Nodal Officer Catalyst @ IEDC and TBI, Assistant Professor @ Mar Baselios College of Engineering and Technology, Trivandrum",
+ linkedin: "https://www.linkedin.com/in/mearunjs/",
+ imageUrl: "/assets/IG/Entrepreneurship/Mentors/ArunJS.png",
+ },
+ ],
+
+ interestGroupLeads: {
+ description:
+ "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities within their interests.",
+ leads: [
+ {
+ name: "Jyothsna P Nair",
+ institution: "Mar Baselios College of Engineering, Trivandrum",
+ linkedin: "https://www.linkedin.com/in/jyothsna-p-nair/",
+ imageUrl: "/assets/IG/Entrepreneurship/IG Leads/Jyothsna.png",
+ },
+ {
+ name: "Salahudheen Thajudheen",
+ institution: "College of Engineering, Kottarakkara",
+ linkedin: "https://www.linkedin.com/in/salahudheen-thajudheen/",
+ imageUrl: "/assets/IG/Entrepreneurship/IG Leads/Salahudheen.png",
+ },
+ ],
+ },
+
+
+
+ opportunities: [
+ {
+ title: "Product Manager",
+ description: "Oversee product lifecycle and align it with user needs and business goals.",
+ },
+ {
+ title: "Associate Product Manager",
+ description: "Support senior product managers in research, planning, and execution.",
+ },
+ {
+ title: "Product Marketing Manager",
+ description: "Develop strategies to market and position products effectively.",
+ },
+ {
+ title: "Technical Product Manager",
+ description: "Bridge technical teams and business goals to deliver successful products.",
+ },
+ {
+ title: "UX Researcher",
+ description: "Focus on understanding user behavior to inform product design and strategy.",
+ },
+ ],
+
+ peopleToFollow: [
+ {
+ name: "Tim Herbig",
+ link: "https://www.linkedin.com/in/timherbig/",
+ },
+ {
+ name: "Daniel Elizalde",
+ link: "https://www.linkedin.com/in/danielelizalde/",
+ },
+ {
+ name: "John Carter",
+ link: "https://www.linkedin.com/in/jcarter/",
+ },
+ {
+ name: "Charles Du",
+ link: "https://www.linkedin.com/in/charlesdu/",
+ },
+ ],
+
+ blogsToFollow: [
+ {
+ name: "PM School",
+ link: "https://pmschool.io/",
+ },
+ {
+ name: "BlackBox of PM",
+ link: "https://blackboxofpm.com/",
+ },
+ {
+ name: "Department of Product",
+ link: "https://www.departmentofproduct.com/",
+ },
+ ],
+
+ topKeywords: [
+ "Startup Ideation",
+ "Innovation",
+ "Problem Solving",
+ "Leadership",
+ "Strategic Thinking",
+ "Business Planning",
+ "Pitching and Fundraising",
+ "Market Research",
+ "Agile Development",
+ "Networking",
+ ],
+ };
+
\ No newline at end of file
diff --git a/src/Pages/IG/data/gamedev.js b/src/Pages/IG/data/gamedev.js
index 1bc961aa5..22df69a00 100644
--- a/src/Pages/IG/data/gamedev.js
+++ b/src/Pages/IG/data/gamedev.js
@@ -9,13 +9,14 @@ export const gamedev = {
thinkTankMeeting: "Saturday 8:30 PM @ Google Meet",
},
},
+
+
communityPartners: [
- "TILTLABS",
- "TiltEdu",
- "Banzan Studios",
- "Norian Games",
- "AKEF",
- "AnimationXpress",
+ { name: "TILTLABS", image: "/assets/IG/Game Development/Community Partners/Tiltlabs.png" },
+ { name: "Banzan Studios", image: "/assets/IG/Game Development/Community Partners/Banzan.jpg" },
+ { name: "Norian Games", image: "/assets/IG/Game Development/Community Partners/Norian.png" },
+ { name: "AKEF", image: "/assets/IG/Game Development/Community Partners/AKEF.png" },
+ { name: "AnimationXpress", image: "/assets/IG/Game Development/Community Partners/AnimationXpress.jpeg" },
],
prerequisites: {
description:
@@ -27,18 +28,21 @@ export const gamedev = {
mentors: [
{
name: "Nikhil Chandran",
- title: null,
- linkedin: "(21) Nikhil Chandran | LinkedIn",
+ role: "Founder & CEO @ TILTLABS",
+ linkedin: "https://www.linkedin.com/in/nikhil-tiltlabs/",
+ imageUrl: "/assets/IG/Game Development/Mentors/Nikhil Chandran.png",
},
{
name: "Mukesh Dev",
- title: null,
- linkedin: "(21) Mukesh Dev | LinkedIn",
+ role: "Founder & CEO-Banzan Studios",
+ linkedin: "https://www.linkedin.com/in/mukeshdev/",
+ imageUrl: "/assets/IG/Game Development/Mentors/Mukesh Dev.png",
},
{
name: "Jobin Joseph",
- title: null,
- linkedin: "(21) Jobin Joseph | LinkedIn",
+ role: " Norian Games",
+ linkedin: "https://www.linkedin.com/in/jobin-joseph-8b0aa4265/",
+ imageUrl: "/assets/IG/Game Development/Mentors/Jobin.png",
},
],
interestGroupLeads: {
@@ -50,6 +54,7 @@ export const gamedev = {
institution:
"St.Thomas Institute of Science and Technology, Trivandrum",
linkedin: "https://www.linkedin.com/in/sabal-krishna-s-29b758298/",
+ imageUrl: "/assets/IG/Game Development/IG Lead/image.jpg",
},
],
},
@@ -98,33 +103,33 @@ export const gamedev = {
peopleToFollow: [
{
name: "Hideo Kojima",
- link: "Follow on Twitter",
+ link: "https://twitter.com/HIDEO_KOJIMA_EN",
},
{
name: "John Carmack",
- link: "John Carmack (@ID_AA_Carmack) / X",
+ link: "https://x.com/ID_AA_Carmack",
},
{
name: "Rami Ismail",
- link: "Rami Ismail / رامي (@tha_rami) / X",
+ link: "https://x.com/tha_rami",
},
{
name: "Cory Barlog",
- link: "cory barlog (@corybarlog) / X",
+ link: "https://x.com/corybarlog",
},
],
blogsToFollow: [
{
name: "Next Level Plugins",
- link: "Unreal Engine Blogs: Level Up Your Game Dev | NextLevelPlugins",
+ link: "https://nextlevelplugins.com/blog//2024/11/Level-Up-Your-Unreal-Engine-Game-Essential-Blogs-for-Developers.html",
},
{
name: "Game Developer",
- link: "Featured Blog | The art of game balance: evolution",
+ link: "https://www.gamedeveloper.com/design/the-art-of-game-balance-evolution",
},
{
name: "Game Dev Candids",
- link: "How to find your game's North Star, and design compelling features for your players",
+ link: "https://gamedevcandids.com/how-to-find-your-games-north-star/",
},
],
topKeywords: [
diff --git a/src/Pages/IG/data/hr.js b/src/Pages/IG/data/hr.js
new file mode 100644
index 000000000..8577e1838
--- /dev/null
+++ b/src/Pages/IG/data/hr.js
@@ -0,0 +1,144 @@
+export const hr = {
+ title: "HR",
+ introduction: {
+ description:
+ "Curious about what makes great organizations thrive? The Human Resources Interest Group is your ultimate platform to uncover the secrets of people management, leadership development, and organizational success. Discover how HR shapes careers, drives innovation, and builds strong workplace cultures. Whether you're aspiring to lead teams, influence business decisions, or create impactful employee experiences, this is your chance to dive into the world of HR and unlock limitless career potential. Join us and start building a future where you make a difference.",
+ downloadLink: "https://www.notion.so/HR-11e59e69b1bf80dcb994c2ba100c04d5?pvs=21",
+ schedules: {
+ officeHours: "TBA", // Replace with actual office hours
+ thinkTankMeeting: "TBA", // Replace with actual meeting time
+ },
+ },
+
+ communityPartners: null,
+
+ prerequisites: {
+ description:
+ "No prior experience is necessary, though a basic understanding of management principles, communication skills, and organizational behavior is recommended. Familiarity with HR functions like talent acquisition, performance management, and employee relations is a plus.",
+ },
+
+ learningPath: {
+ embedUrl: "https://roadmap.sh/r/embed?id=67541797ecc889bb0d1397e6",
+ },
+
+ mentors: [
+ {
+ name: "Deepa Nair",
+ role: "Senior Manager Human Resource @6D Technologies",
+ imageUrl: "/assets/IG/HR/Mentors/Deepa Nair.jpg",
+ linkedin: "https://www.linkedin.com/in/deepa-nair-b43b4646?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ {
+ name: "Jithin Chakkalakkal",
+ role: "Senior Manager Human Resource @Reflections Info Systems",
+ imageUrl: "/assets/IG/HR/Mentors/Jithin Chakkalakkal.jpg",
+ linkedin: "https://www.linkedin.com/in/jithinchakkalakkal?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ {
+ name: "Vijin VR",
+ role: "Assistant Manager - People & Culture @Rebid",
+ imageUrl: "/assets/IG/HR/Mentors/Vijin VR.jpg",
+ linkedin: "https://www.linkedin.com/in/vijin-v-r-22bb5b161?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ {
+ name: "Judlin Berna NM",
+ role: "Human Resources Generalist @FAYA",
+ imageUrl: "/assets/IG/HR/Mentors/Judlin Berna NM.jpg",
+ linkedin: "https://www.linkedin.com/in/judlinbernanm?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ {
+ name: "Bijo Abraham",
+ role: "Talent Acquisition & Career Life Coach @SELECT HR Solutions",
+ imageUrl: "/assets/IG/HR/Mentors/Bijo Abraham.jpg",
+ linkedin: "https://www.linkedin.com/in/bijo-abraham-a719a554?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ ],
+
+ interestGroupLeads: {
+ description:
+ "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities within their interests.",
+ leads: [
+ {
+ name: "Hithesh G",
+ institution: "University College of Engineering, Kariavattom",
+ linkedin: "https://www.linkedin.com/in/hithesh-g",
+ imageUrl: "/assets/IG/HR/IG Lead/Hithesh G.jpg",
+ },
+ ],
+ },
+
+ opportunities: [
+ {
+ title: "Talent Acquisition Specialist",
+ description: "Recruit and onboard top talent.",
+ },
+ {
+ title: "Learning and Development Specialist",
+ description: "Design and deliver training programs to enhance employee skills and career growth.",
+ },
+ {
+ title: "Compensation and Benefits Analyst",
+ description: "Develop competitive salary structures and benefits packages.",
+ },
+ {
+ title: "Employee Engagement Manager",
+ description: "Foster a positive workplace culture and improve employee satisfaction.",
+ },
+ {
+ title: "HR Data Analyst",
+ description: "Use data-driven insights to improve workforce planning and decision-making.",
+ },
+ {
+ title: "Performance Management Specialist",
+ description: "Develop systems to evaluate and enhance employee performance.",
+ },
+ {
+ title: "HR Business Partner",
+ description: "Align HR strategies with organizational goals to drive business success.",
+ },
+ {
+ title: "Organizational Development Consultant",
+ description: "Implement strategies to improve company efficiency and employee well-being.",
+ },
+ ],
+
+ peopleToFollow: [
+ {
+ name: "Dave Ulrich",
+ link: "https://www.linkedin.com/in/daveulrichpro?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ {
+ name: "Brigette Hyacinth",
+ link: "https://www.linkedin.com/in/brigettehyacinth?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ {
+ name: "Josh Bersin",
+ link: "https://www.linkedin.com/in/bersin?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app",
+ },
+ ],
+
+ blogsToFollow: [
+ {
+ name: "SHRM Blog",
+ link: "https://www.shrm.org/blog",
+ },
+ {
+ name: "HR Bartender",
+ link: "https://www.hrbartender.com/day-job/",
+ },
+ ],
+
+ topKeywords: [
+ "Talent Acquisition",
+ "Employee Engagement",
+ "Learning & Development",
+ "Performance Management",
+ "Compensation & Benefits",
+ "Workplace Culture",
+ "Diversity & Inclusion",
+ "Employee Relations",
+ "HR Technology",
+ "Organizational Development",
+ ],
+ };
+
\ No newline at end of file
diff --git a/src/Pages/IG/data/productmanagement.js b/src/Pages/IG/data/productmanagement.js
new file mode 100644
index 000000000..aea584283
--- /dev/null
+++ b/src/Pages/IG/data/productmanagement.js
@@ -0,0 +1,121 @@
+export const productManagement = {
+ title: "Product Management",
+ introduction: {
+ description:
+ "Product Management is deciding what to build next”. Are you interested in learning to build the right product and the product right? Join our “Product Management” Interest Group to learn and collaborate with peers.",
+
+ downloadLink: "foundation deck",
+ schedules: {
+ officeHours: "TBA",
+ thinkTankMeeting: "TBA",
+ },
+ },
+
+
+ communityPartners: null,
+ prerequisites: {
+ description:
+ "To begin learning product management, it’s essential to build a few foundational skills. Start by developing empathy for users, which will help you understand their needs and pain points. Cultivate problem-solving abilities to identify challenges and think critically about solutions. Strengthen your communication skills to effectively convey ideas and collaborate with others. Lastly, focus on teamwork, as product management often involves working with diverse groups, including designers, developers, and stakeholders.",
+ },
+ learningPath: {
+ embedUrl: "https://roadmap.sh/r/embed?id=664f5811d6b907c7f77bd54a",
+ },
+ mentors: [
+ {
+ name: "Angel",
+ role: "Role",
+ linkedin: "",
+ imageUrl: "/assets/IG/Product Management/Mentors/Angel.jpg",
+ },
+
+ ],
+ interestGroupLeads: {
+ description:
+ "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities within their interests.",
+ leads: [
+ {
+ name: "Adarsh Madhusoodanan",
+ institution:
+ "College of Engineering Trikaripur",
+ linkedin: "https://www.linkedin.com/in/adarshmadhusoodananp/",
+ imageUrl: "/assets/IG/Product Management/IG Lead/Adarsh Madhusoodanan.jpg",
+ },
+
+
+
+ ],
+ },
+ opportunities: [
+ {
+ title: "Product Manager",
+ description:
+ "Oversee product lifecycle and align it with user needs and business goals.",
+ },
+ {
+ title: "Associate Product Manager",
+ description:
+ "Support senior product managers in research, planning, and execution.",
+ },
+ {
+ title: "Product Marketing Manager",
+ description:
+ "Develop strategies to market and position products effectively.",
+ },
+ {
+ title: "Technical Product Manager",
+ description:
+ "Bridge technical teams and business goals to deliver successful products.",
+ },
+ {
+ title: "UX Researcher",
+ description:
+ "Focus on understanding user behavior to inform product design and strategy.",
+ },
+ ],
+
+ peopleToFollow: [
+ {
+ name: "Tim Herbig",
+ link: "https://www.linkedin.com/in/timherbig/",
+ },
+ {
+ name: "Daniel Elizalde",
+ link: "https://www.linkedin.com/in/danielelizalde/",
+ },
+ {
+ name: "John Carter",
+ link: "https://www.linkedin.com/in/johncarter/",
+ },
+ {
+ name: "Charles Du",
+ link: "https://www.linkedin.com/in/charlesdu/",
+ },
+ ],
+
+ blogsToFollow: [
+ {
+ name: "PM School",
+ link: "https://pmschool.io/",
+ },
+ {
+ name: "BlackBox of PM",
+ link: "https://blackboxofpm.com/",
+ },
+ {
+ name: "Department of Product",
+ link: "https://www.departmentofproduct.com/",
+ },
+ ],
+
+ topKeywords: [
+ "Product Strategy",
+ "Agile Methodology",
+ "Market Research",
+ "Customer Feedback",
+ "Roadmapping",
+ "Product Lifecycle",
+ "UX/UI Design",
+ "Cross-functional Teams",
+ ],
+ };
+
\ No newline at end of file
diff --git a/src/Pages/IG/data/uiux.js b/src/Pages/IG/data/uiux.js
new file mode 100644
index 000000000..b0291b7e1
--- /dev/null
+++ b/src/Pages/IG/data/uiux.js
@@ -0,0 +1,105 @@
+export const uiuxDesign = {
+ title: "UI/UX Design",
+ introduction: {
+ description:
+ "Are you passionate about crafting seamless, intuitive digital experiences? The UI/UX Design Interest Group invites you to explore the world of user interfaces and experiences. Perfect for anyone interested in creating user-centric, engaging designs. Join us to learn how to balance aesthetics with functionality to improve user satisfaction and solve real-world problems.",
+ downloadLink: "foundation deck",
+ schedules: {
+ officeHours: "Every Tuesday 7:30pm",
+ thinkTankMeeting: "Saturdays 8:00pm",
+ },
+ },
+
+ communityPartners: [
+ { name: "UX Shots", image: "/assets/IG/UI-UX/Community Partners/UX Shots.jpg" },
+ ],
+ prerequisites: {
+ description:
+ "To begin your journey into UI/UX design, it’s essential to build a foundation of basic skills. Start by learning wireframing and prototyping using tools like Figma which help you visualize and test design concepts. A strong grasp of basic graphic design principles, such as alignment, contrast, and typography, is also crucial. Additionally, understanding how to conduct user research and gather feedback will allow you to refine your designs and ensure they meet user needs effectively.",
+ },
+ learningPath: {
+ embedUrl: "https://roadmap.sh/r/embed?id=673bec0839f50dbedc4ff3f6",
+ },
+ mentors: [
+ {
+ name: "Enric S Neelamkaavil",
+ role: "Product Designer @UST Global, µLearn Alumni",
+ linkedin: "https://www.linkedin.com/in/enricsneelamkavil/",
+ imageUrl: "/assets/IG/UI-UX/Mentors/Enric S.jpg",
+ },
+ ],
+ interestGroupLeads: {
+ description:
+ "Interest group leads manage the activities and events within interest groups and serve as a point of contact for students interested in getting involved. Students can connect with these leads to learn about opportunities within their interests.",
+ leads: [
+ {
+ name: "Abikrishna S",
+ institution: "St. Thomas Institute for Science and Technology",
+ linkedin: "https://www.linkedin.com/in/abikrishna-s-70303323b/",
+ imageUrl: "/assets/IG/UI-UX/IG Leads/Abikrishna S.png",
+ },
+ ],
+ },
+ opportunities: [
+ {
+ title: "UI Designer",
+ description: "Focuses on creating aesthetically pleasing and functional user interfaces.",
+ },
+ {
+ title: "UX Researcher",
+ description: "Gathers user feedback and insights to improve the design process.",
+ },
+ {
+ title: "Interaction Designer",
+ description: "Works on interactive elements and transitions to enhance user engagement.",
+ },
+ {
+ title: "UX Writer",
+ description: "Specializes in crafting clear and effective content within user interfaces.",
+ },
+ ],
+ peopleToFollow: [
+ {
+ name: "Julie Zhuo",
+ link: "https://www.linkedin.com/in/julie-zhuo/",
+ },
+ {
+ name: "Katie Dill",
+ link: "https://www.linkedin.com/in/katie-dill-79168b3/",
+ },
+ {
+ name: "Luke Wroblewski",
+ link: "https://www.linkedin.com/in/lukew/",
+ },
+ {
+ name: "Matt Przegietka",
+ link: "https://www.linkedin.com/in/mattprzegietka/",
+ },
+ ],
+ blogsToFollow: [
+ {
+ name: "Smashing Magazine",
+ link: "https://www.smashingmagazine.com/",
+ },
+ {
+ name: "Nielsen Norman Group (NN/g)",
+ link: "https://www.nngroup.com/",
+ },
+ {
+ name: "UX Collective",
+ link: "https://uxdesign.cc/",
+ },
+ ],
+ topKeywords: [
+ "user-centered design",
+ "wireframing",
+ "prototyping",
+ "usability testing",
+ "interaction design",
+ "accessibility",
+ "responsive design",
+ "microinteractions",
+ "design systems",
+ ],
+ };
+
\ No newline at end of file
diff --git a/src/Pages/IG/data/web-dev.js b/src/Pages/IG/data/web-dev.js
index 1d514fb5b..94e243fd4 100644
--- a/src/Pages/IG/data/web-dev.js
+++ b/src/Pages/IG/data/web-dev.js
@@ -10,54 +10,88 @@ export const webdev = {
},
},
communityPartners: [
- "Pygrammers",
- "Engagesport",
- "Reflections",
- "Faya",
- "OpenFintech",
- "GitHub",
- "Elixir Labs",
- "Open Grad",
- "Softnotions",
- "Hamon Solutions",
- "Alokin",
- ],
- prerequisites: [
- "Basic Computer Skills",
- "Basic Knowledge of the Internet",
- "HTML (HyperText Markup Language)",
- "CSS (Cascading Style Sheets)",
- "Basic JavaScript",
- "Version Control (Git)",
- "Browser Developer Tools",
- "Responsive Web Design",
- "Basic Graphic Design Principles",
- "Basic Knowledge of Web Hosting and Deployment",
- "Basic Knowledge of Web Accessibility",
+ { name: "Pygrammers", image: "/assets/IG/Web Development/Community Partners/Pygrammers.jpg" },
+ { name: "Engagesport", image: "/assets/IG/Web Development/Community Partners/Engagespot.jpg" },
+ { name: "Reflections", image: "/assets/IG/Web Development/Community Partners/Reflections.jpg" },
+ { name: "Faya", image: "/assets/IG/Web Development/Community Partners/Faya.jpg" },
+ { name: "OpenFintech", image: "/assets/IG/Web Development/Community Partners/Open Fin Tech.jpg" },
+ { name: "GitHub", image: "/assets/IG/Web Development/Community Partners/Github.png" },
+ { name: "Elixir Labs", image: "/assets/IG/Web Development/Community Partners/Elixir Labs.png" },
+ { name: "Open Grad", image: "/assets/IG/Web Development/Community Partners/Open Grad.png" },
+ { name: "Softnotions", image: "/assets/IG/Web Development/Community Partners/Softnotions.png" },
+ { name: "Hamon Solutions", image: "/assets/IG/Web Development/Community Partners/Hamon.jpeg" },
+ { name: "Alokin", image: "/assets/IG/Web Development/Community Partners/Alokin.jpg" },
],
+ prerequisites: {
+ description: "To get started, you should have basic computer skills and a foundational understanding of the internet. Knowledge of HTML (HyperText Markup Language) and CSS (Cascading Style Sheets) is essential, along with a basic understanding of JavaScript. Familiarity with version control systems like Git and browser developer tools is important for debugging and collaboration. You should also be comfortable with responsive web design principles, which ensure websites work well on different devices. A basic grasp of graphic design principles is useful for creating visually appealing interfaces. Additionally, knowledge of web hosting, deployment, and web accessibility practices will help ensure your websites are accessible and functional."
+ },
+
learningPath: {
embedUrl: "https://roadmap.sh/r/embed?id=6738b39ff20970fd484189ca",
},
+ // learningCircles: [
+ // {
+ // title: "Title 1",
+ // description: "In feugiat orci condimentum. Integer suscipit sollicitudin odio, non volutpat neque tempus ut.",
+ // date: "December 30, 2024",
+ // time: "2:00 PM",
+ // location: "New York, NY"
+ // },
+ // {
+ // title: "Title 2",
+ // description: "In feugiat orci condimentum. Integer suscipit sollicitudin odio, non volutpat neque tempus ut.",
+ // date: "December 31, 2024",
+ // time: "3:00 PM",
+ // location: "Los Angeles, CA"
+ // },
+ // {
+ // title: "Title 3",
+ // description: "In feugiat orci condimentum. Integer suscipit sollicitudin odio, non volutpat neque tempus ut.",
+ // date: "January 1, 2025",
+ // time: "4:00 PM",
+ // location: "Chicago, IL"
+ // },
+ // ],
+ learningCircles: null,
mentors: [
{
name: "Amal CP",
- linkedin: null,
+ linkedin: "https://www.linkedin.com/in/amal-c-p/",
+ hasLinkedin: true,
+ role: "Associate Software Developer @SOTI",
+ imageUrl: "/assets/IG/Web Development/Mentors/Amal C P.jpg",
},
{
name: "Bijo Mathew",
linkedin: "https://www.linkedin.com/in/bijomathewjose/",
+ hasLinkedin: true,
+ role: "React Native Developer @Superapps",
+ imageUrl: "/assets/IG/Web Development/Mentors/Bijo.jpg",
+
+
},
{
name: "Arjun MS",
- linkedin: null,
+ linkedin: "https://www.linkedin.com/in/the-arjun-ms/",
+ hasLinkedin: true,
+ role: "Backend Developer @Gtech µLearn",
+ imageUrl: "/assets/IG/Web Development/Mentors/Arjun MS.jpg",
+
},
{
name: "Aswin Asok",
linkedin: "https://www.linkedin.com/in/-aswinasok/",
+ hasLinkedin: true,
+ role: "Co-Founder, MakeMyPass",
+ imageUrl: "/assets/IG/Web Development/Mentors/Aswin Asok.jpg",
},
],
interestGroupLeads: {
- leads: ["Janu Krishna", "Aravind"],
+ leads: [
+ { name: "Janu Krishna", imageUrl: "/assets/IG/Web Development/IG Leads/Janukrishna AS.jpg", role: "College", hasLinkedin: true },
+
+ { name: "Aravind", imageUrl: "/assets/IG/Web Development/IG Leads/Aravind Krishna.jpg", role: "College", hasLinkedin: false },
+ ],
},
opportunities: [
{