-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (179 loc) · 6.95 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
<!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 Clone</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 1 -->
<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 favouriies
</h2>
<p class="text_md">Join StarBucks Rewards for delicious deals & exclusive offers.
<a href="#">Learn More</a>
</p>
</div>
</section>
<!-- Box 2 -->
<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 Almondmil
Latte.</p>
<a href="#" class="btn btn_light_outline">Order Now</a>
</div>
</section>
<!-- Box 3 -->
<section class="box box_c bg_secondary grid_col_2 grid_reverse">
<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 4 -->
<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">The elegant dark roast returns, showcasing flavors from some of the world's major
coffe-growing regions.</p>
<a href="#" class="btn btn_light_outline">Order Now</a>
</div>
</section>
<!-- Box 5 -->
<section class="box box_e bg_secondary grid_col_2 grid_reverse">
<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 food neighbors in need.</p>
<a href="#" class="btn btn_light_outline">Order Now</a>
</div>
</section>
<!-- Box 6 -->
<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="main.js"></script>
</body>
</html>