-
Notifications
You must be signed in to change notification settings - Fork 0
/
hyper-clean-en.html
535 lines (492 loc) · 28.8 KB
/
hyper-clean-en.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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
<!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">
<link rel="icon" type="image/png" href="/assets/images/logo-red.png">
<link href="https://unpkg.com/video.js@7/dist/video-js.min.css" rel="stylesheet" />
<link href="https://unpkg.com/@videojs/themes@1/dist/city/index.css" rel="stylesheet">
<link rel="stylesheet" href="/css/swiper-bundle.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="/css/styles.css">
<title>Hyperclean</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md marketing-nav">
<div class="marketing-nav__logo">
<a href="#"><img src="/assets/images/banner-red.webp" alt="Logo Navbar Hyperclean"></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#toggleMobileMenu"
aria-controls="toggleMobileMenu" aria-expanded="false" aria-label="Toggle Navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="toggleMobileMenu">
<ul class="navbar-nav navbar-bg-cream ms-auto text-center">
<li class="nav-item pe-4"><a class="nav-link" href="#">Home</a></li>
<li class="nav-item pe-4"><a class="nav-link" href="#acerca">About Us</a></li>
<li class="nav-item pe-4"><a class="nav-link" href="#servicios">Services</a></li>
<li class="nav-item pe-4 d-lg-none"><a class="nav-link d-lg-none" href="#contacto">Contact</a></li>
<li class="nav-item pe-4"><a class="nav-link" href="/index.html">Spanish</a></li>
<button class="btn btn-danger d-none d-lg-block"
onclick="location.href='#contacto'">Contact</button>
</ul>
</div>
</nav>
</header>
<main>
<section class="home">
<div class="home_container">
<div class="row d-flex justify-content-between align-items-center">
<div class="home_container-description col-12 col-md-6 col-lg-5">
<h2 class="title-red-light fs-1 fw-bold mb-2">
We have over 5 years of experience making your home or office a shinning place
</h2>
<a href="https://www.instagram.com/jrhyperclean/" type="button"
class="btn btn-danger py-2 px-3 w-100" target="_blank">
¡Visit our Instagram!
</a>
</div>
<div class="home_container-image col-12 col-md-5 col-lg-5">
<img src="/assets/images/habitacion-beige.webp" alt="Beige bedroom"
class="img-fluid rounded w-100 mt-4">
</div>
</div>
</div>
</section>
<section class="description" id="acerca">
<div class="description_container">
<div class="row d-flex justify-content-between align-items-center">
<div class="description_container-image col-12 col-lg-5">
<img src="/assets/images/hyper-clean-ceo.webp" alt="CEO of Hyperclean"
class="img-fluid rounded w-100">
</div>
<div class="description_container-about col-12 col-lg-7 mt-4">
<h3>Hyperclean born in the heart of God, and was registered on December 7th, 2022, in the United
States.</h3>
<p>
Why Hyperclean is born from the heart of God? 5 years ago, I came to the United States in
search of the American dream of giving to my family a better present and propel them to a
great future. I arrived in the United States on July 14, 2018, and like every immigrant I
arrived with many dreams and goals. I quickly started working in hotels as Housekeeping and
on my days off I cleaned houses on my own.
</p>
<p>
This way I was acquiring more knowledge in this area of cleaning, learning techniques,
knowing the products, and learning to use the work equipment (that were very different from
those that are regularly used in my country Venezuela) for cleaning. It was the first job
opportunity I had when I arrived in this country, although it was not what I really liked to
do, since for the past 13 years I worked around administration in my country, and upon
arriving in the United States everything that had been my life for many years, had changed
radically. But it was the opportunity that I had at that time and I had to make the most of
it.
</p>
<p>
Years later God spoke to me and told me that I should register a cleaning company and begin
to demonstrate what I had learned for years, honestly this idea had not been in my heart and
I hesitated the first time He spoke to me. A year later he spoke to me again about the same
thing and through various people he kept confirming it to me, until one day I made the
decision to obey and that is why Hyperclean was born in the heart of God.
</p>
</div>
<div class="col-12">
<p>
It must seem curious to you when I say that "God spoke to me"; and yes, when we have a very
close relationship with the creator of all things and when there is God's purpose for us, in
a very beautiful and subtle way He uses any tool to communicate with us. Experiencing this
relationship with God is a unique experience and I live it every day.
</p>
<p>
And today I can have my own company and with all the best encouragement and desire to give
the best of me and to do my job with excellence as I have done so far.
</p>
<p>
Although it is very difficult for me to speak English, it will not be an obstacle for me to
reach my goals in this beautiful country. The English language does not limit me from
performing excellent work in your home or business.
</p>
<p>
My goal is to provide each client with safety and quality. This country has taught me not to
be afraid of change. First, I thank God for all that I do not see yet but that is already in
his heart and soon I will see my dreams come true. Second, to the people who were part of
making this great project a reality today. And third, to you for giving me the opportunity
to let me into your home or business. thank you!
</p>
</div>
</div>
<div class="description_container-info row d-flex justify-content-between">
<div class="col-12 col-lg-4">
<h2>Vision:</h2>
<p>
Improve the lifestyle of my customers! Hyperclean envisions itself as a leading company in
the cleaning field, with the highest number of satisfied customers and generating a large
percentage of jobs. And to be recognized internationally within my industry.
</p>
</div>
<div class="col-12 col-lg-4">
<h2>Mission:</h2>
<p>
Improve the lifestyle of my customers! It’s to be able to reach many homes, businesses,
hotels, government institutions, hospitals, schools, banks, prisons and much more, as far as
it is God's will to expand my company in this territory.
</p>
<div class="collapse" id="description-collapse">
<p>
To be able to provide all my clients with high quality products such as Amway products,
which are totally ecological products for the wellbeing of the family and their pets.
And of which I can give security of its quality since for many years they are the
products that I use in my home.
</p>
<p>
Hyperclean will offer you a cleaning and maintenance service to your home or business so
that you feel satisfied and can enjoy comfortable and safe spaces through the sanitation
and cleanliness of its facilities in a professional and humane manner. Hyperclean's
mission number one; Satisfy the need of our customers.
</p>
</div>
<button class="btn btn-light w-100 mt-3" type="button" data-bs-toggle="collapse"
data-bs-target="#description-collapse" aria-expanded="false"
aria-controls="description-collapse">
Read More
</button>
</div>
<div class="col-12 col-lg-4 values">
<h2>Values:</h2>
<p>Values in a company and in its personnel are of great importance.</p>
<p>Hyperclean bases its values on:</p>
<ul class="mb-0">
<li>Perseverance to achieve the goals and objectives we’ve set.</li>
</ul>
<div class="collapse" id="values-collapse">
<ul>
<li>Total confidentiality for the safety of our customers.</li>
<li>Respect and Honesty.</li>
<li>Integrity.</li>
<li>Commitment.</li>
<li>Drive for innovation.</li>
<li>Excellence in work.</li>
<li>Ethics and professionalism.</li>
</ul>
<p>
If you need a company that meets all your expectation, then you are in the right place,
do not hesitate to contact us.
</p>
<p>
At Hyperclean you will find security, excellence, and integrity.
</p>
</div>
<button class="btn btn-light w-100 mt-3" type="button" data-bs-toggle="collapse"
data-bs-target="#values-collapse" aria-expanded="false" aria-controls="values-collapse">
Read More
</button>
</div>
</div>
</div>
</section>
<section class="services" id="servicios">
<div class="services_container">
<h2 class="text-center pb-4 fw-bold">Hyperclean offers you these services!</h2>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4">
<div class="col">
<div class="card shadow p-3 bg-body rounded">
<img src="/assets/images/apartamento-lujoso.webp" class="img-fluid rounded"
alt="Luxurious Apartment">
<div class="card-body">
<h5 class="card-title text-uppercase title-red-light fw-bold">Apartment Cleaning
</h5>
<p class="mt-3 mb-1"><strong>This service includes:</strong></p>
<ul class="custom-list mb-0">
<li>Kitchen cleaning</li>
<li>Bathroom cleaning</li>
<li>Sink cleaning</li>
<li>Vacuum cleaning</li>
</ul>
<div class="collapse" id="collapse-card">
<ul class="custom-list">
<li>Deep cleaning</li>
<li>Ecological cleaning</li>
<li>Tile and ceramic cleaning</li>
<li>Move-out cleaning</li>
<li>Post construction cleaning</li>
<li>Post event cleaning</li>
</ul>
<p class="mb-2"><strong>In the following modalities:</strong></p>
<ul class="custom-list mb-0">
<li>Just Once</li>
<li>Weekly</li>
<li>Fortnightly</li>
<li>Monthly</li>
</ul>
</div>
<button class="btn btn-danger w-100 mt-3" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse-card" aria-expanded="false" aria-controls="collapse-card">
Read More
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow p-3 bg-body rounded">
<img src="/assets/images/habitacion-white.webp" class="img-fluid rounded"
alt="White Room">
<div class="card-body">
<h5 class="card-title text-uppercase title-red-light fw-bold">House Cleaning</h5>
<p class="mt-3 mb-1"><strong>This service includes:</strong></p>
<ul class="custom-list mb-0">
<li>Kitchen cleaning</li>
<li>Bathroom cleaning</li>
<li>Sink cleaning</li>
<li>Vacuum cleaning</li>
</ul>
<div class="collapse" id="collapse-card-1">
<ul class="custom-list">
<li>Deep cleaning</li>
<li>Ecological cleaning</li>
<li>Tile and ceramic cleaning</li>
<li>Move-out cleaning</li>
<li>Post construction cleaning</li>
<li>Post event cleaning</li>
</ul>
<p class="mb-2"><strong>In the following modalities:</strong></p>
<ul class="custom-list mb-0">
<li>Just Once</li>
<li>Weekly</li>
<li>Fortnightly</li>
<li>Monthly</li>
</ul>
</div>
<button class="btn btn-danger w-100 mt-3" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse-card-1" aria-expanded="false"
aria-controls="collapse-card-1">
Read More
</button>
</div>
</div>
</div>
<div class="col">
<div class="card shadow p-3 bg-body rounded">
<img src="/assets/images/office-work.webp" class="img-fluid rounded"
alt="Labor Office">
<div class="card-body">
<h5 class="card-title text-uppercase title-red-light fw-bold">Office Cleaning</h5>
<p class="mt-3 mb-1"><strong>This service includes:</strong></p>
<ul class="custom-list mb-0">
<li>Bathroom cleaning</li>
<li>Vacuum cleaning</li>
<li>Deep cleaning</li>
<li>Ecological cleaning</li>
</ul>
<div class="collapse" id="collapse-card-2">
<ul class="custom-list">
<li>Move-out cleaning</li>
<li>Post construction cleaning</li>
</ul>
<p class="mb-2"><strong>In the following modalities:</strong></p>
<ul class="custom-list mb-0">
<li>Just Once</li>
<li>Weekly</li>
<li>Fortnightly</li>
<li>Monthly</li>
</ul>
</div>
<button class="btn btn-danger w-100 mt-3" type="button" data-bs-toggle="collapse"
data-bs-target="#collapse-card-2" aria-expanded="false"
aria-controls="collapse-card-2">
Read More
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="benefits" id="beneficios">
<div class="container_benefits">
<h2 class="text-center fw-bold">By acquiring our services, we guarantee you:</h2>
<div class="row mt-4">
<div class="col-12 col-md-6 col-lg-2 card-benefit mt-4">
<div class="card-logo yellow">
<i class="fa-solid fa-handshake-simple"></i>
</div>
<div class="card-title mt-4">
<h6 class="text-center fw-bold">100% Responsibility</h6>
</div>
</div>
<div class="col-12 col-md-6 col-lg-2 card-benefit mt-4">
<div class="card-logo blue">
<i class="fa-solid fa-file-shield"></i>
</div>
<div class="card-title mt-4">
<h6 class="text-center fw-bold">Confidentiality for Our Clients</h6>
</div>
</div>
<div class="col-12 col-md-6 col-lg-2 card-benefit mt-4">
<div class="card-logo green">
<i class="fa-solid fa-arrows-spin"></i>
</div>
<div class="card-title mt-4">
<h6 class="text-center fw-bold">Ecological and Good Quality Products</h6>
</div>
</div>
<div class="col-12 col-md-6 col-lg-2 card-benefit mt-4">
<div class="card-logo red">
<i class="fa-solid fa-heart-circle-check"></i>
</div>
<div class="card-title mt-4">
<h6 class="text-center fw-bold">Protection for your Children and Pets</h6>
</div>
</div>
<div class="col-12 col-md-6 col-lg-2 card-benefit mt-4">
<div class="card-logo purple">
<i class="fa-solid fa-hand-sparkles"></i>
</div>
<div class="card-title mt-4">
<h6 class="text-center fw-bold">Clean and Tidy Environment</h6>
</div>
</div>
</div>
</div>
</section>
<section class="video" id="video">
<div class="container_video">
<div class="row d-flex justify-content-center align-items-center">
<div class="col-12 col-lg-6">
<h3>At Hyperclean we like to make our customers happy!</h3>
<p>That's why we make your life easier! Say goodbye to those endless hours cleaning your house,
you deserve to spend quality time with your family. We will help you out! We clean your home
and your work area for you!</p>
</div>
<div class="col-12 col-lg-5 d-flex justify-content-center mt-4">
<video class="video-js vjs-theme-city" data-setup="{}" autoplay muted loop controls>
<source src="/assets/video/hyperclean-video-web.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</section>
<section class="testimonials" id="testimonios">
<div class="container_slide swiper">
<div class="slide-content">
<div class="card-wrapper swiper-wrapper">
<div class="testimonial-card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="/assets/images/logo-black.webp" alt="Hyperclean Logo" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="card-name">Hyperclean</h2>
<p class="card-description">
"Committed to keeping total <br> confidentiality with home".
</p>
</div>
</div>
<div class="testimonial-card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="/assets/images/logo-black.webp" alt="Hyperclean Logo" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="card-name">Hyperclean</h2>
<p class="card-description">
"Hyperclean is cleanliness, <br> passion and perfection".
</p>
</div>
</div>
<div class="testimonial-card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="/assets/images/logo-black.webp" alt="Hyperclean Logo" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="card-name">Hyperclean</h2>
<p class="card-description">
"We do the hard work for you, <br> so you can enjoy with your family".
</p>
</div>
</div>
<div class="testimonial-card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="/assets/images/logo-black.webp" alt="Hyperclean Logo" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="card-name">Hyperclean</h2>
<p class="card-description">
"Hyperclean, <br> reliability and security".
</p>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>
</section>
</main>
<footer>
<div class="content" id="contacto">
<div class="top">
<div class="logo-details">
<a href="#">
<img src="/assets/images/banner-beige.webp" alt="Hyperclean Banner">
</a>
</div>
<div class="media-icons">
<a href="https://www.instagram.com/jrhyperclean/" target="_blank"><i
class="fab fa-instagram"></i></a>
</div>
</div>
<div class="link-boxes">
<ul class="box">
<li class="link_name">
Sitemap
</li>
<li><a href="#">Home</a></li>
<li><a href="#acerca">About Us</a></li>
<li><a href="#servicios">Services</a></li>
<li><a href="#beneficios">Benefits</a></li>
<li><a href="#video">Video</a></li>
<li><a href="#contacto">Contact</a></li>
</ul>
<ul class="box">
<li class="link_name">
Contact
</li>
<li><a href="#contacto">
<i class="fa-solid fa-message"></i>
+1 (407) 840 - 2729
</a></li>
<li><a href="#contacto">
<i class="fa-solid fa-message"></i>
+1 (407) 627 - 2685
</a></li>
</ul>
</div>
</div>
<div class="bottom-details">
<div class="bottom_text">
<span class="copyright_text">Copyright © 2023 <a href="#">Hyperclean.</a> All right
reserved.</span>
</div>
</div>
</footer>
<script src="https://vjs.zencdn.net/8.3.0/video.min.js"></script>
<script src="https://kit.fontawesome.com/818da502c4.js" crossorigin="anonymous"></script>
<script src="/js/swiper-bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V"
crossorigin="anonymous"></script>
<script src="/js/script.js"></script>
</body>
</html>