-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.html
387 lines (372 loc) · 18.4 KB
/
aboutUs.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
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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./img/favicon.ico"/>
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/header-and-menu-navigation2.css">
<link rel="stylesheet" href="./css/fadeIn.css">
<link rel="stylesheet" href="./css/people-testimonial.css">
<link rel="stylesheet" href="./css/aboutUs.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" >
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F8KE3M7EKW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-F8KE3M7EKW');
</script>
<title>About us</title>
</head>
<body class="fadeIn">
<header>
<div>
<a href="">
<img src="img/logo.png" alt="logotipo WebWorld" title="WebWorld">
</a>
<div>
<a href="https://pt.wikihow.com/Criar-um-Feed-RSS" target="_blank">
<img src="./img/rss.png" alt="logotipo RSS" title="feed RSS">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="./img/face.png" alt="logotipo facebook" title="Facebook">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="./img/tw.png" alt="logotipo twetter" title="twetter">
</a>
<a href="https://www.linkedin.com" target="_blank">
<img src="./img/linkedin.png" alt="logotipo linkeIn" title="LinkedIn">
</a>
</div>
</div>
</header>
<nav>
<div>
<ul class="menu">
<li><a href="index.html">HOME</a></li>
<li><a href="aboutUs.html">ABOUT US</a></li>
<li><a href="services.html">SERVICES</a></li>
<li>
<a id="link-pages" href="">PAGES</a>
<ul class="menu-drop-down">
<li><a href="service1.html">Client value</a></li>
<li><a href="service2.html">Reliable service</a></li>
<li><a href="service3.html">Innovate at work</a></li>
<li><a href="service4.html">Fast SSD Servers</a></li>
<li><a href="service5.html">Constant Update</a></li>
<li><a href="service6.html">Largest Network</a></li>
</ul>
</li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contactUs.html">CONTACT US</a></li>
</ul>
<input id="search-field" placeholder="Search Something" type="text">
</div>
</nav>
<section class="section-banner-page">
<img src="./img/aboutUs-head.png" alt="executivos" title="alta liderança">
</section>
<section class="section-about-us">
<h1>About Us</h1>
<h2>our story</h2>
<div class="container-section-about-us">
<div class="column1">
<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
leap into electronic It is a long established fact that a reader will be
distracted.
</p>
<div class="container-img-text-column1">
<div>
<img src="./img/medal.png" alt="icone medalha" title="icone medalha">
<p>EIGHT <br>AWARDS</p>
</div>
<div>
<img src="./img/calcutator.png" alt="icone calculadora" title="icone calculadora">
<p>670 FINISHED <br>PROJECT</p>
</div>
</div>
</div>
<div class="column2">
<p>
There are many variations of passages of Lorem Ipsum available, but the majority
have suffered alteration in some form, by injected humour, or randomised words
which don't look even slightly believable. If you are going to use a passage
of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden
in the middle of text. All the Lorem Ipsum generators on the Internet tend
to repeat predefined chunks as necessary, making this the first true
generator on the Internet. It uses a dictionary of over 200 Latin words,
combined with a handful of model sentence structures, to generate Lorem
Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always
free from repetition, injected humour, or non-characteristic words.
</p>
</div>
</div>
</section>
<section class="section-why-choose-us">
<div class="container-section-why-choose-us">
<h1>Why Choose Us</h1>
<p>
It has survived not only five centuries, but also the leap into electronic
typesetting.
</p>
<div class="grid-services">
<div class="grid-services-line1">
<a href="" target="_blank">
<img src="./img/wc1.png" alt="icone dinheiro" title="icone economia">
<h1>Client Value</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
Ut enim ad minim veniam.
</p>
</a>
<a href="" target="_blank">
<img src="./img/wc2.png" alt="icone 24h" title="atendimento 24h">
<h1>Reliable Servic</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
Ut enim ad minim veniam.
</p>
</a>
<a href="" target="_blank">
<img src="./img/wc3.png" alt="icone processador" title="icone processador">
<h1>Innovate at Wor</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
Ut enim ad minim veniam.
</p>
</a>
</div>
<div class="grid-services-line2">
<a href="" target="_blank">
<img src="./img/wc3.png" alt="icone servidores" title="icone servidores">
<h1>Fast SSD Server</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
Ut enim ad minim veniam.
</p>
</a>
<a href="" target="_blank">
<img src="./img/wc5.png" alt="icone ciclo" title="ciclo">
<h1>Contsant Update</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
Ut enim ad minim veniam.
</p>
</a>
<a href="" target="_blank">
<img src="./img/wc6.png" alt="icone network" title="network">
<h1>Largest Network</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua
Ut enim ad minim veniam.
</p>
</a>
</div>
</div>
</div>
</section>
<section class="section-our-team">
<div class="people-testimonial">
<h1>Our Leadership Team</h1>
<div class="people-pictures">
<img src="./img/people-01.jpg" alt="funcionário 1" >
<img src="./img/people-02.jpg" alt="funcionário 2" >
<img class="picture-active" src="./img/people-03.jpg" alt="funcionário 3">
<img src="./img/people-04.jpg" alt="funcionário 4">
<img src="./img/people-05.jpg" alt="funcionário 5">
</div>
<div class="pointers-testimonial">
<div>
<p></p>
<p></p>
<p class="pointer-active"></p>
<p></p>
<p></p>
</div>
</div>
<div class="box-testimonial fadeIn">
<p class="name-people">John</p>
<p>Developer</p>
<div>
<img class="abre-aspas" src="./img/abre-aspas.png" alt="icone abrindo aspas" title="aspas abertas">
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ante
purus, aliquet ut urna id, blandit lobortis nisl. Phasellus varius
velit sed placerat euismod. Duis nisi massa, pretium at luctus.
</p>
<img class="fecha-aspas" src="./img/fecha-aspas.png" alt="icone fechando aspas" title="aspas fechadas">
</div>
</div>
<div class="box-testimonial fadeIn">
<p class="name-people">Roger</p>
<p>Designer</p>
<div>
<img class="abre-aspas" src="./img/abre-aspas.png" alt="icone abrindo aspas" title="aspas abertas">
<p>
Cras vitae justo eu tellus maximus rutrum. Vestibulum nibh nibh,
varius nec vehicula sed, finibus in tortor. Aliquam dictum,
ligula vel euismod eleifend, libero est elementum.
</p>
<img class="fecha-aspas" src="./img/fecha-aspas.png" alt="icone fechando aspas" title="aspas fechadas">
</div>
</div>
<div class="box-testimonial fadeIn box-testimonial-active">
<p class="name-people">Victoria</p>
<p>Business Manager</p>
<div>
<img class="abre-aspas" src="./img/abre-aspas.png" alt="icone abrindo aspas" title="aspas abertas">
<p>
Vivamus faucibus magna vitae purus blandit, rutrum aliquam turpis
bibendum. Ut sit amet sapien dolor. Integer eget orci id leo consectetur
iaculis ut vitae neque. Interdum et malesuada fames ac ante ipsum primis
in faucibus.
</p>
<img class="fecha-aspas" src="./img/fecha-aspas.png" alt="icone fechando aspas" title="aspas fechadas">
</div>
</div>
<div class="box-testimonial fadeIn">
<p class="name-people">Liang</p>
<p>Analyst</p>
<div>
<img class="abre-aspas" src="./img/abre-aspas.png" alt="icone abrindo aspas" title="aspas abertas">
<p>
Pellentesque feugiat suscipit quam, quis dignissim massa. Suspendisse
potenti. Donec porta tempus ipsum id rhoncus. Aliquam hendrerit leo
erat, non accumsan massa venenatis vitae.
</p>
<img class="fecha-aspas" src="./img/fecha-aspas.png" alt="icone fechando aspas" title="aspas fechadas">
</div>
</div>
<div class="box-testimonial fadeIn">
<p class="name-people">Adam</p>
<p>Fresher</p>
<div>
<img class="abre-aspas" src="./img/abre-aspas.png" alt="icone abrindo aspas" title="aspas abertas">
<p>
Vivamus faucibus magna vitae purus blandit, rutrum aliquam turpis bibendum.
Ut sit amet sapien dolor. Integer eget orci id leo consectetur iaculis
ut vitae neque.
</p>
<img class="fecha-aspas" src="./img/fecha-aspas.png" alt="icone fechando aspas" title="aspas fechadas">
</div>
</div>
</div>
</section>
<section class="section-our-clients">
<p>Nossos clientes:</p>
<div class="section-our-clients-line1">
<a href="https://dribbble.com/" target="_blank">
<img src="./img/logoAzul-parceiro1.png" alt="logotipo dribbble"
title="Dribbble">
</a>
<a href="https://www.leopardmediagroup.com/" target="_blank">
<img src="./img/logoAzul-parceiro2.png" alt="logotipo leopards media"
title="Leopards media">
</a>
<a href="https://www.behance.net/" target="_blank">
<img src="./img/logoAzul-parceiro3.png" alt="logotipo behance"
title="Behance">
</a>
<a href="https://us.puma.com/" target="_blank">
<img src="./img/logoAzul-parceiro4.png" alt="logotipo puma"
title="Puma">
</a>
</div>
<div class="section-our-clients-line2">
<a href="https://ri.b2w.digital/" target="_blank">
<img src="./img/logoAzul-parceiro5.png" alt="logotipo b2w"
title="B2w Digital">
</a>
<a href="https://www.netshoes.com.br/" target="_blank">
<img src="./img/logoAzul-parceiro6.png" alt="logotipo netshoes"
title="Netshoes">
</a>
<a href="https://www.adidas.com.br/" target="_blank">
<img src="./img/logoAzul-parceiro7.png" alt="logotipo Adidas"
title="Adidas">
</a>
<a href="https://www.ferrari.com/" target="_blank">
<img src="./img/logoAzul-parceiro8.png" alt="logotipo ferrari"
title="Ferrari">
</a>
</div>
</section>
<footer>
<div class="footer-line1">
<div class="important-informations">
<div>
<h1>Popular Post</h1>
<p>Lorem Ipsum is simply dummy text of the printing.</p>
<p class="date-post">25-September 2013</p>
<hr>
<p>Lorem Ipsum is simply dummy text of the printing.</p>
<p class="date-post">25-September 2013</p>
</div>
<div>
<h1>Tags</h1>
<p>
apps <span>blog</span> blogroll coda concert <span>daily design</span>
develop dialog drinks gallery holiday icon <span>illustration</span>
ipad iphone journal <span>jquery</span> label link marketing photo
<span>profession</span> quotation recipes typography
<span>video</span>
</p>
</div>
<div>
<h1>A little about us</h1>
<p>
There are many variations of passages of Lorem Ipsum available,
but the majority have suffered alteration in some form, by
injected humour, even slightly believable. <br><br>
If you are going to use a passage of Lorem Ipsum, you need to be.
</p>
</div>
<div>
<h1>Get in touch</h1>
<p>
Lorem Ipsum is of the printing and typesetting industry. Lorem Ipsum
has been the industry's standard dummy text ever since.
</p>
<p class="adress-contact">Texas, US</p>
<p class="email-contact">email@email.com</p>
<p class="tel-contact">890-09880-45590</p>
</div>
</div>
</div>
<div class="footer-line2">
<div class="end-page">
<p>© 2013 Web world. All rights reserved. Theme bycssautther</p>
<div>
<a href="https://pt.wikihow.com/Criar-um-Feed-RSS" target="_blank">
<img src="./img/rss.png" alt="logotipo RSS" title="feed RSS">
</a>
<a href="https://www.facebook.com/" target="_blank">
<img src="./img/face.png" alt="logotipo facebook" title="Facebook">
</a>
<a href="https://twitter.com/" target="_blank">
<img src="./img/tw.png" alt="logotipo twetter" title="twetter">
</a>
<a href="https://www.linkedin.com" target="_blank">
<img src="./img/linkedin.png" alt="logotipo linkeIn" title="LinkedIn">
</a>
</div>
</div>
</div>
</footer>
<script src="./js/menu-navigation.js"></script>
<script src="./js/people-testimonial.js"></script>
</body>
</html>