-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
373 lines (357 loc) · 17.4 KB
/
Copy pathfaq.html
File metadata and controls
373 lines (357 loc) · 17.4 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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Highland :: FAQ</title>
<!-- CSS Global -->
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<!-- CSS Plugins -->
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/animate.css" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'>
<!-- CSS Custom -->
<link rel="stylesheet" type="text/css" href="css/elements.css" />
<link rel="stylesheet" type="text/css" href="css/custom.css" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navbar
============= -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">The Highland</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.html">Home: Default</a></li>
<li><a href="index-slider.html">Home: Slider</a></li>
</ul>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="about-us.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-timeline.html">Blog Timeline</a></li>
<li><a href="blog-post.html">Blog Post</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="404.html">Error 404</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="gallery-text.html">Gallery Text Blocks</a></li>
<li><a href="gallery-bubbles.html">Gallery Bubbles</a></li>
<li><a href="gallery-item.html">Gallery Item</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="team.html">Our Team</a></li>
<li class="divider"></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="edit-profile.html">Edit Profile</a></li>
<li><a href="inbox.html">Inbox</a></li>
<li><a href="inbox-dialog.html">Inbox - Dialog</a></li>
<li><a href="sign-in.html">Sign In</a></li>
<li><a href="sign-up.html">Sign up</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">UI Elements <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="ui-elements.html#buttons">Buttons</a></li>
<li><a href="ui-elements.html#panels">Panels</a></li>
<li><a href="ui-elements.html#info-boards">Info Boards</a></li>
<li><a href="ui-elements.html#navs">Navs</a></li>
<li><a href="ui-elements.html#alerts">Alerts</a></li>
<li><a href="ui-elements.html#thumbnails">Thumbnails</a></li>
<li><a href="ui-elements.html#social">Social Icons</a></li>
<li><a href="ui-elements.html#section-header">Section Header</a></li>
<li><a href="ui-elements.html#page-tip">Page Tip</a></li>
<li><a href="ui-elements.html#block-header">Block Header</a></li>
</ul>
</li>
<li class="dropdown hidden-sm">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-timeline.html">Blog Timeline</a></li>
<li><a href="blog-post.html">Blog Post</a></li>
</ul>
</li>
<li class="dropdown hidden-sm">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Gallery <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="gallery-text.html">Gallery Text Blocks</a></li>
<li><a href="gallery-bubbles.html">Gallery Bubbles</a></li>
<li><a href="gallery-item.html">Gallery Item</a></li>
</ul>
</li>
<li class="hidden-sm hidden-md"><a href="contact.html">Contact us</a></li>
<!-- Profile links for extra small screens -->
<li class="visible-xs"><a href="sign-in.html">Sign In</a></li>
<li class="visible-xs"><a href="#">Sign Out</a></li>
</ul>
<!-- Search form for extra small screens -->
<form class="navbar-form navbar-left visible-xs" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-blue">Go!</button>
</form>
<ul class="nav navbar-nav navbar-right hidden-xs">
<!-- Sign in & Sign up -->
<li id="sign-up" class="show"><a href="sign-up.html">Sign Up</a></li>
<li id="sign-in" class="show"><a href="#">Sign In</a></li>
<!-- Signed in. Profile Menu -->
<li id="cogs-menu" class="hidden">
<a href="edit-profile.html">
<i class="fa fa-gears fa-lg"></i>
</a>
</li>
<li id="profile-menu" class="dropdown hidden">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Administrator <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="account">
<div class="avatar"></div>
<p><b>Administrator</b><br />admin@mysite.com</p>
<p><a href="profile.html">Profile</a> | <a href="#" id="sign-out">Sign out</a></p>
<div class="clearfix"></div>
</li>
</ul>
</li>
<!-- Search Button -->
<li id="search">
<a href="#" id="search-btn"><i class="fa fa-search" id="search-icon"></i> Search</a>
<div class="search-box hidden" id="search-box">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Main body
================== -->
<div class="wrapper">
<div class="section-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Remove the .animated class if you don't want things to move -->
<h1 class="animated slideInLeft"><span>FAQs</span></h1>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Help Center -->
<div class="row">
<div class="col-sm-12">
<h2 class="hl top-zero">Help Center</h2>
<hr>
<form class="form-inline" role="form">
<div class="row">
<div class="col-md-6 col-sm-9">
<div class="input-group">
<label class="sr-only" for="search3">Search</label>
<input type="text" class="form-control " id="search3" placeholder="Enter your question here">
<span class="input-group-btn">
<button type="submit" class="btn btn-blue">Search</button>
</span>
</div>
</div>
</div>
</form><br />
</div>
</div>
<div class="row">
<!-- FAQs accordion -->
<div class="col-md-6 col-sm-9">
<h4 class="hl">Frequently Asked Questions</h4>
<hr>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
Question #1
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
Question #2
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
Question #3
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
</div>
</div>
</div>
</div>
<br />
</div>
<!-- FAQs categories -->
<div class="col-md-6 col-sm-3">
<h4 class="hl">Categories</h4>
<hr>
<div class="row faq-cats">
<div class="col-md-6">
<ul>
<li><i class="fa fa-briefcase fa-2x"></i> <a href="#">First Category</a></li>
<li><i class="fa fa-calendar fa-2x"></i> <a href="#">Second Category</a></li>
<li><i class="fa fa-cutlery fa-2x"></i> <a href="#">Third Category</a></li>
<li><i class="fa fa-music fa-2x"></i> <a href="#">Fourth Category</a></li>
<li><i class="fa fa-shopping-cart fa-2x"></i> <a href="#">Fifth Category</a></li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li><i class="fa fa-truck fa-2x"></i> <a href="#">Sixth Category</a></li>
<li><i class="fa fa-video-camera fa-2x"></i> <a href="#">Seventh Category</a></li>
<li><i class="fa fa-camera fa-2x"></i> <a href="#">Eighth Category</a></li>
<li><i class="fa fa-cloud-upload fa-2x"></i> <a href="#">Ninth Category</a></li>
<li><i class="fa fa-coffee fa-2x"></i> <a href="#">Tenth Category</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Foooter
================== -->
<footer>
<div class="container">
<div class="row">
<!-- Contact Us
================= -->
<div class="col-sm-4">
<div class="headline"><h3>Contact us</h3></div>
<div class="content">
<p>
San Francisco, CA 94101<br />
1987 Lincoln Street<br />
Phone: +0 000 000 00 00<br />
Fax: +0 000 000 00 00<br />
Email: <a href="#">admin@mysite.com</a>
</p>
</div>
</div>
<!-- Social icons
===================== -->
<div class="col-sm-4">
<div class="headline"><h3>Go Social</h3></div>
<div class="content social">
<p>Stay in touch with us:</p>
<ul>
<li><a href="#"><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-pinterest"></i></a>
</li>
<li><a href="#"><i class="fa fa-youtube"></i></a>
</li>
<li><a href="#"><i class="fa fa-github"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="#"><i class="fa fa-vk"></i></a>
</li>
<li><a href="#"><i class="fa fa-google-plus"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
</div>
<!-- Subscribe
=============== -->
<div class="col-sm-4">
<div class="headline"><h3>Subscribe</h3></div>
<div class="content">
<p>Enter your e-mail below to subscribe to our free newsletter.<br />We promise not to bother you often!</p>
<form class="form" role="form">
<div class="row">
<div class="col-sm-8">
<div class="input-group">
<label class="sr-only" for="subscribe-email">Email address</label>
<input type="email" class="form-control" id="subscribe-email" placeholder="Enter email">
<span class="input-group-btn">
<button type="submit" class="btn btn-default">OK</button>
</span>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</footer>
<!-- Legal
============= -->
<div class="legal">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>© Highland 2015. <a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a></p>
</div>
</div>
</div>
</div>
<!-- JavaScript
================================================== -->
<!-- JS Global -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- JS Plugins -->
<script src="js/scrolltopcontrol.js"></script>
<!-- JS Custom -->
<script src="js/custom.js"></script>
</body>
</html>