-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.html
executable file
·291 lines (256 loc) · 10.5 KB
/
about.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
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
<!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.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>LINK - Agency Theme</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/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.3.0/respond.min.js"></script>
<![endif]-->
<script src="assets/js/modernizr.custom.js"></script>
</head>
<body>
<!-- Menu -->
<nav class="menu" id="theMenu">
<div class="menu-wrap">
<h1 class="logo"><a href="index.html#home">LINK</a></h1>
<i class="fa fa-arrow-right menu-close"></i>
<a href="index.html">Home</a>
<a href="services.html">Services</a>
<a href="portfolio.html">Portfolio</a>
<a href="about.html">About</a>
<a href="#contact">Contact</a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-envelope"></i></a>
</div>
<!-- Menu button -->
<div id="menuToggle"><i class="fa fa-bars"></i></div>
</nav>
<!-- MAIN IMAGE SECTION -->
<div id="aboutwrap">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>We Are Storytellers.<br/>
Brands Are Our Subjects.
</h2>
</div>
</div><!-- row -->
</div><!-- /container -->
</div><!-- /aboutwrap -->
<!-- CHART IMAGE SECTION -->
<div id="chartwrap">
<div class="container">
<div class="row mt">
<div class="col-lg-8 chart hidden-sm hidden-xs">
<img class="img-responsive" src="assets/img/chart.png" alt="">
</div><!-- col-lg-8 -->
<div class="col-lg-4">
<h1>About Link</h1>
<p>It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software</p>
</div><!-- col-lg-4 -->
</div><!-- /row -->
</div><!-- /.container -->
</div><!-- chartwrap -->
<!-- SERVICES SECTION -->
<div id="services">
<div class="container">
<div class="row mt">
<!-- Srvice 1 -->
<div class="col-lg-1 centered">
<i class="fa fa-certificate"></i>
</div>
<div class="col-lg-3">
<h3>Quality Design</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<!-- Srvice 2 -->
<div class="col-lg-1 centered">
<i class="fa fa-question-circle"></i>
</div>
<div class="col-lg-3">
<h3>Awesome Support</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<!-- Srvice 3 -->
<div class="col-lg-1 centered">
<i class="fa fa-globe"></i>
</div>
<div class="col-lg-3">
<h3>Global Services</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<!-- Srvice 4 -->
<div class="col-lg-1 centered">
<i class="fa fa-desktop"></i>
</div>
<div class="col-lg-3">
<h3>Responsive Design</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<!-- Srvice 5 -->
<div class="col-lg-1 centered">
<i class="fa fa-cog"></i>
</div>
<div class="col-lg-3">
<h3>Easy Configuration</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
<!-- Srvice 6 -->
<div class="col-lg-1 centered">
<i class="fa fa-heart"></i>
</div>
<div class="col-lg-3">
<h3>Crafted With Love</h3>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- services section -->
<!-- TEAM INTRODUCTION -->
<div class="container">
<div class="row mt">
<div class="col-lg-8">
<h1>Professional Team</h1>
</div>
<div class="col-lg-4"></div>
</div><!-- row -->
<div class="row">
<div class="col-lg-8">
<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.</p>
<p>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.</p>
</div>
<div class="col-lg-3 col-lg-offset-1">
<p><b>CORPORATE BRIEF</b></p>
<p class="tm">Download the last information about our agency, our notable works, our team members, next projects & more.</p>
<p class="tm"><a href="#"><i class="fa fa-link"></i> <b>Download PDF</b></a></p>
</div>
</div>
</div><!-- container -->
<!-- TEAM MEMBERS -->
<div class="container">
<div class="row mt centered">
<div class="col-lg-4">
<img src="assets/img/team/gianni.png" alt="Gianni">
<div class="cardinfo">
<h4><b>GIANNI DI MARCO</b></h4>
<h6>ART DIRECTOR</h6>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy</p>
<p><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-envelope"></i></a></p>
</div>
</div>
<div class="col-lg-4">
<img src="assets/img/team/rebecca.png" alt="Rebecca">
<div class="cardinfo">
<h4><b>REBECCA ZEARING</b></h4>
<h6>DESIGN DIRECTOR</h6>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy</p>
<p><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-envelope"></i></a></p>
</div>
</div>
<div class="col-lg-4">
<img src="assets/img/team/william.png" alt="Gianni">
<div class="cardinfo">
<h4><b>WILLIAM SMITH</b></h4>
<h6>TEAM MANAGER</h6>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy</p>
<p><a href="#"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a><a href="#"><i class="fa fa-envelope"></i></a></p>
</div>
</div>
</div><!-- row -->
</div><!-- container -->
<!-- CALL TO ACTION -->
<div id="call">
<div class="container">
<div class="row">
<h3>THIS IS A CALL TO ACTION AREA</h3>
<div class="col-lg-8 col-lg-offset-2">
<p>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.</p>
<p><button type="button" class="btn btn-green btn-lg">Call To Action Button</button></p>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- Call to action -->
<div class="container">
<div class="row mt">
<div class="col-lg-12">
<h1>Stay Connected</h1>
<p>Join us on our social networks for all the latest updates, product/service announcements and more.</p>
<br>
</div><!-- col-lg-12 -->
</div><!-- row -->
</div><!-- container -->
<!-- SOCIAL FOOTER --->
<section id="contact"></section>
<div id="sf">
<div class="container">
<div class="row">
<div class="col-lg-4 dg">
<h4 class="ml">FACEBOOK</h4>
<p class="centered"><a href="#"><i class="fa fa-facebook"></i></a></p>
<p class="ml">> Become A Friend</p>
</div>
<div class="col-lg-4 lg">
<h4 class="ml">TWITTER</h4>
<p class="centered"><a href="#"><i class="fa fa-twitter"></i></a></p>
<p class="ml">> Follow Us</p>
</div>
<div class="col-lg-4 dg">
<h4 class="ml">GOOGLE +</h4>
<p class="centered"><a href="#"><i class="fa fa-google-plus"></i></a></p>
<p class="ml">> Add Us To Your Circle</p>
</div>
</div><!-- row -->
</div><!-- container -->
</div><!-- Social Footer -->
<!-- CONTACT FOOTER --->
<div id="cf">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div id="mapwrap">
<iframe height="400" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.es/maps?t=m&ie=UTF8&ll=52.752693,22.791016&spn=67.34552,156.972656&z=6&output=embed"></iframe>
</div>
</div><!--col-lg-8-->
<div class="col-lg-4">
<h4>ADDRESS<br/>Minsk - Head Office</h4>
<br>
<p>
Business Center, SomeAve 987,<br/>
Minsk, Belarus.
</p>
<p>
P: +55 4839-4390<br/>
F: +55 4333-4345<br/>
E: <a href="mailto:#">[email protected]</a>
</p>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
</div><!--col-lg-4-->
</div><!-- row -->
</div><!-- container -->
</div><!-- Contact Footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/classie.js"></script>
</body>
</html>