-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclients.html
80 lines (76 loc) · 2.94 KB
/
clients.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
<!DOCTYPE html>
<html>
<head>
<title>Clientes</title>
<meta http="contect-type" content="text/html;" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="icon" href="img/imagotipoWhite.png" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="css/monStylo.css">
</head>
<body>
<nav class="navigation">
<div class="logo">
<img src="img/logoWhite.png" width="60%" height="70%">
</div>
<div class="iz">
<div class="service">
<a href="index.html"><i class="fas fa-hands"></i> <span>Servicios</span></a>
</div>
<div class="contact">
<a href="contactUs.html"><i class="far fa-handshake"> </i> <span>Contáctanos</span></a>
</div>
<div class="galery">
<a href="#"><i class="far fa-images"></i> <span>Galeria</span></a>
</div>
<div class="clients">
<a href="#" class="active"><i class="far fa-copyright"></i> <span>Clientes</span></a>
</div>
<div class="whoWeAre">
<a href="aboutUs.html"><i class="fas fa-question"> </i> <span>Acerca de...</span></a>
</div>
</div>
</nav>
<div class="container">
</div>
<footer>
<div class="we">
<p>
Logistica GA ®<br />
Calle 25 Col. Prohogar,<br />
Alcaldía Azcapotzalco,<br />
CDMX, C.P. 02600<br />
version D.1.0.1
</p>
</div>
<div class="pNt">
<div class="politics">
<a href="politics.html" target="_blank">Políticas de Privacidad.</a>
</div>
<div class="terms">
<a href="terms.html" target="_blank">Términos y Condiciones.</a>
</div>
</div>
<div class="socials">
<div class="title">
<p>Encuentranos en:</p>
</div>
<div class="face">
<a href="https://www.facebook.com/LogistiqueGA" target="_blank"><i class="fab fa-facebook"></i></a>
</div>
<div class="ins">
<a href="https://www.instagram.com/LogistiqueGA" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
<div class="link">
<a href="https://www.linkedin.com/company/logisatica-ga" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="youtube">
<a href="https://www.youtube.com/channel/UCZPkhOXI_9HYifB3QXXTvPg" target="_blank"><i class="fab fa-youtube"></i></a>
</div>
<div class="wpp">
<a href="https://api.whatsapp.com/send?phone=5215514267190" target="_blank"><i class="fab fa-whatsapp"></i></a>
</div>
</div>
</footer>
</body>
</html>