-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
94 lines (82 loc) · 3.71 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
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
<html>
<link type="text/css" rel="stylesheet" href="bootstrap.min.css" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="non-responsive.css" />
<link type="text/css" rel="stylesheet" href="style.css" />
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="jquery.ajaxchimp.js"></script>
<script src="script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<head>
<link rel="icon" type="image/png" href="LOGO.png">
<title>Txtile - Home</title>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">
<img id="logo">
</a>
<a class="navbar-brand rightAlignLogo" href="index.html">
<img id="appStore">
</a>
</div>
</div>
</nav>
<div class="container-fluid firstDiv">
<div class="row">
<div class="container col-md-4 col-md-offset-4">
<img class="mainLogo" src="WHITE.png">
<h1 id="slogan">Powering your SMS surveys.</h1>
<h3 id="underslogan">- Get notified when we launch! - </h3>
<form method="post" action="http://thinktanklabs.us11.list-manage.com/subscribe/post?u=bc876dbf2a9c06f031f958df6&id=56c9a55956" class="form-group myform" id="myForm">
<div class="form-group">
<input type="text" class="form-control" id="phone" placeholder="enter email address" name="EMAIL">
</div>
<button type="submit" class="btn btn-default" id="submit" name="subscribe" value="subscribe!">Submit</button>
</form>
<div class="checkmark" style="display: none">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 161.2 161.2" enable-background="new 0 0 161.2 161.2" xml:space="preserve">
<circle class="path" fill="none" stroke="#f50" stroke-width="6" stroke-miterlimit="10" cx="80.6" cy="80.6" r="62.1"/>
<polyline class="path" fill="none" stroke="#f50" stroke-width="8" stroke-linecap="round" stroke-miterlimit="10" points="113,52.8
74.1,108.4 48.2,86.4 "/>
</svg>
<h3 id="undercheck">Thank you!</h3>
</div>
</div>
</div>
<div class="row">
<div class="container col-md-4 spacer">
<!-- <img class="phoneImage" src="phone2copy.png">
<div class="phoneImage" style="background-image: url(phone3copy.png); background-size: 300px auto; height: 662px; background-repeat: no-repeat; margin-top: 20px;">
<video autoplay loop style="width:262px; height:459px; margin-top: 61px; margin-left: 19px;" muted id="awesome_video" src="DEMO-SMALL.mp4" preload="auto"></video>
</div> -->
</div>
</div>
</div>
<!-- <div class="container-fluid secondDiv">
<row>
<div class="container col-md-4 col-md-offset-2 leftBottom">
<p class="socialLabel">Follow our networks as well!</p>
</div>
<div class="container col-md-4 rightBottom">
<a href="http://www.facebook.com/raisrapp">
<span class="fa-stack fa-3x">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</span>
</a>
<a href="http://twitter.com/raisrapp">
<span class="fa-stack fa-3x">
<i class="fa fa-square-o fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x"></i>
</span>
</a>
</div>
</row>
</div> -->
</body>
</html>