-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
116 lines (110 loc) · 5.7 KB
/
signup.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-47292231-6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-47292231-6');
</script>
<title>The Maestros | Download</title>
<meta charset="UTF-8">
<meta property="og:image" content="http://i.imgur.com/0fLnekn.jpg">
<meta property="og:image:secure_url" content="https://i.imgur.com/0fLnekn.jpg">
<link href='./css/bootstrap.min.css' rel='stylesheet'>
<link href='./css/download.css' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='./css/shared.css' rel='stylesheet' type='text/css'>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65100825-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://github.com/carhartl/jquery-cookie/blob/master/src/jquery.cookie.js'></script>
<script src='./js/bootstrap.min.js'></script>
<script src='./js/website.maestrosgame.min.js'></script>
<div id='top'>
<div class='navbar navbar-default navbar-fixed-top'>
<div class='container'>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false" id="threelines">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href='/' class='navbar-brand'></a>
<img src='./images/rsz_maestroslogo.png' height="115px" id='mbrand'>
<ul class='nav navbar-nav navbar-right collapse navbar-collapse' id="bs-example-navbar-collapse-1">
<li><a href='index.html'>Home</a></li>
<li><a href='signup.html'>Sign Up</a></li>
<li><a href='game.html'>Game</a></li>
<li><a href='./leaderboards/index.html'>Leaderboard</a></li>
<li><a href='media.html'>Media</a></li>
<li><a href='#' data-toggle='dropdown' id='about'>About<span class='caret'></span></a>
<ul class='dropdown-menu'>
<li><a href='http://blog.maestrosgame.com'>Dev Blog</a></li>
<li><a href='team.html'>Team</a></li>
</ul>
</li>
</ul>
<div id="socialicons" class='text-right'>
<a href="https://www.facebook.com/TheMaestrosGame"><img src="https://i.imgur.com/uNSCaHZ.png" class='socialicon' alt="facebook-icon" /></a>
<a href="https://twitter.com/maestrosgame"><img src="https://i.imgur.com/bavkcqe.png" class='socialicon' alt="twitter-icon" /></a>
<a href="https://www.reddit.com/r/maestrosgame"><img src="https://i.imgur.com/2Et5Udj.png" class='socialicon' alt="reddit-icon" /></a>
<a href="https://discord.gg/VUkvkgY"><img src="https://i.imgur.com/MHl8ssB.png" class='socialicon' alt="discord-icon" /></a>
<a href="https://gamejolt.com/games/the-maestros/75258"><img src="https://i.imgur.com/wiElkhn.png" class='socialicon' alt="gamejolt-icon" /></a>
<a href="https://www.youtube.com/user/maestrosgame"><img src="https://i.imgur.com/lz8y2h0.png" class='socialicon' alt="youtube-icon" /></a>
<a href="https://www.twitch.tv/maestrosgame"><img src="https://i.imgur.com/0iODmuF.png" class='socialicon' alt="twitch-icon" /></a>
</div>
</div>
</div>
<div id='first'>
<div class='container'>
<div class='page-header'>
<div class='text-center'>
<h1 class='seilssans'>Sign Up to Receive More Information</h1>
</div>
</div>
<div class='container'>
<div class='row well top-buffer'>
<div class='center-block'>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeOiIeMWozv0N-o-Cl4hsRN0nmTm5ZHnMuNFnHKPlSqo9TGPA/viewform?embedded=true#start=embed" width="760" height="700" frameborder="0" marginheight="50px" marginwidth="50px" scrolling="no">Loading...</iframe>
</div>
</div>
</div>
</div>
</div>
<div id='last'>
<div class='container'>
<div class='top-buffer text-center'>
<img src='https://i.imgur.com/CkABTDE.png' height='360px'></img>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="text-center top-buffer">
<hr style="background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));">
<img src="https://i.imgur.com/Zb70y37.png" width="100px" height="100px">
<br>
<br>
<p style="margin-bottom: 15px;">
©<script type="text/javascript">document.write(new Date().getFullYear());</script> Systence Games - All Rights Reserved
</p>
<small style="display:block; margin-bottom: 25px;">
<a href="./privacypolicy.html" style="color: #aaa;">Privacy Policy</a> <span style="color:#eee">|</span>
<a href="./termsofservice.html" style="color: #aaa;">Terms of Service</a> <span style="color:#eee">|</span> <a href="./support.html" style="color: #aaa">Support</a>
</small>
</div>
</div>
</div>
</body>
</html>