forked from BlockchainInstituteChi/weteachblockchain.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccc-thank-you.html
39 lines (33 loc) · 1.16 KB
/
ccc-thank-you.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
---
layout: default
title: Thank you for registering!
stylesheet: thank-you.css
permalink: /crypto-curious/thank-you/
---
<header class="jumbotron text-left tileHeader">
<div class="col-sm-5">
<h1>See you <strong class="red">there</strong>!</h1>
<span>You're on the list, but please make sure to RSVP on Eventbrite to save your seat.</span>
<a class="thankYouButton" href="https://www.eventbrite.com/e/the-crypto-curious-course-tickets-85706770257"><button class="learnMoreButton callToAction">Get Tickets</button></a>
</div>
</header>
<!-- Facebook Pixel Code -->
<script>
fbq('track', 'CompleteRegistration', {
value: 1,
currency: 'USD',
});
</script>
<!-- Event snippet for Course Interest Email Sign-up conversion page -->
<script>
gtag('event', 'conversion', {'send_to': 'AW-707680373/POldCKvaxqwBEPWwudEC'});
</script>
<!-- Global site tag (gtag.js) - Google Analytics for CCC campaign -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148351311-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148351311-1');
</script>