0% found this document useful (0 votes)
15 views21 pages

SIWS College Website HTML Structure

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views21 pages

SIWS College Website HTML Structure

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<!

--
This is the main HTML file for the SIWS college website.
This version has been corrected to use the image file names
found in your 'images' folder:
- [Link] for the college logo
- [Link] and [Link] for the main slider
- [Link], [Link], and [Link] for the posters slider
- [Link] to [Link] for the recruiter carousel
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SIWS College</title>
<!-- Load Tailwind CSS from CDN -->
<script src="[Link]
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="[Link]
awesome/6.0.0-beta3/css/[Link]" crossorigin="anonymous" referrerpolicy="no-
referrer" />
<!-- Link to the external stylesheet -->
<link rel="stylesheet" href="[Link]">
</head>
<body class="p-4">

<!-- Main Page Container -->


<div class="max-w-7xl mx-auto space-y-6">

<!-- College Header Section -->


<header class="bg-white p-6 shadow-lg rounded-xl flex flex-col md:flex-row
items-center justify-center space-y-4 md:space-y-0 md:space-x-8">
<!-- College Logo -->
<div class="flex-shrink-0">
<!-- Corrected path to use '[Link]' -->
<img
src="images/[Link]"
alt="SIWS College Logo"
class="w-32 h-auto"
onerror="[Link]='[Link]
text=Logo';"
>
</div>

<!-- College Information -->


<div class="text-center md:text-left flex flex-col items-center
md:items-start space-y-1">
<h1 class="text-3xl sm:text-4xl font-extrabold text-[#5D0C0C]">
SIWS
</h1>
<p class="text-lg sm:text-xl font-semibold text-black">
N.R. SWAMY COLLEGE OF COMMERCE & ECONOMICS AND SMT. THIRUMALAI
COLLEGE OF SCIENCE (AUTONOMOUS)
</p>
<p class="text-sm sm:text-base text-gray-600">
NAAC Re-Accredited A Grade with 3.15 CGPA
</p>
<p class="text-xs sm:text-sm text-gray-500">
College Code 311 | AISHE CODE:C-34030 | Wadala, Mumbai 400031 |
<a href="[Link] class="text-yellow-400
hover:underline">[Link]</a>
</p>
</div>
</header>

<!-- Navigation Menu -->


<nav class="bg-[#5D0C0C] p-4 shadow-lg rounded-xl">
<ul class="flex flex-col md:flex-row justify-between items-center
space-y-2 md:space-y-0">
<!-- About Us with Dropdown -->
<li class="relative group">
<a href="#" class="flex items-center text-white hover:text-
yellow-400 font-bold px-4 py-2 rounded-lg transition-colors duration-200">
About Us
<svg class="ml-1 w-4 h-4 transition-transform duration-200
group-hover:rotate-180" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414
0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-
1.414z" clip-rule="evenodd" />
</svg>
</a>
<ul class="dropdown-menu absolute hidden bg-white shadow-lg
rounded-xl mt-2 w-48 z-10">
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-t-xl">Discover SIWS</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Apex Body</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Advisory</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Our Staff</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Revelations</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-b-xl">Jubilations</a></li>
</ul>
</li>
<!-- Academics with Dropdown -->
<li class="relative group">
<a href="#" class="flex items-center text-white hover:text-
yellow-400 font-bold px-4 py-2 rounded-lg transition-colors duration-200">
Academics
<svg class="ml-1 w-4 h-4 transition-transform duration-200
group-hover:rotate-180" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414
0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-
1.414z" clip-rule="evenodd" />
</svg>
</a>
<ul class="dropdown-menu absolute hidden bg-white shadow-lg
rounded-xl mt-2 w-48 z-10">
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-t-xl">UnderGraduate
Program</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Postgraduate Program</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-b-xl">Doctoral Program</a></li>
</ul>
</li>
<!-- Admissions with Dropdown -->
<li class="relative group">
<a href="#" class="flex items-center text-white hover:text-
yellow-400 font-bold px-4 py-2 rounded-lg transition-colors duration-200">
Admissions
<svg class="ml-1 w-4 h-4 transition-transform duration-200
group-hover:rotate-180" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414
0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-
1.414z" clip-rule="evenodd" />
</svg>
</a>
<ul class="dropdown-menu absolute hidden bg-white shadow-lg
rounded-xl mt-2 w-48 z-10">
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-t-xl">Prospectus (PDF)</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-b-xl">Fee Structure</a></li>
</ul>
</li>
<!-- Committees with Nested Dropdowns -->
<li class="relative group">
<a href="#" class="flex items-center text-white hover:text-
yellow-400 font-bold px-4 py-2 rounded-lg transition-colors duration-200">
Committees
<svg class="ml-1 w-4 h-4 transition-transform duration-200
group-hover:rotate-180" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414
0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-
1.414z" clip-rule="evenodd" />
</svg>
</a>
<ul class="dropdown-menu absolute hidden bg-white shadow-lg
rounded-xl mt-2 w-64 z-10">
<!-- Statutory Committees -->
<li class="relative nested-group">
<a href="#" class="flex items-center justify-between
px-4 py-2 text-gray-800 hover:bg-gray-100 hover:text-yellow-400 rounded-t-xl">
<span>Statutory Committees</span>
<svg class="ml-2 w-4 h-4 transition-transform
duration-200 nested-group-hover:rotate-90" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M7.293 14.707a1 1
0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1
0 01-1.414 0z" clip-rule="evenodd" />
</svg>
</a>
<ul class="nested-dropdown-menu absolute hidden bg-
white shadow-lg rounded-xl w-64">
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">College Development</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Students Council</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Women Development Cell</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Grievance Redressal Cell</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Anti Ragging Cell</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Anti-Sexual Harassment</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Examination Committee</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Unfair Means Committee</a></li>
</ul>
</li>
<!-- Infrastructure and Maintenance Committee -->
<li class="relative nested-group">
<a href="#" class="flex items-center justify-between
px-4 py-2 text-gray-800 hover:bg-gray-100 hover:text-yellow-400">
<span>Infrastructure and Maintenance
Committee</span>
<svg class="ml-2 w-4 h-4 transition-transform
duration-200 nested-group-hover:rotate-90" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M7.293 14.707a1 1
0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1
0 01-1.414 0z" clip-rule="evenodd" />
</svg>
</a>
<ul class="nested-dropdown-menu absolute hidden bg-
white shadow-lg rounded-xl w-64">
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Purchase Committee</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Library Committee</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Website Management</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Hospitality Committee</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Seminar Committee</a></li>
</ul>
</li>
<!-- Co-Curricular -->
<li class="relative nested-group">
<a href="#" class="flex items-center justify-between
px-4 py-2 text-gray-800 hover:bg-gray-100 hover:text-yellow-400">
<span>Co-Curricular</span>
<svg class="ml-2 w-4 h-4 transition-transform
duration-200 nested-group-hover:rotate-90" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M7.293 14.707a1 1
0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1
0 01-1.414 0z" clip-rule="evenodd" />
</svg>
</a>
<ul class="nested-dropdown-menu absolute hidden bg-
white shadow-lg rounded-xl w-64">
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Planning Forum</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Accountancy Association</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Commerce Association</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Science Association</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">English Literary Association</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Hindi Sahitya Mandal</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Marathi Vangmay Mandal</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Gujrati Sahitya Mandal</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Career Guidance and Placement
Cell</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Magazine Committee</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Staff Colloquium</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Seminar Committee</a></li>
</ul>
</li>
<!-- Extra-Curricular -->
<li class="relative nested-group">
<a href="#" class="flex items-center justify-between
px-4 py-2 text-gray-800 hover:bg-gray-100 hover:text-yellow-400 rounded-b-xl">
<span>Extra-Curricular</span>
<svg class="ml-2 w-4 h-4 transition-transform
duration-200 nested-group-hover:rotate-90" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M7.293 14.707a1 1
0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1
0 01-1.414 0z" clip-rule="evenodd" />
</svg>
</a>
<ul class="nested-dropdown-menu absolute hidden bg-
white shadow-lg rounded-xl w-64">
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">National Service Scheme</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">National Cadet Corps</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Value Lab</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">DLLE</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Fine Arts Circle</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Cultural Association</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Southern Cultural Association</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Nature Club/Hiking Club</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Music Circle</a></li>
</ul>
</li>
</ul>
</li>
<!-- NAAC with all related dropdown items -->
<li class="relative group">
<a href="#" class="flex items-center text-white hover:text-
yellow-400 font-bold px-4 py-2 rounded-lg transition-colors duration-200">
NAAC
<svg class="ml-1 w-4 h-4 transition-transform duration-200
group-hover:rotate-180" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414
0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-
1.414z" clip-rule="evenodd" />
</svg>
</a>
<ul class="dropdown-menu absolute hidden bg-white shadow-lg
rounded-xl mt-2 w-64 z-10">
<!-- Nested Dropdown for NAAC Reports -->
<li class="relative nested-group">
<a href="#" class="flex items-center justify-between
px-4 py-2 text-gray-800 hover:bg-gray-100 hover:text-yellow-400 rounded-t-xl">
<span>NAAC Reports</span>
<svg class="ml-2 w-4 h-4 transition-transform
duration-200 nested-group-hover:rotate-90" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M7.293 14.707a1 1
0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1
0 01-1.414 0z" clip-rule="evenodd" />
</svg>
</a>
<ul class="nested-dropdown-menu absolute hidden bg-
white shadow-lg rounded-xl w-64">
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">SSR Report</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Criteria V</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">IIQA</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">IQAC</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">AQAR</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Annual Report</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Criteria Supporting Report</a></li>
</ul>
</li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">NIRF</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">AISHE</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">AICTE</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Audits</a></li>
<!-- Nested dropdown for Autonomy, now under NAAC -->
<li class="relative nested-group">
<a href="#" class="flex items-center justify-between
px-4 py-2 text-gray-800 hover:bg-gray-100 hover:text-yellow-400 rounded-b-xl">
<span>Autonomy</span>
<svg class="ml-2 w-4 h-4 transition-transform
duration-200 nested-group-hover:rotate-90" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M7.293 14.707a1 1
0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1
0 01-1.414 0z" clip-rule="evenodd" />
</svg>
</a>
<ul class="nested-dropdown-menu absolute hidden bg-
white shadow-lg rounded-xl w-64">
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Autonomy Letter for UGC</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">University Autonomy Letter</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Governing Body</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Academic Councils</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-
800 hover:bg-gray-100 hover:text-yellow-400">Finance Committee and Board of
Studies</a></li>
</ul>
</li>
</ul>
</li>
<!-- Student Corner with Dropdown -->
<li class="relative group">
<a href="#" class="flex items-center text-white hover:text-
yellow-400 font-bold px-4 py-2 rounded-lg transition-colors duration-200">
Student Corner
<svg class="ml-1 w-4 h-4 transition-transform duration-200
group-hover:rotate-180" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414
0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-
1.414z" clip-rule="evenodd" />
</svg>
</a>
<ul class="dropdown-menu absolute hidden bg-white shadow-lg
rounded-xl mt-2 w-48 z-10">
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-t-xl">Class Time Table
(Placeholder)</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Exam Time Table (Placeholder)</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Anti Ragging Policy</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Alumni Association</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400">Counselling Cell</a></li>
<li><a href="#" class="block px-4 py-2 text-gray-800
hover:bg-gray-100 hover:text-yellow-400 rounded-b-xl">Job Oriented Courses</a></li>
</ul>
</li>
</ul>
</nav>

<!-- Main Image Slider Section -->


<div class="relative w-full h-80 overflow-hidden rounded-xl shadow-lg"
data-slider-id="main-slider">
<!-- Corrected paths to use '[Link]' and '[Link]' -->
<img class="slider-image active" src="images/[Link]" alt="Slider
Image 1" onerror="[Link]='[Link]
text=Main+Slider+1';" />
<img class="slider-image" src="images/[Link]" alt="Slider Image 2"
onerror="[Link]='[Link]
text=Main+Slider+2';" />
<!-- Overlay Text -->
<div class="absolute inset-0 bg-black bg-opacity-40 flex items-center
justify-center p-4">
<h2 class="text-4xl sm:text-5xl font-extrabold text-white text-
center drop-shadow-lg">
Welcome to SIWS
</h2>
</div>
</div>

<!-- Main Content Area -->


<main class="bg-white p-8 rounded-xl shadow-lg space-y-8">
<!-- About Our College Section (Placeholder) -->
<section class="space-y-4">
<h2 class="text-3xl font-bold text-[#5D0C0C] text-center md:text-
left">About Our College</h2>
<p class="text-gray-700 leading-relaxed text-center md:text-left">
Welcome to SIWS, a leading institution committed to providing
high-quality education and fostering an environment of academic excellence. Our
college has a rich history of nurturing talent and preparing students for
successful careers and meaningful lives. We offer a wide range of programs across
commerce, economics, and science, supported by a dedicated faculty and state-of-
the-art facilities. Our mission is to empower students with the knowledge, skills,
and values they need to thrive in a rapidly changing world.
</p>
</section>

<!-- Amenities Section -->


<section class="space-y-4">
<h2 class="text-3xl font-bold text-[#5D0C0C] text-
center">Amenities</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Health Center Amenity Box -->
<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-clinic-medical text-4xl text-yellow-
400"></i>
<h3 class="text-lg font-semibold text-gray-800">Health
Center</h3>
<p class="text-sm text-gray-600">Providing first aid and
medical support for all students and staff.</p>
</a>

<!-- Gymkhana Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-dumbbell text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold
text-gray-800">Gymkhana</h3>
<p class="text-sm text-gray-600">A dedicated space for
indoor sports and physical activities.</p>
</a>

<!-- Library Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-book-reader text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold
text-gray-800">Library</h3>
<p class="text-sm text-gray-600">A vast collection of
resources and a peaceful study environment.</p>
</a>

<!-- Laboratory Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-flask text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold text-gray-
800">Laboratory</h3>
<p class="text-sm text-gray-600">Hands-on learning with
modern equipment in our science labs.</p>
</a>

<!-- Computer Lab Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-laptop-code text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold text-gray-800">Computer
Labs</h3>
<p class="text-sm text-gray-600">High-speed internet access
and modern computing resources.</p>
</a>

<!-- Boys Common Room Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-male text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold text-gray-800">Boys'
Common Room</h3>
<p class="text-sm text-gray-600">A dedicated space for male
students to relax and socialize.</p>
</a>

<!-- Girls Common Room Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-female text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold text-gray-800">Girls'
Common Room</h3>
<p class="text-sm text-gray-600">A comfortable and safe
space for female students to unwind.</p>
</a>

<!-- Turf Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-futbol text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold text-gray-800">Turf</h3>
<p class="text-sm text-gray-600">An all-weather sports
field for football and other outdoor activities.</p>
</a>

<!-- Student Council Room / DLLE Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-users text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold text-gray-800">Student
Council Room / DLLE</h3>
<p class="text-sm text-gray-600">A space for student
leaders and DLLE activities.</p>
</a>

<!-- Counselling Room Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-comments text-4xl text-yellow-400"></i>
<h3 class="text-lg font-semibold text-gray-800">Counselling
Room</h3>
<p class="text-sm text-gray-600">Confidential support and
guidance from professional counselors.</p>
</a>

<!-- Alumni/Career Guidance & Placement Cell Amenity Box -->


<a href="#" class="bg-yellow-50 p-6 rounded-xl shadow-md
hover:shadow-lg transition-shadow duration-300 flex flex-col items-center text-
center space-y-3 transform hover:scale-105">
<i class="fas fa-graduation-cap text-4xl text-yellow-
400"></i>
<h3 class="text-lg font-semibold
text-gray-800">Alumni/Career Guidance & Placement Cell</h3>
<p class="text-sm text-gray-600">Connecting students with
career opportunities and alumni network.</p>
</a>
</div>
</section>

<!-- Video Section -->


<section class="space-y-4">
<h2 class="text-3xl font-bold text-[#5D0C0C] text-center">Message
from Our Principal</h2>
<div class="relative w-full pb-[56.25%] overflow-hidden rounded-xl
shadow-lg">
<!-- Aspect-ratio container for responsive video -->
<iframe
class="absolute top-0 left-0 w-full h-full"

src="[Link]
title="Principal's Message"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-
media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
</section>
<!-- New Buttons Section -->
<section class="space-y-4">
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- Discover SIWS Button -->
<a href="#" class="info-button">
<i class="fas fa-building info-button-icon"></i>
<span class="info-button-text">Discover SIWS</span>
<i class="fas fa-chevron-right info-button-chevron"></i>
</a>
<!-- Management Button -->
<a href="#" class="info-button">
<i class="fas fa-user-tie info-button-icon"></i>
<span class="info-button-text">Management</span>
<i class="fas fa-chevron-right info-button-chevron"></i>
</a>
<!-- Organogram Button -->
<a href="#" class="info-button">
<i class="fas fa-sitemap info-button-icon"></i>
<span class="info-button-text">Organogram</span>
<i class="fas fa-chevron-right info-button-chevron"></i>
</a>
</div>
</section>

<!-- Esteemed Recruiters Carousel Section -->


<section class="space-y-4">
<h2 class="text-3xl font-bold text-[#5D0C0C] text-center">Our
Esteemed Recruiters</h2>
<div class="recruiter-carousel-container w-full overflow-hidden
rounded-xl shadow-lg bg-gray-100 p-6">
<!-- A container with double the logos to create the seamless
looping effect -->
<div class="recruiter-carousel flex items-center justify-center
space-x-8">
<!-- Corrected paths to use 'recruiter' images you provided
-->
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 1"
onerror="[Link]='[Link]
text=Recruiter+1';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 2"
onerror="[Link]='[Link]
text=Recruiter+2';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 3"
onerror="[Link]='[Link]
text=Recruiter+3';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 4"
onerror="[Link]='[Link]
text=Recruiter+4';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 5"
onerror="[Link]='[Link]
text=Recruiter+5';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 6"
onerror="[Link]='[Link]
text=Recruiter+6';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 7"
onerror="[Link]='[Link]
text=Recruiter+7';" />
<!-- Second set of logos, identical to the first, to create
a seamless loop -->
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 1"
onerror="[Link]='[Link]
text=Recruiter+1';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 2"
onerror="[Link]='[Link]
text=Recruiter+2';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 3"
onerror="[Link]='[Link]
text=Recruiter+3';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 4"
onerror="[Link]='[Link]
text=Recruiter+4';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 5"
onerror="[Link]='[Link]
text=Recruiter+5';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 6"
onerror="[Link]='[Link]
text=Recruiter+6';" />
<img class="recruiter-logo" src="images/[Link]"
alt="Recruiter Logo 7"
onerror="[Link]='[Link]
text=Recruiter+7';" />
</div>
</div>
</section>

<!-- New Posters Slideshow Section -->


<section class="space-y-4">
<h2 class="text-3xl font-bold text-[#5D0C0C] text-center">SIWS
Posters</h2>
<div class="relative w-full h-96 overflow-hidden rounded-xl shadow-
lg" data-slider-id="poster-slider">
<!-- Corrected paths to use 'poster' images you provided -->
<img class="slider-image active" src="images/[Link]"
alt="SIWS Poster 1" onerror="[Link]='[Link]
text=Poster+1';" />
<img class="slider-image" src="images/[Link]" alt="SIWS
Poster 2" onerror="[Link]='[Link]
text=Poster+2';" />
<img class="slider-image" src="images/[Link]" alt="SIWS
Poster 3" onerror="[Link]='[Link]
text=Poster+3';" />
</div>
</section>

<!-- Social Media Buttons Section -->


<section class="bg-white p-8 rounded-xl shadow-lg">
<h2 class="text-3xl font-bold text-[#5D0C0C] text-center mb-
6">Connect With Us</h2>
<div class="flex justify-center space-x-6">
<!-- Social Media Links -->
<a href="[Link] class="text-
gray-600 hover:text-yellow-400 transition-colors duration-200" aria-
label="Facebook">
<i class="fab fa-facebook text-4xl"></i>
</a>
<a href="[Link]
class="text-gray-600 hover:text-yellow-400 transition-colors duration-200" aria-
label="Instagram">
<i class="fab fa-instagram text-4xl"></i>
</a>
<a href="[Link]
class="text-gray-600 hover:text-yellow-400 transition-colors duration-200" aria-
label="LinkedIn">
<i class="fab fa-linkedin text-4xl"></i>
</a>
<a href="[Link] class="text-
gray-600 hover:text-yellow-400 transition-colors duration-200" aria-
label="YouTube">
<i class="fab fa-youtube text-4xl"></i>
</a>
</div>
</section>
</main>

<!-- Main Footer Section -->


<footer class="bg-[#5D0C0C] text-white p-8 rounded-xl shadow-lg text-center
space-y-4">
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 text-sm">
<!-- Contact Info -->
<div class="space-y-2">
<h4 class="font-bold text-yellow-400">Contact Us</h4>
<p>Phone: <a href="[Link]
class="hover:underline">022-24095200</a></p>
<p>Email: <a href="[Link]
class="hover:underline">principal@[Link]</a></p>
<p>Wadala, Mumbai 400031</p>
</div>
<!-- Quick Links -->
<div class="space-y-2">
<h4 class="font-bold text-yellow-400">Quick Links</h4>
<ul class="space-y-1">
<li><a href="#" class="hover:underline">Admission
Enquiry</a></li>
<li><a href="#" class="hover:underline">News &
Events</a></li>
<li><a href="#" class="hover:underline">Careers</a></li>
<li><a href="#" class="hover:underline">FAQ</a></li>
</ul>
</div>
<!-- Campus Map (Placeholder) -->
<div class="space-y-2">
<h4 class="font-bold text-yellow-400">Campus Map</h4>
<iframe
src="[Link]
1d3771.606354148118!2d72.8596634149028!3d19.035766287114674!2m3!1f0!2f0!3f0!3m2!
1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c917b123512b%3A0x7d00f72b94f61b0a!2sSIWS
%20College%20of%20Commerce%20%26%20Economics!5e0!3m2!1sen!2sin!4v1628172935292!5m2!
1sen!2sin"
width="100%"
height="150"
style="border:0;"
allowfullscreen=""
loading="lazy"
class="rounded-xl">
</iframe>
</div>
</div>
<div class="pt-4 border-t border-yellow-400 mt-4">
<p>&copy; 2025 SIWS. Tasleem Shaikh. All Rights Reserved.</p>
</div>
</footer>

</div>

<!-- JavaScript for Dropdowns and Carousel -->


<script src="[Link]"></script>

</body>
</html>
[Link]

// Dropdown Menu Controller - Final Version


[Link]('DOMContentLoaded', function() {
// Track touch capability
let isTouchDevice = 'ontouchstart' in window || [Link] > 0;

// Get all dropdown triggers


const dropdownTriggers = [Link]('.group > a, .nested-group >
a');

// Handle each trigger


[Link](trigger => {
const parent = [Link];
const dropdown = [Link]('.dropdown-menu, .nested-dropdown-menu');

// Desktop hover behavior


if (!isTouchDevice) {
[Link]('mouseenter', () => {
if ([Link] >= 992) {
showDropdown(dropdown);
hideSiblingDropdowns(parent);
}
});

[Link]('mouseleave', () => {
if ([Link] >= 992) {
setTimeout(() => {
if (![Link](':hover')) {
hideDropdown(dropdown);
}
}, 100);
}
});
[Link]('mouseleave', () => {
if ([Link] >= 992) {
hideDropdown(dropdown);
}
});
}

// Mobile click behavior


[Link]('click', (e) => {
if (isTouchDevice || [Link] < 992) {
[Link]();
[Link]();
toggleDropdown(dropdown);
hideSiblingDropdowns(parent);
}
});
});

// Close all dropdowns when clicking outside


[Link]('click', (e) => {
if (![Link]('.group') && ![Link]('.nested-group')) {
hideAllDropdowns();
}
});

// Close on escape key


[Link]('keydown', (e) => {
if ([Link] === 'Escape') {
hideAllDropdowns();
}
});

// Helper functions
function showDropdown(menu) {
if (!menu) return;
[Link] = '1';
[Link] = 'visible';
[Link] = 'translateY(0)';
[Link] = 'auto';
[Link]('show-mobile');
}

function hideDropdown(menu) {
if (!menu) return;
[Link] = '0';
[Link] = 'hidden';
[Link] = 'translateY(10px)';
[Link] = 'none';
[Link]('show-mobile');
}

function toggleDropdown(menu) {
if ([Link]('show-mobile')) {
hideDropdown(menu);
} else {
showDropdown(menu);
}
}
function hideSiblingDropdowns(currentParent) {
[Link]('.group, .nested-group').forEach(container => {
if (container !== currentParent) {
const otherMenu = [Link]('.dropdown-menu, .nested-
dropdown-menu');
hideDropdown(otherMenu);
}
});
}

function hideAllDropdowns() {
[Link]('.dropdown-menu, .nested-dropdown-menu').forEach(menu
=> {
hideDropdown(menu);
});
}
});

// Image Slider Functionality


[Link]('DOMContentLoaded', () => {
function setupSlider(sliderId) {
const slider = [Link](`[data-slider-id="${sliderId}"]`);
if (!slider) return;

const images = [Link]('.slider-image');


let currentIndex = 0;

function showNextImage() {
images[currentIndex].[Link]('active');
currentIndex = (currentIndex + 1) % [Link];
images[currentIndex].[Link]('active');
}

// Change image every 5 seconds


setInterval(showNextImage, 5000);
}

// Setup both sliders


setupSlider('main-slider');
setupSlider('poster-slider');
});
[Link]

/*
Enhanced CSS for SIWS College Website
- Smoother dropdown interactions
- Better mobile/desktop behavior
- Organized structure
*/

/* ============ BASE STYLES ============ */


body {
font-family: 'Inter', sans-serif;
background-color: #f0f2f5;
scroll-behavior: smooth;
}

/* ============ IMAGE SLIDER ============ */


.slider-image {
opacity: 0;
transition: opacity 1s ease-in-out;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.[Link] {
opacity: 1;
}

/* ============ DROPDOWN SYSTEM - FINAL SOLUTION ============ */


/* Core Dropdown Styles */
.dropdown-menu,
.nested-dropdown-menu {
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition:
opacity 0.25s ease,
visibility 0s linear 0.25s,
transform 0.25s ease;
display: block !important;
pointer-events: none;
z-index: 1000;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
min-width: 200px;
}

/* Desktop Positioning */
.dropdown-menu {
position: absolute;
top: calc(100% + 5px);
left: 0;
}

.nested-dropdown-menu {
position: absolute;
top: -5px;
left: calc(100% - 5px);
}

/* Desktop Hover Behavior */


@media (min-width: 992px) {
.group:hover > .dropdown-menu,
.nested-group:hover > .nested-dropdown-menu,
.dropdown-menu:hover,
.nested-dropdown-menu:hover {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
transition-delay: 0.1s;
}
/* Hover bridge for smooth cursor movement */
.group > a,
.nested-group > a {
position: relative;
}

.group > a::after,


.nested-group > a::after {
content: '';
position: absolute;
bottom: -15px;
left: 0;
width: 100%;
height: 15px;
background: transparent;
}
}

/* Mobile Styles */
@media (max-width: 991px) {
.dropdown-menu,
.nested-dropdown-menu {
position: static;
transform: none !important;
display: none !important;
width: 100%;
box-shadow: none;
transition: none !important;
}

.[Link]-mobile,
.[Link]-mobile {
display: block !important;
opacity: 1;
visibility: visible;
pointer-events: auto;
}

/* Larger touch targets */


.group > a,
.nested-group > a {
padding: 12px 16px;
display: block;
}

/* Nested menu indentation */


.nested-dropdown-menu {
padding-left: 20px;
}

/* Remove hover effects on mobile */


.group:hover > .dropdown-menu,
.nested-group:hover > .nested-dropdown-menu {
display: none !important;
}
}
/* ============ RECRUITER CAROUSEL ============ */
.recruiter-carousel {
display: flex;
width: fit-content;
animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
0% { transform: translateX(0%); }
100% { transform: translateX(-50%); }
}

.recruiter-carousel-container:hover .recruiter-carousel {
animation-play-state: paused;
}

.recruiter-logo {
width: 128px;
height: auto;
flex-shrink: 0;
margin-right: 2rem;
}

/* ============ BUTTON STYLES ============ */


.info-button {
background-color: #5D0C0C;
color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 1.5rem;
border-radius: 1rem;
transition: all 0.2s ease;
text-decoration: none;
}

.info-button:hover {
transform: translateY(-3px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
background-color: #4a0a0a;
}

.info-button-icon {
font-size: 2.5rem;
margin-right: 1rem;
transition: transform 0.2s;
}

.info-button:hover .info-button-icon {
transform: scale(1.1);
}

/* ============ SOCIAL MEDIA ============ */


.social-icon {
transition: all 0.2s ease;
}

.social-icon:hover {
transform: scale(1.15);
color: #f59e0b !important;
}
/* ============ ACCESSIBILITY ============ */
[aria-current="page"] {
font-weight: bold;
color: #f59e0b !important;
}

a:focus,
button:focus {
outline: 2px solid #f59e0b;
outline-offset: 3px;
}

/* ============ PRINT STYLES ============ */


@media print {
.no-print {
display: none !important;
}

body {
background-color: white;
font-size: 12pt;
}
}
[Link]

<?php
// Set the content type header to application/json
header('Content-Type: application/json');

// Check if the request method is POST


if ($_SERVER['REQUEST_METHOD'] === 'POST') {
// Get the JSON data from the request body
$json_data = file_get_contents('php://input');
$data = json_decode($json_data, true);

// Basic validation of the incoming data


$name = isset($data['name']) ? htmlspecialchars(trim($data['name'])) : '';
$email = isset($data['email']) ? filter_var($data['email'],
FILTER_SANITIZE_EMAIL) : '';
$message = isset($data['message']) ? htmlspecialchars(trim($data['message'])) :
'';

// Check if the fields are empty or invalid


if (empty($name) || empty($email) || empty($message)) {
echo json_encode(['success' => false, 'message' => 'Please fill in all the
fields.']);
exit;
}

// Check for a valid email format


if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
echo json_encode(['success' => false, 'message' => 'Please enter a valid
email address.']);
exit;
}

// If all is good, prepare a success response


$response = [
'success' => true,
'message' => 'Thank you, ' . $name . '! Your message has been received.',
'received_data' => [
'name' => $name,
'email' => $email,
'message' => $message
]
];
echo json_encode($response);
exit;

} else {
// If the request method is not POST, send an error response
echo json_encode(['success' => false, 'message' => 'Invalid request method.']);
exit;
}
?>
[Link]

these are all the file codes formy website i want it same to same

You might also like