-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (61 loc) · 3.28 KB
/
index.html
File metadata and controls
73 lines (61 loc) · 3.28 KB
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
<!DOCTYPE html>
<html class="full" lang="en">
<!-- Make sure the <html> tag is set to the .full CSS class. Change the background image in the full.css file. -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Travelsify.me</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/the-big-picture.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Content -->
<div class="container">
<div class="row pull-down">
<div class="col-md-6 col-xs-12 mail left">
<p>Get an invitation for the upcoming beta</p>
<form class="form-inline" action="//eepurl.us11.list-manage.com/subscribe/post?u=13e76a064ce64cf0ec9ba98f3&id=bae193cad3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="form-group">
<input type="email" class="form-control required email" name="EMAIL" id="mce-EMAIL" placeholder="jane.doe@example.com">
</div>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_13e76a064ce64cf0ec9ba98f3_bae193cad3" tabindex="-1" value=""></div>
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-danger">Submit</button>
</form>
</div>
<div class="col-md-6 col-xs-12">
<div class="pull-right mail right">
<p class="pull-right">Get corporate information</p>
<form class="form-inline" action="//eepurl.us11.list-manage.com/subscribe/post?u=13e76a064ce64cf0ec9ba98f3&id=9eb6f33de7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank" novalidate>
<div class="form-group">
<input type="email" class="form-control required email" name="EMAIL" id="mce-EMAIL" placeholder="jane.doe@example.com">
</div>
<div style="position: absolute; left: -5000px;"><input type="text" name="b_13e76a064ce64cf0ec9ba98f3_9eb6f33de7" tabindex="-1" value=""></div>
<button type="submit" name="subscribe" id="mc-embedded-subscribe" class="btn btn-danger">Submit</button>
</form>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
$('.pull-down').each(function() {
$(this).css('margin-top', $(this).parent().height()-$(this).height()-100);
});</script>
</body>
</html>