-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·197 lines (170 loc) · 7.22 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
<html>
<head>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet/less" href="style.less" type="text/css">
<link rel="stylesheet/less" href="narrow.less" type="text/css">
<link rel="stylesheet" href="http://flukeout.github.io/mozmaker-icon-font/cdn/mozmaker-icons.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Fira+Sans:100,300,400,400italic,500,500italic,700' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" sizes="196x196" href="https://mozilla.org/media/img/favicon/favicon-196x196.png">
<title>Mozilla Study Group Event Reports</title>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script src="js/jquery.min.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyC0phu-03dAUHoxdaq0dP8Ss7mMhS6Txdw&callback">
</script>
<script src="js/hammer.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="js/config.js" type="text/javascript" charset="utf-8"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8"></script>
<script>
less = {
env: "development",
async: false,
fileAsync: false,
poll: 1000,
functions: {},
dumpLineNumbers: "comments",
relativeUrls: false,
rootpath: ":/a.com/"
};
</script>
<script src="less.js"></script>
<meta name="viewport" content="width=380, user-scalable=no">
</head>
<body>
<div class="w3-sidebar w3-bar-block w3-dark-grey w3-animate-left" style="display:none; width: 150px;" id="mySidebar">
<button class="w3-bar-item w3-button w3-large"
onclick="w3_close()"><img src="images/mozilla.png" style="width:80px;height:27px;"></button>
<a href="index.html" class="w3-bar-item w3-button"><i class="fa fa-home"></i> Home</a>
<a href="https://mozillascience.github.io/studyGroupStats/" class="w3-bar-item w3-button"><i class="fa fa-line-chart"></i> Dashboard</a>
<a href="all_events.html" class="w3-bar-item w3-button"><i class="fa fa-calendar" aria-hidden="true"></i> All Events</a>
<div class="w3-dropdown-hover">
<button class="w3-button">Archives
<i class="fa fa-caret-down"></i>
</button>
<div class="w3-dropdown-content w3-bar-block">
<a href="ar-2016.html" class="w3-bar-item w3-button"><i class="fa fa-archive"></i> 2016</a>
<a href="ar-2015.html" class="w3-bar-item w3-button"><i class="fa fa-archive"></i> 2015</a>
</div>
</div>
<a href="https://gitter.im/mozillascience/studyGroup" class="w3-bar-item w3-button"><i class="fa fa-comments"></i> Join us!</a>
</div>
<header>
<div class="inner-wrapper">
<button class="w3-button w3-olive w3-xlarge" style="padding: 6px 23px;" onclick="w3_open()">☰</button>
<h1>Mozilla Study Group Events</h1>
<!-- <a class="button" title="Add a new event report" href="https://goo.gl/forms/ZTxdAx0jTxtefBfH3">+ Add Event Report</a> -->
</div>
</header>
<div class="throbber">
<h2>Loading reports...</h2>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
<div class="month">
<section class="month-header">
<h1>
<span class="event-count"></span> Events
<span class="participants"><span class="participant-count"></span> People</span>
<span class="countries"><span class="country-count"></span> Locations</span>
</h1>
<span class="filter-events-wrapper">
<span class="fa fa-search"></span>
<input class="filter-events" placeholder="Search event details or location"/>
<a class="clear-search" href="#">
<img src="images/x-black.svg"/>
</a>
</span>
</section>
<div class="no-results">
<p>
<strong>Dang, no matches!</strong>
<br>Watch this car dance instead...
</p>
<p class="fa fa-car"></p>
</div>
<div class="no-events">
<p>
<strong>Dang, no event reports have been added yet!</strong>
</p>
</div>
<div class="events">
<!-- event cards will be added here -->
</div>
</div>
<div class="error-connecting">
<h2>Dang, we couldn't get the reports!</h2>
<p>Please refresh the page the page to try again.
</div>
<div class="event-popup-wrapper">
<div class="event-nav previous">
<img src="images/chevron.svg"/>
</div>
<div class="event-nav next">
<img src="images/chevron.svg"/>
</div>
<div class="close-pop">
<img src="images/x-white.svg"/>
<div class="key-label">ESC</div>
</div>
<div class="large-photo">
<div class="photo"></div>
</div>
<div class="event-popup">
<div class="event-data">
<span class="event-date"><span class="value"></span></span>
<h1>
<span class="sg-name"><span class="value"></span></span>
</h1>
<div class="left-col">
<h2 id="description">Description</h2>
<div heading="description" class="event-description">
<span class="value"></span>
<div class='expand'>
<a href="#">
Read More <i class="fa fa-angle-down"></i>
</a>
</div>
</div>
<h2 heading="event-links">Event Details</h2>
<ul>
<li heading="event-links" class="event-links-photos">Start Time - <span class="value"></span></li>
<li heading="event-links" class="event-links-blogpost">End Time - <span class="value"></span></li>
<li heading="event-links" class="event-links-video">Event Link - <span class="value"></span></li>
</ul>
</div>
<div class="right-col">
<div class="event-photo">
<img src=""/>
</div>
<h2 id="sg-location">Study Group Location</h2>
<p>
<span heading="sg-city" class="sg-country"><span id="loc" class="value"></span>
<button id = "core"><i class="fa fa-map-marker" aria-hidden="true"></i></button>
</span><br/>
</p>
<h2 id="sg-organizer">Study Group Organizer</h2>
<div class="info-grop">
<div heading="sg-organizer" class="sg-organizer">
<span class="value"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="event-card template">
<div class="top no-photo">
<div class="event-date"><span class="value"></span></div>
</div>
<div class="bottom">
<div class="sg-name"><span class="value"></span></div>
<span class="sg-country"><i class="icon-map-marker"></i><span class="value"></span></span>
</div>
</div>
</body>
</html>