-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
183 lines (145 loc) · 8.09 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
<!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">
<title>Boo's Yogurt | Home</title>
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Open+Sans:wght@300;700&display=swap"
rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navigation -->
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<nav class="navbar navbar-light">
<a class="navbar-brand" href="index.html">
<img class="logo" src="images/milk-logo.svg" alt="">
</a>
</nav>
<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 ms-auto mb-2 mb-lg-0 float-end">
<li class="nav-item mx-0 mx-md-4 btn btn-outline-light" style="width: 130px;">
<a class="btn btn-navigation nav-link text-white " href="#">Contact</a>
</li>
<li class="nav-item dropdown btn btn-outline-light" style="width: 130px;">
<a class="nav-link dropdown-toggle text-white" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Flavour
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#">Ham</a></li>
<li><a class="dropdown-item" href="#">Beef</a></li>
<li><a class="dropdown-item" href="#">Chicken</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- jumbotron -->
<div class="jumbotron p-5">
<div class="row">
<div class="col-12 col-md-7 text-center text-md-start">
<h1 class="display-4 drop-shadow">Thick & Creamy </h1>
<p class="lead">With real meat chunks</p>
<a class="btn btn-outline-light px-4" href="#" role="button">PRICING</a>
</div>
<div class="col-12 col-md-5 mt-5 mt-md-0">
<img src="images/hero1.png" alt="" class="rounded float-end img-fluid" width="500px" height="auto">
</div>
</div>
</div>
<!-- founder message -->
<div class="row">
<div class="col-12 col-md-4 box">
<img src="images/headshot.jpg" class="img-fluid rounded-start border-lg" alt="">
</div>
<div
class="col-12 col-md-8 bg-white text-black p-5 d-flex align-items-center border border-dark rounded-end border-lg">
<section>
<h2>Message From founder</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. In architecto fuga repellat quo, sunt
eos aliquid doloribus doloremque. Totam, quas dolor. Dolore enim, commodi eligendi illo alias
unde doloremque voluptatibus tempore laudantium? Saepe temporibus aliquid ex officia aperiam
voluptas quibusdam! Eos quasi quae ipsa assumenda reiciendis accusantium porro laborum
natus.loream50</p>
</section>
</div>
</div>
<!-- carousel -->
<div id="carouselExampleControls" class="carousel slide d-none d-md-block" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/yogurt-1.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/yogurt-2.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/yogurt-3.png" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Cards -->
<div class="card-group my-5">
<div class="card m-4 shadow" style="width: 18rem;">
<img src="images/product1.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-primary stretched-link">Go
somewhere</a>
</div>
</div>
<div class="card m-4 shadow" style="width: 18rem;">
<img src="images/product2.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-primary stretched-link">Go
somewhere</a>
</div>
</div>
<div class="card m-4 shadow" style="width: 18rem;">
<img src="images/product3.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
<a href="#" class="btn btn-primary stretched-link">Go
somewhere</a>
</div>
</div>
</div>
</div>
<!-- Bootstrap JS........choose one of 2 opt -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script> -->
</body>
</html>