-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.html
More file actions
220 lines (211 loc) · 14.8 KB
/
signup.html
File metadata and controls
220 lines (211 loc) · 14.8 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Responsive website template for products</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/flexslider.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="css/styles.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="signup-page access-page has-full-screen-bg">
<div class="upper-wrapper">
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<h1 class="logo">
<a href="index.html"><span class="logo-icon"></span><span class="text">Velocity</span></a>
</h1><!--//logo-->
</div><!--//container-->
</header><!--//header-->
<!-- ******Signup Section****** -->
<section class="signup-section access-section section">
<div class="container">
<div class="row">
<div class="form-box col-md-offset-2 col-sm-offset-0 xs-offset-0 col-xs-12 col-md-8">
<div class="form-box-inner">
<h2 class="title text-center">Sign up now</h2>
<p class="intro text-center">It only takes 3 minutes!</p>
<div class="row">
<div class="form-container col-xs-12 col-md-5">
<form class="signup-form">
<div class="form-group email">
<label class="sr-only" for="signup-email">Your email</label>
<input id="signup-email" type="email" class="form-control login-email" placeholder="Your email">
</div><!--//form-group-->
<div class="form-group password">
<label class="sr-only" for="signup-password">Your password</label>
<input id="signup-password" type="password" class="form-control login-password" placeholder="Password">
</div><!--//form-group-->
<button type="submit" class="btn btn-block btn-cta-primary">Sign up</button>
<p class="note">By signing up, you agree to our terms of services and privacy policy.</p>
<p class="lead">Already have an account? <a class="login-link" id="login-link" href="login.html">Log in</a></p>
</form>
</div><!--//form-container-->
<div class="social-btns col-md-offset-1 col-sm-offset-0 col-sm-offset-0 col-xs-12 col-md-5">
<div class="divider"><span>Or</span></div>
<ul class="list-unstyled social-login">
<li><button class="twitter-btn btn" type="button"><i class="fa fa-twitter"></i>Sign up with Twitter</button></li>
<li><button class="facebook-btn btn" type="button"><i class="fa fa-facebook"></i>Sign up with Facebook</button></li>
<li><button class="github-btn btn" type="button"><i class="fa fa-github-alt"></i>Sign up with Github</button></li>
<li><button class="google-btn btn" type="button"><i class="fa fa-google-plus"></i>Sign up with Google</button></li>
</ul>
<p class="note">Don't worry, we won't post anything without your permission.</p>
</div><!--//social-login-->
</div><!--//row-->
</div><!--//form-box-inner-->
</div><!--//form-box-->
</div><!--//row-->
</div><!--//container-->
</section><!--//signup-section-->
</div><!--//upper-wrapper-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="footer-content">
<div class="container">
<div class="row">
<div class="footer-col links col-md-2 col-sm-4 col-xs-12">
<div class="footer-col-inner">
<h3 class="title">About us</h3>
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-caret-right"></i>Who we are</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Press</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Blog</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Jobs</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Contact us</a></li>
</ul>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="footer-col links col-md-2 col-sm-4 col-xs-12">
<div class="footer-col-inner">
<h3 class="title">Product</h3>
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-caret-right"></i>How it works</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>API</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Download Apps</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Pricing</a></li>
</ul>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="footer-col links col-md-2 col-sm-4 col-xs-12 sm-break">
<div class="footer-col-inner">
<h3 class="title">Support</h3>
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-caret-right"></i>Help</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Documentation</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Terms of services</a></li>
<li><a href="#"><i class="fa fa-caret-right"></i>Privacy</a></li>
</ul>
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="footer-col connect col-xs-12 col-md-6">
<div class="footer-col-inner">
<ul class="social list-inline">
<li><a href="https://twitter.com/3rdwave_themes" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li class="row-end"><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
<div class="form-container">
<p class="intro">Stay up to date with the latest news and offers from Velocity</p>
<form class="signup-form navbar-form">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter your email address">
</div>
<button type="submit" class="btn btn-cta btn-cta-primary">Subscribe Now</button>
</form>
</div><!--//subscription-form-->
</div><!--//footer-col-inner-->
</div><!--//foooter-col-->
<div class="clearfix"></div>
</div><!--//row-->
<div class="row has-divider">
<div class="footer-col download col-xs-12 col-md-6">
<div class="footer-col-inner">
<h3 class="title">Mobile apps</h3>
<ul class="list-unstyled download-list">
<li><a class="btn btn-ghost" href="#"><i class="fa fa-apple"></i><span class="text">Download for iOS</span> </a></li>
<li><a class="btn btn-ghost" href="#"><i class="fa fa-android"></i><span class="text">Download for Android</span></a></li>
<li><a class="btn btn-ghost" href="#"><i class="fa fa-windows"></i><span class="text">Windows coming soon...</span></a></li>
</ul>
</div><!--//footer-col-inner-->
</div><!--//download-->
<div class="footer-col contact col-xs-12 col-md-6">
<div class="footer-col-inner">
<h3 class="title">Contact us</h3>
<p class="adr clearfix">
<i class="fa fa-map-marker pull-left"></i>
<span class="adr-group pull-left">
<span class="street-address">College Green</span><br>
<span class="region">56 College Green Road</span><br>
<span class="postal-code">BS1 XR18</span><br>
<span class="country-name">UK</span>
</span>
</p>
<p class="tel"><i class="fa fa-phone"></i>0800 123 4567</p>
<p class="email"><i class="fa fa-envelope-o"></i><a href="#">enquires@website.com</a></p>
<a href="https://twitter.com/3rdwave_themes" class="twitter-follow-button" data-show-count="false">Follow @3rdwave_themes</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div><!--//footer-col-inner-->
</div><!--//contact-->
</div>
</div><!--//container-->
</div><!--//footer-content-->
<div class="bottom-bar">
<div class="container">
<small class="copyright">Template Copyright @ <a href="http://themes.3rdwavemedia.com/" target="_blank">3rd Wave Media</a></small>
</div><!--//container-->
</div><!--//bottom-bar-->
</footer><!--//footer-->
<!-- *****CONFIGURE STYLE****** -->
<div class="config-wrapper">
<div class="config-wrapper-inner">
<a id="config-trigger" class="config-trigger" href="#"><i class="fa fa-cog"></i></a>
<div id="config-panel" class="config-panel">
<h5>Choose Colour</h5>
<ul id="color-options" class="list-unstyled list-inline">
<li class="theme-1 active" ><a data-style="assets/css/styles.css" href="#"></a></li>
<li class="theme-2"><a data-style="assets/css/styles-2.css" href="#"></a></li>
<li class="theme-3"><a data-style="assets/css/styles-3.css" href="#"></a></li>
<li class="theme-4"><a data-style="assets/css/styles-4.css" href="#"></a></li>
<li class="theme-5"><a data-style="assets/css/styles-5.css" href="#"></a></li>
<li class="theme-6"><a data-style="assets/css/styles-6.css" href="#"></a></li>
<li class="theme-7"><a data-style="assets/css/styles-7.css" href="#"></a></li>
<li class="theme-8"><a data-style="assets/css/styles-8.css" href="#"></a></li>
<li class="theme-9"><a data-style="assets/css/styles-9.css" href="#"></a></li>
<li class="theme-10"><a data-style="assets/css/styles-10.css" href="#"></a></li>
</ul><!--//color-options-->
<a id="config-close" class="close" href="#"><i class="fa fa-times-circle"></i></a>
</div><!--//configure-panel-->
</div><!--//config-wrapper-inner-->
</div><!--//config-wrapper-->
<!-- Javascript -->
<script type="text/javascript" src="js/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap-hover-dropdown.min.js"></script>
<script type="text/javascript" src="js/back-to-top.js"></script>
<script type="text/javascript" src="js/jquery.placeholder.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>