forked from fastersteam/fastersv.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·738 lines (621 loc) · 33.7 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
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!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">
<meta name="google-site-verification" content="vJ5HP49_os3DyJle8SXbEcmICu-rRvRHJTeJCcGPUeg" />
<title>FASTER</title>
<!-- CSS -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,100,300,500">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/elegant-font/code/style.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/superslides.css">
<link rel="stylesheet" href="assets/css/form-elements.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media-queries.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"/>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"/>
<![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.png">
<!-- Scripts -->
<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-84644258-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125418366-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-125418366-1');
</script>
</head>
<body>
<!-- Top menu -->
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">FASTER</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="top-navbar-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html#top-content">Home </a> </li>
<li><a href="index.html#mission"> Mission </a> </li>
<li>
<a href="fasterconschedule.html">
FASTERCON20
</a>
</li>
<!--
<li><a href="index.html#goals"> Goals </a> </li>
<li><a href="index.html#team"> Team </a> </li>
<li><a href="index.html#conduct"> Conduct Code</a> </li>
-->
<li><a href="index.html#contact"> Contact </a> </li>
</ul>
</div>
</div>
</nav>
<!-- ABOUT -->
<a name="mission"></a>
<div class="block-3-container section-container what-we-do-container">
<div class="container">
<div class="row">
<div class="col-sm-12 block-3 section-description wow fadeIn">
<h2>our mission</h2>
<div class="divider-1 wow fadeInUp"><span></span></div>
<p>
FASTER's mission is to create and cultivate a valuable
movement of Filipino Americans in the Silicon Valley
technology community across a wide range of professions
(engineers, designers, managers, scientists,
entrepreneurs, etc). In doing so, we strengthen
professional ties and networks across the Bay Area and
provide a foundation for Filipino American youth to
build their careers in the technology industry.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-4 block-3-box wow fadeInUp">
<div class="block-3-box-icon block-3-box-icon-red">
<span aria-hidden="true" class="icon_cogs"></span>
<span aria-hidden="true" class="block-3-box-icon-number">1</span>
</div>
<h3>Professional Development</h3>
<p>
We strive to create an open space for communication and
collaboration among like-minded groups of technology
professionals, which include Filipino and Asian
American employee resource groups, community meetup
groups, and nonprofit organizations operating in the
industry.
</p>
</div>
<div class="col-sm-4 block-3-box wow fadeInUp">
<div class="block-3-box-icon block-3-box-icon-yellow">
<span aria-hidden="true" class="icon_pencil"></span>
<span aria-hidden="true" class="block-3-box-icon-number">2</span>
</div>
<h3>Education and Youth Outreach</h3>
<p>
Through our mentorship programs with local
universities, we strive to help Filipino American youth
achieve their career goals while strengthening the
pipeline of new talent for technology companies and
startups in the process.
</p>
</div>
<div class="col-sm-4 block-3-box wow fadeInUp">
<div class="block-3-box-icon block-3-box-icon-green">
<span aria-hidden="true" class="fa fa-users"></span>
<span aria-hidden="true" class="block-3-box-icon-number">3</span>
</div>
<h3>Community Building</h3>
<p>
Whether in the form of online social media channels or
offline events and conferences, we aim to provide
venues for community members to participate in
enriching our growing community of technology
professionals and students.
</p>
</div>
</div>
</div>
</div>
<!-- GOALS -->
<!--
<a name="goals"></a>
<div class="block-3-container section-container services-container">
<div class="container">
<div class="row">
<div class="col-sm-12 block-3 section-description wow fadeIn">
<h2>our goals</h2>
<div class="divider-1 wow fadeInUp"><span></span></div>
</div>
</div>
<div class="row">
<div class="row">
<div class="col-sm-4 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<span aria-hidden="true" class="icon_lightbulb"></span>
</div>
<h3>Inspire</h3>
<p>
We seek to increase visibility and celebrate the
contributions of Filipino Americans in tech, those
who inspire leadership across professions in the
industry.
</p>
</div>
<div class="col-sm-4 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<span aria-hidden="true" class="icon_drive_alt"></span>
</div>
<h3>Organize</h3>
<p>
We seek to centralize our community by gathering,
organizing, and making information on Filipino
Americans in tech more accessible with an
open-source community database of self-identified
Filipino Americans in various professions in tech.
</p>
</div>
<div class="col-sm-4 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<span aria-hidden="true" class="icon_documents"></span>
</div>
<h3>Give</h3>
<p>
Silicon Valley's rich history of Asian American
contributions is significant, FASTER helps bring
together our community of stories of Filipino
American contributions to the tech industry.
</p>
<a name="fastercon"></a>
</div>
</div>
</div>
</div>
</div>
-->
<!-- The Team -->
<!--
<a name="team">
<div class="about-us-container section-container">
<div class="container">
<div class="row">
<div class="col-sm-12 about-us section-description wow fadeIn">
<h2>the team</h2>
<div class="divider-1 wow fadeInUp"><span></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-12 about-us section-description wow fadeIn">
<h3>National Board of Directors</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/ErinPangilinan-Headshot.jpg" alt=""
data-at2x="assets/img/about/ErinPangilinan-Headshot.jpg">
<!--
<div class="about-us-role">Entrepreneurship</div>
- Break this comment for a containing comment ->
</div>
<h3>Erin Pangilinan</h3>
<p style="color: gray">
FASTER Co-Founder | National Board President
<br/>
Co-Editor, O'Reilly Media
</p>
<div class="about-us-social">
<a href="http://www.twitter.com/erinjerri">
<span class="social_twitter"></span>
</a>
<a href="https://www.instagram.com/erinjerri/">
<span class="social_instagram"></span>
</a>
</div>
</div>
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/Charity.jpg" alt="" data-at2x="assets/img/about/Charity.jpg">
<!--
<div class="about-us-role">Mentoring</div>
- break this comment for a containing comment ->
</div>
<h3>Charity Nicolas</h3>
<p>President, Cal Pilipino American Alumni Chapter (PAAC)</p>
<div class="about-us-social">
<a href="https://www.facebook.com/groups/273916819381061/">
<span class="social_facebook"></span>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 about-us section-description wow fadeIn">
<h3>Executive Committee + Advisers</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/Kristian-Kabuay.jpg" alt="" data-at2x="assets/img/about/Kristian-Kabuay.jpg">
</div>
<h3>Kristian Kabuay</h3>
<p>Adviser<br>Balay School</p>
<div class="about-us-social">
<a href="http://www.twitter.com/baybayin">
<span class="social_twitter"></span>
</a>
<a href="https://www.instagram.com/baybayin/">
<span class="social_instagram"></span>
</a>
</div>
</div>
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/Kendrick_G_Kho.jpg" alt="" data-at2x="assets/img/about/Kendrick_G_Kho.jpg">
</div>
<h3>Kendrick Geluz Kho</h3>
<p>Adviser<br>Investor, Hone Capital<br>Head of Data, STAC-SV</p>
<div class="about-us-social">
<a href="http://www.twitter.com/kendrick_g_kho">
<span class="social_twitter"></span>
</a>
</div>
</div>
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/JohnSalazar.jpg" alt="" data-at2x="assets/img/about/JohnSalazar.jpg">
</div>
<h3>John Salazar</h3>
<p>Adviser<br>Deal Solutions and Support Specialist, Salesforce</p>
<div class="about-us-social">
<a href="https://www.instagram.com/john.salazar24/">
<span class="social_instagram"></span>
</a>
<a href="https://linkedin.com/in/salazarjohn24">
<span aria-hidden="true" class="fa fa-linkedin"></span>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/Aldrin.jpg" alt="" data-at2x="assets/img/about/Aldrin.jpg">
</div>
<h3>Aldrin Montana</h3>
<p>
Tech Committee
<br/>
Ph.D. Student @ UC Santa Cruz
</p>
<div class="about-us-social">
<a href="http://www.twitter.com/drin_montana">
<span class="social_twitter"></span>
</a>
<a href="https://linkedin.com/in/drinmontana">
<span aria-hidden="true" class="fa fa-linkedin"></span>
</a>
</div>
</div>
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/Monali.jpg" alt="" data-at2x="assets/img/about/Monali.jpg">
</div>
<h3>Monali Chuatico</h3>
<p>Tech Committee<br>Software Engineer Intern, Restvo<br>Computer Science Student @ SFSU</p>
<div class="about-us-social">
<a href="https://www.instagram.com/monalimirel/">
<span class="social_instagram"></span>
</a>
<a href="https://linkedin.com/in/monali-mirel">
<span aria-hidden="true" class="fa fa-linkedin"></span>
</a>
</div>
</div>
<div class="col-sm-4 about-us-box wow fadeInUp" align="center">
<div class="about-us-photo">
<img src="assets/img/about/Shanan.jpg" alt="" data-at2x="assets/img/about/Shanan.jpg">
</div>
<h3>Shanan Almario</h3>
<p>Tech Committee<br>University of Alaska Anchorage 2017</p>
<div class="about-us-social">
<a href="https://www.linkedin.com/in/shananalmario/">
<span aria-hidden="true" class="fa fa-linkedin"></span>
</a>
</div>
</div>
</div>
</div>
</div>
-->
<!-- Code of Conduct -->
<!--
<a name="conduct"></a>
<div class="block-3-container section-container what-we-do-container">
<div class="container">
<div class="row">
<div class="col-sm-12 block-3 section-description wow fadeIn">
<h2>code of conduct</h2>
<div class="divider-1 wow fadeInUp"><span></span></div>
<p> Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion, technology choices, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.
<br>
<br> Participants asked to stop any harassing behavior are expected to comply immediately.
<br>
<br> Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.
<br>
<br> If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference.
<br>
<br> If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately. Conference staff can be identified as they'll be wearing branded clothing and/or badges.
<br>
<br> Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.
<br> We expect participants to follow these rules at conference and workshop venues and conference-related social events. </p>
</div>
</div>
</div>
</div>
-->
<!-- Begin MailChimp Signup Form<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css"><style type="text/css"> #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;} /* Add your own MailChimp form style overrides in your site stylesheet or in this style block. We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */</style><div id="mc_embed_signup"><form action="//fastersv.us14.list-manage.com/subscribe/post?u=dbedf41401ef87b7d101d7e28&id=e2c8c9aefd" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> <div id="mc_embed_signup_scroll"> <label for="mce-EMAIL">Subscribe to our mailing list</label> <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> <! RESTORE THIS COMMENT ONCE STYLING HAS BEEN FIXED real people should not fill this in and expect good things - do not remove this or risk form bot signups > <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_dbedf41401ef87b7d101d7e28_e2c8c9aefd" tabindex="-1" value=""></div> <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> </div></form></div>End mc_embed_signup-->
<!-- FASTERCON20 Notion -->
<a name="fastercon20-notion"></a>
<div class="contact-container section-container">
<div class="container">
<div class="row">
<div class="col-sm-12 contact section-description wow fadeIn">
<h2>fastercon 2020</h2>
<div class="divider-1 wow fadeInUp"><span></span></div>
<p> Check out our jam-packed 3 day conference of events! </p>
<p>
<a href="fasterconschedule.html">
A full schedule is available via notion
</a>
</p>
<p>
<img src="assets/img/1-FASTER-schedule-story.png" alt="FASTERCON20 weekend schedule"/>
</p>
</div>
</div>
</div>
</div>
<!-- Contact us -->
<a name="contact"></a>
<div class="contact-container section-container">
<div class="container">
<div class="row">
<div class="col-sm-12 contact section-description wow fadeIn">
<h2>contact us</h2>
<div class="divider-1 wow fadeInUp"><span></span></div>
<p> Feel free to reach out to us through any of the channels below: </p>
</div>
</div>
<div class="row">
<div class="col-sm-3 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<a href="mailto:[email protected]" target="_blank">
<span aria-hidden="true" class="fa fa-envelope"></span>
</a>
</div>
<p class="agrole">
<br/>
Drop us an e-mail at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="col-sm-3 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<a href="https://www.facebook.com/fastersteam/" target="_blank">
<span aria-hidden="true" class="fa fa-facebook-official"></span>
</a>
</div>
<p class="agrole">
<br/>
Like our page
</p>
</div>
<div class="col-sm-3 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<a href="https://twitter.com/fastersteam" target="_blank">
<span aria-hidden="true" class="fa fa-twitter"></span>
</a>
</div>
<p class="agrole">
<br/>
Tweet or follow us
</p>
</div>
<div class="col-sm-3 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<a href="https://www.linkedin.com/groups/7026141" target="_blank">
<span aria-hidden="true" class="fa fa-linkedin"></span>
</a>
</div>
<p class="agrole">
<br/>
Add us to your professional network
</p>
</div>
<div class="col-sm-3 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<a href="http://eepurl.com/cg_gJ9" target="_blank">
<span aria-hidden="true" class="fa fa-paper-plane"></span>
</a>
</div>
<p class="agrole">
<br/>
Subscribe to our mailing list
</p>
</div>
<div class="col-sm-3 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<a href="https://www.instagram.com/fastersteam" target="_blank">
<span aria-hidden="true" class="fa fa-instagram"></span>
</a>
</div>
<p class="agrole">
<br/>
We're on Instagram too
</p>
</div>
<div class="col-sm-3 block-3-box wow fadeInUp">
<div class="block-3-box-icon">
<label for="joinslack-toggle">
<a href="https://faster-steam.slack.com" target="_blank">
<span aria-hidden="true" class="fa fa-slack"/>
</a>
</label>
</div>
<p class="agrole">
<br/>
<input type="checkbox" id="joinslack-toggle">
<label id="joinslack-label" for="joinslack-toggle">
<a href="mailto:[email protected]">Ask us</a> to join our Slack channel
</label>
<!--
Commented out until we can get the join interaction working
<div id="joinslack-div">
<form id="joinslack-form">
<input type="email" name="email"
placeholder="email address">
<input type="submit" value="Receive Slack Invite">
</form>
</div>
<div id="joinslack-status">
<span id="joinslack-message"></span>
</div>
-->
</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="scroll-to-top">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 footer-copyright">
© FASTER
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</div>
Logo created by <a href="http://www.fredmadrid.com">Fred Madrid</a>
</div>
</div>
</footer>
<!-- Javascript -->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.backstretch.min.js"></script>
<script src="assets/js/jquery.superslides.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/retina-1.1.0.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/masonry.pkgd.min.js"></script>
<script src="assets/js/scripts.js"></script>
<!-- <script src="assets/js/util.js"></script> -->
<!--[if lt IE 10]>
<script src="assets/js/placeholder.js"></script>
<![endif]-->
<script>
$(document).ready(
function(){
$('.dropdown a.drop').on(
"click",
function(e){
$(this).next('ul').toggle();
e.stopPropagation();
e.preventDefault();
}
);
// set handler on change of checkbox
// then, trigger an initializing change event
/* commented out until we can have the token accessed in a reasonable way
$('#joinslack-toggle').change(
function() {
$('#joinslack-div').toggle(this.checked);
}
).change();
$('#joinslack-form').submit(
function(e) {
e.preventDefault();
// may we be forgiven for this terrible style
var slack_url = (
'https://'
+ 'faster-team.slack.com'
+ '/api/users.admin.invite?'
+ 'token=' + '' + '&'
+ 'email=' + $(this).find("input[name='email']").val() + '&'
+ 'channels=C0G9ELBSR&'
+ 'resend=true'
);
$.post(
slack_url,
{},
function(data) {
if (data.ok) {
$('#joinslack-div').toggle(false);
$('#joinslack-message').text(
"Invite Sent! We'll be talking with you soon!"
);
}
else {
$('#joinslack-div').toggle(true);
$('#joinslack-message').text(
"Invite not sent: (" + data.error + ")"
);
}
$('#joinslack-status').toggle(true);
}
);
}
);
*/
}
);
</script>
</body>
</html>