-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.html
220 lines (220 loc) · 11.7 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!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>Contact Us - Zone Electronics</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script src="https://code.jquery.com/jquery-3.6.1.min.js" integrity="sha256-o88AwQnZB+VDvE9tvIXrMQaPlFFSUTR+nldQm1LuPXQ=" crossorigin="anonymous"></script>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700&subset=latin-ext" rel="stylesheet">
<style>
.form{
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical
}
</style>
</head>
<body class="pt-2 pb-2" id="body">
<header id="header">
<div class="container">
<div class="row align-items-center">
<div class="col-2">
<a href="index.html"><img src="/image/logo.png" width="100px" height="80px" alt=""></a>
</div>
<div class="col-8">
<nav class="navbar ">
<li class="nav-link"><a href="iphone.html">Iphone</a></li>
<li class="nav-link"><a href="mac.html">Mac</a></li>
<li class="nav-link"><a href="ipad.html">Ipad</a></li>
<li class="nav-link"><a href="watch.html">Watch </a></li>
<li class="nav-link"><a href="zonecompare.html">Zone Compare</a></li>
<li class="nav-link"><a href="contactus.html">Contact Us</a></li>
</nav>
</div>
<div class="col-2">
<div class="dropdown">
<span>Connect</span>
<div class="dropdown-content">
<a href="register.html" style="color: black;">Register</a><br>
<a href="login.html" style="color: black;">Login</a>
</div>
</div>
</div>
</div>
</div>
</header>
<div class="container">
<div class="container-fluid">
<div class="row pt-4 text-light">
<div class="col-6">
<div>CONTACT US</div>
<p>Image form <a href="https:/google.vn">Viet Nam</a></p>
<div class="icon">
<i>My Team 3</i>
<table>
<tr>
<th>Name</th>
<th>Roll No.</th>
</tr>
<tr>
<td>Bui Duc Dong</td>
<td>Student1396943</td>
</tr>
<tr>
<td>Vo Dang Quang</td>
<td>Student1396964</td>
</tr>
<tr>
<td>Nguyen Thai Phong</td>
<td>Student1398831</td>
</tr>
<tr>
<td>Dao Cong Tri</td>
<td>Student1396957</td>
</tr>
</table>
</div>
<br>
<div class="icon">
<i class="fas fa-phone">Call FPT Aptech</i>
<p>84(446) 443-435, 43(56) 565-345</p>
</div>
<div class="icon">
<i class="fas fa-location-dot">Location</i>
<p>391A Nam Ki Khoi Nghia, Distric 3, HCM City</p>
</div>
<div class="icon">
<i class="fas fa-clock">Business Hours</i>
<p>Mon - Sat 10am - 20pm , Sun - Closed</p>
</div>
</div>
<div class="col-6">
<form action="" onsubmit="valida()">
<div class="form-group">
<span>
<label for="email">Email:</label>
<input type="email" class="form-control" id="email" placeholder="Enter an email" autofocus>
</span>
<span>
<label for="name">Name:</label>
<input type="text" class="form-control" id="name" placeholder="Enter the name">
</span>
<label for="address">Address:</label>
<input type="text" class="form-control" id="address" placeholder="Enter an address">
<label for="message">Message:</label>
<p>Enter your message:</p>
<textarea class="form-control" id="message" rows="3" placeholder="Write Something..."></textarea>
<div class="btn">
<button class="btn btn-warning text-light w-100">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div><br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d979.8170227623193!2d106.68129112918254!3d10.790767199519484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x317528d35939c66f%3A0xe52e3ed732b15272!2zVHLGsOG7nW5nIENhbyDEkOG6s25nIEZQVCBQb2x5dGVjaG5pYyAoQ1MxKQ!5e0!3m2!1svi!2s!4v1666192019875!5m2!1svi!2s" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<hr>
<footer class="footer-area bg-gray pt-100 pb-70">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-4 col-sm-4">
<div class="copyright mb-30">
<div class="footer-logo">
<a href="index.html">
<img alt="" src="/image/logo.png" width="120px" height="100px"> </a>
</a>
</div>
<p>© 2022 <a href="index.html" style="color: white;">Zone Electronics</a>.<br> All Rights Reserved</p>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<div class="footer-widget mb-30 ml-30">
<div class="footer-title">
<h3><b>SITE MAP</b></h3>
</div>
<div class="footer-list">
<ul>
<li class="nav-link"><a href="index.html" style="color: white;">Homepage</a></li>
<li class="nav-link"><a href="index.html" style="color: white;">Shop</a></li>
<li class="nav-link"><a href="zonecompare.html" style="color: white;">Zone Compare</a></li>
<li class="nav-link"><a href="contactus.html" style="color: white;">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4 col-sm-4">
<div class="footer-widget mb-30 ml-50">
<div class="footer-title">
<h3><b>CATEGORIES</b></h3>
</div>
<div class="footer-list">
<ul>
<li class="nav-link"><a href="iphone.html" style="color: white;">iPhone</a></li>
<li class="nav-link"><a href="mac.html" style="color: white;">Mac</a></li>
<li class="nav-link"><a href="ipad.html" style="color: white;">iPad</a></li>
<li class="nav-link"><a href="watch.html" style="color: white;">Watch</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="footer-widget mb-30 ml-75">
<div class="footer-title">
<h3><b>FOLLOW US</b></h3>
</div>
<div class="footer-list">
<ul>
<li class="nav-link"><a href="https://www.facebook.com/" style="color: white;">Facebook</a></li>
<li class="nav-link"><a href="https://twitter.com/?lang=vi" style="color: white;">Twitter</a></li>
<li class="nav-link"><a href="https://www.instagram.com/" style="color: white;">Instagram</a></li>
<li class="nav-link"><a href="https://www.youtube.com/" style="color: white;">Youtube</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="footer-widget mb-30 ml-70">
<div class="footer-title">
<h3><B>SUBSCRIBE</B></h3>
</div>
<div class="subscribe-style">
<p>Get E-mail updates about our latest shop and special offers.</p>
<input type="email" placeholder="Enter your email"/>
<input type="text" placeholder="Enter your comment"/><br>
<input type="submit" value="Subscrise"/>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
<script>
function valida(){
var email = document.getElementById("email").value;
var name = document.getElementById("name").value;
var message = document.getElementById("message").value;
if(!email || !name || !message){
alert("Email, Name, Message must be required!");
return false;
}
alert("Thank your message!!");
}
</script>
</html>