-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact us.html
84 lines (82 loc) · 3.71 KB
/
contact us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="contact.css">
</head>
<body>
<nav>
<a href="index.html"><img src="./Images/images/replicate-prediction-6vldnsbbbjrucplxuvbanzlwla.png" width="100vw" height="100vw" alt=""></a>
<div class="nav-right">
<a href="gardening tips.html"><h4 class="nav-h">Gardening Tips</h4></a>
<div class="dropdown">
<button>Tools</button>
<div class="dropdown-options">
<a href="Soil & Fertilizers.html">Soil & fertilizers</a>
<a href="Pesticides For Plants.html">Pesticides for plants</a>
<a href="Seeds.html">Seeds details</a>
</div>
</div>
<div class="dropdown">
<button>Pots/Hangers</button>
<div class="dropdown-options">
<a href="pots.html">pots/pot plates</a>
<a href="wall.html">wall hanging brackets</a>
<a href="pothangers.html">pot hangers</a>
</div>
</div>
<div class="dropdown">
<button>Accessories</button>
<div class="dropdown-options">
<a href="Miniature Garden Toys.html">Miniature garden toys</a>
<a href="Gardening accessories.html">Gardening accessories</a>
<a href="Decorative pebbles.html">Decorative pebbles</a>
</div>
</div>
<a href="books.html"> <h4 class="nav-h">Guide Books</h4></a>
</div>
</nav>
<div class="container">
<div class="contact-box">
<div class="left">
</div>
<div class="right">
<h1>Contact Us</h1>
<input type="text" placeholder="Your Name" class="field" required>
<input type="email" placeholder="Your Email" class="field" required>
<input type="number" placeholder="Your Phone Number" class="field" required>
<textarea name="message" class="field area"></textarea>
<input class="btn" type="button" value="Send">
</div>
</div>
</div>
<div class="mapouter"><div class="gmap_canvas"><iframe class="gmap_iframe" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=707&height=591&hl=en&q=aptech north karachi&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe><a href="https://connectionsgame.org/">Connections NYT</a></div><style>.mapouter{position:relative;text-align:right;width:707px;height:591px;margin-left: 25vw;margin-top: 15vw;}.gmap_canvas {overflow:hidden;background:none!important;width:707px;height:591px;}.gmap_iframe {width:707px!important;height:591px!important;}</style></div>
<footer>
<div class="footer-con">
<div class="footer-part1">
<img src="./Images/images/replicate-prediction-6vldnsbbbjrucplxuvbanzlwla.png" width="100vw" height="100vw" alt="">
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime.</p>
</div>
<div class="footer-part2">
<h2>Company</h2>
<h3>About Us</h3>
<h3>Blog</h3>
<h3>Career</h3>
</div>
<div class="footer-part3">
<h2>Services</h2>
<h3>Our Process</h3>
<h3>Our Team</h3>
<h3>Testimonials</h3>
</div>
<div class="footer-part4">
<h2>Contact</h2>
<h3>Contact Us</h3>
<h3>FAQ</h3>
</div>
</div>
</footer>
</body>
</html>