-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
256 lines (234 loc) · 12.5 KB
/
faq.html
File metadata and controls
256 lines (234 loc) · 12.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bootstrap course</title>
<!-- IE meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- first mobile meta -->
<meta name="viewport" content="width=divice-width, initial-scale=1">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<!-- styles -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/pages.css">
<link rel="stylesheet" href="css/media.css">
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- start tool box section -->
<section class="option-box">
<div class="color-option">
<h4 class="title">Color option</h4>
<ul class="colors list-unstyled">
<li class="red"></li>
<li class="purple"></li>
<li class="blue"></li>
<li class="yellow"></li>
</ul>
</div>
<i class="fa fa-gear fa-3x gear-check"></i>
</section>
<!-- end tool box section -->
<!-- start navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#ourNavbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand hvr-grow-rotate" href="#">Abdulaziz <span>Inc.</span></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="ourNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home <span class="sr-only">(current)</span></a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="faq.html">FAQ</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Services <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Programming</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Desktop</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Web Hosting</a></li>
</ul>
</li>
<li><a href="#">Map</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- end navbar -->
<!-- start breadcramb -->
<div class="breadcramb-holder">
<div class="container">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">FAQ</li>
</ol>
</div>
</div>
<!-- end breadcramb -->
<!-- start FAQ intro -->
<section class="faq text-center">
<div class="container">
<h1 class="title">Frequently Asked Questions</h1>
<hr>
<p class="lead">Here You Will Find All Questions You Are Searching For And The Full Knowledgebase</p>
</div>
</section>
<!-- end FAQ intro -->
<!-- start accordion -->
<section class="faq-questions">
<div class="container">
<div class="panel-group" id="accordion" roles="tablist" aria-multiselectable="true">
<!-- start question 1 -->
<div class="panel panel-default">
<div class="panel-heading" roles="tab" id="heading-one">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse-one" aria-expanded="true" aria-controls="collapse-one">
#01 How to use bootstrap version 3?
</a>
</h4>
</div>
<div id="collapse-one" class="panel-collapse collapse" roles="tabpanel" aria-labeledby="heading-one">
<div class="panel-body">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eos explicabo velit doloremque dolorem, odit cumque esse minima, sunt labore eaque quibusdam fugit, saepe quisquam tempora pariatur. Molestias necessitatibus id omnis?
</div>
</div>
</div>
<!-- end question 1 -->
<!-- start question 2 -->
<div class="panel panel-default">
<div class="panel-heading" roles="tab" id="heading-two">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse-two" aria-expanded="true" aria-controls="collapse-two">
#2 How To Use Media Queries?
</a>
</h4>
</div>
<div id="collapse-two" class="panel-collapse collapse" roles="tabpanel" aria-labeledby="heading-two">
<div class="panel-body">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eos explicabo velit doloremque dolorem, odit cumque esse minima, sunt labore eaque quibusdam fugit, saepe quisquam tempora pariatur. Molestias necessitatibus id omnis?
</div>
</div>
</div>
<!-- end question 2 -->
<!-- start question 3 -->
<div class="panel panel-default">
<div class="panel-heading" roles="tab" id="heading-three">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapse-three" aria-expanded="true" aria-controls="collapse-three">
#3 How To Create Your Own Slider?
</a>
</h4>
</div>
<div id="collapse-three" class="panel-collapse collapse" roles="tabpanel" aria-labeledby="heading-three">
<div class="panel-body">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eos explicabo velit doloremque dolorem, odit cumque esse minima, sunt labore eaque quibusdam fugit, saepe quisquam tempora pariatur. Molestias necessitatibus id omnis?
</div>
</div>
</div>
<!-- end question 3 -->
</div>
</div>
</section>
<!-- end accordion -->
<!-- start footer section -->
<section class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<h3 class="title">Site map</h3>
<ul class="list-unstyled three-columns">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Company</a></li>
<li><a href="#">Code</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Host</a></li>
<li><a href="#">Solutions</a></li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Contact</a></li>
</ul>
<ul class="list-unstyled icons">
<li><img src="http://elzero.net/courses/design_with_bootstrap/images/social-bookmarks/facebook.png" alt="Facebook"></li>
<li><img src="http://elzero.net/courses/design_with_bootstrap/images/social-bookmarks/gplus.png" alt="Google plus"></li>
<li><img src="http://elzero.net/courses/design_with_bootstrap/images/social-bookmarks/twitter.png" alt="Twitter"></li>
<li><img src="http://elzero.net/courses/design_with_bootstrap/images/social-bookmarks/pinterest.png" alt="pinterest"></li>
<li><img src="http://elzero.net/courses/design_with_bootstrap/images/social-bookmarks/rss.png" alt="RSS"></li>
<li><img src="http://elzero.net/courses/design_with_bootstrap/images/social-bookmarks/email.png" alt="Email"></li>
</ul>
</div>
<div class="col-lg-4 col-md-6">
<h3 class="title">Latest articles</h3>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://elzero.net/courses/design_with_bootstrap/images/articles/01.jpg" alt="Image 1">
</a>
<div class="media-body">
<h4 class="media-heading">
Programming
</h4>
This Is Some Text About Programming Describe The Media Of Bootstrap 3.2.0
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://elzero.net/courses/design_with_bootstrap/images/articles/02.jpg" alt="Image 2">
</a>
<div class="media-body">
<h4 class="media-heading">
Coding
</h4>
This Is Some Text About Programming Describe The Media Of Bootstrap 3.2.0
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="http://elzero.net/courses/design_with_bootstrap/images/articles/03.jpg" alt="Image 3">
</a>
<div class="media-body">
<h4 class="media-heading">
Web design
</h4>
This Is Some Text About Programming Describe The Media Of Bootstrap 3.2.0
</div>
</div>
</div>
<div class="col-lg-4">
<h3 class="title">Our awesome work</h3>
<img class="img-thumbnail" src="http://elzero.net/courses/design_with_bootstrap/images/work/01.jpg" alt="image 01">
<img class="img-thumbnail" src="http://elzero.net/courses/design_with_bootstrap/images/work/02.jpg" alt="image 02">
<img class="img-thumbnail" src="http://elzero.net/courses/design_with_bootstrap/images/work/03.jpg" alt="image 03">
<img class="img-thumbnail" src="http://elzero.net/courses/design_with_bootstrap/images/work/04.jpg" alt="image 04">
</div>
</div>
</div>
<div class="copyright text-center">
Copyright © 2020 <span>Abdulaziz</span> .Inc
</div>
</section>
<!-- end footer section -->
<!-- Start scroll to top section -->
<div class="top-scroll">
<i class="fa fa-chevron-up fa-3x"></i>
</div>
<!-- end scroll to top section -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
</body>
</html>