forked from Eduhub-Community/Eduhub-Community.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-2.html
93 lines (90 loc) · 3.82 KB
/
home-2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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>