Main Page: Difference between revisions

Rishav (talk | contribs)
No edit summary
Rishav (talk | contribs)
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<style>
<div style="text-align: center; padding: 20px 10px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;">
/* SYSTEM FONT FOR MAIN PAGE */
   <h1 style="font-size: 2.7em; color: #1a4c8b; margin-bottom: 6px; font-weight: 200;">
body {
    Welcome to the Official School Wiki
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
   </h1>
              Roboto, Helvetica, Arial, sans-serif;
   <hr style="width: 90%; border: none; border-top: 1px solid #999; margin: 10px auto 15px;">
   margin: 0;
   <p style="font-size: 1.2em; color: #d0d0d0; max-width: 750px; margin: 0 auto; line-height: 1.5;">
  padding: 0;
     A structured platform to preserve the academic and cultural journey of our institution.
}
 
/* 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>
 
<div class="mainpage-container">
 
  <h1>Welcome to the School Knowledge Base</h1>
   <p style="text-align:center; font-size:1.1em; margin-top:-0.5em; margin-bottom:1.5em;">
     A centralized platform documenting institutional history, academic resources, infrastructure, and key personnel.
   </p>
   </p>
</div>


  <div class="sections-wrapper">
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 30px; font-family: -apple-systen, BlinkMacSystemFont, 'Segoe UI', sans-serif;">


    <div class="section-box">
  <!-- About the School -->
      <h2>🏫 About the Institution</h2>
  <div style="flex: 1 1 300px; background: #f2f2f2; border: 1px solid #ccc; border-radius: 10px; padding: 20px;">
      <p>Information regarding the foundation, mission, infrastructure, and organizational structure of the school.</p>
    <h2 style="font-size: 1.4em; color: #222; margin-bottom: 10px;">About the School</h2>
      <ul>
    <p style="color: #555; margin-bottom: 10px;">Comprehensive details regarding the school’s foundation, structure, and facilities.</p>
        <li>[[Institution Overview]]</li>
    <ul style="padding-left: 20px; color: #cc0000;">
        <li>[[Campus Infrastructure]]</li>
      <li>[[History of the School]]</li>
        <li>[[Organizational Hierarchy]]</li>
      <li>[[Campus Map]]</li>
      </ul>
      <li>[[Departments and Blocks]]</li>
    </div>
    </ul>
  </div>


    <div class="section-box">
  <!-- Faculty and Mentors -->
      <h2>🧑‍🏫 Faculty & Administration</h2>
  <div style="flex: 1 1 300px; background: #f2f2f2; border: 1px solid #ccc; border-radius: 10px; padding: 20px;">
      <p>Details about faculty members, administrative bodies, and their contributions to the academic environment.</p>
    <h2 style="font-size: 1.4em; color: #222; margin-bottom: 10px;">Faculty and Mentors</h2>
      <ul>
    <p style="color: #555; margin-bottom: 10px;">Profiles and contributions of distinguished educators and staff members.</p>
        <li>[[Faculty Directory]]</li>
    <ul style="padding-left: 20px; color: #cc0000;">
        <li>[[Administrative Departments]]</li>
      <li>[[Faculty Achievements]]</li>
        <li>[[Leadership Timeline]]</li>
      <li>[[Notable Teachers]]</li>
      </ul>
      <li>[[Retired Faculty Honors]]</li>
    </div>
    </ul>
  </div>


    <div class="section-box">
  <!-- Student Body -->
      <h2>🎓 Students & Alumni</h2>
  <div style="flex: 1 1 300px; background: #f2f2f2; border: 1px solid #ccc; border-radius: 10px; padding: 20px;">
      <p>Academic batches, student-led initiatives, and notable alumni who have contributed beyond the school.</p>
    <h2 style="font-size: 1.4em; color: #222; margin-bottom: 10px;">Student Body</h2>
      <ul>
     <p style="color: #555; margin-bottom: 10px;">Academic, extracurricular, and alumni profiles of students over the years.</p>
        <li>[[Student Batches]]</li>
    <ul style="padding-left: 20px; color: #cc0000;">
        <li>[[Student Clubs and Councils]]</li>
       <li>[[Batch of 2025]]</li>
        <li>[[Distinguished Alumni]]</li>
      <li>[[Student Achievements]]</li>
      </ul>
      <li>[[Alumni Network]]</li>
    </div>
    </ul>
 
  </div>
    <div class="section-box">
      <h2>📚 Academics & Curriculum</h2>
      <p>Syllabus outlines, exam formats, study resources, and department-specific academic materials.</p>
      <ul>
        <li>[[Academic Calendar]]</li>
        <li>[[Subject Syllabi]]</li>
        <li>[[Grading & Evaluation]]</li>
      </ul>
     </div>
 
    <div class="section-box">
      <h2>🏛️ Facilities & Services</h2>
      <p>Resources available to students and staff, including laboratories, libraries, tech access, and health services.</p>
      <ul>
        <li>[[Library Services]]</li>
        <li>[[Computer Labs & Wi-Fi Access]]</li>
        <li>[[Medical & Safety]]</li>
      </ul>
    </div>
 
    <div class="section-box">
       <h2>📅 Events & Activities</h2>
      <p>Academic and cultural events, extracurricular activities, workshops, and important school milestones.</p>
      <ul>
        <li>[[Annual Events Calendar]]</li>
        <li>[[Seminars and Workshops]]</li>
        <li>[[Student Achievements]]</li>
      </ul>
    </div>


  <!-- Events and Milestones -->
  <div style="flex: 1 1 300px; background: #f2f2f2; border: 1px solid #ccc; border-radius: 10px; padding: 20px;">
    <h2 style="font-size: 1.4em; color: #222; margin-bottom: 10px;">Events and Milestones</h2>
    <p style="color: #555; margin-bottom: 10px;">Significant academic, cultural, and administrative events in our timeline.</p>
    <ul style="padding-left: 20px; color: #cc0000;">
      <li>[[Annual Functions]]</li>
      <li>[[Historical Events]]</li>
      <li>[[School Achievements]]</li>
    </ul>
   </div>
   </div>


  <div style="text-align:center; font-size: 0.9em; margin-top: 40px; color: #888;">
</div>
    This knowledge base is maintained collaboratively by students, alumni, and faculty.
  </div>


<div style="text-align: center; font-size: 0.9em; color: #888; padding-bottom: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;">
  © Maintained by the school students. All rights reserved.
</div>
</div>