-
Notifications
You must be signed in to change notification settings - Fork 37
/
thankyou.html
40 lines (33 loc) · 1.62 KB
/
thankyou.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Junior Dev</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link rel="stylesheet" href="./styles.css" media="screen" title="no title">
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
</head>
<body>
<div class="container">
<a href="/index.html">
<img id="jd-logo" src="images/logo_primary.svg" alt="Junior Dev Logo" />
</a>
<div class="container-content">
<p>Thank you! *High Five* </p>
<span>You just did an awesome thing, but it's not over yet! </span>
<span>We sent you a confirmation email, you've just got to hit the link in the email and then we're set!</span>
<span>Find out more about what we're doing over on Twitter <a href="https://twitter.com/juniordev_io">@JuniorDev_io</a></span>
</div>
</div>
<script type="text/javascript">
// GA code
(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-86481460-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>