-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path05_servicios.html
111 lines (102 loc) · 3.92 KB
/
05_servicios.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
<!DOCTYPE html>
<html lang="es">
<head>
<title>"STEELMASTER CHILE || Soluciones industriales para fabricar su galpón"</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name:"description" content="Ingeniería y Construcción SteelMaster® Ltda. Representantes oficiales de
SteelMaster® Buildings LLC para países de la costa Pacífico de Sudamérica.">
<meta name:"keywords" content="CONSTRUCCION, GALPONES, INDUSTRIA, FABRICA, BODEGAS.">
<!-- ICONO DE PESTAÑA -->
<link rel="icon" href="./icons/LOGO STEEL MASTER.png">
<!-- ENLACE A CSS -->
<link rel="stylesheet" type="text/css" href="./css/estilo.css">
<!-- ENLACE A CSS DE Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<!-- MENU DE NAVEGACION -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html"><img src="./icons/LOGO STEEL MASTER.png" width="70px"
height="50px"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./index.html">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./02_quienes_somos.html">Quienes Somos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./03_proyectos.html">Proyectos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./04_contacto.html">Contacto</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./05_servicios.html">Servicios</a>
</li>
</ul>
</div>
</div>
</nav>
<div>
<!-- Slogan de la empresa-->
<nav class="nav">
<p class="slogan">¡Líderes en Construcción de instalaciones industriales!</p>
</nav>
</div>
<fieldset class="titulo">
<h1>SERVICIOS</h1>
</fieldset>
<div class="text_intro">
<ol>
<li>DISEÑO</li>
<li>IMPORTACION</li>
<li>INSTALACION</li>
</ol>
</div>
<div class="text_intro">
<p>
Las estructuras SteelMaster®, marcan una diferencia a la hora de
desarrollar un proyecto, ofrecemos diseños innovadores, materiales
importados de primera, desarrollamos nuestra propia ingeniería estructural
y Geotecnia.
</p>
</div>
<footer id="MIS BODEGAS.CL">
<div class="logo_back">
<a href="./index.html"><img src="./icons/LOGO STEEL MASTER.jpg" alt="volver" width="100px" height="100px">
</a>
</div>
<section class="flex_container">
<div class="foot1">
<ul class="footer">
<li>Ayuda</li>
<li>Envíos</li>
<li>Opciones de Pag Contacto</li>
</ul>
</div>
<div class="foot2">
<ul class="footer2">
<li>Acerca de:</li>
<li>Noticias</li>
<li>Empleos</li>
<li>Inversionistas</li>
</ul>
</div>
</section>
</footer>
<!-- enlace a Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous">
</script>
</body>
</html>