-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (106 loc) · 5.59 KB
/
Copy pathindex.html
File metadata and controls
117 lines (106 loc) · 5.59 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
<!DOCTYPE html>
<html lang="en">
<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">
<!-- Titulo , Descripcion , Keywords -->
<title>CoffeRo</title>
<!-- Etiquetas META-->
<meta name="description" content="El mejor café de Uruguay">
<meta name="keywords" content="Diseño web, diseño de café,diseño de paginas, uruguay, desayuno, sabores">
<!-- BOOTSTRAP-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header class="header">
<nav class="navbar navbar-expand-lg bg-ligh border-bottom border-warning">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="assets/img/logo-comprimido.png" alt="Logo de café" class="logo-img" width="100" height="70"></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 bg-warning "></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0 navbar-item a">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/pages/nosotros.html">Nosotros</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/pages/menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/pages/productos.html">Productos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/pages/contacto.html">Contacto</a>
</li>
</ul>
<div>
<div class="iconos">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-cart" viewBox="0 0 16 16">
<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
class="bi bi-person" viewBox="0 0 16 16">
<path
d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z" />
</svg>
</div>
</div>
</nav>
</header>
<!-----------------INICIO------------------>
<section class="inicio" id="inicio">
<div class="content">
<!--Dentro de h1 y a se encuentran animaciones-->
<h1 data-aos="fade-down" data-aos-easing="linear" data-aos-duration="1500">
Cada taza de COFFERO es <span>Única</span>
</h1>
<a href="assets/pages/menu.html" class="btn" data-aos="flip-left" data-aos-easing="ease-out-cubic" data-aos-duration="2000">
Ver menu
</a>
</div>
</section>
<!-------------------FOOTER---------->
<footer class="footer">
<div class="sociales">
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-facebook"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
<ul class="lista">
<li class="lista__link">
<a href="assets/pages/nosotros.html">Nosotros</a>
</li>
<li class="lista__link">
<a href="assets/pages/contacto.html">Contacto</a>
</li>
<li class="lista__link">
<a href="assets/pages/menu.html">Menu</a>
</li>
<li class="lista__link">
<a href="assets/pages/productos.html">Productos</a>
</li>
</ul>
<p class="copyright">
CoffeRo @ 2022
</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous">
</script>
<script src="https://kit.fontawesome.com/73f851add2.js" crossorigin="anonymus"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>