-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contactus.html
34 lines (31 loc) · 1.76 KB
/
Contactus.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
<!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>Project</title>
<link rel="stylesheet" href="./Styles/ContactUs.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
</head>
<body>
<div class="contact-in">
<div class="contact-map"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d103031.40452492311!2d44.07900367243237!3d36.197413931457234!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x400722fe13443461%3A0x3e01d63391de79d1!2z2KfYsdio2YrZhA!5e0!3m2!1sar!2siq!4v1668634268548!5m2!1sar!2siq"
width="100%" height="auto" style="border:0;"
allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></div>
<div class="contact-form">
<h1> Contact Us</h1>
<form>
<input type="text"placeholder="Subject"class="contact-map-txt"><br><br>
<input type="text" placeholder="Your Name" class="contact-map-txt"><br><br>
<input type="text" placeholder="Your Mail" class="contact-map-txt"><br><br>
<textarea placeholder="Message" class="contact-map-textarea"></textarea><br><br>
<button class="contact-form-btn" id="Submit "type="Submit">Submit</button>
</form>
</div>
</div>
</body>
</html>