-
Notifications
You must be signed in to change notification settings - Fork 0
/
get_notified.html
52 lines (52 loc) · 3.4 KB
/
get_notified.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
<!DOCTYPE html>
<title>Nombler</title>
<head>
<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 type=text/css href="https://tyewang.github.io/nombler-public/css/get_notified.css">
</head>
<body>
<div class="homepage-hero-module">
<div class="video-container">
<video autoplay loop>
<source src="https://tyewang.github.io/nombler-public/video/Burrito_Time.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/Burrito_Time.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/Burrito_Time.jpg" alt="">
</div>
<div class="overlay-desc">
<div class="overlay-content">
<h1 class='nombler-logo'><a href='/'>Nombler</a></h1>
<h2>Nombler is currently in a private beta.</h2>
<div class="description">
<p>If you are interested in joining, please fill out the form below:</p>
<form>
<fieldset>
<div class="form-fields">
<label for="name">Your name</label>
<input type="text" placeholder="What is your name?" name="entry.2145138859" id="name"/>
<label for="email">Your email</label>
<input type="text" placeholder="[email protected]" name="entry.959505644" id="email"/>
<label for="find_out">How did you find out about Nombler?</label>
<textarea name="entry.286428585" id="find_out" rows="3"></textarea>
<input type="submit" class="submit-button disabled" value="Please fill in all the fields" disabled="disabled"/>
</div>
</fieldset>
</form>
</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 type="text/javascript" src="https://tyewang.github.io/nombler-public/js/get_notified.js"></script></body>