-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
234 lines (233 loc) · 8.56 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
<!DOCTYPE html>
<html>
<head>
<title>Coffee Shop</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="./css/all.min.css">
</head>
<body>
<header>
<div class="header-container">
<div class="left-nav">
<div class="logo">
<img src="https://i.pinimg.com/736x/ef/f0/23/eff023b488f4de6945c60efbffae01c6.jpg" alt="starbucks logo">
</div>
<nav>
<ul>
<li>Menu</li>
<li>Rewards</li>
<li>Gift Cards</li>
</ul>
</nav>
</div>
<div class="right-nav">
<div class="find-store">
<a href="">
<i class="fas fa-map-marker-alt"></i>
<span>Find a store</span>
</a>
</div>
<div class="sign-in">
Sign in
</div>
<div class="join-now">
Join now
</div>
</div>
</div>
</header>
<main>
<div class="main-container">
<section class="announcements">
<span>
Facial coverings are now optional in our stores for our fully vaccinated customers, following CDC guidance, except where local regulations require it by law. <a href="#">Learn more</a>
</span>
</section>
<section class="rewards left-right-section">
<div class="text">
<h1>FREE COFFEE IS ONE TAP AWAY</h1>
<h3>Join now to start earning Rewards*</h3>
<div class="cta">
Join now
</div>
</div>
<div id="joinimg" class="image">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-71056.png" alt="">
</div>
</section>
<section class="chill left-right-section">
<div class="image">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-72037.jpg" alt="">
</div>
<div class="text">
<h1>DELIGHTFULLY CHILL</h1>
<h3>Refresh your day with the bright, tropical flavors of our Star Drink and Kiwi Starfruit Starbucks Refreshers® beverage.</h3>
<div class="cta">
Order iced beverage
</div>
</div>
</section>
<section class="happy left-right-section">
<div class="text">
<h1>HAPPY PLACE FOUND</h1>
<h3>Nothing says summer like our Frappuccino® drinks. Treat yourself to the new Strawberry Funnel Cake, Mocha Cookie Crumble or Caramel Ribbon Crunch.</h3>
<div class="cta">
Order Frappuccino® drink
</div>
</div>
<div class="image">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-72236.jpg" alt="">
</div>
</section>
<section>
<div class="top-bottom-section">
<div class="section-container">
<div class="image">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-70203.jpg" alt="">
</div>
<div class="text">
<h1>Order and pick up. Easy as that.</h1>
<h3>Just open the app, order your favorites, and enjoy contactless pay. From there, choose whichever pickup method is best for you.</h3>
<div class="cta-container">
<div class="cta">
See pickup options
</div>
</div>
</div>
</div>
</div>
<div class="top-bottom-section">
<div class="section-container">
<div class="image">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-71361.jpg" alt="">
</div>
<div class="text">
<h1>Earning 4,500 Bonus Stars is Super Starifying</h1>
<h3>With a <b>$0 intro annual fee for your first year</b>, earn more Stars and even more Rewards with the Starbucks® Rewards Visa® Card.</h3>
<div class="cta-container">
<div class="cta">
Learn more
</div>
</div>
</div>
</div>
</div>
</section>
<section class="environment left-right-section">
<div class="text">
<h1>Creating an inclusive environment</h1>
<h3>We want everyone to feel welcome at Starbucks. That’s why we’re proud to offer braille and large-print menus for blind and low-vision customers.</h3>
<div class="cta">
Learn more
</div>
</div>
<div class="image">
<img src="https://content-prod-live.cert.starbucks.com/binary/v2/asset/137-72454.jpg" alt="aira">
</div>
</section>
</div>
</main>
<footer>
<div class="footer-container">
<div class="links-container">
<h3>About Us</h3>
<ul>
<li><a href="">Our Heritage</a></li>
<li><a href="">Our Coffee</a></li>
<li><a href="">Story and News</a></li>
<li><a href="">Inverstor Relations</a></li>
<li><a href="">Policy and Standards</a></li>
<li><a href="">Custumor Service</a></li>
</ul>
</div>
<div class="links-container">
<h3>Careers</h3>
<ul>
<li><a href="">Culture and Values</a></li>
<li><a href="">Diversity and Equity</a></li>
<li><a href="">College Acheivement Plan</a></li>
<li><a href="">U.S. Careers</a></li>
<li><a href="">International Careers</a></li>
</ul>
</div>
<div class="links-container">
<h3>Social Impact</h3>
<ul>
<li><a href="">Ethical Sourcing</a></li>
<li><a href="">Leading in Sustainability</a></li>
<li><a href="">Streghtening Communities</a><li>
<li><a href="">Creating Oppertunities</a></li>
<li><a href="">Global Social Impact Report</a></li>
</ul>
</div>
<div class="links-container">
<h3>For Business Partners</h3>
<ul>
<li><a href="">Landlord Support Center</a></li>
<li><a href="">Suppliers</a></li>
<li><a href="">Corporate Gift Card Sales</a></li>
<li><a href="">Office and Fo odservice Coffee</a></li>
</ul>
</div>
<div class="links-container">
<h3>Order and Pickup</h3>
<ul>
<li><a href="">Order on the App</a></li>
<li><a href="">Order on the Web</a></li>
<li><a href="">Delivery</a></li>
<li><a href="">Order and Pickup Options</a></li>
<li><a href="">Explore and Find Coffee for Home</a></li>
</ul>
</div>
</div>
<div class="social-media-links-container">
<ul>
<li>
<a href=""><i class="fab fa-spotify fa-2x"></i></a>
</li>
<li>
<a href=""><i class="fab fa-facebook fa-2x"></i></a>
</li>
<li>
<a href=""><i class="fab fa-pinterest fa-2x"></i></a>
</li>
<li>
<a href=""><i class="fab fa-instagram-square fa-2x"></i></a>
</li>
<li>
<a href=""><i class="fab fa-youtube-square fa-2x"></i></a>
</li>
<li>
<a href=""><i class="fab fa-twitter-square fa-2x"></i></a>
</li>
</ul>
</div>
<div class="lower-links-container">
<ul>
<li>
<a href="" class="privacy">Privacy Policy</a>
</li>
<li>
<span> | </span>
<a href="">Terms of Use</a>
</li>
<li>
<span> | </span>
<a href="">CA Supply Chain Act</a>
</li>
<li>
<span> | </span>
<a href="">Submit Your Idea</a>
</li>
<li>
<span> | </span>
<a href="">Cookie Preferences</a>
</li>
</ul>
<p>© 2021 Starbucks Coffee Company. All rights reserved.</p>
</div>
</footer>
</body>
</html>