-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
234 lines (234 loc) · 9.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Bootstrap demo</title>
<link
rel="shortcut icon"
href="./imgs/construction_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg"
type="image/x-icon"
/>
<link rel="stylesheet" href="./fonts/" />
<link rel="stylesheet" href="./styles.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-yellow sticky-top p-lg-0">
<div class="container-fluid">
<div class="navbar-brand d-flex flex-row p-lg-0" href="#">
<img
src="./imgs/construction_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24 copy.svg"
/>
<p class="pt-2 fs-1">Steelflex</p>
</div>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="collapse navbar-collapse px-3 py-lg-0" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active fs-4" aria-current="page" href="#"
>Inicio</a
>
</li>
<li class="nav-item">
<a class="nav-link fs-4" href="#Informacion">Informacion</a>
</li>
<li class="nav-item">
<a class="nav-link fs-4" href="#">Productos</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle fs-4"
href=""
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Contactanos!
</a>
<ul class="dropdown-menu dropdown">
<li><a class="dropdown-item" href="#">Por mail</a></li>
<li><a class="dropdown-item" href="#">Por telefono</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<section class="section hero py-5">
<div class="container">
<div class="row flex-column flex-xl-row-reverse">
<div
class="col-12 col-xl-6 d-flex flex-column justify-content-center hero-image"
>
<img
class="img-fluid raster rounded-5 overflow-hidden w-100 h-100"
src="imgs/Screenshot 2024-09-03 082445.png"
alt="image of cranes constructing a lix system"
/>
</div>
<div
class="col-12 col-xl-6 d-flex flex-column justify-content-center"
>
<h3
class="hero-title fw-bold display-1 text-dark text-center text-xl-start pb-4"
>
<strong>Steelflex.</strong>
</h3>
<p class="text-center text-black-61 text-xl-start pb-4">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Dignissimos distinctio itaque, sed quia ex placeat debitis soluta
quibusdam nulla aut repellat impedit laborum minima aliquam quas
autem, illo nostrum sapiente?
</p>
<div class="d-flex flex-column flex-xl-row">
<a class="btn btn-dark text-yellow px-4 my-1" href="#Informacion"
>Porque nosotros?</a
>
<a class="btn btn-outline-dark px-4 my-1 ms-xl-4" href="/install"
>Compra
<span class="ms-2">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentcolor"
class="bi bi-arrow-right"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1 8a.5.5.0 01.5-.5h11.793l-3.147-3.146a.5.5.0 01.708-.708l4 4a.5.5.0 010 .708l-4 4a.5.5.0 01-.708-.708L13.293 8.5H1.5A.5.5.0 011 8z"
></path>
</svg>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section portfolio">
<div class="container">
<div class="row portfolio-feature">
<div
class="col-12 col-xl-6 d-flex flex-column justify-content-center"
>
<img
class="img-fluid rounded-5 "
src="./imgs/3e7d86a2-fb5f-4913-a2a7-16dad9239f18-3912339038.jpg"
alt="replace me 1"
width="100%"
/>
</div>
<div
class="col-12 col-xl-6 d-flex flex-column justify-content-center"
>
<p class="text-dark fw-semibold mb-2">Una nueva forma de comprar hidraulica.</p>
<h3 class="fs-1 fw-bold text-black pb-3">
Compra y pide servicios/suministros de una manera facil y simple
</h3>
<p class="text-dark pb-3">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sapiente quas tenetur voluptatibus quo libero recusandae consequatur alias vel adipisci. Consequuntur expedita accusantium eum quasi, tempore suscipit quibusdam atque omnis nulla.
</p>
<div id="Informacion"></div>
</div>
</div>
</div>
</section>
<section class="section ecosystem py-5">
<div class="container">
<div class="row justify-content-center pb-5">
<div class="col-12 col-xl-6">
<h1
class="hero-title fw-bold display-1 text-black text-center pb-4"
>
Steelflex
</h1>
<p class="text-black-61 text-center pb-3 great">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Sed
culpa harum maxime laboriosam aliquid mollitia. Odio magni vero,
amet consectetur cum odit, vel alias, tempora deserunt labore
voluptatibus tempore impedit!
</p>
</div>
</div>
<div class="row g-4 g-md-5 h-100 d-flex flex-column align-items-center flex-xl-row">
<div class="col-12 col-md-9 col-xl-4">
<div class="card bg-dark border-3 border-black rounded-5 p-5 d-flex flex-column justify-content-center align-items-center">
<img
class="img-fluid svg col-7"
src="./imgs/construction_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg"
/>
<div class="card-body text-center">
<h4 class="card-title text-center pb-3" style="color: #ffd55e">
Nos concentramos en un servicio integral.
</h4>
<p class="card-text pb-3" style="color: #d3ad44">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Corrupti laudantium aliquid nam quaerat sint
</p>
</div>
</div>
</div>
<div class="col-12 col-md-9 col-xl-4">
<div class="card bg-dark border-3 border-black rounded-5 p-4 d-flex flex-column justify-content-center align-items-center">
<img
class="img-fluid svg col-6"
src="./imgs/verified_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg"
/>
<div class="card-body text-center">
<h4 class="card-title text-center pb-4" style="color: #ffd55e">
Nos aseguramos de que nuestros productos sean de calidad
excelente.
</h4>
<p class="card-text text-black-61 pb-4" style="color: #d3ad44">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Corrupti laudantium aliquid nam quaerat sint
</p>
</div>
</div>
</div>
<div class="col-12 col-md-9 col-xl-4">
<div class="card bg-dark border-3 border-black rounded-5 p-5 d-flex flex-column justify-content-center align-items-center">
<img
class="img-fluid svg col-7"
src="./imgs/work_history_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg"
width=""
/>
<div class="card-body text-center">
<h4 class="card-title text-center pb-3" style="color: #ffd55e">
Nos aseguramos de conformar con su tiempo.
</h4>
<p class="card-text pb-3" style="color: #d3ad44">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Corrupti laudantium aliquid nam quaerat sint
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</body>
</html>