forked from Eduhub-Community/Eduhub-Community.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fccad23
commit baeb9e9
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<style> | ||
.embed-map h2{ | ||
margin: 2.5rem; | ||
} | ||
.embed-map{ | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
justify-content: center; | ||
width: 100%; | ||
padding-bottom: 2rem; | ||
} | ||
</style> | ||
<!--at linke 1206 in main html page--> | ||
<!-- ======= Contact Section ======= --> | ||
<section id="contact" class="contact section-bg"> | ||
<div class="container" data-aos="fade-up"> | ||
<div class="section-title"> | ||
<h2>Contact</h2> | ||
<!-- <p> | ||
Magnam dolores commodi suscipit. Necessitatibus eius consequatur | ||
ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam | ||
quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. | ||
Quia fugiat sit in iste officiis commodi quidem hic quas. | ||
</p> --> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-lg-6"> | ||
<div class="row"> | ||
<div class="col-md-12"> | ||
<div class="info-box"> | ||
<i class="bx bx-map"></i> | ||
<h3>Our Address</h3> | ||
<a href="https://g.page/uemjpr?share"><p>Chomu Udaipuria Mod, Jaipur, Rajasthan</p></a> | ||
</div> | ||
</div> | ||
<div class="col-md-12"> | ||
<div class="info-box mt-4"> | ||
<i class="bx bx-envelope"></i> | ||
<h3>Email Us</h3> | ||
<p> | ||
<a target="_blank" href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> | ||
<!-- <div class="col-md-6"> | ||
<div class="info-box mt-4"> | ||
<i class="bx bx-phone-call"></i> | ||
<h3>Call Us</h3> | ||
<p>+1 5589 55488 55<br />+1 6678 254445 41</p> | ||
</div> | ||
</div> --> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-6 mt-4 mt-md-0"> | ||
<form action="javaScript:SendMail()" role="form" class="javascript-email-form" name="contact-form"> | ||
<div class="row"> | ||
<div class="col-md-6 form-group"> | ||
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required /> | ||
</div> | ||
<div class="col-md-6 form-group mt-3 mt-md-0"> | ||
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required /> | ||
</div> | ||
</div> | ||
<div class="form-group mt-3"> | ||
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required /> | ||
</div> | ||
<div class="form-group mt-3"> | ||
<textarea class="form-control" name="message" id="message" rows="5" placeholder="Message" | ||
required></textarea> | ||
</div> | ||
<div class="my-3"> | ||
<div name="sent_message" class="" id="sent_message"> | ||
</div> | ||
</div> | ||
<div class="text-center"> | ||
<button type="submit">Send Message</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- End Contact Section --> | ||
</main> | ||
<!-- End #main --> | ||
|
||
<div class="embed-map"> | ||
<h2>Find us on google</h2> | ||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3548.2128965383185!2d75.69805381534022!3d27.212464882999416!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x396cffc30dacc2db%3A0xb78e5c340c935a95!2sUniversity%20of%20Engineering%20%26%20Management%20(UEM)%2C%20Jaipur!5e0!3m2!1sen!2sin!4v1665919410967!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> | ||
</div> |