-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·703 lines (698 loc) · 45.8 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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="author" content="Green Ido | @greenido | plus.google.com/+greenido">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LPA Admin</title>
<meta name="description" content="A note for our LPA">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel=manifest href=manifest.json>
<meta name=mobile-web-app-capable content=yes>
<meta name=application-name content="LPA-1">
<link rel=icon sizes=192x192 href=img/pencil-192.png>
<meta name=apple-mobile-web-app-capable content=yes>
<meta name=apple-mobile-web-app-status-bar-style content=black>
<meta name=apple-mobile-web-app-title content="LPA">
<link rel=apple-touch-icon href=img/pencil-192.png>
<meta name=msapplication-TileImage content=img/pencil-144.png>
<meta name=msapplication-TileColor content=#2196F3>
<meta name=theme-color content=#2196F3>
<meta property=og:title content="LPA">
<meta property=og:type content=website>
<meta property=og:image content=https://lpa-1.firebaseapp.com/img/pencil-192.png>
<meta property=og:url content="https://lpa-1.firebaseapp.com/">
<meta property=og:description content="Our LPA web app! Smile!">
<meta name=twitter:card content=summary>
<meta name=twitter:url content="https://lpa-1.firebaseapp.com">
<meta name=twitter:title content="LPA">
<meta name=twitter:description content="Our LPA web app! Smile!">
<meta name=twitter:image content=https://lpa-1.firebaseapp.com/img/pencil-192.png>
<meta name=twitter:creator content=@greenido>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/css/bootstrap-select.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.12/css/jquery.dataTables.min.css">
<link rel="stylesheet" href="css/buttons.dataTables.min.css">
<!-- Firechat
<link rel='stylesheet' href='https://cdn.firebase.com/libs/firechat/2.0.1/firechat.min.css' />
-->
<!-- Intro / Help -->
<link rel="stylesheet" href="css/joyride-2.1.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/lpa-logo-40.jpg" alt="lpa logo" class="lpa-logo" /></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/mentor" target="_blank">Mentor</a></li>
<li><a href="/startup.html" target="_blank">Attendee</a></li>
<li><a href="https://github.com/greenido/lpa-1" target="_blank">Code</a></li>
<li><a id="help-but" href="#">Help</a></li>
</ul>
<form id="login-form" class="navbar-form navbar-right" role="form">
<div class="form-group">
<input id="email" type="email" placeholder="Email" class="form-control">
</div>
<div class="form-group">
<input id="passwd" type="password" placeholder="Password" class="form-control">
</div>
<button type="submit" id="sign-in-but" class="btn btn-success">Sign in</button>
<span id='spin'><i class="fa fa-spinner fa-spin"></i></span>
</form>
<div id="logout-div"></div>
<form class='navbar-form navbar-right' role='form'>
<button id="online-status" type="button" class="btn btn-info" disabled>Online</button>
</form>
</div>
<!--/.navbar-collapse -->
</div>
</nav>
<div class="main-balagan">
<div class="container">
<div>
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li id="mentors-tab-li" role="presentation" class="active"><a href="#mentors-tab" aria-controls="mentors-tab" role="tab" data-toggle="tab">
Mentors</a></li>
<li id="startup-tab-li" role="presentation"><a href="#startup-tab" aria-controls="startup-tab" role="tab" data-toggle="tab">
Startups</a></li>
<li id="attendees-tab-li" role="presentation"><a href="#attendees-tab" aria-controls="attendees-tab" role="tab" data-toggle="tab">Attendees</a></li>
<li id="locations-tab-li" role="presentation"><a href="#locations-tab" aria-controls="locations-tab" role="tab" data-toggle="tab">Locations</a></li>
<li id="schedule-tab-li" role="presentation"><a href="#schedule-tab" aria-controls="schedule-tab" role="tab" data-toggle="tab">Schedule</a></li>
<li id="schedule-viewer-tab-li" role="presentation"><a href="#schedule-viewer-tab" aria-controls="schedule-viewer-tab" role="tab" data-toggle="tab">Schedule Viewer</a></li>
<li id="notes-tab-li" role="presentation"><a href="#notes-viewer-tab" aria-controls="notes-viewer-tab" role="tab" data-toggle="tab">Notes</a></li>
<li id="gen-op-tab-li" role="presentation"><a href="#gen-ops-tab" aria-controls="gen-ops-tab" role="tab" data-toggle="tab"><span class="glyphicon glyphicon-glass"></span> Ops</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="mentors-tab">
<div class="row">
<div class="col-lg-6 col-md-6 fields-block">
<h4>Current Mentor</h4>
<div class="form-group">
<div id="nameError" class="sr-only" role="alert"></div>
<label for="form-name-field" class="sr-only">Name</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-user"></span></div>
<input type="text" class="form-control" id="form-name-field" value="" placeholder="Name" autocomplete="name" required>
</div>
</div>
<!-- email field -->
<div class="form-group">
<div id="emailError" class="sr-only" role="alert"></div>
<label for="form-email-field" class="sr-only">Email</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span></div>
<input type="email" class="form-control must-have-field" id="form-email-field" value="" placeholder="Email" autocomplete="email" required title="You must have an email for the mentor">
</div>
</div>
<!-- phone field -->
<div class="form-group">
<div id="phoneError" class="sr-only" role="alert"></div>
<label for="form-phone-field" class="sr-only">Phone</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-phone"></span></div>
<input type="tel" class="form-control" id="form-phone-field" value="" placeholder="xxx-xxx-xxxx" autocomplete="tel">
</div>
</div>
<div class="form-group">
<div id="countryError" class="sr-only" role="alert"></div>
<label for="form-country-field" class="sr-only">Country</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-road"></span></div>
<input type="text" class="form-control" id="form-country-field" value="" placeholder="Country" autocomplete="country">
</div>
</div>
<div class="form-group">
<div id="nameError" class="sr-only" role="alert"></div>
<label for="form-city-field" class="sr-only">City</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-globe"></span></div>
<input type="text" class="form-control" id="form-city-field" value="" placeholder="City" autocomplete="city">
</div>
</div>
<label for="form-domain-select">Domain</label>
<div class="input-group">
<select id="form-domain-select" class="selectpicker" data-style="btn-info">
<option>UX</option>
<option>Tech</option>
<option>Product</option>
<option>Google Product</option>
<option>Marketing</option>
<option>Business</option>
<option>Monetization</option>
<option>Fundraising</option>
</select>
</div>
<!-- more -->
<label for="form-domain-sec-select">Secondary Domain</label>
<div class="input-group">
<select id="form-domain-sec-select" class="selectpicker" data-style="btn-info">
<option>N/A</option>
<option>UX</option>
<option>Tech</option>
<option>Product</option>
<option>Google Product</option>
<option>Marketing</option>
<option>Business</option>
<option>Monetization</option>
<option>Fundraising</option>
</select>
</div>
<div class="form-group">
<label for="form-twitter-field">Twitter</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-bullhorn"></span></div>
<input type="text" class="form-control" id="form-twitter-field" value="" placeholder="@yourAccount">
</div>
</div>
<button class="btn btn-primary btn-xs" type="button" data-toggle="collapse" data-target="#collapse-bio-links" aria-expanded="false" aria-controls="collapseExample">
Bio, Fact, Expertise And Links
<span class="glyphicon glyphicon-resize-full" aria-hidden="true"></span>
</button>
<div class="collapse" id="collapse-bio-links">
<div class="well">
<div class="form-group">
<label for="form-bio">Bio</label>
<textarea class="form-control col-lg-6" id="form-bio" name="bio"></textarea>
</div>
<div class="form-group">
<label for="form-fun-fact">Fun Fact</label>
<textarea class="form-control col-lg-6" id="form-fun-fact" name="form-fun-fact"></textarea>
</div>
<!-- end -->
<label for="form-expertise">Expertise</label>
<textarea class="form-control col-lg-6" id="form-expertise" name="expertise"></textarea>
<br>
<label for="form-comments">Comments</label>
<textarea class="form-control col-lg-6" id="form-comments" name="comments"></textarea>
<br>
<label for="form-linkedin-url">LinkedIn</label>
<div class="input-group">
<span class="input-group-addon" id="form-linkedin-url-pre">http://www.linkedin.com/in/</span>
<input type="text" class="form-control" id="form-linkedin-url">
</div>
<label for="form-personal-url">Personal Site</label>
<div class="input-group">
<span class="input-group-addon" id="form-personal-url-pre">http://</span>
<input type="text" class="form-control" id="form-personal-url">
</div>
<label for="form-pic-url">Picture Url</label>
<div class="input-group">
<span class="input-group-addon" id="form-pic-url-pre">http://</span>
<input type="text" class="form-control" id="form-pic-url">
</div>
</div>
</div>
<div class=" note-for-mentor-section" title="These notes will be sent to the mentor once you click 'Save'">
<h5><label for="form-note-for-mentor">Notes For the Mentor</label></h5>
<textarea class="form-control" id="form-note-for-mentor" name="notes-for-mentor" rows="8"></textarea>
</div>
<div class="action-buttons">
<button id="form-cancel-mentor" class="btn btn-default">Clear</button>
<button id="form-save-mentor" type="submit" class="btn btn-success">Save</button>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-offset-4 centered alert alert-success save-alert">
<strong>Saved!</strong>
</div>
</div>
<div class="col-lg-6 col-md-6 ">
<div id="mentors-list">
<img src="img/spin-82.svg" alt="spinner" />
</div>
<img src="img/little-men.jpeg" class="img-background-max">
</div>
</div>
<!-- row end hidden-md hidden-sm hidden-xs -->
</div>
<!-- STARTUPS -->
<div role="tabpanel" class="tab-pane" id="startup-tab">
<div class="row">
<div class="col-lg-6 col-md-6 fields-block">
<h4>Current Startup</h4>
<div class="form-group">
<div id="st-nameError" class="sr-only" role="alert"></div>
<label for="st-name-field" class="sr-only">Startup Name</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-leaf"></span></div>
<input type="text" class="form-control must-have-field" id="st-name-field" value="" placeholder="Name" autocomplete="name" required>
</div>
</div>
<div class="form-group">
<div id="st-descError" class="sr-only" role="alert"></div>
<label for="st-desc-field" class="sr-only">Description</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-list"></span></div>
<input type="text" class="form-control" id="st-desc-field" value="" placeholder="Description" autocomplete="st-desc" required>
</div>
</div>
<div class="form-group">
<div id="st-countryError" class="sr-only" role="alert"></div>
<label for="st-country-field" class="sr-only">Country</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-road"></span></div>
<input type="text" class="form-control" id="st-country-field" value="" placeholder="Country" autocomplete="country">
</div>
</div>
<div class="form-group">
<div id="st-cityError" class="sr-only" role="alert"></div>
<label for="st-city-field" class="sr-only">City</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-globe"></span></div>
<input type="text" class="form-control" id="st-city-field" value="" placeholder="City" autocomplete="city">
</div>
</div>
<label for="form-domain-select">Fund Raised</label>
<div class="input-group">
<select id="st-fund-select" class="selectpicker">
<option>$1M</option>
<option>$5M</option>
<option>$10M</option>
<option>$20M</option>
<option>$30M</option>
</select>
</div>
<label for="st-num-employees-select">Number Of Employees</label>
<div class="input-group">
<select id="st-num-employees-select" class="selectpicker">
<option>1-10</option>
<option>11-50</option>
<option>51-100</option>
<option>100-250</option>
<option>250-1000</option>
</select>
</div>
<div class="form-group">
<div id="st-dateError" class="sr-only" role="alert"></div>
<label for="st-date-field">Date Founded</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-user"></span></div>
<input type="date" class="form-control" id="st-date-field" value="" placeholder="">
</div>
</div>
<label for="st-logo-url">Logo Url</label>
<div class="input-group">
<span class="input-group-addon" id="st-logo-url-icon">http://</span>
<input type="text" class="form-control" id="st-logo-url">
</div>
<div class="form-group">
<label for="st-twitter-field">Twitter</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-bullhorn"></span></div>
<input type="text" class="form-control" id="st-twitter-field" value="" placeholder="@yourStartupAccount">
</div>
</div>
<label for="st-team-url">Team Photo</label>
<div class="input-group">
<span class="input-group-addon" id="st-team-url-icon">http://</span>
<input type="text" class="form-control" id="st-team-url">
</div>
<label for="st-video-url">Application Video</label>
<div class="input-group">
<span class="input-group-addon" id="st-video-url-icon">http://</span>
<input type="text" class="form-control" id="st-video-url">
</div>
<label for="st-history-url">History File</label>
<div class="input-group">
<span class="input-group-addon" id="st-history-url-icon">http://</span>
<input type="text" class="form-control" id="st-history-url">
</div>
<div class="action-buttons">
<button id="st-cancel-button" class="btn btn-default">Clear</button>
<button id="st-save-button" type="submit" class="btn btn-success">Save</button>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-offset-4 centered alert alert-success save-alert">
<strong>Saved!</strong>
</div>
</div>
<div class="col-lg-6 col-md-6">
<!-- list of out startups -->
<div id="startups-list">
<img src="img/spin-82.svg" alt="spinner" />
</div>
<img src="img/lion.jpeg" class="img-background-max">
</div>
</div>
</div>
<!-- Attendees -->
<div role="tabpanel" class="tab-pane" id="attendees-tab">
<div class="row">
<div class="col-lg-6 col-md-6 fields-block">
<h4>Current Attendee</h4>
<div class="form-group">
<div id="att-nameError" class="sr-only" role="alert"></div>
<label for="att-name-field" class="sr-only">Name</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-user"></span></div>
<input type="text" class="form-control must-have-field" id="att-name-field" placeholder="Name" autocomplete="name" required>
</div>
</div>
<!-- email field -->
<div class="form-group">
<div id="att-emailError" class="sr-only" role="alert"></div>
<label for="att-email-field" class="sr-only">Email</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span></div>
<input type="email" class="form-control must-have-field" id="att-email-field" placeholder="Email" autocomplete="email" required>
</div>
</div>
<label for="att-st-name-field">Startup Name</label>
<div id="att-startup-sel-div">
</div>
<label for="att-role">Your Role</label>
<div class="input-group">
<input type="text" class="form-control" id="att-role" placeholder="CEO, CTO, etc.">
</div>
<label for="att-linkedin-url">Your LinkedIn</label>
<div class="input-group">
<span class="input-group-addon" id="att-linkedin-url-pre">http://www.linkedin.com/in/</span>
<input type="text" class="form-control" id="att-linkedin-url">
</div>
<div class="form-group">
<label for="att-fun-fact">Fun Fact</label>
<textarea class="form-control col-lg-6" id="att-fun-fact" name="att-fun-fact"></textarea>
</div>
<label for="att-pic-url">Picture Url</label>
<div class="input-group">
<span class="input-group-addon" id="att-pic-url-pre">http://</span>
<input type="text" class="form-control" id="att-pic-url">
</div>
<div class="action-buttons">
<button id="att-cancel-button" class="btn btn-default">Clear</button>
<button id="att-save-button" type="submit" class="btn btn-success">Save</button>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-offset-4 centered alert alert-success save-alert">
<strong>Saved!</strong>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div id="att-list">
<img src="img/spin-82.svg" alt="spinner" />
</div>
<div id="att-list-meta-data"></div>
<img src="img/city.jpeg" class="img-background-max">
</div>
</div>
</div>
<!-- Locations -->
<div role="tabpanel" class="tab-pane" id="locations-tab">
<div class="row">
<div class="col-lg-6 col-md-6 fields-block">
<h4>Current Location</h4>
<div class="form-group">
<div id="location-nameError" class="sr-only" role="alert"></div>
<label for="location-name-field" class="sr-only">Name</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-leaf"></span></div>
<input type="text" class="form-control" id="location-name-field" value="" placeholder="Location Name" autocomplete="name" required>
</div>
</div>
<div class="form-group">
<div id="location-addressError" class="sr-only" role="alert"></div>
<label for="location-address-field" class="sr-only">Address</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-list"></span></div>
<input type="text" class="form-control" id="location-address-field" value="" placeholder="Full Address">
</div>
</div>
<div class="form-group">
<div id="location-commentsError" class="sr-only" role="alert"></div>
<label for="location-comments-field" class="sr-only">comments</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-asterisk"></span></div>
<input type="text" class="form-control" id="location-comments-field" value="" placeholder="Full comments">
</div>
</div>
<div class="action-buttons">
<button id="location-cancel-button" class="btn btn-default">Clear</button>
<button id="location-save-button" type="submit" class="btn btn-success">Save Location</button>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-offset-4 centered alert alert-success save-alert">
<strong>Location Saved!</strong>
</div>
</div>
<div class="col-lg-6 col-md-6">
<!-- list of out startups -->
<div id="locations-list">
<img src="img/spin-82.svg" alt="spinner" />
</div>
</div>
</div>
</div>
<!-- Schedule -->
<div role="tabpanel" class="tab-pane" id="schedule-tab">
<div class="row">
<div class="col-md-12 col-lg-12 text-center vcenter-s-header">Day:
<input type="date" class="schedule-day-x text-center" id="schedule-day-1">
<button id="sc-reset-button" class="btn btn-default">Reset</button>
<button id="sc-reload-button" class="btn btn-info">Reload</button>
<button id="sc-save-button" class="btn btn-success">Save Schedule</button>
<div class="col-lg-2 col-md-2 col-sm-2 col-offset-4 centered alert alert-success save-alert">
<strong>Saved!</strong>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-lg-1 text-center vcenter-s-header">Startup</div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-1 col-lg-1 vcenter-s-header"></div>
<div class="col-md-2 col-lg-2 vcenter-s-header">
<button id="copy-comments-on-day" class="btn btn-xs btn-info" title='Copy the comments from the first startup to all the rest'>Copy All Comments</button>
</div>
</div>
<div id="schedule-tab-table"></div>
<div id="schedule-local-ops" class="row">
<div class="col-md-6 col-lg-6">
<div id="schedule-ops"></div>
</div>
<div class="col-md-6 col-lg-6">
<h5>Careful Here</h5>
<button id="remove-allbackups" class="btn btn-warning" title='Remove all the local backups'>Remove All Local Backups
</button>
</div>
</div>
</div>
<!-- Schedule Viewer -->
<div role="tabpanel" class="tab-pane" id="schedule-viewer-tab">
<div class="row">
<div id="mentor-startup-viewer" class=" col-sm-6 col-md-5 col-lg-5 text-center vcenter-s-header">
</div>
<div class="col-md-6 col-lg-6 text-center vcenter-s-header radio-viewer">Day:
<input type="date" class="schedule-day-x text-center" id="schedule-viewer-day">
<button id="sc-viewer-reset-button" class="btn btn-default">Reset</button>
<button id="sc-viewer-reload-button" class="btn btn-info">Reload</button>
</div>
</div>
<div class="row">
<div id="mentor-schedule-list" class="col-md-12 col-lg-12 text-center">
</div>
</div>
</div>
<!-- Notes Viewer -->
<div role="tabpanel" class="tab-pane" id="notes-viewer-tab">
<div class="row">
<div id="startup-notes-viewer" class="col-sm-3 col-md-3 col-lg-3 notes-header">
</div>
<div class="col-sm-5 col-md-5 col-lg-2 notes-header">
<button id="notes-viewer-reload-button" class="btn btn-info">Reload All Startup's Notes</button>
</div>
</div>
<div class="row">
<div id="mentor-notes-viewer" class="col-sm-3 col-md-3 col-lg-3 notes-header">
</div>
<div class="col-sm-2 col-md-3 col-lg-1 text-center notes-header">
<button id="notes-per-mentor-reload-button" class="btn btn-info">Reload All Mentor's Notes</button>
</div>
</div>
<div class="row">
<div id="startup-notes-list" class="col-md-12 col-lg-12 text-center">
<table id="startup-notes-table" class="display" width="100%">
<thead>
<tr>
<th>Date</th>
<th>Mentor</th>
<th>Attendee</th>
<th>Hour</th>
<th>Effective</th>
<th>Receptive</th>
<th>Action Items</th>
<th>Notes</th>
</tr>
</thead>
<tbody id="startup-notes-table-body"></tbody>
</table>
</div>
</div>
</div>
<!-- Gen Ops -->
<div role="tabpanel" class="tab-pane" id="gen-ops-tab">
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4 notes-header">
<h4>Attendees Utils</h4>
<button id="gen-ops-remove-all-att-button" class="btn btn-warning">Remove All Attendees</button>
<br><br>
<div id="att-export-div">
<button id="export-all-att-button" class="btn btn-info">Export All Attendees</button>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg6 notes-header">
<!-- email for mentor to do a comeback -->
<h4>Mentors Utils</h4>
<div class="form-group">
<div id="mentor-comeback-emailError" class="sr-only" role="alert"></div>
<label for="mentor-comeback-email-field" class="sr-only">Email</label>
<div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-envelope"></span></div>
<input type="email" class="form-control must-have-field" title="The email should be like: ido@gmail-com" id="mentor-comeback-email-field" placeholder="Email" autocomplete="email" required>
</div>
</div>
<button id="move-back-mentor-button" class="btn btn-info">Move back</button>
<button id="remove-all-mentors-button" class="btn btn-warning">Remove All Mentors</button>
<div id="mentor-export-div">
<div id="mentor-export-div-meta"></div>
<button id="export-all-mentors-button" class="btn btn-info">Export All Mentors</button>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-md-4 col-lg-4 notes-header">
<h4>Startups Utils</h4>
<button id="gen-ops-remove-all-startups-button" class="btn btn-warning">Remove All Startups</button>
</div>
</div>
<div class="row">
<div class="col-sm-5 col-md-5 col-lg-2 notes-header">
<button id="notes-viewer-export-all-button" class="btn btn-info">Export All Notes</button>
</div>
</div>
</div>
<!-- end of tabs -->
</div>
</div>
</div>
</div>
<!-- Small modal for errors/warnings -->
<div id='err-modal' class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Oppss... A little problam</h4>
</div>
<div class="modal-body">
<h3>Check again your email and password.</h3>
<p>If you can't login please check with the organizers</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="container">
<hr>
<footer>
<div class="col-md-4">
<a href="https://github.com/greenido/lpa-1-issues/issues/new" class="btn btn-success" target="_blank">Feedback</a>
</div>
</footer>
</div>
<!-- Help Content -->
<ol id="joyRideTipContent">
<li data-id="mentors-tab-li" data-button="Next" data-options="tipAnimation:fade">
<h2>Mentors</h2>
<p>Fill the details of the mentors. A name/email are a must. Get bonus points for Domain.
<br>This will allow mentors to login to their app and fill more details.</p>
</li>
<li data-id="startup-tab-li" data-button="Next" data-options="tipAnimation:fade">
<h2>Startup Details</h2>
<p>All the information we got per startup.
<br>(!) It's important to have a link to the history file!</p>
</li>
<li data-id="attendees-tab-li" data-button="Next" data-options="tipAnimation:fade">
<h2>Attendee Details</h2>
<p>Fill the details of the attendees. A name/email/Startup are a must to white list them and allow them to login to the app.</p>
</li>
<li data-id="locations-tab-li" data-button="Next" data-options="tipAnimation:fade">
<h2>Location Details</h2>
<p>Fill all the locations we are going to use in this LPA</p>
</li>
<li data-id="schedule-tab-li" data-button="Next" data-options="tipAnimation:fade">
<h2>Schedule Builder</h2>
<p>Make sure you have ALL the mentors and locations.
<br>Set a mentor and a location per startup.
<br>A click on the save button will check and warn you if you assign the same mentor to more then one startup in a certain hour.</p>
</li>
<li data-id="schedule-viewer-tab-li" data-button="Next" data-options="tipLocation:right">
<h2>Schedule Viewer</h2>
<p>Check how the schedule is look like for a specific mentor or startup.</p>
</li>
<li data-id="notes-tab-li" data-button="Done" data-options="tipLocation:right">
<h2>Notes</h2>
<p>Check all the notes that the mentors and attendees wrote on their sessions. Be strong 😎</p>
</li>
</ol>
<script src="https://www.gstatic.com/firebasejs/3.5.3/firebase.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')
</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/bootbox.min.js"></script>
<script src="js/bootstrap-markdown.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/js/bootstrap-select.min.js"></script>
<script src="js/vendor/jquery.joyride-2.1.js"></script>
<script src="https://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js"></script>
<script src="js/vendor/dataTables.buttons.min.js"></script>
<script src="js/vendor/buttons.html5.min.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-76781519-1', 'auto');
ga('set', 'transport', 'beacon');
ga('send', 'pageview');
</script>
<script src="js/main.js"></script>
</body>
<!-- v0.95 -->
</html>