-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBlog.html
More file actions
301 lines (270 loc) · 10.4 KB
/
Blog.html
File metadata and controls
301 lines (270 loc) · 10.4 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SmartFarmSystems</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mulish:400,700">
<link rel="stylesheet" href="css/misestilos.css" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<style>
body {
background-color: #ffffff;
color: #fff;
font-family: 'Mulish', sans-serif;
}
header {
text-align: left;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
header h1 {
font-size: 40px;
}
#encabezado {
display: flex;
align-items: center;
text-align: left;
background-color: rgb(255, 255, 255);
color: black;
padding: 40px 0;
position: relative;
width: 100%;
margin: 0;
}
.contenido {
flex: 1;
padding: 0 40px;
}
.imagen {
flex: 1;
text-align: right;
}
.imagen img {
width: auto;
height: 520px;
border-radius: 20px;
margin-right: 50px;
}
.boton-descubre {
margin-top: 20px;
}
.btn-descubre {
background-color: #F49292;
color: white;
padding: 15px 30px;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
font-size: 25px;
}
.btn-descubre:hover {
background-color: #F47C7C;
}
#encabezado h2 {
font-size: 60px;
color: #000000;
padding: 5px 0;
margin-left: 40px;
}
#encabezado h4 {
text-align: justify;
font-size: 20px;
color: #000000;
margin-left: 45px;
font-weight: normal;
}
#encabezado a {
color: #000000;
text-decoration: none;
padding: 10px 20px;
border-radius: 7px;
font-weight: bold;
margin-top: 20px;
display: inline-block;
margin-left: 40px;
border: none;
}
#encabezado p {
font-size: 15px;
color: #000000;
padding: 40px 0;
margin-left: 30px;
}
#encabezado .opciones {
background-color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
}
ul {
list-style: none;
}
li {
margin: 10px 0;
}
input[type="checkbox"] {
display: none;
}
label.checkbox-label {
position: relative;
padding-left: 25px;
cursor: pointer;
}
label.checkbox-label::before {
content: " ";
display: inline-block;
width: 20px;
height: 20px;
background-color: rgb(255, 255, 255);
border: 1px solid #888;
position: absolute;
left: 0;
top: 1px;
}
input[type="checkbox"]:checked + label.checkbox-label::before {
background-color: rgb(102, 150, 102);
}
.blogs-posts {
margin-top: 50px;
text-align: center;
}
.posts {
margin-bottom: 50px;
margin-left: 30px;
width: 542px;
height: 399px;
flex-shrink: 0;
border-radius: 25px;
background: #D9D9D9;
display: inline-block;
vertical-align: top;
}
.posts p {
width: 497px;
color: #58A371;
font-family: Quicksand;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 20px;
padding-left: 30px;
}
.posts img {
width: 542px;
height: 215px;
flex-shrink: 0;
border-radius: 25px 25px 0px 0px;
}
.posts h4 {
width: 502px;
height: 58px;
flex-shrink: 0;
color: #000;
font-family: Quicksand;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 17px;
padding-left: 30px;
}
</style>
</head>
<body>
<header style="background-color: #ffffff; padding: 10px; font-family: 'Quicksand', sans-serif">
<a href="index.html">
<img src="images/SmartFarmLogo.jpeg" height="100" style="margin-left: 20px;">
</a>
<nav>
<div class="menu-bar">
<a href="Nosotros.html" class="menu-item">Nosotros</a>
<a href="Servicios.html" class="menu-item">Servicios</a>
<a href="contactanos.html" class="menu-item">Contáctanos</a>
<a href="#blogs" class="menu-item">Blog</a>
<a href="Registro.html" class="menu-item2">Crear Cuenta</a>
<a href="InicioSesion.html" class="menu-item3">Ingresar</a>
</div>
</nav>
</header>
<main>
<div class="blogs-posts" id="blogs">
<h2 class="separator" style="color:#000;">
Blogs destacados
</h2>
<div class="posts">
<a href="blog1.html">
<img src="images/blog/1blog.jpg" alt="blog1">
<p>Maximiza tu Eficiencia Hídrica con Riego Automatizado</p>
<h4>En el mundo de la agricultura moderna, la eficiencia en el uso del agua no es solo una necesidad, es ...</h4>
</a>
</div>
<div class="posts">
<a href="blog2.html">
<img src="images/blog/2blog.jpeg" alt="blog2">
<p>Revoluciona la Nutrición de tu Ganado con Alimentación Automatizada</p>
<h4>La alimentación de tu ganado juega un papel crucial en su salud y productividad. Con SmartFarm Systems ....</h4>
</a>
</div>
<div class="posts">
<a href="blog3.html">
<img src="images/blog/3blog.jpg" alt="blog3">
<p>Toma Decisiones Informadas con Monitoreo de Cultivos en Tiempo Real</p>
<h4>La agricultura inteligente significa tomar decisiones basadas en datos, no en conjeturas. Nuestro sistema de monitoreo ....</h4>
</a>
</div>
<div class="posts">
<a href="blog4.html">
<img src="images/blog/4blog.jpeg" alt="blog4">
<p>Protege tu Inversión Agrícola con Tecnología de Vigilancia Avanzada</p>
<h4>La seguridad de tu granja es tan importante como la producción misma. Nuestras cámaras de vigilancia avanzadas....</h4>
</a>
</div>
</div>
</main>
<footer style="padding: 20px 0; text-align: left; font-family: 'Quicksand', sans-serif; background-color: #D5F1E5;">
<div style="display: flex; justify-content: space-between; align-items: flex-start;">
<div style="flex: 1;">
<img src="images/SmartFarmLogo.jpeg" height="150" style="margin-left: 50px;">
</div>
<div style="flex: 1; justify-content: space-between; align-items: flex-start;">
<a href="contactanos.html" style="display: block; margin-bottom: 10px;">Contáctanos</a>
<a href="#" style="display: block; margin-bottom: 10px;">✉ info@smartfarm.pe</a>
<a href="#" style="display: block; margin-bottom: 10px;">Empresas</a>
<a href="#" style="display: block; margin-bottom: 10px;">Inscripción</a>
<a href="#" style="display: block; margin-bottom: 10px;">Términos y condiciones</a>
</div>
<div style="flex: 1;">
<div style="margin-bottom: 10px;">
<p style="font-size: 20px; font-weight: bold; margin-top: 20px; margin-bottom: 10px;">LOCALES Y CONTACTO</p>
<p>Av. San Luis 2645, San Borja</p>
<p>941 145 243</p>
<p>01 635 2774</p>
</div>
</div>
<div style="flex: 1;">
<div style="margin-bottom: 5px;">
<p style="font-size: 20px; font-weight: bold; margin-top: 20px; margin-bottom: 10px;">HORARIOS</p>
<p style="font-weight: bold;">San Borja</p>
<p>Atención: Lunes a Sábado - 8 a.m. - 10 p.m.</p>
<p>Domingos - 8 a.m. - 8 p.m.</p>
<p>1012457896</p>
</div>
</div>
</div>
<p style="margin-top: 10px; text-align: center;">@2024 Smart Farm Systems | Todos los derechos reservados.</p>
<div style="text-align: left; margin-left: 50px; margin-top: -20px; display: flex; align-items: center;">
<a href="https://www.facebook.com/" target="_blank"><img src="images/facebook silueta.png" height="35" style="margin-right: 20px;"></a>
<a href="https://www.instagram.com/" target="_blank"><img src="images/instagram silueta.png" height="35" style="margin-right: 20px;"></a>
<a href="https://www.youtube.com/" target="_blank"><img src="images/youtube silueta.png" height="40"></a>
</div>
</footer>
</body>
</html>