-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelements-forms.html
More file actions
357 lines (357 loc) · 10.9 KB
/
elements-forms.html
File metadata and controls
357 lines (357 loc) · 10.9 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cloudhub Hosting and Technology HTML Template</title>
<meta name="description" content="Cloudhub is a modern, responsive and easy to customize HTML template, perfectly suited for hosting and technology companies.">
<meta name="keywords" content="html template, responsive, retina, cloud hosting, technology, startup">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" href="img/icons/apple-touch-icon.png">
<link rel="icon" href="img/icons/favicon.ico">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/main.min.css">
</head>
<body class="footer-dark">
<!-- Header -->
<header id="header" class="header-dynamic header-shadow-scroll">
<div class="container">
<a class="logo" href="index.html">
<img src="img/logos/header-light.png" alt="">
</a>
<nav>
<ul class="nav-primary">
<li>
<a href="home.html">Products</a>
<ul>
<li>
<a href="products-cloud-hosting.html">Cloud Hosting</a>
</li>
<li>
<a href="products-cloud-servers.html">Cloud Servers</a>
<ul>
<li>
<a href="products-developer-cloud.html">Developer Cloud</a>
</li>
<li>
<a href="products-custom-cloud.html">Custom Cloud</a>
</li>
</ul>
</li>
<li>
<a href="products-dedicated-cloud.html">Dedicated Cloud</a>
</li>
<li>
<a href="products-block-storage.html">Block Storage</a>
</li>
<li>
<a href="products-anycast-dns.html">Anycast DNS</a>
</li>
<li>
<a href="products-ssl-certificates.html">SSL Certificates</a>
</li>
<li>
<a href="products-domain-names.html">Domain Names</a>
</li>
</ul>
</li>
<li>
<a href="features.html">Features</a>
<ul>
<li>
<a href="index.html">Demos</a>
<ul>
<li>
<a href="home.html">Default</a>
</li>
<li>
<a href="home-large-slider.html">Large Slider</a>
</li>
<li>
<a href="home-light-header.html">Light Header</a>
</li>
<li>
<a href="home-single-page.html">Single Page</a>
</li>
<li>
<a href="home-light-slider.html">Light Slider</a>
</li>
<li>
<a href="home-product-slider.html">Product Slider</a>
</li>
<li>
<a href="home-user-onboarding.html">User Onboarding</a>
</li>
<li>
<a href="home-domain-search.html">Domain Search</a>
</li>
<li>
<a href="home-custom-color.html">Custom Color</a>
</li>
</ul>
</li>
<li>
<a href="elements-other.html">Elements</a>
<ul>
<li>
<a href="blog-sidebar.html">Blog Sidebar</a>
</li>
<li>
<a href="elements-columns.html">Column Rows</a>
</li>
<li>
<a href="elements-sliders.html">Content Sliders</a>
</li>
<li>
<a href="elements-pricing.html">Pricing Options</a>
</li>
<li>
<a href="elements-masonry.html">Masonry Grid</a>
</li>
<li>
<a href="elements-forms.html">Form Inputs</a>
</li>
<li>
<a href="elements-tabs.html">Tab Groups</a>
</li>
<li>
<a href="elements-galleries.html">Galleries</a>
</li>
<li>
<a href="elements-other.html">Other</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="network.html">Network</a>
</li>
<li>
<a href="about.html">Company</a>
<ul>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</li>
<li>
<a class="button button-secondary" href="client-login.html">
<i class="fas fa-lock icon-left"></i>Client Login
</a>
</li>
</ul>
<ul class="nav-secondary">
<li>
<a href="contact.html"><i class="fas fa-phone icon-left"></i>+1 800 123 456</a>
</li>
<li>
<a href="contact.html"><i class="fas fa-comment icon-left"></i>Support Chat</a>
</li>
<li>
<a href="knowledge-base.html"><i class="fas fa-question-circle icon-left"></i>Knowledge Base</a>
</li>
<li>
<a href="service-status.html"><i class="fas fa-check icon-left"></i>Service Status</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- Content -->
<section id="content">
<!-- Content Row -->
<section class="content-row content-row-color content-row-clouds">
<div class="container">
<header class="content-header content-header-small content-header-uppercase">
<h1>
Form Inputs
</h1>
<p>
Every element is styled for the best cross-browser experience.
</p>
</header>
</div>
</section>
<!-- Content Row -->
<section class="content-row">
<div class="container">
<form action="elements-forms.html" method="get" class="form-full-width">
<div class="column-row">
<div class="column-50">
<div class="form-row">
<label for="form-name">Full Name</label>
<input id="form-name" type="text" name="name">
</div>
<div class="form-row">
<label for="form-password">Password</label>
<input id="form-password" type="password" name="password" placeholder="8 characters or more">
</div>
<div class="form-row">
<label for="form-message">Message</label>
<textarea id="form-message" name="message" cols="10" rows="14"></textarea>
</div>
</div>
<div class="column-50">
<div class="form-row">
<label for="form-search">Search</label>
<input id="form-search" type="search" name="search">
</div>
<div class="form-row">
<label for="form-type">Department</label>
<select id="form-type" name="type">
<option value="general" selected>General Inquiries</option>
<option value="abuse">Abuse or DMCA Report</option>
</select>
</div>
<div class="form-row">
<label for="form-source">Source</label>
<select id="form-source" name="source" multiple size="6">
<option value="advertisement">Advertisement</option>
<option value="conference">Conference</option>
<option value="google">Google</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-row">
<input id="form-newsletter" type="checkbox" name="newsletter" checked>
<label for="form-newsletter">Subscribe to our monthly newsletter</label>
</div>
<div class="form-row">
<input id="form-platform-linux" type="radio" name="platform" value="linux">
<label for="form-platform-linux">Linux</label>
<input id="form-platform-macos" type="radio" name="platform" value="macos" checked>
<label for="form-platform-macos">macOS</label>
<input id="form-platform-windows" type="radio" name="platform" value="windows">
<label for="form-platform-windows">Windows</label>
</div>
<div class="form-row group">
<button class="button-secondary">Confirm</button>
<button type="reset">Reset</button>
</div>
</div>
</div>
</form>
</div>
</section>
</section>
<!-- Footer -->
<footer id="footer">
<section class="footer-primary">
<div class="container">
<div class="column-row">
<div class="column-33">
<h5>
About Cloudhub
</h5>
<p>
We provide cloud based enterprise hosting, server and storage solutions of unmatched quality. Feel free to visit or contact us for a custom quote.<br><br>
765th Boulevard, Rochester, NY 14621<br>
+1 800 123 456
</p>
</div>
<div class="column-66">
<div class="column-row align-right-top">
<div class="column-25">
<h5>
Connect
</h5>
<ul class="list-style-icon">
<li>
<a href="#facebook"><i class="fab fa-facebook"></i>Facebook</a>
</li>
<li>
<a href="#twitter"><i class="fab fa-twitter"></i>Twitter</a>
</li>
<li>
<a href="#github"><i class="fab fa-github"></i>Github</a>
</li>
<li>
<a href="#xing"><i class="fab fa-xing"></i>Xing</a>
</li>
</ul>
</div>
<div class="column-25">
<h5>
Products
</h5>
<ul>
<li>
<a href="products-cloud-hosting.html">Cloud Hosting</a>
</li>
<li>
<a href="products-cloud-servers.html">Cloud Servers</a>
</li>
<li>
<a href="products-dedicated-cloud.html">Dedicated Cloud</a>
</li>
<li>
<a href="products-block-storage.html">Block Storage</a>
</li>
<li>
<a href="products-anycast-dns.html">Anycast DNS</a>
</li>
</ul>
</div>
<div class="column-25">
<h5>
Resources
</h5>
<ul>
<li>
<a href="features.html">Features</a>
</li>
<li>
<a href="network.html">Network</a>
</li>
<li>
<a href="terms-of-service.html#privacy-policy">Privacy Policy</a>
</li>
<li>
<a href="terms-of-service.html">Terms of Service</a>
</li>
</ul>
</div>
<div class="column-flex">
<h5>
Company
</h5>
<ul>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer-secondary">
<div class="container">
<p>
Copyright 2017 © Cloudhub Hosting Services. All rights reserved.<br>
Powered by HTML5, developed by <a href="https://serifly.com">Serifly</a>
</p>
</div>
</section>
</footer>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/headroom.min.js"></script>
<script src="js/js.cookie.min.js"></script>
<script src="js/imagesloaded.min.js"></script>
<script src="js/bricks.min.js"></script>
<script src="js/main.min.js"></script>
</body>
</html>