-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
445 lines (406 loc) · 15.4 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
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
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./static/image/icon-header.svg">
<!-- style -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./static/style/normalize.css" />
<link rel="stylesheet" href="./static/style/reset.css" />
<link rel="stylesheet" href="./static/style/base.css" />
<link rel="stylesheet" href="./static/style/header.css" />
<link rel="stylesheet" href="./static/style/section-uno.css" />
<link rel="stylesheet" href="./static/style/section-dos.css" />
<link rel="stylesheet" href="./static/style/section-tres.css" />
<link rel="stylesheet" href="./static/style/section-cuatro.css" />
<link rel="stylesheet" href="./static/style/section-cinco.css" />
<link rel="stylesheet" href="./static/style/section-seix.css" />
<link rel="stylesheet" href="./static/style/section-siete.css">
<link rel="stylesheet" href="./static/style/section-ocho.css" />
<link rel="stylesheet" href="./static/style/footer.css" />
<title>Veterinaria</title>
</head>
<body>
<!-- inicia header -->
<header id="header">
<nav>
<h1>
<a href="#header">
<img
src="./static/image/logotipo.png"
alt="logo-company"
class="logo-company"
/>
</a>
</h1>
<div class="menu">
<a class="menu-item" href="#Home">Home</a>
<a class="menu-item" href="#About">About</a>
<a class="menu-item" href="#Service">Service</a>
<a class="menu-item" href="#Contact">Contact</a>
<input type="text" class="input-menu" placeholder="Search.." />
<div class="button-menu">
<a class="button-menu" href=""
><img
src="./static/image/lupa-blanca.png"
alt="lupa"
class="lupa-button"
/></a>
</div>
</div>
</nav>
</header>
<!-- termina header -->
<main>
<!-- inicia section-1 -->
<section class="section-1">
<div class="section-contenido">
<h2 class="texto-section texto-titulo">
First I wanted to be a veterinarian
</h2>
<h3 class="texto-section texto-parrafo">
Lorem Ipsum available but the majority have suffered alteration in
some form, by injected humour randomised words.
</h3>
<div class="button-section1">
<a href="" class="button-1">Contact Us</a>
<a href="" class="button-2">Our Service</a>
</div>
</div>
<img
class="imagen-section-1"
src="./static/image/image-header-dog.png"
alt="perro"
/>
</section>
<!-- termina section-1 -->
<!-- inicia section 2 -->
<section class="section-dos">
<div class="section-dos-left">
<h2 class="section-dos-titulo">
As a veterinarian and lover of animals.
</h2>
<p class="section-dos-parrafo">
Lorem Ipsum available but the majoty suffered alteration in some
form, by humour randomised words.
</p>
<a class="section-dos-button">Our Service</a>
</div>
<img
src="./static/image/image-section-2.png"
alt="perro con familia"
class="img-principal"
/>
</section>
<!-- termina section 2 -->
<!-- inicia section 3 -->
<section class="section-tres">
<h2 class="section-tres-titulo">Title Here</h2>
<p class="section-tres-parrafo">
Lorem Ipsum available, but the majority have suffered alteration in
some form.
</p>
<div class="section-tres-cajas">
<div class="section-tres-caja1">
<img
src="./static/image/image-2-section-3.png"
alt=""
class="caja1-img"
/>
<h3 class="caja-titulo">Veterinarian</h3>
<p class="caja-parrafo">
Lorem Ipsum available, but the majority have suffered alteration
in some.
</p>
</div>
<div class="section-tres-caja2">
<img
src="./static/image/image-2-section-3-1.png"
alt=""
class="caja2-img"
/>
<h3 class="caja-titulo">Vaccination Care</h3>
<p class="caja-parrafo">
Lorem Ipsum available, but the majority have suffered alteration
in some.
</p>
</div>
<div class="section-tres-caja3">
<img
src="./static/image/image-1-section-3.png"
alt=""
class="caja3-img"
/>
<h3 class="caja-titulo">Dental Care</h3>
<p class="caja-parrafo">
Lorem Ipsum available, but the majority have suffered alteration
in some.
</p>
</div>
</div>
</section>
<!-- termina section 3 -->
<!-- inicia section 4 -->
<section class="section-cuatro">
<img
src="./static/image/image-section-4.png"
alt="perro con familia"
class="img-principal"
/>
<div class="section-cuatro-right">
<h2 class="section-cuatro-titulo">
As a veterinarian and lover of anima
</h2>
<p class="section-cuatro-parrafo">
Lorem Ipsum available but the majoty suffered alteration in some
form, by humour randomised words.
</p>
<a class="section-cuatro-button">Our Service</a>
</div>
</section>
<!-- termina section 4 -->
<!-- inicia section 5 -->
<section class="section-cinco">
<h2 class="section-cinco-titulo">Title Here</h2>
<p class="section-cinco-parrafo">
Lorem Ipsum available, but the majority have suffered alteration in
some form.
</p>
<div class="section-cinco-cajas">
<div class="section-cinco-caja1">
<img
src="./static/image/image-2-section-5.png"
alt=""
class="caja1-img"
/>
<p class="precio"><span class="precio-tachado">$50</span> $30</p>
<a class="button-caja">Buy Now</a>
</div>
<div class="section-cinco-caja2">
<img
src="./static/image/image-3-section-5.png"
alt=""
class="caja2-img"
/>
<p class="precio"><span class="precio-tachado">$40</span> $25</p>
<a class="button-caja">Buy Now</a>
</div>
<div class="section-cinco-caja3">
<img
src="./static/image/image-1-section-5.png"
alt=""
class="caja3-img"
/>
<p class="precio"><span class="precio-tachado">$45</span> $20</p>
<a class="button-caja">Buy Now</a>
</div>
</div>
</section>
<!-- termina section 5 -->
<!-- inicia section 6 -->
<section class="section-seis">
<h2 class="section-seis-titulo">The vetcare team</h2>
<p class="section-seis-parrafo">
Lorem Ipsum available, but the majority have suffered alteration in
some form.
</p>
<div class="section-seis-cajas">
<div class="section-seis-caja1">
<img src="./static/image/doc-1.png" alt="" class="caja1-img" />
<h3 class="nombre">Jennifer Mullen</h3>
<p class="ocupacion">VETERINARY</p>
<div class="redes-sociales">
<div class="instagram">
<img src="./static/image/Instagram.png" alt="icono instagram " />
</div>
<div class="facebook">
<img src="./static/image/Facebook.png" alt="icono facebook" />
</div>
<div class="twitter">
<img src="./static/image/Twitter.png" alt="icono twitter" />
</div>
<div class="whatsapp">
<img src="./static/image/WhatsApp.png" alt="icono whatsapp" />
</div>
</div>
</div>
<div class="section-seis-caja2">
<img src="./static/image/doc-2.png" alt="" class="caja2-img" />
<h3 class="nombre">Sheeren Collins</h3>
<p class="ocupacion">ADMINISTRATION</p>
<div class="redes-sociales">
<div class="instagram">
<img src="./static/image/Instagram.png" alt="icono instagram " />
</div>
<div class="facebook">
<img src="./static/image/Facebook.png" alt="icono facebook" />
</div>
<div class="twitter">
<img src="./static/image/Twitter.png" alt="icono twitter" />
</div>
<div class="whatsapp">
<img src="./static/image/WhatsApp.png" alt="icono whatsapp" />
</div>
</div>
</div>
<div class="section-seis-caja3">
<img src="./static/image/doc-3.png " alt="" class="caja3-img" />
<h3 class="nombre">Jennifer Mullen</h3>
<p class="ocupacion">VETERINARY</p>
<div class="redes-sociales">
<div class="instagram">
<img src="./static/image/Instagram.png" alt="icono instagram " />
</div>
<div class="facebook">
<img src="./static/image/Facebook.png" alt="icono facebook" />
</div>
<div class="twitter">
<img src="./static/image/Twitter.png" alt="icono twitter" />
</div>
<div class="whatsapp">
<img src="./static/image/WhatsApp.png" alt="icono whatsapp" />
</div>
</div>
</div>
</div>
</section>
<!-- termina section 6 -->
<!-- inicia section 7 -->
<section class="section-siete">
<div class="section-siete-cajas">
<div class="section-siete-caja1">
<img
src="./static/image/Icon-1.png"
alt="icono corazon"
class="caja-img"
/>
<h3 class="caja-cifra uno">+34793</h3>
<p class="caja-parrafo uno">
Happy Clients
</p>
</div>
<div class="section-siete-caja2">
<img
src="./static/image/Icon-2.png"
alt="icono medico"
class="caja-img"
/>
<h3 class="caja-cifra dos">+45382</h3>
<p class="caja-parrafo dos">
Departament
</p>
</div>
<div class="section-siete-caja3">
<img
src="./static/image/Icon-3.png"
alt=""
class="caja-img"
/>
<h3 class="caja-cifra tres">+54762
</h3>
<p class="caja-parrafo tres">
Vaccinations
</p>
</div>
</div>
</section>
<!-- termina section 7 -->
<!-- inicia section 8 -->
<section class="section-ocho">
<h2 class="section-ocho-titulo">Recent Posts</h2>
<p class="section-ocho-parrafo">
Lorem Ipsum available, but the majority have
suffered alteration in some form
</p>
<div class="section-ocho-cajas">
<div class="section-ocho-caja1">
<img src="./static/image/recent-post-1.png" alt="" class="caja1-img"/><div class="caja-informacion">
<h3 class="caja-titulo">As a veterinarian and
lover of animals</h3>
<p class="caja-fecha">FEBRUARY 09, 2020</p>
<p class="caja-parrafo">Lorem Ipsum available, but the majo
rity have suffered alteration in some
words which look.</p>
<a href="">Read More+</a>
</div>
</div>
<div class="section-ocho-caja2">
<img src="./static/image/recent-post-2.png" alt="" class="caja2-img" />
<div class="caja-informacion sin-borde">
<h3 class="caja-titulo">As a veterinarian and
lover of animals</h3>
<p class="caja-fecha">FEBRUARY 09, 2020</p>
<p class="caja-parrafo">Lorem Ipsum available, but the majo
rity have suffered alteration in some
words which look.</p>
<a href="">Read More+</a>
</div>
</div>
<div class="section-ocho-caja3">
<img src="./static/image/recent-post-3.png" alt="" class="caja3-img" />
<div class="caja-informacion">
<h3 class="caja-titulo">As a veterinarian and
lover of animals</h3>
<p class="caja-fecha">FEBRUARY 09, 2020</p>
<p class="caja-parrafo">Lorem Ipsum available, but the majo
rity have suffered alteration in some
words which look.</p>
<a href="">Read More+</a>
</div>
</div>
</div>
</section>
<!-- termina section 8 -->
<!-- footer -->
<footer>
<div class="about">
<h2 class="titulo">About</h2>
<p class="about-item">History</p>
<p class="about-item">Our Team</p>
<p class="about-item">Brand Guidelines</p>
<p class="about-item">Terms & Condition</p>
<p class="about-item">Privacy Policy</p>
</div>
<div class="services">
<h2 class="titulo">Services</h2>
<p class=" services-item">How to Order</p>
<p class="services-item">Our Product</p>
<p class="services-item">Order Status</p>
<p class="services-item">Promo</p>
<p class="services-item">Payment Meth</p>
</div>
<div class="contact">
<h2 class="titulo">Title Here</h2>
<p class="parrafo-contact">Lorem Ipsum available, but the majorit</p>
<div class="contenedor-buscar">
<div class="contenedot-input">
<input type="text" class="input-footer">
</div>
<div class="contenedor-button">
<!-- <a class="button-footer" href="" -->
<img
src="./static/image/icon-enviar.png"
alt="lupa"
class="enviar-button"
/>
</div>
</div>
<div class="footer-redes-sociales">
<img class="foooter-instagram" src="./static/image/Instagram-footer.png" alt="icono instagram">
<img class="footer-facebook"src="./static/image/Facebook-footer.png" alt="icono facebook">
<img class="footertwitter" src="./static/image/Twitter-footer.png" alt="icono facebook">
<img class="footer-whatsapp" src="./static/image/WhatsApp-footer.png" alt="icono whatsapp">
</div>
</div>
</footer>
<!-- footer -->
</main>
</body>
</html>