scc_pg_admission_2025/_home.php

106 lines
4.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<div class="container">
<h1 class="title">PG Admission (Session: 2025-2026)</h1>
<p class="subtitle">Sree Chaitanya College, Habra (Affiliated to WBSU)</p>
<!-- Apply Now Button at Top -->
<div class="apply-btn top-btn">
<a href="/form" class="button">Apply Now</a>
</div>
<hr>
<section class="notice">
<p><strong>Online applications</strong> are invited for admission to the 2-year Post-Graduation Course in <b>Anthropology</b>, <b>Bengali</b>, and <b>Chemistry</b>.
Application starts from <b>18.08.2025</b> through the website:
<a href="https://pg-admission.sreechaitanyacollege.ac.in" target="_blank">pg-admission.sreechaitanyacollege.ac.in</a></p>
<p><i>Note: Each PG course will commence only if a minimum of 7 students are enrolled.</i></p>
</section>
<h2>📅 Important Dates</h2>
<ul>
<li><b>18.08.2025:</b> Commencement of Online Application Form fill-up</li>
<li><b>31.08.2025:</b> Closing date of Online Application Form fill-up</li>
</ul>
<h2>👩‍🎓 Intake Capacity</h2>
<ul>
<li>Anthropology: <b>25</b></li>
<li>Chemistry: <b>40</b></li>
<li>Bengali: <b>50</b></li>
</ul>
<h2> Eligibility</h2>
<ul>
<li>Honours graduates (CBCS/10+2+3) from UGC-recognised universities in 2025, 2024, or 2023 can apply.</li>
<li>2024 or 2023 passed candidates must submit attested testimonials.</li>
<li>Students awaiting results by 31.08.2025 may apply under the 20% quota.</li>
<li>Only candidates with clear pass in all subjects are eligible.</li>
<li>No entrance test this year.</li>
</ul>
<h2>📌 Selection Process</h2>
<ul>
<li>Selection strictly by merit (percentage of marks).</li>
<li>80% seats reserved for WBSU students, 20% for others.</li>
<li>If reserved seats remain vacant, they may be filled from other category.</li>
</ul>
<h2>💰 Fees (Semester I)</h2>
<ul>
<li>Anthropology: <b>Rs. 7200/-</b></li>
<li>Chemistry: <b>Rs. 7200/-</b></li>
<li>Bengali: <b>Rs. 5900/-</b></li>
<li><i>No application fees as per Govt. order.</i></li>
</ul>
<h2>🛡 Reservation</h2>
<p>As per West Bengal Govt. rules: SC 22%, ST 6%, OBC-A 10%, OBC-B 7%, PWD 5%.</p>
<h2>📅 PG Admission Schedule</h2>
<table class="schedule">
<tr><th>Event</th><th>Date</th></tr>
<tr><td>Online Application Starts</td><td>18.08.2025</td></tr>
<tr><td>Last Date of Application</td><td>31.08.2025</td></tr>
<tr><td>Provisional Merit List</td><td>03.09.2025</td></tr>
<tr><td>Correction (if any)</td><td>Up to 05.09.2025</td></tr>
<tr><td>Final Merit List</td><td>08.09.2025</td></tr>
<tr><td>1st Selection Merit List</td><td>08.09.2025</td></tr>
<tr><td>Online Admission & Fees (1st List)</td><td>08.09.2025 11.09.2025</td></tr>
<tr><td>Document Verification</td><td>15.09.2025 16.09.2025</td></tr>
</table>
<h2>📝 Instructions for Online Application</h2>
<ol>
<li>Visit: <a href="https://pg-admission.sreechaitanyacollege.ac.in" target="_blank">https://pg-admission.sreechaitanyacollege.ac.in</a></li>
<li>Read the instructions carefully.</li>
<li>Fill out the Online Admission Form.</li>
<li>Print the filled-in form for future reference.</li>
<li>Check your name in the Merit List.</li>
</ol>
<div class="helpline">
<h3>📞 Help Line</h3>
<p>Technical / Online Issue: <b>8391054522</b></p>
</div>
<!-- Apply Now Button at Bottom -->
<div class="apply-btn">
<a href="/form" class="button">Apply Now</a>
</div>
</div>
<style>
.container {max-width: 900px; margin: auto; font-family: Arial, sans-serif; line-height: 1.6;}
.title {color: #2c3e50; text-align: center;}
.subtitle {text-align: center; font-weight: bold; margin-bottom: 10px;}
.notice {background: #f9f9f9; padding: 15px; border-left: 4px solid #007bff; margin-bottom: 20px;}
h2 {color: #007bff; margin-top: 20px;}
.schedule {width: 100%; border-collapse: collapse; margin-top: 10px;}
.schedule th, .schedule td {border: 1px solid #ddd; padding: 8px; text-align: center;}
.schedule th {background: #007bff; color: white;}
.button {display: inline-block; padding: 10px 20px; background: #007bff; color: white; text-decoration: none; border-radius: 5px; transition: 0.3s;}
.button:hover {background: #0056b3;}
.apply-btn {text-align: center; margin: 20px 0;}
.top-btn {margin-top: 15px; margin-bottom: 25px;}
.helpline {background: #f1f1f1; padding: 15px; margin-top: 20px; border-radius: 5px;}
</style>