-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanimated-pricing.html
More file actions
210 lines (168 loc) · 5.41 KB
/
Copy pathanimated-pricing.html
File metadata and controls
210 lines (168 loc) · 5.41 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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600' rel='stylesheet' type='text/css'>
<!--<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">-->
<!--<link href="assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">-->
<link rel="stylesheet" href="assets/css/pricing-reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="assets/css/pricing-tables.css"> <!-- Resource style -->
<script src="assets/js/plugins/animated-signup/modernizr.js"></script> <!-- Modernizr -->
<title>Animated Sign Up Flow | CodyHouse</title>
</head>
<body>
<header class="cd-main-header">
<h1>Animated Sign Up Flow</h1>
</header>
<ul class="cd-pricing">
<li>
<header class="cd-pricing-header">
<h2>Basic</h2>
<div class="cd-price">
<span>$9.99</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<ul>
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
<li>Feature 4</li>
</ul>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0">Select</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>Popular</h2>
<div class="cd-price">
<span>$19.99</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<ul>
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
<li>Feature 4</li>
</ul>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0">Select</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li>
<header class="cd-pricing-header">
<h2>Premier</h2>
<div class="cd-price">
<span>$29.99</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-features">
<ul>
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
<li>Feature 4</li>
</ul>
</div> <!-- .cd-pricing-features -->
<footer class="cd-pricing-footer">
<a href="#0">Select</a>
</footer> <!-- .cd-pricing-footer -->
</li>
</ul> <!-- .cd-pricing -->
<div class="cd-form">
<div class="cd-plan-info">
<!-- content will be loaded using jQuery - according to the selected plan -->
</div>
<div class="cd-more-info">
<h3>Please fill out the following form and an Altitude Web Services representative will contact you shortly.</h4>
</div>
<form action="">
<fieldset>
<legend>Your Info</legend>
<div class="half-width">
<input type="text" id="fullName" name="fullName" placeholder="Your Name">
</div>
<div class="half-width">
<input type="text" id="company" name="company" placeholder="Company Name">
</div>
<div class="half-width">
<input type="email" id="email" name="email" placeholder="Email Address">
</div>
<div class="half-width">
<input type="text" id="phoneNumber" name="phoneNumber" placeholder="Phone Number">
</div>
</fieldset>
<fieldset>
<legend>Services (Select All That Apply)</legend>
<div>
<ul class="cd-form-list">
<li>
<input type="checkbox" id="cd-checkbox-1">
<label for="cd-checkbox-1">Responsive Template</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-2">
<label for="cd-checkbox-2">SEO & Copywriting</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-3">
<label for="cd-checkbox-3">SEM/Paid Marketing</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-4">
<label for="cd-checkbox-4">Blog Optimization</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-5">
<label for="cd-checkbox-5">Company Intranet</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-6">
<label for="cd-checkbox-6">Client Intranet</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-7">
<label for="cd-checkbox-7">eCommerce & Billing</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-8">
<label for="cd-checkbox-8">iOS & Android App</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-9">
<label for="cd-checkbox-9">Wordpress</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-10">
<label for="cd-checkbox-10">Logo & Branding</label>
</li>
<li>
<input type="checkbox" id="cd-checkbox-11">
<label for="cd-checkbox-11">Other</label>
</li>
</ul>
</div>
</fieldset>
<fieldset>
<legend>Additional Details</legend>
<textarea class="message" name="cd-textarea" id="cd-textarea" placeholder="Enter additional information or comments here."></textarea>
</fieldset>
<fieldset>
<div>
<input type="submit" value="Send Inquiry">
</div>
</fieldset>
</form>
<a href="#0" class="cd-close"></a>
</div> <!-- .cd-form -->
<div class="cd-overlay"></div> <!-- shadow layer -->
<script src="assets/js/plugins/animated-signup/jquery-2.1.4.js"></script>
<script src="assets/js/plugins/animated-signup/velocity.min.js"></script>
<script src="assets/js/plugins/animated-signup/main.js"></script> <!-- Resource jQuery -->
</body>
</html>