-
Notifications
You must be signed in to change notification settings - Fork 15
/
404.html
235 lines (222 loc) · 8.18 KB
/
404.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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!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>Careers at Huong Hua Co., Ltd.</title>
<link rel="stylesheet" href="css/404.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="icon" href="images/image.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet" />
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
<link rel="manifest" href="manifest.json" />
<script src="js/main.js"></script>
<meta name="theme-color" content="#002e5f" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="manifest" href="manifest.json" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6608388491200814"
crossorigin="anonymous"
></script>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8E7FN4J1GC"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8E7FN4J1GC");
</script>
<body>
<header class="header" style="z-index: 1001">
<a href="index.html" style="border-radius: 8px" class="logo"
><img
src="images/image.png"
alt="Company Logo"
style="width: 150px; height: 45px; border-radius: 4px"
/></a>
<div class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a href="index.html#home">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#service">Services</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="html/careers.html">Careers</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="index.html#faq">FAQ</a></li>
</ul>
</nav>
</header>
<section id="home" class="home">
<h2 style="z-index: 1000">404</h2>
<h3 style="color: white; margin-top: 10px; z-index: 1000">
Sorry, the page you're looking for cannot be found on our server.
</h3>
</section>
<div class="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-links">
<h4>About Us</h4>
<ul>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#home">Home</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#about">About us</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#service">Our services</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#home">Terms & condition</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#home">Privacy policy</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#portfolio">Portfolio</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#team">Team</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="careers.html">Careers</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#contact">Contact</a>
</li>
<li>
<i class="ion-ios-arrow-forward"></i>
<a href="../index.html#faq">FAQ</a>
</li>
</ul>
</div>
<div
class="col-lg-3 col-md-6 footer-contact"
style="font-size: 1.5rem"
>
<h4>Contact Us</h4>
<p>
83 Nguyen Cu Trinh<br />
Nguyen Cu Trinh Ward<br />
District 1, Ho Chi Minh City<br />
Vietnam <br />
<strong>Phone:</strong> +84 833232390<br />
<strong>Email:</strong> info@huonghuacoltd.com<br />
</p>
<div class="social-links">
<a
href="https://www.dnb.com/business-directory/company-profiles.huong_hua_company_limited.24589420a976de026bb58ce834a810d9.html"
><i class="ion-ios-globe"></i
></a>
</div>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4>Stay Updated</h4>
<p>
Join our mailing list for insights on the latest trends in
bathroom designs and exclusive updates on Huong Hua Co. Ltd.'s
innovative bathroom solutions.
</p>
<form action="https://formspree.io/f/xayryypl" method="POST">
<input
type="email"
name="email"
style="font-size: 14px"
placeholder="Your Email"
required
/>
<input
type="submit"
value="Subscribe"
style="font-size: 14px; width: 80px"
/>
<input
type="hidden"
name="_subject"
value="New Subscription Request"
/>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row align-items-center">
<div
class="col-md-6 copyright"
style="color: #fff; font-size: 1.3rem"
>
Copyright © 2023 Huong Hua Co., Ltd. All Rights Reserved.
</div>
</div>
</div>
</div>
<a
href="#"
style="cursor: pointer"
class="back-to-top"
title="Get back to the top of the page"
><i class="ion-ios-arrow-up"></i
></a>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
</body>
</html>