-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
243 lines (218 loc) · 11.4 KB
/
about.html
File metadata and controls
243 lines (218 loc) · 11.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
<!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 class="active"><a href="about.html">About</a></li>
<li><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">About</li>
</ol>
</div>
</div>
<!-- end breadcramb -->
<!-- start about us intro -->
<section class="about-us text-center">
<div class="container">
<h1 class="title">About us</h1>
<hr>
<p class="lead">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Provident id praesentium nisi<br> quos debitis incidunt delectus, repellendus voluptatibus, amet nostrum blanditiis voluptas.</p>
<img class="img-thumbnail" src="http://elzero.net/courses/design_with_bootstrap/images/company_team.jpg" alt="Team">
</div>
</section>
<!-- end about us intro -->
<!-- start about features -->
<section class="about-features text-center">
<div class="container">
<div class="row">
<div class="col-sm-4">
<i class="fa fa-code fa-5x"></i>
<h3 class="title h1">We Love Code</h3>
<p>We Create Your Digital Dreams Just Think And Tell Us What You Need Or Leave The Inspiration To Us And Just Watch, Just Believe In Our Professionals.</p>
</div>
<div class="col-sm-4">
<i class="fa fa-child fa-5x"></i>
<h3 class="title h1">We Are Happy</h3>
<p>We Create Your Digital Dreams Just Think And Tell Us What You Need Or Leave The Inspiration To Us And Just Watch, Just Believe In Our Professionals.</p>
</div>
<div class="col-sm-4">
<i class="fa fa-group fa-5x"></i>
<h3 class="title h1">We Are Social</h3>
<p>We Create Your Digital Dreams Just Think And Tell Us What You Need Or Leave The Inspiration To Us And Just Watch, Just Believe In Our Professionals.</p>
</div>
</div>
</div>
</section>
<!-- end about features -->
<!-- start about contact -->
<section class="about-contact">
<div class="container">
<div class="row">
<div class="col-sm-5">
<img class="img-responsive" src="http://elzero.net/courses/design_with_bootstrap/images/ceo.png" alt="CEO">
</div>
<div class="col-sm-7">
<h2 class="title h1">We Are Happy To Help You</h2>
<p class="lead">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<button class="btn btn-primary">Contact Us</button>
</div>
</div>
</div>
</section>
<!-- end about contact -->
<!-- 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>