-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
94 lines (91 loc) · 5.71 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
<!DOCTYPE html>
<head>
<title>Nombler</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="msapplication-config" content="https://tyewang.github.io/nombler-public/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="https://tyewang.github.io/nombler-public/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://tyewang.github.io/nombler-public/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://tyewang.github.io/nombler-public/img/favicon/favicon-16x16.png">
<link rel="manifest" href="https://tyewang.github.io/nombler-public/img/favicon/manifest.json">
<link rel="mask-icon" href="https://tyewang.github.io/nombler-public/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="https://tyewang.github.io/nombler-public/img/favicon/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Lato|Pacifico" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
<link rel=stylesheet type=text/css href="https://tyewang.github.io/nombler-public/css/signup.css">
</head>
<body>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '355306274936079',
autoLogAppEvents : true,
xfbml : true,
version : 'v2.11'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="homepage-hero-module">
<div class="video-container">
<video autoplay loop>
<source src="https://tyewang.github.io/nombler-public/video/Coffee-Shot.mp4" type="video/mp4" />Your browser does not support the video tag. I suggest you upgrade your browser.
<source src="https://tyewang.github.io/nombler-public/video/Coffee-Shot.webm" type="video/webm" />Your browser does not support the video tag. I suggest you upgrade your browser.
</video>
<div class="poster hidden">
<img src="https://tyewang.github.io/nombler-public/img/Coffee-Shot.jpg" alt="">
</div>
<div class="overlay-desc">
<div class="overlay-content">
<h1 class='nombler-logo'><a href='/'>Nombler</a></h1>
<div class="description">
<p class="content-consumer-pitch">
Join Nombler to discover awesome new maps, or create your own and share with all your friends!
</p>
<h3>Sign up with</h3>
<div class="social-logins">
<button class="facebook social-login"><img class="logo fb-logo" src="https://tyewang.github.io/nombler-public/img/social-login/FB-f-Logo__blue_144.png"><span>Facebook</span></button>
<button id="google-social-login" class="social-login" data-onsuccess="onSignIn"><img class='logo' src="https://tyewang.github.io/nombler-public/img/social-login/btn_google_light_normal_ios.svg"></img><span>Google</span></button>
<button class="twitter social-login"><a href="/twitter_redirect_url/"><img class='logo' src="https://tyewang.github.io/nombler-public/img/social-login/Twitter_Logo_Blue.svg"><span>Twitter</span></a></button>
</div>
<h3>Or sign up with email</h3>
<form id="email-signup-form">
<fieldset>
<div class="form-fields">
<div class='form-field'>
<label for="name">Name</label>
<input type="text" placeholder="Mariah Lee" id="name" name="name" autocomplete='name' required/>
</div>
<div class='form-field'>
<label for="email">Email</label>
<input type="email" placeholder="[email protected]" id="email" name="email" autocomplete='email' required/>
</div>
<div class='form-field'>
<label for="username">Username</label>
<input type="text" placeholder="nomblerbae1" id="username" name="username" required minlength='5' pattern='^[a-zA-Z0-9_]+$' autocomplete='username'/>
</div>
<div class='form-field'>
<label for="password">Password</label>
<input type="password" id="password" name="password" autocomplete='new-password' required/>
</div>
<input type="submit" class="submit-button disabled" value="Fill in the fields to sign up!" disabled="disabled"/>
</div>
</fieldset>
</form>
<p class='terms-and-privacy'>By signing up, you agree to our <a href='/tos/'>Terms of Service</a> and <a href='/privacy/'>Privacy Policy</a>.</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js" integrity="sha256-vrn14y7WH7zgEElyQqm2uCGSQrX/xjYDjniRUQx3NyU=" crossorigin="anonymous"></script>
<script src="https://apis.google.com/js/api:client.js"></script>
<script type="text/javascript" src="https://tyewang.github.io/nombler-public/js/signup.bundle.ea9ef4fd7acd077533d8.js"></script>
</body>