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
117 lines (104 loc) · 5.58 KB
/
index.html
File metadata and controls
117 lines (104 loc) · 5.58 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 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://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!-- Add a link to your css file here -->
<link rel="stylesheet" href="style.css">
<!-- Google font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<!-- Add your markup here -->
<header class="d-flex flex-column">
<nav class="navbar navbar-expand-md navbar-dark bg-secondary order-md-2 mt-md-3 mx-md-4">
<div class="container-fluid justify-content-end">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarTogglerDemo01">
<ul class="navbar-nav mb-2 mb-lg-0 align-items-end">
<li class="nav-item">
<a class="nav-link text-uppercase" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase" href="#">Cakes</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase" href="#">Ordering</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase" href="#">Lessons</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase" href="#">About</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="row row-cols-3 bg-secondary">
<div class="col">
<img
src="https://www.leonthebaker.com/imagenes/poridentidad?identidad=66c087bd-403e-4019-8bc7-c581642ff615&ancho=900&alto="
alt="" class="img-fluid img-thumbnail col mx-4 mb-5 mt-md-4 w-25">
</div>
<div class="col-8 align-self-end ps-5">
<p class="text-end ms-5 text-white">The best cakes in town delivered to your door</p>
</div>
</div>
</header>
<main class="mt-5">
<section class="introduccion d-flex flex-column mx-3 flex-md-row row row-cols-md-2">
<div class="bienvenida order-md-2 col">
<h2 class="text-md-end">Welcome</h2>
<p class="mt-4">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eaque odit labore debitis dignissimos
perspiciatis
minima inventore ex doloremque quibusdam voluptas culpa maiores ducimus animi ea laboriosam sequi suscipit,
cum perferendis?</p>
</div>
<img
src="https://images.unsplash.com/photo-1550617931-e17a7b70dce2?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=2550&q=80"
alt="cupcakes" class="img-fluid mt-4 col img-thumbnail">
</section>
<section class="imagenes mx-4 mt-3 d-md-flex justify-content-md-between">
<div class="row row-cols-2">
<img
src="https://images.unsplash.com/photo-1572451479139-6a308211d8be?ixid=MXwxMjA3fDB8MHxzZWFyY2h8Mnx8Y3VwY2FrZXxlbnwwfDB8MHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=60"
alt="cupcake" class="img-fluid col img-thumbnail">
<img
src="https://images.unsplash.com/photo-1601409751311-cbecfe223af4?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1500&q=80"
alt="" class="img-fluid col img-thumbnail">
</div>
<div class="row row-cols-2">
<img
src="https://images.unsplash.com/photo-1498458555718-c60a99aa4ddc?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1500&q=80"
alt="" class="img-fluid col img-thumbnail">
<img
src="https://images.unsplash.com/photo-1567022432449-5cdf87e209a4?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=1500&q=80"
alt="" class="img-fluid-col img-thumbnail">
</div>
</section>
</main>
<footer class="bg-secondary mt-3">
<div class="d-flex flex-column mb-2 text-uppercase ps-3 pt-3 flex-md-row justify-content-md-around">
<a class="text-decoration-none text-reset" href="#" class="">Local Shopping</a>
<a class="text-decoration-none text-reset" href="#" class="">Pay online</a>
<a class="text-decoration-none text-reset" href="#" class="">Contactanos</a>
</div>
<p class="text-center pb-4">Made with ❤ CakesTown © 2021. </p>
</footer>
<!--Bootstrap JavaScript Bundele -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
</body>
</html>
</body>
</html>