-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (104 loc) · 4.52 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Montajes y Pinturas Lesss</title>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<!--FONT AWESOME-->
<script src="https://kit.fontawesome.com/6995eb3d93.js" crossorigin="anonymous"></script>
<!--LOGO TAB ICON-->
<link rel="icon" href="logo.ico">
<!--GOOGLE FONTS-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&family=Source+Sans+Pro:wght@300&display=swap"
rel="stylesheet">
<!--ANIMATE.CSS-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!--CSS CUSTOM-->
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<!--HEADER-->
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg bg-body-tertiary bg-dark sticky-top" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./Images/logo.png" alt="Logo de lesss" width="50x" height="50px">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="./Proyecto/index.html">Imágenes de proyectos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Servicios</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="proyectos">
</div>
<header class="header">
<picture>
<img class="img-fluid" src="https://s11.gifyu.com/images/IMG_20230414_144603.jpg" alt="imagen de un trabajo en estructura metalica">
</picture>
<div class="header-content animate__wobble animate__animated animate__flash">
<img src="./Images/logo.png" alt="lesss logo" height="200px" class="logo">
<h3 class="title">Montajes y Pinturas LESSS</h3>
</div>
</header>
<!--SERVICES-->
<section id="services" class="services text-center bg-dark">
<p class="text">Empresa dedicada a la fabricación de estructuras metálicas, cerrajería y pintura automotriz.
</p>
<h3 class="title">Servicios</h3>
<div class="container grid-3">
<div>
<i class="fas fa-archway fa-5x"></i>
<h3>Montajes</h3>
<p>Montajes de calidad, de todo tipo de estructuras metálicas para su hogar
negocio o empresa.!
</p>
</div>
<div>
<i class="fas fa-door-open fa-5x"></i>
<h3>Cerrajería</h3>
<p>Cerrajería dedicada
</p>
</div>
<div>
<i class="fas fa-spray-can fa-5x"></i>
<h3>Pintura Automotriz</h3>
<p>Pintura a todo tipo de vehiculo
</p>
</div>
<img src="https://s12.gifyu.com/images/image7297d5a814352eae.png" alt="" class="rounded float-start img-thumbnail">
<img src="https://s11.gifyu.com/images/IMG_20220813_144214.jpg" alt="" class="img-thumbnail">
<img src="https://s11.gifyu.com/images/IMG_20230302_112540.jpg" alt="" class="rounded float-start img-thumbnail">
<img src="https://s11.gifyu.com/images/pergola-1.jpg" alt="" class="rounded float-start img-thumbnail">
<img src="https://s12.gifyu.com/images/IMG_20220903_120254.jpg" alt="" class="img-thumbnail">
<img src="https://s12.gifyu.com/images/IMG_20230303_122834.jpg" alt="" class="rounded float-start img-thumbnail">
</div>
</section>
<!--FOOTER-->
<footer class="footer text-center">
<P>
Montajes y pinturas LESSS © 2023 - All rights reserved.
</P>
</footer>
<script src="facturas.js"></script>
<!-- Js Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
</html>