-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 2.23 KB
/
index.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
<html>
<head>
<title>Invitable</title>
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:300">
<link rel="stylesheet" href="./css/sweet-alert.css">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<div id="page-container" class="full-container">
<div class="full-container">
<div class="col-md-4 col-md-offset-7">
<div class="trans-bg">
<div class="row title-row">
<h1 class="title">Invitable</h1>
</div>
<div class="row form-row">
<div class="form-wrapper">
<form class="main-form">
<div class="form-group">
<label for="email-input" class="hidden">Email</label>
<input type="email" id="email-input" class="form-control" placeholder="Email">
</div>
<div class="form-group">
<label for="password-input" class="hidden">Password</label>
<input type="text" id="password-input" class="form-control" placeholder="Password">
</div>
<div class="action-buttons">
<button id="btn-signup" class="btn btn-primary btn-signup pull-left">Sign Up</button>
<button id="btn-login" class="btn btn-default btn-login pull-right">Log In</button>
</div>
</form>
</div>
</div>
<div class="row content-row">
<div class="content">
<p>
Are you fustrated by archaic key distribution systems? Get in line for the most coveted keys. We make key distribution <strong>fair</strong> and <strong>hassle-free</strong>.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="./js/backstretch.js"></script>
<script src="./js/sweet-alert.min.js"></script>
<script src="./js/init.js"></script>
</body>
</html>