-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsubscribed.html
122 lines (116 loc) · 4.63 KB
/
subscribed.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Wired In - Coming Soon">
<meta name="author" content="http://calebhicks.com">
<title>Wired In - Coming Soon</title>
<!-- Stylesheets -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrapValidator.min.css" rel="stylesheet">
<link href="css/ladda-themeless.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon">
<!-- 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="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main -->
<section class="main text-center" id="home">
<div class="page">
<div class="wrapper">
<div class="container">
<img src="img/logo/logo.png" alt="Logo">
<h1 class="heading">High Five!</h1>
<h2>
You'll be the first to know when Wired In is available.
</h2>
<h2>
Follow us on Twitter for more frequent updates.
</h2>
<footer class="text-center">
<div class="social">
<a href="http://twitter.com/wearewiredin" class="btn btn-theme"><i class="fa fa-twitter"></i></a>
</div>
</footer>
</div>
<div class="arrow-down">
<a class="scroll" href="#about" id="scroll"><i class="fa fa-angle-double-down"></i></a>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="section">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 class="section-title">Contact</h3>
<div class="section-title-border"></div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p>
<strong>Get in touch.</strong> We are always looking for awesome people to work with.
Get in touch. Let's make something awesome.
</p>
<ul class="list-contacts">
<li><i class="fa fa-map-marker"></i> Salt Lake City, Utah</li>
<li><i class="fa fa-envelope-o"></i> <a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fa fa-twitter"></i> <a href="http://twitter.com/wearewiredin">@wearewiredin</a></li>
<li><i class="fa fa-user"></i> <a href="http://twitter.com/jkhowland">@jkhowland</a></li>
<li><i class="fa fa-user"></i> <a href="http://twitter.com/wearewiredin">@calebhicks</a></li>
<li><i class="fa fa-user"></i> <a href="http://twitter.com/armadsen">@armadsen</a></li>
</ul>
</div>
<div class="col-sm-6">
<form class="form-horizontal" action="php/contactForm.php" method="post" role="form" id="contactForm">
<div class="form-group">
<div class="col-sm-6">
<input type="text" name="name" class="form-control" placeholder="Name">
</div>
<div class="col-sm-6">
<input type="text" name="contactEmail" class="form-control" placeholder="Email">
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<textarea name="message" class="form-control" rows="8" placeholder="Message"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<button type="submit" class="btn btn-theme ladda-button" data-style="expand-left">
<span class="ladda-label">Submit</span>
</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.backstretch.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/bootstrapValidator.min.js"></script>
<script src="js/validator/emailAddress.js"></script>
<script src="js/ladda.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/subscribeInit.js"></script>
</body>
</html>