diff --git a/affliates.html b/affliates.html
index 36408c9..25b42e7 100644
--- a/affliates.html
+++ b/affliates.html
@@ -96,14 +96,87 @@
Join India MUN for ???
-
+
+
Affiliation Benefits
+
+
+
+
+
+
Affiliation Certificate:
India MUN Affiliation certificate is a prestigious recognition and serves as a testament to your commitment towards climate action.
+
+
+
+
Access to Support and Resources::
Affiliated schools gain access to dedicated administrative support and curated learning content to host India MUNx at your school along with access to educational resources related to climate change and sustainability.
+
+
+
+
Enhanced Reputation:
Affiliation with IndiaMUN enhances the school's reputation and demonstrates its dedication to holistic education, climate action and responsible citizenship.
+
+
+
+
Accreditation:Accreditation with Global Schools for Climate Action(GSCA) recognizes India’s Top schools leading climate action. Based on your performance score, your school is awarded a silver, gold or platinum rating.
+
+
+
+
Greater Student Engagement:IndiaMUN provides a unique platform for students to actively participate in climate action initiatives, fostering student engagement, promoting leadership skills, and encouraging a sense of responsibility.
+
+
+
+
Networking and Collaborations:Affiliation with IndiaMUN opens doors for networking and collaborations with esteemed institutions, policymakers, and corporate leaders in the field of climate action.
+
+
+
+
Enhanced Educational Support:Collaborating with higher education institutions provides schools access to research materials, academic expertise, and specialized facilities, enriching the quality of education and teaching materials available to students.
+
+
+
+
Resume Opportunities:IndiaMUN provides students access to international projects and fellowships, enabling them to develop real-world skills, gain exposure to diverse perspectives, and stand out in college application and future career endeavors.
+
+
+
+
Global Exposure:Affiliation with IndiaMUN connects your school to a global network of schools, youth activists and change-makers working with United Nations’ Decade of Climate Action and Ecosystem Restoration. Students gain the opportunity to participate in international conferences, interact with students from different countries, and contribute to global discussions on climate change and sustainability.
+
+
+
+
Recognition and Awards:IndiaMUN recognizes and awards affiliated schools for their outstanding contributions to climate action and environmental conservation. This recognition boosts the school's profile and highlights their commitment to sustainable practices.
+
+
+
+
Professional Development for Educators:Networking with higher education experts offers educators opportunities for professional growth, such as attending workshops, conferences, and training programs. This enables them to stay current with educational innovations and teaching methodologies.
+
+
+
+
Career Pathways, Internships and Experiential Learning:Collaboration with industry leaders and corporates enables schools to establish clear career pathways for students. This includes internships, apprenticeships, and mentorship programs that guide students toward successful careers. This real-world experience helps students bridge the gap between theory and practice.
+
+
+
+
Industry-Relevant Skills:Partnering with industry brings industry-specific knowledge and expertise into the classroom. This equips students with practical, job-ready skills that enhance their employability.
+
+
+
+
Global Perspective:Collaboration with United Nations bodies and international organizations broadens the global perspective of both students and educators. It exposes them to international issues, cross-cultural experiences, and global opportunities.
+
+
+
+
Community Impact:Schools engaged with United Nations bodies can extend their reach to address pressing global challenges within their local communities. This engagement empowers students to become active contributors to global solutions at the grassroots level.
+
+
+
+
Innovative Teaching:Networking and collaboration foster an environment of innovation in teaching. Schools can adopt new teaching methods, technologies, and interdisciplinary approaches that enhance the learning experience.
+
+
+
+
Inter-school Resource Sharing:Schools can share educational resources, lesson plans, and best practices with their partners, leading to resource efficiency and cost savings. This is especially valuable for schools with limited budgets.
+
+
+
+
Peer Learning:Collaboration encourages schools to learn from one another, exchanging insights, challenges, and successful strategies. This peer learning community can drive continuous improvement and excellence in education.
+
+
+
-
+
diff --git a/committees.html b/committees.html
index e328bd2..13ae6fc 100644
--- a/committees.html
+++ b/committees.html
@@ -91,7 +91,6 @@ AGENDA: Women's Participatio
AGENDA: Environmental Sustainability
-
diff --git a/css/style.css b/css/style.css
index b4d340f..c7be838 100644
--- a/css/style.css
+++ b/css/style.css
@@ -992,4 +992,36 @@ svg {
font-size: 3.5em;
color: #000;
text-align: center;
+}
+
+.affliateContainer {
+ width: 90%;
+ height: 80%;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: center;
+ flex-wrap: wrap;
+ gap: 2vw;
+}
+
+.cardAffliate {
+ width: fit-content;
+ height: auto;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ gap: 1vw;
+}
+
+.cardAffliate > img {
+ width: 25vw;
+ border-radius: 10px;
+}
+
+.cardAffliate > h1 {
+ width: 25vw;
+ text-align: center;
+ color: #fff;
}
\ No newline at end of file