-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
72 lines (65 loc) · 2.75 KB
/
index2.html
File metadata and controls
72 lines (65 loc) · 2.75 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
<!DOCTYPE html>
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
<title>Coming Soon | UNAVSA</title>
<link href="assets/css/template.css" media="all" rel="stylesheet" type="text/css" />
<link href="assets/css/template-responsive.css" media="all" rel="stylesheet" type="text/css" />
<link href="assets/css/style.css" media="all" rel="stylesheet" type="text/css" />
<script src='assets/js/jquery.js?ver=1.8.3' type='text/javascript'></script>
<script src='assets/js/jquery.countdown.min.js?ver=3.5' type='text/javascript'></script>
<script src='assets/js/landing.js?ver=3.5' type='text/javascript'></script>
<script src='assets/js/bootstrap.min.js?ver=3.5' type='text/javascript'></script>
<script src='assets/js/small-tooltip.js?ver=3.5' type='text/javascript'></script>
<script src='assets/js/script.js?ver=3.5' type='text/javascript'></script>
<!--[if lt IE 10]>
<script src="assets/js/html5shiv-printshiv.js"></script>
<script src="assets/js/jquery.placeholder.min.js"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('input, textarea').placeholder();
})
</script>
<![endif]-->
</head>
<body class="landing" data-offset="61" data-spy="scroll" data-target=".nav-collapse">
<div id="main">
<header class="section header style-1" id="landingpage">
<div class="container">
<div class="hero-unit">
<h1>Under Construction.</h1>
<p>Coming soon!<br />
All this and more will be available to you in:</p>
<div data-until="2014-08-27 00:00:00" id="countdown"></div>
<h3>Stay Tuned.</h3>
<p class="sub">Subscribe to get notified when we launch.</p>
<form action="landing.html" method="post" class="wpcf7">
<p><input name="your-email" size="40" title="Enter your email address" placeholder="Enter your email address" class="wpcf7-validates-as-email" type="text" value="" /></p>
</form>
</div>
</div>
</header>
</div>
<footer id="colophon">
<div class="container">
<div class="copyright">
<div class="site-info">
Copyright © 2012 by Hop Alex Hoang.<br />
</div>
</div>
<ul class="social social-inline">
<li>
<a href="http://facebook.com/UNAVSA"><em class="icon-facebook-3"></em></a>
</li>
<li>
<a href="http://twitter.com/UNAVSA"><em class="icon-twitter-3"></em></a>
</li>
<li>
<a href="http://www.flickr.com/photos/UNAVSA"><em class="icon-flickr-3"></em></a>
</li>
</ul>
</div>
</footer>
</body>
</html>