-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
99 lines (93 loc) · 2.91 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
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<title> Contact us</title>
<meta charset="utf-8">
<meta name="viewport" content= "Width=device-width, initial-scale =1.0">
<link rel="stylesheet" href="contact.css">
<style>
</style>
</head>
<body>
<header>
<div class="main">
<div class="logo">
<img src="logo1.png">
</div>
</div>
<div>
<ul>
<li><a href="home.html">HOME</a></li>
<li><a href="Pros & cons.html">PROS & CONS</a></li>
<li><a href="devices.html">DEVICES</a></li>
<li><a href="about us.html"> ABOUT US</a></li>
<li><a href="contact.html">CONTACT US</a></li>
<li><a href="Feedback.html">FEEDBACK</a></li>
</ul>
</div>
</header>
<div class="title">
<h1> CONTACT US</h1>
</div>
<div class="section">
<div class="container">
<div class="content-section">
<div class= "content">
<h3> Contact Us</h3>
<p>Email us with any questions or queries or call
041-111 128 128. We would be happy to answer your
questions and set up a meeting with you. Foldable
tech devices can help set you apart from the flock!</p>
</div>
<div class="text">
<h3>Phone</h3>
<p>(041)111 128 128</p>
</div>
<div class="text">
<h3>Address</h3>
<p>FAST-NU, FAST Square,<br>9 Km from Faisalabad Motorway
<br>Interchange towards Chiniot</p>
</div>
<div class="box">
<div class="text">
<h3>Email</h3>
<p>[email protected]<br>[email protected]<br>
</div>
</div>
</div>
<br><br>
<div class="contactForm">
<form>
<h2>Send Message</h2>
<div class="inputBox".>
<input type="text" name="" required="required">
<span>Full Name</span>
</div>
<div class="inputBox".>
<input type="text" name="" required="required">
<span>Email</span>
</div>
<div class="inputBox".>
<textarea required="required"></textarea>
<span>Type your Message...</span>
</div>
<div class="inputBox".>
<input type="submit"name="" value="Send">
</div>
</form>
</div>
</div>
</div>
<!-- footer -->
<footer>
<section class="end">
<h3 align="center">Designed By Group 11</h3>
<p align="center" >
22f-3738   22f-3624   22f-3742   22f-3736   22f-3745
</p>
</section>
</footer>
</body>
</html>