-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
504 lines (410 loc) · 20.1 KB
/
index.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
<!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>Koinoia Home Page</title>
<!--
Importamos la hoja de estilos style.css
-->
<link rel="stylesheet" href="style.css">
<!--
Agregué una fuente llamada Brygada 1918 de google:
https://fonts.google.com/specimen/Brygada+1918?preview.text_type=custom&selection.family=Brygada+1918:wght@400;500;600;700&sidebar.open=true
, y la propia página me brindó el codigo de las lineas 36-37
-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Brygada+1918:wght@400;500;600;700&display=swap" rel="stylesheet">
<!--
Estilo a al menos 4 elementos:
1-.
2-.
3-.
4-.
-->
<style>
/*
Dando color blanco a los hipervínculos
*/
a
{
/*
Quitando el subrayado con el valor de none a los hipervinculos.
*/
text-decoration: none;
color: rgb(255, 252, 56);
margin-left: 85px;
font-weight: 900;
}
.tagLabel
{
color: white;
margin: 0 10px;
}
.footerP
{
color: aquamarine;
font-weight: 700;
}
.configPricing
{
background: #88BDBC;
}
h3{
color: rgb(251, 255, 37);
}
</style>
</head>
<body>
<div id="header">
<div id="logo">
<img src="/img/KoinoiaCleaningLogo.png" width="90px" height="100px" alt="Koinoia's Logo">
<!--- ### 1er atributo con estilo en línea ###--->
<h1 style="font-family: 'Brygada 1918', serif;
color: white;">
Koinoia Cleaning</h1>
</div>
<nav id="menuItems">
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#work">Support</a></li>
</ul>
<label for="nav-toggle" class="icon-burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</label>
</nav>
</div>
<div class="container">
<div class="content-container">
<h1>Koinoia, the place were you are in the main place!</h1>
<!--- ### Aside para destacar informacion ###--->
<aside style="color:white; font-size: 25px;
font-weight: bold;" id="aside">
<h2>
We ONLY use hospital grade chemicals environmental friendly
</h2>
</aside>
<br>
<!---- ### 2do atributo con estilo en línea ###---->
<a href="#" class="btn" style="color:white; font-size: 25px;
font-weight: bold;
">
Explore Now ↪
</a>
</div>
<div class="img-container">
<img src="img/cleaning.jpg" alt="Cleaning Home">
</div>
</div>
<!--
Seccion dividida por una division tipo "ola", la consegui
en: https://getwaves.io/
-->
<svg class="wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1050 220"><path fill="#112D32" fill-opacity="1" d="M0,160L1440,96L1440,320L0,320Z"></path></svg>
<!--
Seccion de certificados:
1. Certificación Minority Women Business Enterprise Certified (M / WBE).
2. Miembro orgulloso de la Cámara de Comercio Hispana de Brooklyn (BHCC).
-->
<div class="our-certs">
<h3>Our Certifications</h3>
<hr>
<div class="our-certs-logos">
<a href="#"><img src="/img/cert1.jpg" alt=""></a>
<a href="#"><img src="/img/cert2.jpg" alt=""></a>
</div>
</div>
<svg class="wave2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#112D32" fill-opacity="1" d="M0,256L48,234.7C96,213,192,171,288,160C384,149,480,171,576,160C672,149,768,107,864,122.7C960,139,1056,213,1152,218.7C1248,224,1344,160,1392,128L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="customer-section">
<!--Seccion clientes satisfechos-->
<h1 class="text">
Our Happy Customers!
</h1>
<div class="card1">
<p class="card-text1">
I'm not dissapointed of the inversion I've made!
</p>
<div class="card-profile1">
<img src="/img/nyc_finance_logo.png" alt="NYC Finance Logo" class = "card-img1">
<h2 class="card-name1">
NYC Department of Finance
</h2>
</div>
</div>
<div class="card2">
<div class="card-profile2">
<img src="/img/mta.png" alt="Metropolitan Transport Authority (MTA) Logo" class = "card-img2">
<h2 class="card-name2">
Metropolitan Transport Authority (MTA)
</h2>
</div>
<p class="card-text2">
I'm not dissapointed of the inversion I've made!
</p>
</div>
<div class="card3">
<div class="card-profile3">
<img src="/img/willdan.jpg" alt="Willdan Logo" class = "card-img3">
<h2 class="card-name3">
Private Client: WILLDAN Electric
</h2>
</div>
<p class="card-text3">
I'm not dissapointed of the inversion I've made!
</p>
</div>
</div>
<svg class="wave3" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#254E58" fill-opacity="1" d="M0,96L80,122.7C160,149,320,203,480,229.3C640,256,800,256,960,245.3C1120,235,1280,213,1360,202.7L1440,192L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path></svg>
<div class="container-specialization-cards">
<h1 class="text">
Our skilled team and technician are specialized in:
</h1>
<div class="card-spec">
<!--specialization 1-->
<div class="img-spec">
<img src="/img/specializations/marbleRest1.jpeg" alt="Marble Restoration" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Marble Restoration</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 2-->
<div class="img-spec">
<img src="/img/specializations/TerrazzoRest.jpg" alt="Terazzo Restoration" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Terazzo Restoration</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 3-->
<div class="img-spec">
<img src="/img/specializations/ConcreteStain.jpg" alt="Concrete Staining" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Concrete Staining</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 4-->
<div class="img-spec">
<img src="/img/specializations/epoxying.jpg" alt="Epoxying" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Epoxying</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 5-->
<div class="img-spec">
<img src="/img/specializations/polishing.jpg" alt="Polishing" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Polishing</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 6-->
<div class="img-spec">
<img src="/img/specializations/deepCleaning.jpg" alt="Deep Cleaning" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Deep Cleaning</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 7-->
<div class="img-spec">
<img src="/img/specializations/desinfecting.jpg" alt="Desinfecting" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Desinfecting</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 8-->
<div class="img-spec">
<img src="/img/specializations/metalCleaning.jpg" alt="Metal Cleaning" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Metal Cleaning</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 9-->
<div class="img-spec">
<img src="/img/specializations/steamCleaning.jpg" alt="Steam Cleaning" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Steam Cleaning</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
<div class="card-spec">
<!--spec 11-->
<div class="img-spec">
<img src="/img/specializations/stripFlooring.jpg" alt="Strip Flooring" width="250px" height="250px">
</div>
<div class="spec-title">
<h2>Strip Flooring</h2>
</div>
<div class="spec-des">
<button class="btn-spec">Read More...</button>
</div>
</div>
</div>
<svg class="wave4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#88BDBC" fill-opacity="1" d="M0,192L26.7,208C53.3,224,107,256,160,224C213.3,192,267,96,320,64C373.3,32,427,64,480,96C533.3,128,587,160,640,160C693.3,160,747,128,800,138.7C853.3,149,907,203,960,192C1013.3,181,1067,107,1120,90.7C1173.3,75,1227,117,1280,122.7C1333.3,128,1387,96,1413,80L1440,64L1440,320L1413.3,320C1386.7,320,1333,320,1280,320C1226.7,320,1173,320,1120,320C1066.7,320,1013,320,960,320C906.7,320,853,320,800,320C746.7,320,693,320,640,320C586.7,320,533,320,480,320C426.7,320,373,320,320,320C266.7,320,213,320,160,320C106.7,320,53,320,27,320L0,320Z"></path></svg>
<!--###############Seccion servicios##################-->
<div class="container-services">
<h1 style="color:white;">
Services we offer:
</h1>
<input type="radio" name="filter" id="all" checked>
<label class="tagLabel" for="category1">All Services</label>
<input type="radio" name="filter" id="category1">
<label class="tagLabel" for="all">Building Maintenance</label>
<input type="radio" name="filter" id="category2">
<label class="tagLabel" for="category2">Post Construction Clean Up</label>
<input type="radio" name="filter" id="category3">
<label class="tagLabel" for="category3">Metal Cleaning and Maintenance</label>
<div class="img-services">
<div class="category1" >
<img class="img1" style="position: absolute; top:4650px; left: 0px;z-index: 0;" src="img/services_category1/janitoralCleaning.jpg" alt="Janitoral Cleaning" width="220px" height="200px">
<figcaption style="position: absolute; top:4670px; left: 40px;"><h3>Sexto título</h3></figcaption>
<img class="img1" style="position: absolute; top:4650px; left: 250px;" src="img/services_category1/PresureWasher.jpg" alt="Presure Washer" width="220px" height="200px">
<figcaption style="position: absolute; top:4670px; left: 290px;"><h3>Septimo título</h3></figcaption>
<img class="img1" style="position: absolute; top:4650px; left: 500px;" src="img/services_category1/Spackling.jpg" alt="Spackling" width="220px" height="200px">
<figcaption style="position: absolute; top:4670px; left: 590px;"><h3>Octavo título</h3></figcaption>
<img class="img1" style="position: absolute; top:4400px; left: 750px;" src="img/services_category1/woodStripping.jpg" alt="Wood Stripping" width="220px" height="200px">
<figcaption style="position: absolute; top:4430px; left: 790px;"><h3>Cuarto título</h3></figcaption>
<img class="img1" style="position: absolute; top:4400px; left: 1000px;" src="img/services_category1/marbleCleaning.jpg" alt="Marble Cleaning" width="220px" height="200px">
<figcaption style="position: absolute; top:4430px; left: 1040px;"><h3>Quinto título</h3></figcaption>
<img class="img1" style="position: absolute; top:4650px; left: 750px;" src="img/services_category1/hardFloor.jpg" alt="Hard Floor" width="220px" height="200px">
<figcaption style="position: absolute; top:4670px; left: 790px;"><h3>nine título</h3></figcaption>
<img class="img1" style="position: absolute; top:4650px; left: 1000px;" src="img/services_category1/concretePolishing.jpg" alt="Concrete Polishing" width="220px" height="200px">
<figcaption style="position: absolute; top:4670px; left: 1040px;"><h3>ten título</h3></figcaption>
<img class="img1" style="position: absolute; top:4900px; left: 0px;" src="img/services_category1/concreteStaining.jpg" alt="Concrete Staining" width="220px" height="200px">
<figcaption style="position: absolute; top:4910px; left: 40px;"><h3>Primer título</h3></figcaption>
<img class="img1" style="position: absolute; top:4900px; left: 250px;" src="img/services_category1/damageRestoration.jpg" alt="Damage Restoration" width="220px" height="200px">
<figcaption style="position: absolute; top:4910px; left: 290px;"><h3>Primer título</h3></figcaption>
<img class="img1" style="position: absolute; top:4900px; left: 500px;" src="img/services_category1/sewageCamera.jpg" alt="Sewage Camera" width="220px" height="200px">
<figcaption style="position: absolute; top:4910px; left: 540px;"><h3>Primer título</h3></figcaption>
</div>
<div class="category2">
<img class="img2" style="position: absolute; top:4400px; left: 250px;" src="img/services_category2/windowCleaning.jpg" alt="Window Cleaning" width="220px" height="200px">
<figcaption style="position: absolute; top:4430px; left: 300px;"><h3>Segundo Título</h3></figcaption>
<img class="img2" style="position: absolute; top:4400px; left: 500px;" src="img/services_category2/carpetCleaning.jpg" alt="Carpet Cleaning" width="220px" height="200px">
<figcaption style="position: absolute; top:4430px; left: 540px;"><h3>Tercer Título</h3></figcaption>
</div>
<div class="category3">
<img class="img3" style="position: absolute; top:4400px; left: 0px;" src="img/services_category3/terazzoCare.jpg" alt="Terazzo Care" width="220px" height="200px">
<figcaption style="position: absolute; top:4430px; left: 40px;"><h3>Primer título</h3></figcaption>
</div>
</div>
</div>
<!--#######Seccion tabla de precios, usando <table> responsive########
<svg class="wave5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#254E56" fill-opacity="1" d="M0,64L48,96C96,128,192,192,288,213.3C384,235,480,213,576,202.7C672,192,768,192,864,192C960,192,1056,192,1152,181.3C1248,171,1344,149,1392,138.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>-->
<div class="configPricing" style="overflow-x:auto;">
<h1>PRICING TABLE</h1>
<table>
<tr>
<!--COLUMNAS DE LA TABLA-->
<th>PRICE</th>
<th>Services</th>
<th>Images</th>
</tr>
<tr>
<td>ENTERPRISE (Billed Anually)</td>
<td>$225,000 dollars</td>
<td>
<img class="configImgTable" src="/img/send-money.png" alt=""
width="100px" height="100px">
</td>
</tr>
<tr>
<td>Need custom pricing or demo?</td>
<td>If you're interested <br> in additional services, <br>
contact us
</td>
<td>
<img class="configImgTable" src="/img/customer-support.png" alt=""
width="100px" height="100px">
</td>
</tr>
</table>
</div>
<!--
Footer
-->
<footer class="footer_main">
<!--contene-->
<div class="footer">
<!--Info general-->
<div class="footer-heading footer1">
<img src="/img/KoinoiaCleaningLogo.png" alt="Koinoia Logo" width="200px" height="200px">
<p class="footerP">Established in Brooklyn New York in 2015</p>
<!--Iconos redes sociales-->
<div class="social-logos">
<iframe src="footer.html" width="500px" height="125px"></iframe>
<p class="footerP">© Koinoia Cleaning</p>
<h2>Privacy Policy</h2>
<h2>License Agreement</h2>
</div>
</div>
<!--Servicios de la empresa-->
<div class="footer-heading footer2">
<h2>Services</h2>
<a href="">Janitoral Cleaning</a>
<a href="">Metal Cleaning</a>
<a href="">Desinfecting</a>
<a href="">Among Others...</a>
</div>
<!--Newsletter de la empresa-->
<div class="footer-email-form">
<h2>Newsletter</h2>
<h3>Subscribe for latest updates:</h3>
<input type="email" placeholder="Enter your email address..." id="footer-email">
<input type="submit" value="Subscribe" id="footer-email-btn">
</div>
</div>
</footer>
</body>
</html>