forked from RitishFG/cloudy-thing-7898
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactUs.html
More file actions
51 lines (44 loc) · 2.14 KB
/
contactUs.html
File metadata and controls
51 lines (44 loc) · 2.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./Styles/contactUs.css">
<link rel="stylesheet" href="./Styles/navbar.css">
<link rel="stylesheet" href="./Styles/footer.css">
<script src="https://kit.fontawesome.com/cace51320d.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbar"></div>
<div id="offer_time">
<h4>Please varify your Phone Number and EMAIL </h4>
</div>
<div id="body">
<div id="contact">
<h1>Contact</h1>
<p>Have something to say? Give us a holler through any one of the ways below, and we’ll get back within 24
hours. On a side note, like the rest around us, we have fallen victims to Social Media. Feel free to get
in touch on Facebook, LinkedIn or Instagram anytime!
</p>
<form id="form" action="">
<input type="text" name="" id="email" required placeholder="Email Address">
<input type="text" name="" id="mobile" required placeholder="Mobile No">
<input type="text" name="" id="subject" required placeholder="Subject">
<input type="text" name="" id="msg" required placeholder="Messege">
<button id="submit">SUBMIT</button>
</form>
</div>
<div id="map"><iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3773.4384984174!2d72.81667831498045!3d18.95623218715674!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7ce11d18fa849%3A0xe5c6958cfc6cad1a!2sIntern%20Theory%20Career%20Solutions%20LLP!5e0!3m2!1sen!2sin!4v1668184662483!5m2!1sen!2sin"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<footer>
<div id="footer"></div>
</footer>
</body>
</html>
<script type="module" src="./Scripts/contactUs.js"></script>