-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
231 lines (211 loc) · 11.7 KB
/
index.html
File metadata and controls
231 lines (211 loc) · 11.7 KB
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
<!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">
<meta name="description" content="Bean Envy is the area's top rated coffee shop.">
<!-- FAVICON -->
<link rel="shortcut icon" href="./assets/images/favicon.svg" type="image/x-icon">
<!-- GOOGLE FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&family=Smooch+Sans&display=swap" rel="stylesheet">
<!-- FONT ICONS -->
<script src="https://kit.fontawesome.com/db349aca81.js" crossorigin="anonymous"></script>
<!-- STYLESHEETS -->
<link rel="stylesheet" href="./assets/css/reset.css">
<link rel="stylesheet" href="./assets/css/style.css">
<!-- MEDIA QUERIES STYLESHEET -->
<link rel="stylesheet" href="./assets/css/mq.css">
<!-- TITLE -->
<title>Bean Envy</title>
</head>
<body>
<nav>
<section class="navWrapper">
<section id="navLogo"><i class="fa-solid fa-mug-saucer" data-fa-transform="shrink-3 down-.8 flip-h"></i>Bean Envy</section>
<!-- <section id="navLinkWrapper"> -->
<ul class="navList">
<li class="navLink"><a href="#">Home</a></li>
<li class="navLink" id="topNavCoffee"><a href="#ourCoffee">Our Coffee</a></li>
<li class="navLink"><a href="#aboutUs">About Us</a></li>
<!-- <li class="navLink"><a href="#">Menu</a></li> -->
<li class="navLink"><a href="#locationWrapper">Ambiance</a></li>
</ul>
<p class="hamburgerMenu"><i class="fa-solid fa-bars" data-fa-transform="grow-25 left-12"></i></p>
<!-- </section> -->
</section>
<!-- Modal -->
<section class="modal">
<section class="modalContainer">
<p class="modalCloseBtn">×</p>
<ul class="modalNavList">
<li class="modalNavLink"><a id="modalNavHome" href="#">Home</a></li>
<li class="modalNavLink"><a id="modalNavCoffee" href="#ourCoffee">Our Coffee</a></li>
<li class="modalNavLink"><a id="modalNavAboutUs" href="#aboutUs">About Us</a></li>
<li class="modalNavLink"><a id="modalNavMenu" href="#">Menu</a></li>
<li class="modalNavLink"><a id="modalNavAmbiance" href="#locationWrapper">Ambiance</a></li>
</ul>
</section>
</section>
<!-- Modal End -->
</nav>
<header>
<section class="headerWrapper">
<h2>Get the door - it's coffee.</h2>
<h1>Bean Envy</h1>
<p class="coziest">The coziest spot to relax and grab a cup of locally roasted coffee.</p>
<a href="#" class="btn menuBtn">Our Menu</a>
</section>
<!-- Menu Modal -->
<section class="menuModal">
<section class="modalContainer menuModalContainer">
<p class="menuModalCloseBtn">×</p>
<ul>
<li class="menuItem">Hot Coffee: <span class="price">$3.00</span></li>
<li class="menuItem">Cold Brew: <span class="price">$4.00</span></li>
<li class="menuItem">Mocha: <span class="price">$5.00</span></li>
<li class="menuItem">Espresso Shot <span class="price">$3.00</span></li>
</ul>
</section>
</section>
</header>
<main>
<section class="mainWrapper">
<h2>Had a rough week? What better way to take off some stress than with a relaxing visit to our coffee shop!</h2>
<p class="mainP">Our outdoor patio is second to none! We only plant native foliage and trees so you feel right at home!
</p>
<h3 class="sectionTitle">- Our Offerings -</h3>
<section id="ourCoffee">
<section class="productListing">
<section class="productImg1"></section>
<section class="productDescription">
<span>French Press</span>
<p class="productP">Staying a while? Order a French Press and get the perfect coffee for you.</p>
</section>
</section>
<section class="productListing">
<section class="productImg2"></section>
<section class="productDescription">
<span>Espresso</span>
<p class="productP">Our freshly ground espresso is top notch.</p>
</section>
</section>
<section class="productListing">
<section class="productImg3"></section>
<section class="productDescription">
<span>Macaroons</span>
<p class="productP">Made fresh daily, our Macaroons are the best in town!</p>
</section>
</section>
<section class="productListing">
<section class="productImg4"></section>
<section class="productDescription">
<span>Pour Over</span>
<p class="productP">Who doesn't love a good pour over brew?</p>
</section>
</section>
</section>
<section id="aboutUs">
<h3 class="sectionTitle">- About Us -</h3>
<section class="serviceListing">
<section class="serviceImg1"></section>
<section class="serviceDescription">We get all our fresh coffee beans from Fair Trade farms.</section>
</section>
<section class="serviceListing">
<section class="serviceImg2"></section>
<section class="serviceDescription">Roasted in house to ensure the freshest flavor.</section>
</section>
<section class="serviceListing">
<section class="serviceImg3"></section>
<section class="serviceDescription">Bagged daily sells out fast</section>
</section>
<section class="serviceListing serviceListing4">
<section class="serviceImg4"></section>
<section class="serviceDescription">Our experienced pastry chef brings the tastiest treats to life.</section>
</section>
<section class="serviceListing">
<section class="serviceImg5"></section>
<section class="serviceDescription">All of our coffee beans are hand ground.</section>
</section>
<section class="serviceListing">
<section class="serviceImg6"></section>
<section class="serviceDescription">Live music every Sunday with Jimmy and the Bean Roasters</section>
</section>
</section>
</section>
<section class="parallaxWrapper">
<section class="parallax">
</section>
<section class="parallaxScroll">
</section>
</section>
<section id="locationWrapper">
<h3 class="locationHeading sectionTitle">- Bean Envy Ambiance -</h3>
<section class="ambianceListing">
<section class="ambianceImg1"></section>
<section class="ambianceDescription">
<h4>Inviting indoor seating</h4>
<p>With our quiet environment you can focus on anything from school work to work work.</p>
</section>
</section>
<section class="ambianceListing">
<section class="ambianceImg2"></section>
<section class="ambianceDescription">
<h4>Relax upstairs</h4>
<p>Our two story shop give ample room for everyone to rest</p>
</section>
</section>
<section class="ambianceListing">
<section class="ambianceImg3"></section>
<section class="ambianceDescription">
<h4>Come visit our beautiful patio!</h4>
<p>Listen to nature as you sip on our delicately crafted coffee.</p>
</section>
</section>
</section>
<section class="updateWrapper">
<h5 class="updateHeading">- Sign up for updates on our small batch roasts -</h5>
<h2 class="coffeeUpdate">Coffee Updates</h2>
<section class="updateInputWrapper">
<input type="text" class="updateInput" placeholder="customer@domain.com">
<a href="#top" class="btn updateBtn">Subscribe</a>
</section>
</section>
</main>
<footer>
<section class="footerWrapper">
<section class="col1 footerCol">
<span><i class="fa-solid fa-mug-saucer" data-fa-transform="shrink-3 down-.8 left-2 flip-h"></i>Coffee Envy</span>
<p class="door">Our door is open</p>
<p class="voted">Voted Best local roaster since 1999.</p>
</section>
<section class="col2 footerCol">
<span>Menu</span>
<ul>
<li class="footerMenuLinks"><a href="#top">Home</a> </li>
<li class="footerMenuLinks"><a href="#ourCoffee">Our Coffee</a> </li>
<li class="footerMenuLinks"><a href="#aboutUs">About Us</a> </li>
<li class="footerMenuLinks"><a href="#locationWrapper">Ambiance</a></li>
</ul>
</section>
<section class="col3 footerCol">
<span>Follow Us</span>
<ul class="footerSocialList">
<li class="footerSocialLinks"><a target="about_blank" href="https://www.twitter.com/matthew_codes">Twitter</a></li>
<li class="footerSocialLinks"><a target="about_blank" href="https://www.linkedin.com/in/matthew-mitchell-79a798201/" >Instagram</a> </li>
<li class="footerSocialLinks"><a target="about_blank" href="https://www.twitter.com/matthew_codes">Facebook</a></li>
</ul>
</section>
<section class="col4 footerCol">
<span>Contact us</span>
<a href="mailto:matthew.mitchell.job@gmail.com" class="footerEmail">info@bean-envy.com</a>
<p class="copyright">© code by matthew 2022</p>
</section>
</section>
</footer>
<!-- JavaScript -->
<script src="./assets/js/main.js"></script>
</body>
</html>