-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
300 lines (257 loc) · 13.9 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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<!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">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous" />
<link rel="stylesheet" href="./assets/css/style.css">
<title>Bored and Brews</title>
</head>
<body>
<!----------HERO----------->
<header class="hero" id="hero1">
<div class="hero-body">
<h1 class="title">Bored and Brews</h1>
<p class="motto">Welcome to Bored and Brews! If you have been struggling post-quarantine to regain a sense
of normalacy and excitement in your life, then you have come to the right place. Bored and Brews is the
app that allows its users to search for activities from a variety of different categories, as well as
find the best breweries around your town. By clicking on a specific day of the week, you can search for
activities and breweries. Then you can add the activity and brewery into your weekly schedule.</p>
</div>
<!--gallery-->
<section id="gallery" class="Gal">
<div class="Gimages">
<img src="https://source.unsplash.com/random/100/?food" alt="random food">
<img src="https://source.unsplash.com/random/100/?book" alt="random book">
<img src="https://source.unsplash.com/random/100/?travel" alt="random travel picture">
<img src="https://source.unsplash.com/random/100/?sport" alt="random sport">
<img src="https://source.unsplash.com/random/100/?music" alt="random music">
<img src="https://source.unsplash.com/random/100/?drinks" alt="random drink">
<img src="https://source.unsplash.com/random/100/?art" alt="random art">
<img src="https://source.unsplash.com/random/100/?game" alt="random game">
<img src="https://source.unsplash.com/random/100/?pets" alt="random pets">
<img src="https://source.unsplash.com/random/100/?food" alt="random food">
<img src="https://source.unsplash.com/random/100/?book" alt="random book">
<img src="https://source.unsplash.com/random/100/?travel" alt="random travel picture">
<img src="https://source.unsplash.com/random/100/?sport" alt="random sport">
<img src="https://source.unsplash.com/random/100/?music" alt="random music">
<img src="https://source.unsplash.com/random/100/?drinks" alt="random drink">
<img src="https://source.unsplash.com/random/100/?art" alt="random art">
<img src="https://source.unsplash.com/random/100/?game" alt="random game">
<img src="https://source.unsplash.com/random/100/?pets" alt="random pets">
</div>
</section>
</header>
<section class="container">
<!-- Body Tile -->
<div class="tile is-ancestor">
<div class="tile is-parent is-vertical is-12">
<div class="tile is-child direction">
<h2 class="dir-header">Click on any weekday below to begin scheduling weekly fun and brews!</h2>
<br>
<p class="dir-para">Clicking on a day will bring you to a pop-up where you can randomly generate boredom beating activities and search for breweries in your local area.</p>
</div>
<!-- Calendar Tile -->
<div class="tile is-vertical" id="calendar">
<div class="tile is-parent">
<article class="day tile is-child notification " id="monday">
<p class="title">Monday</p>
<p class="subtitle"><span class="c-sub">Boredom Beater: </span>
<span class="monday-activity">
</span>
</p>
<p class="subtitle"><span class="c-sub">Brews: </span>
<span class="monday-brews"></span>
</p>
</article>
</div>
<div class="tile is-parent">
<article class="day tile is-child notification " id="tuesday">
<p class="title">Tuesday</p>
<p class="subtitle">
<span class="c-sub">Boredom Beater: </span>
<span class="tuesday-activity"></span>
</p>
<p class="subtitle">
<span class="c-sub">Brews: </span>
<span class="tuesday-brews"></span>
</p>
</article>
</div>
<div class="tile is-parent">
<article class="day tile is-child notification " id="wednesday">
<p class="title">Wednesday</p>
<p class="subtitle">
<span class="c-sub"> Boredom Beater:</span>
<span class="wednesday-activity"></span>
</p>
<p class="subtitle">
<span class="c-sub"> Brews: </span>
<span class="wednesday-brews"></span>
</p>
</article>
</div>
<div class="tile is-parent">
<article class="day tile is-child notification " id="thursday">
<p class="title">Thursday</p>
<p class="subtitle">
<span class="c-sub"> Boredom Beater:</span>
<span class="thursday-activity"></span>
</p>
<p class="subtitle">
<span class="c-sub"> Brews: </span>
<span class="thursday-brews"></span>
</p>
</article>
</div>
<div class="tile is-parent">
<article class=" day tile is-child notification " id="friday">
<p class="title">Friday</p>
<p class="subtitle">
<span class="c-sub"> Boredom Beater: </span>
<span class="friday-activity"></span>
</p>
<p class="subtitle">
<span class="c-sub">Brews: </span>
<span class="friday-brews"></span>
</p>
</article>
</div>
<div class="tile is-parent">
<article class="day tile is-child notification " id="saturday">
<p class="title">Saturday</p>
<p class="subtitle">
<span class="c-sub"> Boredom Beater: </span>
<span class="saturday-activity"></span>
</p>
<p class="subtitle">
<span class="c-sub"> Brews: </span>
<span class="saturday-brews"></span>
</p>
</article>
</div>
<div class="tile is-parent">
<article class="day tile is-child notification " id="sunday">
<p class="title">Sunday</p>
<p class="subtitle">
<span class="c-sub">Boredom Beater: </span>
<span class="sunday-activity"></span>
</p>
<p class="subtitle">
<span class="c-sub"> Brews: </span>
<span class="sunday-brews"></span>
</p>
</article>
</div>
</div>
</div>
</div>
</section>
<!----------------------- MODAL SECTION---------------------->
<section>
<!-- The Modal ---------------------------------->
<div id="modal" class="modal">
<!-- Modal content wrap forms---------------------->
<div class="modal-content">
<div class="closediv"><span class="close">×</span></div>
<div id="forms">
<!--activities options before showing hidden lists----->
<form>
<h2 class="act-title">Activities</h2>
<!---select activities radio btns -->
<div class="control-form activity-radio">
<label class="radio">
<input type="radio" name="activity" value="cooking">
Cooking
</label>
<label class="radio">
<input type="radio" name="activity" value="diy">
DIY
</label>
<label class="radio">
<input type="radio" name="activity" value="recreational">
Recreational
</label>
<label class="radio">
<input type="radio" name="activity" value="charity">
Charity
</label>
<label class="radio">
<input type="radio" name="activity" value="social">
Social
</label>
<label class="radio">
<input type="radio" name="activity" value="relaxation">
Relaxation
</label>
<label class="radio">
<input type="radio" name="activity" value="education">
Education
</label>
<label class="radio">
<input type="radio" name="activity" value="music">
Music
</label>
<label class="radio">
<input type="radio" name="activity" value="busywork">
Busywork
</label>
</div>
</form>
<!----All texts for lists-->
<div id="act-list">
<!--hidden list of activities to pick-->
<div class="hid-act-list-text">
<p>Click on an activity below to add it to your calendar:</p>
<ol id="activities"> </ol>
</div>
</div>
<button id="search-bored" class="f-btns button">
Kill Boredom
<i class="fas fa-umbrella-beach"></i>
</button>
<!-- show alert if nothing was chosen / show loading when it loads -->
<p class="act-alert">Please Select An Activity Category</p>
<p class="loading">Loading Activities Please Wait...</p>
<!--hidden brew form-->
<div class="field" id="brew-form">
<!--hidden list of brews to pick-->
<div id="brewery-display">
<p>Click on a brewery below to add it to your calendar:</p>
<ol id="breweries"></ol>
</div>
<!--search city-->
<label class="label has-text-left">Enter a city to search for brews near you!</label>
<div class="control">
<input id="city"
class="input"
type="text"
placeholder="Tucson">
</div>
<!--search brew button-->
<button id="search-brews" class="f-btns button ">
Get Brews
<i class="fas fa-cocktail"></i>
</button>
</div>
</div>
<!--forms end---------------------------->
</div>
<!--modal content end----->
</div>
<!--modal end----------->
</section>
<footer class="foot">
<i class="fas fa-cocktail"></i>
<h2>Boredom & Brews</h2>
© 2021 Boredom & Brews, Inc.
</footer>
<script src="./assets/javascript/script.js"></script>
</body>
</html>