-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
302 lines (263 loc) · 10.4 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
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
301
302
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space.co.ke</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- bootstrap theme -->
<link href="css/bootstrap-theme.css" rel="stylesheet">
<!--external css-->
<!-- font icon -->
<link href="css/elegant-icons-style.css" rel="stylesheet" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- full calendar css-->
<link href="assets/fullcalendar/fullcalendar/bootstrap-fullcalendar.css" rel="stylesheet" />
<link href="assets/fullcalendar/fullcalendar/fullcalendar.css" rel="stylesheet" />
<!-- easy pie chart-->
<link href="assets/jquery-easy-pie-chart/jquery.easy-pie-chart.css" rel="stylesheet" type="text/css" media="screen"/>
<!-- owl carousel -->
<link rel="stylesheet" href="css/owl.carousel.css" type="text/css">
<link href="css/jquery-jvectormap-1.2.2.css" rel="stylesheet">
<!-- Custom styles -->
<link rel="stylesheet" href="css/fullcalendar.css">
<link href="css/widgets.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet" />
<link href="css/xcharts.min.css" rel=" stylesheet">
<link href="css/jquery-ui-1.10.4.min.css" rel="stylesheet">
</head>
<body>
<header class="header dark-bg">
<a href="index.html" class="logo">SPACE</a>
<a href="user.html" class="user">
<p style="color:white"><i class="fa fa-user" style="color: #ffffff; font-size: 30px; margin-left: 10px; margin-right: 5px"></i> John Doe</p>
</a>
<a href="notification.html" class="notification">
<i class="fa fa-bell" style="color: #ffab40; font-size: 30px"></i>
</a>
</header>
<!--menu bar-->
<aside>
<div id="sidebar">
<ul class="sidebar-menu">
<li>
<a class="" href="index.html">
<span>Dashboard</span>
</a>
</li>
<li>
<a class="" href="statisitics.html">
<span>Statistics</span>
</a>
</li>
<li>
<a class="" href="members.html">
<span>Members</span>
</a>
</li>
<li>
<a class="" href="events.html">
<span>Events</span>
</a>
</li>
</ul>
</div>
</aside>
<section id="main-content">
<section class="wrapper">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="info-box white-bg">
<div class="panel-body">
<div class="panel-heading">RAILS FEELS RIGHT 3.0</div>
<img src="demo.jpeg" class="img-rounded" width="150" height="200">
<div class="panel-content">Join us this friday as we embark on ruby basics.</br>
<strong>Venue:Swahilibox,Dalal House.</strong></br>
<strong>Time:2pm-4pm</strong></br>
<strong>Date:26th April 2018</strong>
</div>
<a href="" class="button">EDIT</a>
<a href="" class="button">DELETE</a>
</div><!--/ .buttons -->
</div><!--/.info-box-->
</div><!--/.col-->
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="info-box white-bg">
<div id="buttons">
<a href="" class="button">EDIT</a>
<a href="" class="button">DELETE</a>
</div><!--/ .buttons -->
</div><!--/.info-box-->
</div><!--/.col-->
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="info-box white-bg">
<div id="buttons">
<a href="" class="button">EDIT</a>
<a href="" class="button">DELETE</a>
</div><!--/ .buttons -->
</div><!--/.info-box-->
</div><!--/.col-->
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="info-box white-bg">
<div id="buttons">
<a href="" class="button">EDIT</a>
<a href="" class="button">DELETE</a>
</div><!--/ .buttons -->
</div><!--/.info-box-->
</div><!--/.col-->
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="info-box white-bg">
<div id="buttons">
<a href="" class="button">EDIT</a>
<a href="" class="button">DELETE</a>
</div><!--/ .buttons -->
</div><!--/.info-box-->
</div><!--/.col-->
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="info-box white-bg">
<div id="buttons">
<a href="" class="button">EDIT</a>
<a href="" class="button">DELETE</a>
</div><!--/ .buttons -->
</div><!--/.info-box-->
</div><!--/.col-->
</div><!--/.row-->
</div>
<div id="final-buttons">
<a href="" class="final-button">SAVE</a>
<a href="" class="final-button">CANCEL</a>
</div><!--/ .buttons -->
<button id="myBtn" class="final-button">Create new event</button>
<!-- The Modal -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2>Event Details</h2>
</div>
<div class="modal-body">
<h5>EVENT TITLE<span class="required">*</span></h5>
<input type="text" name="Event Title" placeholder="catchy name">
<h5>VENUE<span class="required">*</span></h5>
<input type="text" name="Event venue" placeholder="Venue">
<h5>LOCATION<span class="required">*</span></h5>
<input type="text" name="Event Title" placeholder="Where is it located?">
<h5>ORGANIZERS<span class="required">*</span></h5>
<input type="text" name="Event organizer" placeholder="we are organizing">
<h5>ADD IMAGE</h5>
<input type="file" name="file" id="image_file" />
<h3 align="center">Image Preview</h3>
<div id="image_preview" style="display: none">
</div>
<h5>DESCRIPTION<span class="required">*</span></h5>
<textarea rows="4" cols="50"></textarea>
<div style="position: absolute; bottom: 0;right:0;"><a href="" class="final-button">SAVE</a></div>
</div>
</div>
</div>
</section>
</section>
<!--content-->
<!-- javascripts -->
<script src="js/jquery.js"></script>
<script src="js/jquery-ui-1.10.4.min.js"></script>
<script src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.9.2.custom.min.js"></script>
<!-- bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- nice scroll -->
<script src="js/jquery.scrollTo.min.js"></script>
<script src="js/jquery.nicescroll.js" type="text/javascript"></script>
<!-- charts scripts -->
<script src="assets/jquery-knob/js/jquery.knob.js"></script>
<script src="js/jquery.sparkline.js" type="text/javascript"></script>
<script src="assets/jquery-easy-pie-chart/jquery.easy-pie-chart.js"></script>
<script src="js/owl.carousel.js" ></script>
<!-- jQuery full calendar -->
<<script src="js/fullcalendar.min.js"></script> <!-- Full Google Calendar - Calendar -->
<script src="assets/fullcalendar/fullcalendar/fullcalendar.js"></script>
<!--script for this page only-->
<script src="js/calendar-custom.js"></script>
<script src="js/jquery.rateit.min.js"></script>
<!-- custom select -->
<script src="js/jquery.customSelect.min.js" ></script>
<script src="assets/chart-master/Chart.js"></script>
<!--custome script for all page-->
<script src="js/scripts.js"></script>
<!-- custom script for this page-->
<script src="js/sparkline-chart.js"></script>
<script src="js/easy-pie-chart.js"></script>
<script src="js/jquery-jvectormap-1.2.2.min.js"></script>
<script src="js/jquery-jvectormap-world-mill-en.js"></script>
<script src="js/xcharts.min.js"></script>
<script src="js/jquery.autosize.min.js"></script>
<script src="js/jquery.placeholder.min.js"></script>
<script src="js/gdp-data.js"></script>
<script src="js/morris.min.js"></script>
<script src="js/sparklines.js"></script>
<script src="js/charts.js"></script>
<script src="js/jquery.slimscroll.min.js"></script>
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
//knob
$(function() {
$(".knob").knob({
'draw' : function () {
$(this.i).val(this.cv + '%')
}
})
});
//carousel
$(document).ready(function() {
$("#owl-slider").owlCarousel({
navigation : true,
slideSpeed : 300,
paginationSpeed : 400,
singleItem : true
});
});
//custom select box
$(function(){
$('select.styled').customSelect();
});
/* ---------- Map ---------- */
$(function(){
$('#map').vectorMap({
map: 'world_mill_en',
series: {
regions: [{
values: gdpData,
scale: ['#000', '#000'],
normalizeFunction: 'polynomial'
}]
},
backgroundColor: '#eef3f7',
onLabelShow: function(e, el, code){
el.html(el.html()+' (GDP - '+gdpData[code]+')');
}
});
});
</script>
</body>
</html>