-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
220 lines (219 loc) · 12.3 KB
/
events.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
<!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 href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link rel="stylesheet" href="./styles.css">
<title>Events</title>
</head>
<body>
<header>
<div>
<button id="burger">☰</button>
<a href="index.html"><img src="Assets/logo.png" alt="logo"/></a>
</div>
<div class="navbar" id="navbar">
<ul class="nav-list">
<li><a href="index.html" class="nav-item">Home</a></li>
<li><a href="coffee.html" class="nav-item">Coffee</a></li>
<li><a class="nav-item nav-item-active">Events</a></li>
<li><a href="aboutUs.html" class="nav-item">About Us</a></li>
<li><a href="register.html" class="nav-item">Register</a></li>
</ul>
</div>
</header>
<main>
<section>
<div class="events">
<div class="events-head">
<h4 class="green-underline green-event">Let's meet up!</h4>
<h1 class="grey-subtitle">Upcoming Events</h1>
</div>
</div>
</section>
<section>
<div class="event-banner" id="event-banner-1">
<div >
<div class="event-banner-row">
<div>
<div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 10H21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">Wed, 18 Feb</p>
</div>
</div>
<div>
<div class="event-clock">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 6V12L16 14" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">4 PM - 5 PM</p>
</div>
</div>
</div>
<div>
<h2>Coffee Talk</h2>
<p class="event-banner-desc"> Get to know people in our cafe, have small talk or get into a deep coffee discussion. Our barista will be explaining coffee while answering your questions!. </p>
</div>
</div>
</div>
<div class="event-banner" id="event-banner-2">
<div >
<div class="event-banner-row">
<div>
<div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 10H21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">Thu, 19 Feb</p>
</div>
</div>
<div>
<div class="event-clock">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 6V12L16 14" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">3 PM - 5 PM</p>
</div>
</div>
</div>
<h2>Game Night</h2>
<p class="event-banner-desc"> Get on board and face off or team up with people! We will be bringing out a collection of board games while you enjoy your coffee, or bring your own games to share the fun! </p>
</div>
</div>
<div class="event-banner" id="event-banner-3">
<div >
<div class="event-banner-row">
<div>
<div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 10H21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">Fri, 19 Feb</p>
</div>
</div>
<div>
<div class="event-clock">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 6V12L16 14" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">5 PM - 7 PM</p>
</div>
</div>
</div>
<h2>Brewing Workshop</h2>
<p class="event-banner-desc">Get to know hands-on the basics of brewing coffee, which tools to use, different kinds of coffee, various kinds of brewing, and brew the perfect coffee for yourself! </p>
</div>
</div>
<div class="event-banner" id="event-banner-4">
<div >
<div class="event-banner-row">
<div>
<div>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 2V6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 10H21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">Sat, 20 Feb</p>
</div>
</div>
<div>
<div class="event-clock">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M12 6V12L16 14" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div>
<p class="event-banner-column">2 PM - 4 PM</p>
</div>
</div>
</div>
<h2>Pet Day</h2>
<p class="event-banner-desc">Bring your pets over to relax and meet other pets and their respective owners! Our staff will provide toys and treats for your pets, and maybe for you too! </p>
</div>
</div>
</section>
</main>
<footer>
<div class="headfoot-clear">
<div>
<div><h1><span>FA</span><span class="rbucks">rbucks</span></h1></div>
<div>
<p>
Bringing coffee from far across the world into your hands.
</p>
</div>
<div class="socmed-cont">
<div class="socmed-link">
<a href="https://www.facebook.com/"><img src="Assets/facebook.png" alt="facebook" class="socmed"/></a>
<a href="https://www.facebook.com/"><img src="Assets/facebook_color.png" alt="facebook" class="socmed socmed-black"/></a>
</div>
<div class="socmed-link">
<a href="https://www.instagram.com/"><img src="Assets/instagram.png" alt="instagram" class="socmed"/></a>
<a href="https://www.instagram.com/"><img src="Assets/instagram_color.png" alt="facebook" class="socmed socmed-black"/></a>
</div>
<div class="socmed-link">
<a href="https://www.twitter.com/"><img src="Assets/twitter.png" alt="twitter" class="socmed"/></a>
<a href="https://www.twitter.com/"><img src="Assets/twitter_color.png" alt="facebook" class="socmed socmed-black"/></a>
</div>
</div>
</div>
<div>
<div><h1>Articles</h1></div>
<div>
<p>
Tips for Brewing at Home
</p>
<p>
Coffee Brewing Tools 101
</p>
<p>
Which is Healthier, Hot or Cold Coffee?
</p>
</div>
</div>
<div>
<div class="foot-title"><h1>Location</h1></div>
<div class="mapouter">
<div class="gmap_canvas">
<iframe class="gmap_iframe" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=600&height=400&hl=en&q=binus alam sutera&t=&z=14&ie=UTF8&iwloc=B&output=embed"></iframe>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="./scripts.js"></script>
</html>