-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
40 lines (36 loc) · 2.15 KB
/
footer.php
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
<footer>
<div class="color-part2"></div>
<div class="color-part"></div>
<div class="container-fluid">
<div class="row block-content">
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.3s">
<img src="img/logo.png" width="200px" alt="Index Logistico TESCIs"/>
<p>Index Logistico TESCI esta herramienta logistica fue diseñada para facilitar las funciones logisticas
</p>
</div>
<div class="col-sm-2 wow zoomIn" data-wow-delay="0.3s">
<h4>MENU</h4>
<nav>
<a href="clearance.php">CORREDORES CARRETEROS EN MEXICO</a>
<a href="road-trucking.php">PYMES</a>
<a href="air-freight.php">TIPOS DE TRANSPORTE</a>
<a href="goods.php">SOSTENIBILIDAD EN LA LOGISTICA</a>
<a href="warehousing.php">EFICIENCIA EN LA CADENA DE SUMINISTRO</a>
<a href="supply-chain-management.php">LOGISTICA INVERSA</a>
</nav>
</div>
<div class="col-sm-2 wow zoomIn" data-wow-delay="0.3s">
<h4>LINKS DIRECTOS</h4>
<nav>
<a href="index.php">Home</a>
<a href="services.php">menu</a>
<a href="about-us.php">Politicas de privasida</a>
<a href="Contactar.php">Contactar</a>
</nav>
</div>
<div class="col-sm-4 wow zoomIn" data-wow-delay="0.3s">
</div>
</div>
<div class="copy text-right"><a id="to-top" href="#this-is-top"><i class="fa fa-chevron-up"></i></a>Estudiantes del tecnologico de estudios superiores de cuautitlan izcalli 2023</div>
</div>
</footer>