-
Notifications
You must be signed in to change notification settings - Fork 2
/
contact.html
91 lines (73 loc) · 3.25 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DEI ENGINEERING</title>
<link rel="icon" href="img/about122.png" type="image/x-icon">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/contact.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar"></nav>
<!-- contact-hero-section -->
<header class="contact-hero-section">
<p class="contact-sub-heading font">Contact Us</p>
</header>
<!-- main section -->
<section class="contact-container">
<div class="contact-content">
<p class="contact-sub-heading">For any inquiries, please see our contact information below.</p>
<p class="contact-sub-heading-2">Address : <span><b>F/o Engineering, DEI</b></span>
</p>
<p class="contact-sub-heading-3">DAYALBAGH, AGRA, UTTAR PRADESH,
282005, INDIA</p>
<p class="contact-sub-heading-2">Telephone : <span>0562-2801226</span></p>
<p class="contact-sub-heading-2">Mail : <span>[email protected]</span></p>
</div>
<div class="card">
<p class="contact-form-title">Send us your message</p>
<div class="row">
<div class="col">
<div class="form-group">
<input class="input" placeholder="First Name *" type="text">
</div>
<div class="form-group">
<input class="input space" placeholder="Last Name*" type="text">
</div>
</div>
<div class="col">
<div class="form-group">
<input class="input" placeholder="Email Address*" type="text">
</div>
<div class="form-group">
<input class="input space" placeholder="Student/Teacher/Alumini/Visitor*" type="text">
</div>
</div>
<div class="col">
<div class="form-group">
<input class="input" placeholder="Subject*" type="text">
</div>
<div class="form-group">
<textarea class="textarea space" placeholder="Your Message*" cols="23"
rows="8"></textarea>
</div>
</div>
<div>
<input class="submit" type="submit" value="Submit">
</div>
</div>
</div>
</section>
<!-- location -->
<iframe class="iframe-2"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1431.3073386391914!2d78.01191192426741!3d27.229416299746024!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x397479f993cdcdf3%3A0x3625c715074361d!2sFaculty%20of%20Engineering!5e0!3m2!1sen!2sin!4v1705559768222!5m2!1sen!2sin"
width="100%" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- footer -->
<div class="footer-main"></div>
<script src="js/nav.js"></script>
<script src="js/footer.js"></script>
</body>
</html>