|
Server IP : 82.197.83.136 / Your IP : 216.73.217.137 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u163988420 ( 163988420) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u163988420/domains/../domains/acmajmer.in/public_html/AACSITE/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include 'includes/header.php' ?>
<!-- Breadcrumb -->
<?php
$breadcrumb_title = "Contact Us";
$breadcrumb_path = "Contact Us";
include 'includes/breadcrumb.php';
?>
<!-- Contact Section -->
<div class="container my-5 py-5">
<div class="row contact-container">
<!-- Left Column -->
<div class="col-md-7 contact-container-left me-3">
<h2>Get in Touch</h2>
<p>Have a question? Say it here:</p>
<form action="submit_contact.php" method="POST">
<div class="row mb-3">
<div class="col">
<input type="text" name="name" class="form-control" placeholder="Name" required>
</div>
<div class="col">
<input type="email" name="email" class="form-control" placeholder="Email" required>
</div>
</div>
<div class="mb-3">
<input type="text" name="subject" class="form-control" placeholder="Subject" required>
</div>
<div class="mb-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<button type="submit" class="btn mybtn">Submit</button>
</form>
</div>
<!-- Right Column -->
<div class="col-md-4 p-5 contact-container-right ms-3">
<div class="info-box">
<h4><span class="contact-icon">📍</span> Address</h4>
<p>Aryabhatta North Campus, Behind Mahila Kalyan Mandal, Chachiyawas, Ajmer, Rajasthan (305001)</p>
</div>
<div class="info-box">
<h4><span class="contact-icon">✉️</span> Email</h4>
<p>principal.acmajmer@gmail.com</p>
</div>
<div class="info-box">
<h4><span class="contact-icon">☎️</span> Phone</h4>
<p>+91 8209895206</p>
</div>
<h4 style="font-weight: bold;">Follow Us</h4>
<div class="d-flex align-items-center gap-1 social-icons">
<a href="https://www.instagram.com/aryabhatta_college/" target="_blank"><i class="bi bi-instagram" style="color:rgb(255, 0, 85);"></i></a>
<a href="https://www.facebook.com/agiajmer" target="_blank"><i class="bi bi-facebook" style="color:rgb(25, 0, 255);"></i></a>
<!-- <a href="https://x.com/AICTEAJMER" target="_blank"><i class="bi bi-twitter" style="color:rgb(34, 222, 255);"></i></a> -->
<a href="https://www.youtube.com/@aryabhattacollege7114" target="_blank"><i class="bi bi-youtube" style="color:rgb(255, 0, 0);"></i></a>
</div>
</div>
</div>
</div>
<style>
.contact-container-left,
.contact-container-right {
border-radius: 16px;
padding: 30px;
box-shadow: 0px 0px 10px 2px rgba(102, 51, 38, 0.5);
}
.contact-container-left h2 {
font-size: 40px;
font-weight: bold;
}
.contact-container-left p {
font-size: 20px;
margin-bottom: 25px;
}
.contact-container-right p {
color: #6c757d;
margin-bottom: 25px;
margin-left: 48px;
}
.form-control {
border-radius: 5px;
box-shadow: none;
}
.info-box {
margin-bottom: 20px;
}
.info-box h4 {
color: #343a40;
font-size: 18px;
margin-bottom: 5px;
font-weight: bold;
}
.info-box p {
color: #6c757d;
font-size: 16px;
}
.contact-icon {
font-size: 24px;
color: #007bff;
margin-right: 10px;
vertical-align: middle;
}
.contact-container .social-icons i {
font-size: 2rem;
margin-inline: 10px;
}
.contact-container .social-icons i:hover {
color: #663326 !important;
}
@media (max-width: 768px) {
.contact-container {
flex-direction: column !important;
margin: auto;
}
.contact-container-left,
.contact-container-right {
margin: 15px 0 !important;
padding: 20px !important;
}
.contact-container-left h2 {
font-size: 28px;
text-align: center;
}
.contact-container-left p {
font-size: 16px;
text-align: center;
}
.contact-container-right {
padding-left: 20px !important;
padding-right: 20px !important;
}
.contact-container-right .info-box h4 {
font-size: 16px;
}
.contact-container-right p {
font-size: 14px;
margin-left: 0;
}
.contact-container .social-icons i {
font-size: 1.5rem;
margin-inline: 8px;
}
.form-control {
font-size: 14px;
}
.mybtn {
width: 100%;
}
}
</style>
<?php include 'includes/footer.php' ?>