59 lines
4.7 KiB
PHP
59 lines
4.7 KiB
PHP
<footer>
|
|
<div class="container-fluid mt-5" style="background-image: radial-gradient(circle at 100% 150%, #554b28 24%, #5c522c 24%, #5c522c 28%, #554b28 28%, #554b28 36%, #5c522c 36%, #5c522c 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #554b28 24%, #5c522c 24%, #5c522c 28%, #554b28 28%, #554b28 36%, #5c522c 36%, #5c522c 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, #5c522c 10%, #554b28 10%, #554b28 23%, #5c522c 23%, #5c522c 30%, #554b28 30%, #554b28 43%, #5c522c 43%, #5c522c 50%, #554b28 50%, #554b28 63%, #5c522c 63%, #5c522c 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, #5c522c 5%, #554b28 5%, #554b28 15%, #5c522c 15%, #5c522c 20%, #554b28 20%, #554b28 29%, #5c522c 29%, #5c522c 34%, #554b28 34%, #554b28 44%, #5c522c 44%, #5c522c 49%, transparent 49%, transparent), radial-gradient(circle at 0 50%, #5c522c 5%, #554b28 5%, #554b28 15%, #5c522c 15%, #5c522c 20%, #554b28 20%, #554b28 29%, #5c522c 29%, #5c522c 34%, #554b28 34%, #554b28 44%, #5c522c 44%, #5c522c 49%, transparent 49%, transparent); background-size: 100px 50px; background-repeat: repeat; background-color: #554b28; color: #fff;"><br>
|
|
<div class="row container mx-auto">
|
|
<div class="d-flex flex-column flex-md-row justify-content-between align-items-center border-top border-bottom border-2 py-2 border-white">
|
|
<h4 class="fw-normal">Social Media Presence</h4>
|
|
<div>
|
|
<a href="">
|
|
<img src="/assets/fb.svg" alt="" />
|
|
</a>
|
|
<a href="">
|
|
<img src="/assets/insta.svg" alt="" />
|
|
</a>
|
|
<a href="">
|
|
<img src="/assets/youtube.svg" alt="" />
|
|
</a>
|
|
<a href="">
|
|
<img src="/assets/twitter.svg" alt="" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-md-6 col-lg-4 pt-2">
|
|
<h2 class="text-uppercase">About College</h2>
|
|
<p class="fw-normal" style="text-align: justify;">Sree Chaitanya College, Habra occupies a very distinguished status in the higher education map of the district of North 24 Parganas as well as of the state of West Bengal. The institution with its imposing building-structures amid a lush green of more than 20 acres of land, overlooking Jessore Road (NH 35), is about 40 km from Kolkata.</p>
|
|
</div>
|
|
<div class="col-12 col-md-6 col-lg-4 pt-2">
|
|
<h2 class="text-uppercase">IMPORTANT WEBSITES</h2>
|
|
<div class="d-flex flex-column justify-content-between">
|
|
<a class="text-white fw-normal mb-1" href="#">University Grants Commission (UGC)</a>
|
|
<a class="text-white fw-normal mb-1" href="#">Wes Bengal State University (WBSU)</a>
|
|
<a class="text-white fw-normal mb-1" href="#">Dept. of Higher Education, Govt. of W.B.</a>
|
|
<a class="text-white fw-normal mb-1" href="#">Dept. of Finance, Govt. of W.B.</a>
|
|
<a class="text-white fw-normal mb-1" href="#">Netaji Subhas Open University</a>
|
|
<a class="text-white fw-normal mb-1" href="#">National Service Scheme (NSS)</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-md-6 col-lg-4 pt-2">
|
|
<h2 class="text-uppercase">REACH US</h2>
|
|
<div class="d-flex flex-column">
|
|
<p class="fw-normal">Strand Road, Bara Bazar, Chandannagar, Dist: Hooghly, West Bengal, Pin: 712136</p>
|
|
<div style="overflow-x: hidden;">
|
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3677.078181830616!2d88.63989767601856!3d22.83659682324147!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39f8b071c69b9933%3A0x5181c48a7b97726e!2sSree%20Chaitanya%20College%2C%20Habra!5e0!3m2!1sen!2sin!4v1720765140520!5m2!1sen!2sin" width="500" height="250" style="border:0; overflow-x: hidden;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container-fluid " style="background-color: #0f171c;">
|
|
<div class="d-flex flex-row justify-content-center" style="place-items: center; padding-top: 12px; padding-bottom: 12px;">
|
|
<div class="text-white fw-normal">© Sree Chaitanya College | </div>
|
|
<div class="text-white fw-normal"> 2024 | </div>
|
|
<div><a class="text-white fw-normal" href="#">Privacy Policy</a></div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
<?php
|
|
|
|
?>
|