-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (43 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Vancouver Community Centres">
<meta name="author" content="Giulia Alfonsi - @electric_g">
<meta name="robots" content="noindex,nofollow">
<title>Vancouver Community Centres</title>
<link rel="stylesheet" href="css/main.css?version=1.0.1">
</head>
<body>
<form id="form">
<div id="basic_search">
<input type="submit" id="submit" value="Search">
<input type="search" placeholder="Search by keyword OR by number" name="activity_keyword" value="volley" required>
<span id="version">v1.0.1</span>
</div>
<details>
<summary>Advanced search</summary>
<div id="advanced_search"></div>
</details>
<div id="activities_filter" class="hide">
<div>
<label for="activity_hide">
<input type="checkbox" id="activity_hide" name="activity_hide">
Hide results that contain the following text (separate each term with a comma ',')
</label>
<input type="text" id="activity_hide_keywords" name="activity_hide_keywords" disabled placeholder="Keywords of activities to hide" value="clinic, intermediate (thu)">
</div>
<div>
<label for="activity_bug">
<input type="checkbox" id="activity_bug" name="activity_bug">
Show only results that have the bug
</label>
</div>
</div>
</form>
<div id="results">Click "Search" to find some activities.</div>
<script src="js/data.js?version=1.0.1"></script>
<script src="js/main.js?version=1.0.1"></script>
</body>
</html>