-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (187 loc) · 6.18 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
<!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" />
<link rel="stylesheet" href="style.css" />
<title>Starbucks Coffee Company</title>
</head>
<body>
<nav class="navbar">
<div class="navbar-container">
<div class="navbar-brand">
<a href="index.html">
<img src="img/logo.svg" alt="Starbucks" />
</a>
</div>
<ul class="navbar-nav-left">
<li>
<a href="#">Menu</a>
</li>
<li>
<a href="#">Rewards</a>
</li>
<li>
<a href="#">Gift Cards</a>
</li>
</ul>
<ul class="navbar-nav-right">
<li>
<a href="#">
<img src="img/marker.svg" alt="" />
<span>Find a store</span>
</a>
</li>
<li><button class="btn btn-dark-outline">Sign in</button></li>
<li><button class="btn btn-dark">Join now</button></li>
</ul>
<!-- Hamburger Menu -->
<button type="button" class="hamburger" id="menu-btn">
<span class="hamburger-top"></span>
<span class="hamburger-middle"></span>
<span class="hamburger-bottom"></span>
</button>
</div>
</nav>
<!-- Mobile Menu -->
<div class="mobile-menu hidden" id="menu">
<ul>
<li>
<a href="#">Menu</a>
</li>
<li>
<a href="#">Rewards</a>
</li>
<li>
<a href="#">Gift Cards</a>
</li>
</ul>
<div class="mobile-menu-bottom">
<button class="btn btn-dark-outline">Sign in</button>
<button class="btn btn-dark">Join now</button>
<div>
<a href="#">
<img src="img/marker.svg" alt="" />
<span>Find a store</span>
</a>
</div>
</div>
</div>
<!-- Box A -->
<section class="box box-a bg-primary text-center py-md">
<div class="box-inner">
<h2 class="text-xl">Jingle all the way to free favorites</h2>
<p class="text-md">
Join Starbucks® Rewards for delicious deals & exclusive offers.
<a href="#">Learn more</a>
</p>
</div>
</section>
<!-- Box B -->
<section class="box box-b bg-secondary grid-col-2">
<img src="img/box-b.png" alt="" />
<div class="box-text">
<h2 class="text-xl">New to the nice list</h2>
<p class="text-md">
For a nondairy twist on a holiday cookie classic, try the new Iced
Sugar Cookie Almondmilk Latte.
</p>
<a href="#" class="btn btn-light-outline">Order Now</a>
</div>
</section>
<!-- Box C -->
<section class="box box-c bg-secondary grid-col-2 grid-reversed">
<img src="img/box-c.png" alt="" />
<div class="box-text">
<h2 class="text-xl">Merry moment</h2>
<p class="text-md">
Treat yourself to a festive Sugar Plum Cheese Danish with a nicely
spiced sugar-plum spread.
</p>
<a href="#" class="btn btn-light-outline">Order Now</a>
</div>
</section>
<!-- Box D -->
<section class="box box-d bg-primary grid-col-2">
<img src="img/box-d.png" alt="" />
<div class="box-text">
<h2 class="text-xl">Starbucks Thanksgiving Blend</h2>
<p class="text-md">
This elegant dark roast returns, showcasing flavors from some of the
world's major coffee-growing regions.
</p>
<a href="#" class="btn btn-light-outline">Order Now</a>
</div>
</section>
<!-- Box E -->
<section class="box box-e bg-secondary grid-col-2 grid-reversed">
<img src="img/box-e.jpg" alt="" />
<div class="box-text">
<h2 class="text-md">Fighting hunger this holiday</h2>
<p class="text-sm">
Hunger is affecting millions of people across America this holiday
season. Join us in our commitment to hunger relief and help feed
neighbors in need.
</p>
<a href="#" class="btn btn-light-outline">Order Now</a>
</div>
</section>
<!-- Box F -->
<section class="box box-f grid-col-2">
<div>
<img src="img/box-f1.jpg" alt="" />
<div class="bg-extra py-lg">
<div class="box-text">
<h2 class="text-md">Let the holiday cheer come to you</h2>
<p class="text-sm">
Make the moment merry. Order Starbucks® holiday favorites on Uber
Eats.*
</p>
<a href="#" class="btn btn-dark-outline">Order Now</a>
</div>
</div>
</div>
<div>
<img src="img/box-f2.jpg" alt="" />
<div class="bg-primary py-lg">
<div class="box-text">
<h2 class="text-md">Loved Passing on Netflix?</h2>
<p class="text-sm">
Our new social series about film adaptations kicks off with the
actors and directors who brought the book to life.
</p>
<a href="#" class="btn btn-light-outline">Order Now</a>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<footer class="footer">
<div class="footer-container">
<div class="social">
<a href="https://spotify.com">
<img src="./img/social-spotify.svg" alt="" />
</a>
<a href="https://facebook.com">
<img src="./img/social-facebook.svg" alt="" />
</a>
<a href="https://pinterest.com">
<img src="./img/social-pinterest.svg" alt="" />
</a>
<a href="https://instagram.com">
<img src="./img/social-instagram.svg" alt="" />
</a>
<a href="https://youtube.com">
<img src="./img/social-youtube.svg" alt="" />
</a>
<a href="https://twitter.com">
<img src="./img/social-twitter.svg" alt="" />
</a>
</div>
<p>© 2021 Starbucks Coffee Company. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>