-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
208 lines (208 loc) · 11.8 KB
/
about-us.html
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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Blog</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lora:400i|Open+Sans|Open+Sans:300|Open+Sans:700|Raleway|Raleway:800|Raleway:700|Montserrat" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
</head>
<body>
<div class="header-section">
<div class="container padding-left-right-none">
<div class="row header">
<div class="logo-and-phone col-xs-4">
<a class="navbar-brand" href="#"><img src="img/logo.png" class="header-logo"></a>
<div class="phone">
<i class="icon-call-out"></i>
<a class="phone-number" href="tel:+99788856999">+9978 8856 999</a>
</div>
</div>
<div class="col-xs-8 header-nav">
<nav class="navbar padding-right-none">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="contact-us.html">CONTACT US</a>
</li>
<li class="nav-item">
<a class="nav-link dropdown-arrow" href="faq.html">PAGES</a>
<ul class="dropdown">
<li><a class="nav-link" href="faq.html">FAQ</a></li>
<li><a class="nav-link" href="careers.html">CAREERS</a></li>
<li><a class="nav-link" href="testimonial.html">TESTIMONIAL</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">BLOG</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">NEWS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about-us.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="home.html">HOME</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="banner">
<img src="img/about-us-banner.jpeg">
</div>
<main>
<div class="container">
<div class="row">
<div class="col-xs-12 blog-header padding-left-right-none">
<h1 class="blog-page-header">ABOUT US</h1>
<p class="featured-post">Our Short Story</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 post-text padding-left-right-none">
<p class="featured-post">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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 padding-left-right-none">
<div class="about-us-banner">
<img src="img/about-us-baner2.jpeg">
<a href="#" class="submit margin-right"><div class="submit-bg">LETS TALK</div></a>
<a href="#" class="submit"><div class="submit-bg">CLIENTS</div></a>
</div>
</div>
</div>
</div>
</main>
<section class="light-section">
<div class="container padding-bottom arrows-left">
<div class="row">
<div class="col-xs-12 blog-header padding-left-right-none">
<h1 class="blog-page-header">OUR VIEWS</h1>
<p class="featured-post">Our Concepts</p>
</div>
</div>
<div class="row">
<div class="our-mission col-xs-12 padding-left-right-none">
<img src="img/our-mission-img.jpeg">
<h4>OUR MISSION</h4>
<p>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. It has survived not only five centuries, but also the.</p>
</div>
</div>
<div class="row">
<div class="our-vision col-xs-12 padding-left-right-none">
<img src="img/our-vision-img.jpeg">
<h4>OUR VISSION</h4>
<p>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. It has survived not only five centuries, but also the.</p>
</div>
</div>
</div>
</section>
<section class="clients">
<div class="container arrows padding-bottom">
<div class="row">
<div class="col-xs-12 blog-header padding-left-none">
<h1 class="blog-page-header">CLIENTS</h1>
<p class="featured-post">Our Concepts</p>
</div>
</div>
<div class="row clients-top">
<div class="col-xs-2">
<img src="img/client1.png">
</div>
<div class="col-xs-2">
<img src="img/client2.png">
</div>
<div class="col-xs-2">
<img src="img/client3.png">
</div>
<div class="col-xs-2">
<img src="img/client4.png">
</div>
<div class="col-xs-2">
<img src="img/client5.png">
</div>
<div class="col-xs-2">
<img src="img/client6.png">
</div>
</div>
<div class="row clients-bottom">
<div class="col-xs-2">
<img src="img/client7.png">
</div>
<div class="col-xs-2">
<img src="img/client8.png">
</div>
<div class="col-xs-2">
<img src="img/client9.png">
</div>
<div class="col-xs-2">
<img src="img/client10.png">
</div>
<div class="col-xs-2">
<img src="img/client11.png">
</div>
<div class="col-xs-2">
<img src="img/client12.png">
</div>
</div>
<div class="row">
<div class="col-xs-12 padding-left-none">
<ul class="clients-pagination">
<li class="active"></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row footer-content">
<div class="logo-and-share col-xs-4 padding-left-none">
<a href="#"><img src="img/logo.png"></a>
<p class="lawer">2015 © LAWYER</p>
<ul class="social-buttons">
<li><a href="#"><div class="btn fb-btn"><i class="fa fa-facebook" aria-hidden="true"></i></div></a></li>
<li><a href="#"><div class="btn gl-btn"><i class="fa fa-google-plus" aria-hidden="true"></i></div></a></li>
<li><a href="#"><div class="btn tw-btn"><i class="fa fa-twitter" aria-hidden="true"></i></div></a></li>
<li><a href="#"><div class="btn li-btn"><i class="fa fa-linkedin" aria-hidden="true"></i></div></a></li>
</ul>
</div>
<div class="form-and-nav col-xs-7">
<div class="footer-nav">
<h3>NAVIGATION</h3>
<ul>
<li><a href="home.html">HOME</a></li>
<li><a class="footer-active-url" href="about-us.html">ABOUT US</a></li>
<li><a href="services.html">SERVICES</a></li>
<li><a href="testimonial.html">TESTIMONIAL</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact-us.html">CONTACT US</a></li>
</ul>
</div>
<form>
<div class="footer-form">
<h3 class="footer-title">QUICK CONTACT US</h3>
<div class="name-email">
<input placeholder="Name *" required class="input name-input" type="text">
<input placeholder="Email *" required class="input email-input" type="email">
</div>
<textarea placeholder="Comment *" class="textarea"></textarea>
<a href="#" class="submit"><div class="submit-bg">SUBMIT NOW</div></a>
</div>
</form>
</div>
</div>
</div>
</footer>
</body>
</html>