Update _home.php

main
Subhodip Ghosh 2025-08-19 14:30:00 +00:00
parent 5c1e30c087
commit 9399e44b98
1 changed files with 97 additions and 21 deletions

122
_home.php
View File

@ -1,29 +1,105 @@
<div class="container">
<h1>Online Admission instruction :</h1><hr>
<pre>
1. Online Filling up Application Form starts from: 18.08.2025 09.30 AM onwards
2. Last date of Filling Application Form: 31.08.2025
3. Date of publication (online) 1st merit list: 03.09.2025
<h1 class="title">PG Admission (Session: 2025-2026)</h1>
<p class="subtitle">Sree Chaitanya College, Habra (Affiliated to WBSU)</p>
Step- 1 :Fill up the Online Admission Form
Step- 2 :Take Print out of filled in Admission Form for Future Reference
Step- 3 :Check your status in the Merit List
</pre>
<!-- Apply Now Button at Top -->
<div class="apply-btn top-btn">
<a href="/form" class="button">Apply Now</a>
</div>
<div class="container">
<!-- <h3>Make Sure the payment status is "PAID" else the form will not be included in Merit List. It may take up to 72 hrs to update the payment status</h3> -->
<!-- <h2 class="btn-danger"> Students willing to take admission to PG Chemistry or Bengali are directed to visit college. </h2> -->
<!-- <h2 class="btn-danger"> No New form will be submitted July 6 2019 onwards. </h2> -->
<h3><u>Help line</u> <hr>
<!-- Admission related query : 8906988990<hr> -->
Technical / Online Issue: 8343820536 <a href="mailto:suvankar@siliconpin.com?subject=SCC_PG_ADMISSION_2024">suvankar@siliconpin.com</a>
</h3>
<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>
<a href="/form" class="button"><span> Click Here to fillup the form. </span></a>
<!-- <a href="/form_old" class="button"><span> Click Here if you have passed on 2020 or 2019</span></a> -->
<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>