-
Notifications
You must be signed in to change notification settings - Fork 0
/
confirmation.jade
63 lines (61 loc) · 3.41 KB
/
confirmation.jade
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
doctype
html(style="width: 100%; height: 100%;")
head
meta(charset='utf8')
meta(http-equiv='X-UA-Compatible', content='IE=edge, chrome=1')
meta(name='description', content='Your registration is complete!')
meta(name='author', content= "Pilot")
meta(name="viewport", content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1")
title="Registration Complete!"
link(rel='stylesheet', href='/font/font-awesome/css/font-awesome.css')
link(rel='stylesheet', href='https://static.gopilot.org/confirmation.css')
link(rel='stylesheet', href='/font/fonts.css')
script.
var fb_param = {};
fb_param.pixel_id = '6012903874317';
fb_param.value = '0.00';
fb_param.currency = 'USD';
(function(){
var fpw = document.createElement('script');
fpw.async = true;
fpw.src = '//connect.facebook.net/en_US/fp.js';
var ref = document.getElementsByTagName('script')[0];
ref.parentNode.insertBefore(fpw, ref);
})();
noscript
img(height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/offsite_event.php?id=6012903874317&value=0&currency=USD")
body
div.wrap.full
h2.center#title Thanks for registering!
h4.center We'll see you at #{title}!
p.serif#list-title What now?
ol#actions
//- li You MUST print out and sign your waivers
//- div.button-container
//- a(href="/waiver.pdf" class="button button-large" id="waiverButton" target="_blank")
//- i.fa.fa-print
//- span.button-text Print waivers >
li Join the Facebook event to see who else is going!
div.button-container
a(class="button button-large" id="eventButton" target="_blank" href=facebook_event)
i.fa.fa-calendar
span.button-text Facebook Event >
li Follow us to get some more updates!
div.button-container
a(href="https://facebook.com/grabtheyoke" class="button button-small" id="facebookLike" target="_blank")
i.fa.fa-thumbs-up
span.button-text Pilot
a(href="https://twitter.com/grabtheyoke" class="button button-small" id="twitterFollow" target="_blank")
i.fa.fa-twitter
span.button-text @GrabTheYoke
a(href="https://instagram.com/grabtheyoke" class="button button-small" id="instagramFollow" target="_blank")
i.fa.fa-camera-retro
span.button-text GrabTheYoke
li Invite your friends!
div.button-container
a(href="https://twitter.com/share?url="+encodeURIComponent(share_url)+"&text="+encodeURIComponent(tweet_text) class="button button-small" id="tweet" target="_blank")
i.fa.fa-twitter
span.button-text Tweet
a(href="https://www.facebook.com/sharer/sharer.php?u="+encodeURIComponent(share_url) class="button button-small" id="share" target="_blank")
i.fa.fa-facebook
span.button-text Share