-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
635 lines (580 loc) · 41 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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/3418d8e87d.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="bg-container d-none d-lg-block">
<div class="nav-container p-3">
<div class="left-nav mt-3 d-flex flex-row justify-content-start">
<a href="https://www.starbucks.com/">
<img src="https://upload.wikimedia.org/wikipedia/sco/d/d3/Starbucks_Corporation_Logo_2011.svg" class="logo mr-3" />
</a>
<nav>
<ul class="list mt-3 head d-flex flex-row justify-content-start">
<li><a href="https://www.starbucks.com/menu" class="mar text-noUnderline" style="font-size:14px;">MENU</a></li>
<li><a href="https://www.starbucks.com/rewards" class="mar text-noUnderline" style="font-size:14px;">REWARDS</a></li>
<li><a href="https://www.starbucks.com/gift" class="mar text-noUnderline" style="font-size:14px;">GIFT CARDS</a></li>
</ul>
</nav>
</div>
<div class="right-nav mt-3">
<a href="https://www.starbucks.com/store-locator">
<i class="fa-solid fa-location-dot" style="color:#000000DE;padding:0px 8px 0px 0px;"></i><span class="head" style="text-decoration:none;margin-right:25px;font-size:14px;">Find a Store</span>
</a>
<a href="https://www.starbucks.com/account/signin?ReturnUrl=%2F">
<button class="btn sign text-noUnderline" style="font-size:14px;">Sign-In</button>
</a>
<a href="https://www.starbucks.com/account/create">
<button class="btn join text-noUnderline" style="font-size:14px;">Join Now</button>
</a>
</div>
</div>
<div class="p-4">
<div class="red-container d-flex flex-row">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-96033.jpg" class="red-img" />
<div class="m-auto text-center text-white">
<h3 class="red-head">Our holiday game<br /> is here to play.</h3>
<p class="red-para">Pop in for chances to win $20,000 in Delta <br /> Gift Cards or Starbucks for Life!*</p>
<a href="https://www.starbucksforlife.com/?utm_medium=website&utm_source=sr&utm_campaign=sfl25&utm_content=web_banner_spot_1">
<button class="btn red-button">Play Now</button>
</a>
</div>
</div>
<div class="green-container d-flex flex-row">
<div class="m-auto text-center" style="color:white;">
<h3 class="red-head">New to the nice list</h3>
<p class="red-para">Celebrate the season with a new refreshingly<br /> festive Cran-Merry Orange Lemonade <br />Refresher or Cran-Merry Drink.</p>
<a href="https://www.starbucks.com/menu/featured/">
<button class="btn red-button2">Order Now</button>
</a>
</div>
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95363.jpg" class="green-image" />
</div>
<div class="x-container d-flex flex-row">
<img src=" https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95365.jpg" class="green-image" />
<div class="m-auto text-center" style="color:#1e3932;">
<h3 class="red-head">Merrily delicious</h3>
<p class="red-para">Grab a toasty warm sandwich or a new Turkey<br /> Sage Danish and make your afternoon feel<br /> oh-so bright. </p>
<a href="https://www.starbucks.com/menu/featured/">
<button class="btn green-button">Order Now</button>
</a>
</div>
</div>
<div class="white-container d-flex flex-row">
<div class="m-auto text-center p-2" style="color:#006241;">
<h3 class="red-head" style="font-size:24px">Your cheer is here</h3>
<p class="red-para" style="font-size:19px;">Join Starbucks® Rewards and get a free drink with <br />qualifying purchase during your first week.**.</p>
<a href="https://www.starbucks.com/account/create">
<button class="btn white-button">Join Now</button>
</a>
</div>
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95715.jpg" class="green-image" />
</div>
<div class="gr-container d-flex flex-row">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95948.jpg" class="green-image2" />
<div class="m-auto text-center p-2" style="color:#1e3932;">
<h3 class="red-head">A beloved tradition<br /> returns</h3>
<p class="red-para">Starbucks<sup>®</sup> Christmas Blend is here to <br />celebrate 40 years as a robust dark roast with<br /> notes of spiced chocolate and spruce tips.</p>
<a href="https://www.starbucks.com/menu/product/293/whole_bean">
<button class="btn green-button">Order Now</button>
</a>
</div>
</div>
<div class="feed-container d-flex flex-row">
<div class="m-auto text-center text-white">
<h3 class="red-head" style="font-size:24px">Buy a box, we will give you.</h3>
<p class="red-para" style="font-size:19px">In partnership with Feeding America®, protein box<br /> purchase helps support hunger relief in your<br /> community.***</p>
<a href="https://stories.starbucks.com/stories/hunger-relief/">
<button class="btn x-button" style="font-size:16px;">Learn Now</button>
</a>
</div>
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95723.jpg" class="green-image" />
</div>
<div class="text-center ruling">
<h5 class="star-rules mb-5" style="margin-top:100px;">*No Purchase Necessary, U.S. 18+, See <a href="https://starbucks.promo.eprize.com/holiday2024/public/fulfillment/rules.pdf" class="text-dark" style="text-decoration:underline;">Official Rules</a>
for alternate method. Enter by 1/5/25.<br /> *Starbucks for Life means the winner will receive a daily credit for 30 years
for one free food or <br /> beverage item at participating Starbucks stores in the U.S. Excludes alcohol.
</h5>
<h5 class="star-rules mt-5 mb-5">**Valid only for new Starbucks Rewards members for 7 days from sign up. Offer good at<br />
participating stores for a handcrafted menu-sized beverage with qualifying purchase ($8 max<br /> value).
Qualifying purchase excludes alcohol, Starbucks Card and Starbucks Card reloads. Limit one <br />
per member. Cannot be combined with other offers or discounts. Excludes delivery services. Sign up <br />
before 1/2/2025 to be eligible.
</h5>
<h5 class="star-rules mt-5 mb-5">
***At participating Starbucks stores within the U.S. from 11/19/24 to 1/2/25, for
each protein box <br />sold, Starbucks will donate the monetary equivalent of one meal to Feeding America®. $1 helps
<br />provide at least 10 meals secured by Feeding America on behalf of local partner food banks.
</h5>
</div>
<div class="about-container d-flex flex-row">
<div class="">
<h2 class="a-head">About Us</h2>
<div>
<ul class="list-a">
<li>
<a class="mb-2 text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/about-us/">Our Company</a>
</li><br />
<li>
<a class="mb-2 text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/coffee/">Our Coffee</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/">About Starbucks</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://archive.starbucks.com/">Starbucks Archive</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://investor.starbucks.com">Investor Relations</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://customerservice.starbucks.com/">Customer Service</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/contact/">Contact Us</a>
</li><br />
</ul>
</div>
</div>
<div>
<h2 class="a-head">Careers</h2>
<div>
<ul class="list-a">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/working-at-starbucks/culture-and-values/">Culture and Values</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/inclusion-diversity-belonging/">Inclusion, Diversity, &<br /> Belonging</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/working-at-starbucks/education/">College Achievement <br />Plan</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://alumni.starbucks.com/">Alumni Community</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/">U.S. Careers</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/international-careers/">International Careers</a>
</li><br />
</ul>
</div>
</div>
<div>
<h2 class="a-head">Social Impact</h2>
<div>
<ul class="list-a">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/communities/">Communities</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/the-starbucks-foundation/">Starbucks Foundation</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/sustainability/">Sustainability</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/responsibility/reporting-hub/">Environmental and Social<br /> Impact Reporting</a>
</li><br />
</ul>
</div>
</div>
<div>
<h2 class="a-head">For Business Partners</h2>
<div>
<ul class="list-a">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/business/landlord-faq/">Landlord Support<br /> Center</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/business/suppliers/">Suppliers</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbuckscardb2b.com/" target="_blank">Corporate Gift Card <br />Sales</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.nestlecoffeepartnerssl.com/our-brands/we-proudly-serve-starbucks-coffee-program">Office and Foodservice<br /> Coffee</a>
</li><br />
</ul>
</div>
</div>
<div>
<h2 class="a-head">Order and Pick Up</h2>
<div>
<ul class="list-a">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/rewards/mobile-apps/">Order on the App</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/menu">Order on the Web</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/stores-and-ordering/delivery/" target="_blank">Delivery</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/stores-and-ordering/">Order and Pick Up<br /> Options</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://athome.starbucks.com/?utm_source=starbucks.com&utm_medium=referral&utm_campaign=footer" target="_blank">Explore and Find Coffee <br /> for Home</a>
</li><br />
</ul>
</div>
</div>
</div>
<hr aria-hidden="true" class="sb-rule py5 m-2">
<hr />
<div>
<div class="logo-container">
<div class="d-flex flex-row">
<a style="color:#000000DE;" href="https://open.spotify.com/user/starbucks"><i class="fa-brands fa-spotify logo "></i></a>
<a style="font-size:25px;" href="https://facebook.com/starbucks"><i class="fa-brands fa-facebook-f logo2"></i></a>
<a style="font-size:25px;" href="https://www.pinterest.com/starbucks/"><i class="fa-brands fa-pinterest-p logo2"></i></a>
<a style="font-size:20px;" href="https://instagram.com/starbucks"><i class="fa-brands fa-instagram logo2"></i></a>
<a style="font-size:20px;" href="https://www.youtube.com/starbucks"><i class="fa-brands fa-youtube logo2"></i></a>
<a style="font-size:20px;" href="https://x.com/starbucks/"><i class="fa-brands fa-x-twitter logo2"></i></a>
</div><br />
<div>
<ul class="list-a">
<li>
<a class="mb-2 text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/terms/privacy-notice/">Privacy Notice</a>
</li><br />
<li>
<a class="mb-2 text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/coffee/">Consumer Health Privacy Notice</a>
</li><br />
<li>
<a class=" text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/terms/starbucks-terms-of-use/">Terms of Use</a>
</li><br />
<li>
<a class=" text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/personal-information">Do Not Share My Personel Information</a>
</li><br />
<li>
<a class=" text-noUnderline" style="color:#000000DE;" href="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-70076.pdf">CA Supply Chain Act</a>
</li><br />
<li>
<a class=" text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/about-us/accessibility/">Accessibility</a>
</li><br />
<li>
<a class=" text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/contact/">Cookie Preferences</a>
</li><br />
</ul>
<p class="color-textBlackSoft" style="font-size:14px;color:#00000094;">© 2024 Starbucks Coffee Company. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
<div class="d-lg-none">
<nav class="navbar navbar-expand-lg py-4 py-lg-0" style="box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .06), 0 0 2px rgba(0, 0, 0, .07);">
<div class="container px-4">
<a href="https://www.starbucks.com/">
<img src="https://upload.wikimedia.org/wikipedia/sco/d/d3/Starbucks_Corporation_Logo_2011.svg" class="logo" />
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#top-navbar" aria-controls="top-navbar">
<i class="fa-solid fa-bars"></i>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="top-navbar" aria-labelledby="top-navbar">
<button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#top-navbar" aria-controls="top-navbar">
<div class="d-flex justify-content-end py-3">
<i class="fa-solid fa-xmark" style="margin-right:25px;"></i>
</div>
</button>
<ul class="navbar-nav ms-lg-auto p-4 p-lg-0">
<li class="nav-item px-3 px-lg-0 py-1 py-lg-4">
<a class="nav-link" href="https://www.starbucks.com/menu">MENU</a>
</li>
<li class="nav-item px-3 px-lg-0 py-1 py-lg-4">
<a class="nav-link" href="https://www.starbucks.com/rewards">REWARDS</a>
</li>
<li class="nav-item px-3 px-lg-0 py-1 py-lg-4">
<a class="nav-link" href="https://www.starbucks.com/gift">GIFT CARDS</a>
</li>
</ul>
<hr aria-hidden="true" style="margin:40px;">
<div class="d-flex flex-row">
<a href="https://www.starbucks.com/account/signin?ReturnUrl=%2F">
<button class="btn sign-small text-noUnderline" style="margin-left:40px;margin-right:15px;margin-bottom:20px;">Sign-In</button>
</a>
<a href="https://www.starbucks.com/account/create">
<button class="btn join-small text-noUnderline">Join Now</button></a>
</div>
<a href="https://www.starbucks.com/store-locator">
<i class="fa-solid fa-location-dot text-noUnderline" style="color:#000000DE;margin-left:40px;margin-right:10px;"></i><span class="head mr-4 text-noUnderline">Find a Store</span>
</a>
</div>
</div>
</nav>
<div class="bg-container">
<div class="container">
<div class="row">
<div class="col-12">
<div class="red-container-small d-flex flex-column">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-96033.jpg" class="red-img-small" />
<div class="m-auto text-center text-white pad-small">
<h3 class="red-head-small">Our holiday<br /> game is here<br /> to play.</h3>
<p class="red-para-small">Pop in for chances to win<br /> $20,000 in Delta Gift Cards or <br />Starbucks for Life!*</p>
<a href="https://www.starbucksforlife.com/?utm_medium=website&utm_source=sr&utm_campaign=sfl25&utm_content=web_banner_spot_1">
<button class="btn red-button-small">Play Now</button>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="green-container-small d-flex flex-column">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95363.jpg" class="green-image-small" />
<div class="text-center pad2-small" style="color:white;margin-top:100px;">
<h3 class="red-head-small">New to the nice list</h3>
<p class="red-para-small">Celebrate the season with a new refreshingly<br /> festive Cran-Merry Orange Lemonade <br />Refresher or Cran-Merry Drink.</p>
<a href="https://www.starbucks.com/menu/featured/">
<button class="btn green-button-small">Order Now</button>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="x-container-small d-flex flex-column">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95365.jpg" class="x-img-small" />
<div class="text-center pad2-small" style="margin-top:60px;color:#1e3932;">
<h3 class="red-head-small">Merrily delicious</h3>
<p class="red-para-small">Grab a toasty warm sandwich or a new Turkey<br /> Sage Danish and make your afternoon feel<br /> oh-so bright. </p>
<a href="https://www.starbucks.com/gift">
<button class="btn x-button-small">Send an eGift</button>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="white-container-small d-flex flex-column">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95715.jpg" class="green-image-small" />
<div class="text-center pad-small" style="color:#006241;margin-top:100px;">
<h3 class="red-head-small" style="font-size:2rem">Your cheer is here</h3>
<p class="red-para-small" style="font-size:1rem;">Join Starbucks® Rewards and get a free drink with <br />qualifying purchase during your first week.**.</p>
<a href="https://www.starbucks.com/account/create">
<button class="btn white-button-small">Join Now</button>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="gr-container-small d-flex flex-column">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95948.jpg" class="green-image2-small" />
<div class="m-auto text-center pad2-small" style="color:#1e3932;margin-top:100px;">
<h3 class="red-head-small">A beloved tradition<br /> returns</h3>
<p class="red-para-small">Starbucks<sup>®</sup> Christmas Blend is here to <br />celebrate 40 years as a robust dark roast with<br /> notes of spiced chocolate and spruce tips.</p>
<a href="https://www.starbucks.com/menu/product/293/whole_bean">
<button class="btn gr-button-small">Order Now</button>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="feed-container-small d-flex flex-column">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-95723.jpg" class="green-image-small" />
<div class="m-auto text-center text-white pad-small" style="margin-top:100px;">
<h3 class="red-head-small" style="font-size:24px">Buy a box, we will give you.</h3>
<p class="red-para-small" style="font-size:19px">In partnership with Feeding America®, protein box<br /> purchase helps support hunger relief in your<br /> community.***</p>
<a href="https://stories.starbucks.com/stories/hunger-relief/">
<button class="btn x-button-small" style="font-size:16px;">Learn Now</button>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="text-center">
<h5 class="star-rules-small mt-5 mb-5">*No Purchase Necessary, U.S. 18+, See <a href="https://starbucks.promo.eprize.com/holiday2024/public/fulfillment/rules.pdf" class="text-dark" style="text-decoration:underline;">Official Rules</a>
for alternate method. Enter by 1/5/25.<br /> *Starbucks for Life means the winner will receive a daily credit for 30 years
for one free food or <br /> beverage item at participating Starbucks stores in the U.S. Excludes alcohol.
</h5>
<h5 class="star-rules-small mt-5 mb-5">**Valid only for new Starbucks Rewards members for 7 days from sign up. Offer good at<br />
participating stores for a handcrafted menu-sized beverage with qualifying purchase ($8 max<br /> value).
Qualifying purchase excludes alcohol, Starbucks Card and Starbucks Card reloads. Limit one <br />
per member. Cannot be combined with other offers or discounts. Excludes delivery services. Sign up <br />
before 1/2/2025 to be eligible.
</h5>
<h5 class="star-rules-small mt-5 mb-5">
***At participating Starbucks stores within the U.S. from 11/19/24 to 1/2/25, for
each protein box <br />sold, Starbucks will donate the monetary equivalent of one meal to Feeding America®. $1 helps
<br />provide at least 10 meals secured by Feeding America on behalf of local partner food banks.
</h5>
</div>
</div>
</div>
<div class="row about-container-small d-flex flex-row">
<div class="mary col-2">
<h2 class="a-head-small">About Us</h2>
<div>
<ul class="list-a-small">
<li>
<a class="mb-2 text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/about-us/">Our Company</a>
</li><br />
<li>
<a class="mb-2 text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/coffee/">Our Coffee</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/">About Starbucks</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://archive.starbucks.com/">Starbucks Archive</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://investor.starbucks.com">Investor Relations</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://customerservice.starbucks.com/">Customer Service</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/contact/">Contact Us</a>
</li><br />
</ul>
</div>
</div>
<div class="mary col-2">
<h2 class="a-head-small">Careers</h2>
<div>
<ul class="list-a-small">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/working-at-starbucks/culture-and-values/">Culture and Values</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/inclusion-diversity-belonging/">Inclusion, Diversity, &<br /> Belonging</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/working-at-starbucks/education/">College Achievement <br />Plan</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://alumni.starbucks.com/">Alumni Community</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/">U.S. Careers</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/careers/international-careers/">International Careers</a>
</li><br />
</ul>
</div>
</div>
<div class="mary col-2">
<h2 class="a-head-small">Social Impact</h2>
<div>
<ul class="list-a-small">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/communities/">Communities</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/the-starbucks-foundation/">Starbucks Foundation</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://about.starbucks.com/sustainability/">Sustainability</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/responsibility/reporting-hub/">Environmental and <br /> Social Impact <br />Reporting</a>
</li><br />
</ul>
</div>
</div>
<div class="mary col-2">
<h2 class="a-head-small">For Business Partners</h2>
<div>
<ul class="list-a-small">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/business/landlord-faq/">Landlord Support<br /> Center</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/business/suppliers/">Suppliers</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbuckscardb2b.com/" target="_blank">Corporate Gift Card <br />Sales</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.nestlecoffeepartnerssl.com/our-brands/we-proudly-serve-starbucks-coffee-program">Office and <br />Foodservice Coffee</a>
</li><br />
</ul>
</div>
</div>
<div class="mary col-2">
<h2 class="a-head-small">Order and Pick Up</h2>
<div>
<ul class="list-a-small">
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/rewards/mobile-apps/">Order on the App</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/menu">Order on the Web</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/stores-and-ordering/delivery/" target="_blank">Delivery</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://www.starbucks.com/stores-and-ordering/">Order and Pick Up Options</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#00000094;" href="https://athome.starbucks.com/?utm_source=starbucks.com&utm_medium=referral&utm_campaign=footer" target="_blank">Explore and Find Coffee for Home</a>
</li><br />
</ul>
</div>
</div>
</div>
<hr aria-hidden="true" class="sb-rule py5 m-2">
<hr />
<div class="row">
<div class="col-12">
<div>
<div class="logo-container-small">
<div class="d-flex flex-row">
<a style="color:#000000DE;" href="https://open.spotify.com/user/starbucks"><i class="fa-brands fa-spotify logo-small "></i></a>
<a style="font-size:25px;" href="https://facebook.com/starbucks"><i class="fa-brands fa-facebook-f logo2-small "></i></a>
<a style="font-size:25px;" href="https://www.pinterest.com/starbucks/"><i class="fa-brands fa-pinterest-p logo2-small"></i></a>
<a style="font-size:20px;" href="https://instagram.com/starbucks"><i class="fa-brands fa-instagram logo2-small"></i></a>
<a style="font-size:20px;" href="https://www.youtube.com/starbucks"><i class="fa-brands fa-youtube logo2-small"></i></a>
<a style="font-size:20px;" href="https://x.com/starbucks/"><i class="fa-brands fa-x-twitter logo2-small"></i></a>
</div><br />
<div>
<ul class="list-a-small">
<li>
<a class="mb-2 text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/terms/privacy-notice/">Privacy Notice</a>
</li><br />
<li>
<a class="mb-2 text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/coffee/">Consumer Health Privacy Notice</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/terms/starbucks-terms-of-use/">Terms of Use</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/personal-information">Do Not Share My Personel Information</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#000000DE;" href="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-70076.pdf">CA Supply Chain Act</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/about-us/accessibility/">Accessibility</a>
</li><br />
<li>
<a class="text-noUnderline" style="color:#000000DE;" href="https://www.starbucks.com/contact/">Cookie Preferences</a>
</li><br />
</ul>
<p class="color-textBlackSoft" style="font-size:14px;color:#00000094;">© 2024 Starbucks Coffee Company. All rights reserved.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>