Main Page

Revision as of 13:44, 27 July 2025 by Rishav (talk | contribs)

<style> /* SYSTEM FONT FOR MAIN PAGE */ body {

 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
              Roboto, Helvetica, Arial, sans-serif;
 margin: 0;
 padding: 0;

}

/* LIGHT MODE */ .mainpage-container {

 background-color: #fff;
 color: #222;
 padding: 20px;
 font-size: 16px;
 max-width: 1100px;
 margin: auto;
 font-weight: normal;

}

.mainpage-container h1 {

 font-size: 2.4em;
 color: #006633;
 text-align: center;
 margin-bottom: 0.2em;

}

.mainpage-container h2 {

 color: #004d33;
 margin-top: 0;

}

.mainpage-container a {

 color: #004d33;
 text-decoration: none;

}

.mainpage-container a:hover, .mainpage-container a:focus {

 color: #008000;
 text-decoration: underline;

}

.mainpage-container .section-box {

 background-color: #f5f5f5;
 border: 1px solid #ccc;
 border-radius: 10px;
 padding: 15px;
 margin: 10px;
 flex: 1 1 300px;
 box-sizing: border-box;

}

.mainpage-container .sections-wrapper {

 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 gap: 30px;

}

/* DARK MODE */ @media (prefers-color-scheme: dark) {

 .mainpage-container {
   background-color: #121212;
   color: #e0e0e0;
 }
 .mainpage-container h1 {
   color: #66cc66;
 }
 .mainpage-container h2 {
   color: #4db84d;
 }
 .mainpage-container a {
   color: #66cc66;
 }
 .mainpage-container a:hover,
 .mainpage-container a:focus {
   color: #99ff99;
 }
 .mainpage-container .section-box {
   background-color: #1e1e1e;
   border-color: #333;
 }

} </style>

Welcome to the School Knowledge Base

A centralized platform documenting institutional history, academic resources, infrastructure, and key personnel.

🏫 About the Institution

Information regarding the foundation, mission, infrastructure, and organizational structure of the school.

πŸ§‘β€πŸ« Faculty & Administration

Details about faculty members, administrative bodies, and their contributions to the academic environment.

πŸŽ“ Students & Alumni

Academic batches, student-led initiatives, and notable alumni who have contributed beyond the school.

πŸ“š Academics & Curriculum

Syllabus outlines, exam formats, study resources, and department-specific academic materials.

πŸ›οΈ Facilities & Services

Resources available to students and staff, including laboratories, libraries, tech access, and health services.

πŸ“… Events & Activities

Academic and cultural events, extracurricular activities, workshops, and important school milestones.

   This knowledge base is maintained collaboratively by students, alumni, and faculty.