-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
274 lines (246 loc) · 12.6 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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!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>Starbucks coffee company</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div class="container-fluid">
<!-- header starts -->
<header class="container-fluid p-3">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg navbar-light">
<img style="width:50px ;" src="images/10001.svg" alt="starbucks">
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-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 mr-auto pl-4">
<li class="nav-item active">
<a style="font-weight:700"class=" nav-link" href="#">MENU <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a style="font-weight:700" class=" hov nav-link" href="#">REWARD <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a style="font-weight:700" class="hov nav-link" href="#">GIFT CARD<span
class="sr-only">(current)</span></a>
</li>
</ul>
<ul class=" navbar-nav">
<li class="nav-item active">
<i style="font-weight:700" class="material-symbols-outlined">location_on</i>
<span class="hov" style="font-weight:500">Find a store</span>
</li>
<li class="nav-item active">
<button class=" sign px-3 ml-4" type="button" class="btn">sign in</button>
</li>
<li class="nav-item active">
<button class=" join px-3 ml-4" type="button" class="btn">join now</button>
</li>
</ul>
</div>
</nav>
</div>
</div>
<hr>
</header>
<!-- header end -->
<!-- First section -->
<section>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-6 m-0 p-0">
<img class="images" class="img-fluid" src="images/137-79280.jpg">
</div>
<div class="col-sm-12 col-md-6 col-lg-6 text-center p-5" style="background-color: #d4e9e2;">
<h4 class="pt-5">Fall at your fingertips</h4>
<p class="para p-4">Ordering your fall favorites is a snap with the app.<br>
Join Starbucks®Rewards and tap into fall.</p>
<button class="para-button" class="btn px-5">join now</button>
</div>
</div>
</section>
<!-- Firt section End -->
<!-- Second section -->
<section class="pt-4">
<div class="row pt-2">
<div class="col-sm-12 col-md-6 col-lg-6 text-white text-center p-5" style="background-color:#006241;">
<h1 class="pt-5" style="font-size:3.2rem;">Layers of baked <br>apple yum</h1>
<h4 class="p-4">Try the Apple Crisp Oatmilk Macchiato,<br> now nondairy and with Starbucks®
Blonde<br>
Espresso.</h4>
<button class="learn-more m-3" class="btn">Learn more</button>
</div>
<div class="col-sm-12 col-md-6 col-lg-6 m-0 p-0">
<img class="images" class="img-fluid" src="images/137-79282.jpg">
</div>
</div>
</section>
<!-- Second-section End -->
<!-- third section -->
<section class="pt-4">
<div class="row pt-2">
<div class="col-sm-12 col-md-6 col-lg-6 m-0 p-0">
<img class="images" class="img-fluid" src="images/137-79281.jpg" alt="">
</div>
<div class="col-sm-12 col-md-6 col-lg-6 text-white text-center p-5" style="background-color:#006241;">
<h1 style="font-size:3.7rem;" class="p-4">Welcome home,<br>pumpkin</h1>
<h4 class="p-4">Fall favorites return with the blissful<br> Pumpkin Spice Latte and smooth
Pumpkin<br> Cream Cold Brew.</h4>
<button class="learn-more" class="btn">Learn more</button>
</div>
</div>
</section>
<!-- third section end -->
<!-- fourth Section -->
<section class="pt-4">
<div class="row pt-2">
<div class="col-sm-12 col-md-6 col-lg-6 text-white text-center p-5" style="background-color:#006241;">
<h1 style="font-size:2.2rem;" class="pt-5">Earn even more with Starbucks Rewards and TD</h1>
<h4 class="p-4">Link your Starbucks Rewards account with select TD Cards** to start earning more points and Stars when you order on the Starbucks app!</h4>
<button class="learn-more" class="btn pt-3">Learn more</button>
</div>
<div class="col-sm-12 col-md-6 col-lg-6 m-0 p-0">
<img class="images" class="img-fluid" src="images/10005.jpg">
</div>
</div>
</section>
<!-- fourth section End -->
<!-- fifth section starts -->
<section class="pt-4">
<div class="row pt-2">
<div class="col-sm-12 col-md-6 col-lg-6 m-0 p-0">
<img class="images" class="img-fluid" src="images/137-79389.jpg" alt="">
</div>
<div class="col-sm-12 col-md-6 col-lg-6 text-white text-center p-5" style="background-color:#006241;">
<h4 class="p-4">It’s back—and oh, so lovely</h4>
<h5>Fill your cup with Guatemala Casi Cielo®, a medium</h5>
<h5>roast coffee with notes of Meyer lemon and cocoa</h5>
<h5>nibs.</h5>
<button class="learn-more m-5" class="btn">Learn more</button>
</div>
</div>
</section>
<!-- fifth section End -->
<!-- sixth Section -->
<section class="pt-4">
<hr>
<div class="row pt-2">
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
<ul class="list">
<li class="first">About us</li>
<li>Our Company</li>
<li>Our Coffee</li>
<li>Stories and News</li>
<li>Starbucks Archive</li>
<li>Invester Relations</li>
<li>Costemer Service</li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
<ul class="list">
<li class="first">Careers</li>
<li>Culture and Values</li>
<li>Inclusion, Diversity, and Equity</li>
<li>College Achievement Plan</li>
<li>Alumni Community</li>
<li>U.S. Careers</li>
<li>International Careers</li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
<ul class="list">
<li class="first">Social Impact</li>
<li>People</li>
<li>Planet</li>
<li>Environmental and Social Impact Reporting</li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
<ul class="list">
<li class="first">For Business Partners</li>
<li>Landlord Support Center</li>
<li>Suppliers</li>
<li>Corporate Gift Card Sales</li>
<li>Office and Foodservice Coffee</li>
</ul>
</div>
<div class="col-6 col-sm-4 col-md-3 col-lg-2">
<ul class="list">
<li class="first">Order and Pickup</li>
<li>Order on the App</li>
<li>Order on the Web</li>
<li>Delivery</li>
<li>Order and Pickup Options</li>
<li>Explore and Find Coffee for Home</li>
</ul>
</div>
</div>
<hr>
</section>
<!-- Sixth section End -->
<!-- footer -->
<footer class=" container-fluid pt-3 px-5">
<ul>
<a href="https://open.spotify.com/user/starbucks">
<li class="icon"><img src="images/spotify.svg" alt=""></li>
</a>
<a href="https://www.facebook.com/Starbucks/">
<li class="icon"><img src="images/facebook.svg" alt=""></li>
</a>
<a href="https://www.pinterest.com/starbucks/">
<li class="icon"><img src="images/pinterest.svg" alt=""></li>
</a>
<a href="https://www.instagram.com/starbucks/">
<li class="icon"><img src="images/instagram.svg" alt=""></li>
</a>
<a href="https://www.youtube.com/starbucks">
<li class="icon"><img src="images/youtube.svg" alt=""></li>
</a>
<a href="https://twitter.com/starbucks/">
<li class="icon"><img src="images/twitter.svg" alt=""></li>
</a>
</ul>
<div class="row d-flex">
<div class="col-6 col-sm-4 col-md-2">
<a href="#">Privacy Policy |</a>
</div>
<div class="col-6 col-sm-4 col-md-2">
<a href="#">Terms of Use |</a>
</div>
<div class="col-6 col-sm-4 col-md-2">
<a href="#">CA Supply Chain Act |</a>
</div>
<div class="col-6 col-sm-4 col-md-2">
<a href="#">Cookie Preferences</a>
</div>
</div>
<div class="pl-0">
<h7>© 2022 Starbucks Coffee Company. All rights reserved.</h7>
</div>
</footer>
<!-- footer End -->
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>