forked from CodeYourFuture/HTML-CSS-Coursework-Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (128 loc) · 5.01 KB
/
index.html
File metadata and controls
132 lines (128 loc) · 5.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Responsive Cake webpage</title>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="">
<div class="header-banner">
<img
src="https://images.unsplash.com/photo-1560180474-e8563fd75bab?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2000&q=80"
alt=""
/>
<h2>The best cakes of the best</h2>
</div>
<nav
class="navbar justify-content-end navbar-expand-md container navbar-light bg-light"
>
<div class="justify-content-end container-fluid">
<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 justify-content-end"
id="navbarSupportedContent"
>
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"> Cakes </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"> Order in </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Lessons </a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"> About </a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="container welcome">
<div>
<h1>Welcome</h1>
<p>
Este post tiene su origen en una pregunta que lancé en Instagram hace
poco. Pedí a los seguidores de mi cuenta @mantelacuadros que me
descubrieran los mejores cafés de Barcelona. ¡Y me dieron un montón de
recomendaciones! Porque sitios de buen café, «haberlos hailos» (como
las meigas), pero a veces cuesta encontrarlos o ninguno de pilla cerca
cuando más lo necesitas. Por eso se me ocurrió crear este mapa de
cafeterías con buen café en Barcelona, con todas vuestras
recomendaciones. Debajo del mapa te cuento un poquito más sobre cada
cafetería. Y si echas en falta alguna cafetería con buen café, déjame
un comentario y la incluiré.
</p>
</div>
<img
src="https://images.unsplash.com/photo-1495147466023-ac5c588e2e94?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
alt=""
/>
</section>
<section class="cards row">
<img
class="card col-md-3 col-6"
src="https://images.unsplash.com/photo-1614145121029-83a9f7b68bf4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
alt="img_cake_1"
/>
<img
class="card col-md-3 col-6"
src="https://images.unsplash.com/photo-1606890737304-57a1ca8a5b62?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=803&q=80"
alt="img_cake_2"
/>
<img
class="card col-md-3 col-6"
src="https://images.unsplash.com/photo-1626552473087-db08c9bb4843?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
alt="img_cake_3"
/>
<img
class="card col-md-3 col-6"
src="https://images.unsplash.com/photo-1624000961428-eeece184988b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80"
alt="img_cake_4"
/>
</section>
<footer>
<div>
<div class="footer_icons">
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-whatsapp"></i>
</div>
<p>Copyright © 2022 The Best Cake.</p>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</body>
</html>