-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
600 lines (522 loc) · 23.2 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
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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Laboratório de Estudos do Oceano e da Atmosfera</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/ocean.ico">
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/flexslider.css" rel="stylesheet" type="text/css" />
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/colors/" rel="stylesheet" type="text/css" id="colors" />
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- SCRIPTS -->
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE]><html class="ie" lang="en"> <![endif]-->
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.nicescroll.min.js" type="text/javascript"></script>
<script src="js/superfish.min.js" type="text/javascript"></script>
<script src="js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/animate.js" type="text/javascript"></script>
<script src="js/myscript.js" type="text/javascript"></script>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MEX5MEP51V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MEX5MEP51V');
</script>
<body>
<!-- PRELOADER -->
<img id="preloader" src="images/preloader.gif" alt="" />
<!-- //PRELOADER -->
<div class="preloader_hide">
<!-- PAGE -->
<div id="page" class="single_page">
<!-- HEADER -->
<header>
<!-- MENU BLOCK -->
<div class="menu_block">
<!-- CONTAINER -->
<div class="container clearfix">
<!-- LANGUAGE-->
<style>
.dropbtn {
background-color: #243858;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #043c69;
}
</style>
</head>
<body>
<div class="dropdown">
<button class="dropbtn">Idioma</button>
<div class="dropdown-content">
<a href="/en/about.html">English</a>
<a href="/about.html">Português</a>
</div>
</div>
<!-- MENU -->
<div class="pull-right">
<nav class="navmenu center">
<ul>
<li class="first active scroll_btn"><a href="index.html" >Home</a></li>
<li class="scroll_btn"><a href="about.html" >Sobre</a></li>
<li class="sub-menu">
<a href="projects.html" >Projetos</a>
<ul>
<li><a href="atmos.html" >ATMOS</a></li>
<li><a href="interconf.html" >INTERCONF</a></li>
<li><a href="inct.html" >INCT da Criosfera</a></li>
<li><a href="cdm.html" >Ciências do Mar</a></li>
<li><a href="modbio.html" >Modelagem Biofísica</a></li>
<li><a href="http://dgp.cnpq.br/dgp/espelhogrupo/5350809461630125" >DGP Lattes - CNPq</a></li>
</ul>
<li class="sub-menu">
<a href="about.html#team" >Equipe</a>
<ul>
<li><a href="about.html#researchers" >Pesquisadores</a></li>
<li><a href="about.html#collaborators" >Colaboradores</a></li>
<li><a href="about.html#graduates" >Bolsistas e Pós-graduandos</a></li>
<li><a href="alumni.html" >Alumni</a></li>
</ul>
<li class="scroll_btn"><a href="news.html" >Notícias</a></li>
<li class="scroll_btn"><a href="publications.html" >Publicações</a></li>
<li class="scroll_btn"><a href="clipping.html" >Divulgação</a></li>
<li class="scroll_btn"><a href="#contacts" >Contato</a></li>
</ul>
</nav>
</div><!-- //MENU -->
</div><!-- //MENU BLOCK -->
</div><!-- //CONTAINER -->
</header><!-- //HEADER -->
<!-- BREADCRUMBS -->
<section class="breadcrumbs_block1 clearfix parallax">
<div class="container center">
<h2><b>Sobre o LOA</h2></b>
</div>
</section><!-- //BREADCRUMBS -->
<!-- PORTFOLIO -->
<section id="portfolio">
<!-- CONTAINER -->
<div class="container">
<!-- ROW -->
<div class="row">
<!-- SIDEBAR -->
<div class="padbot50">
<!-- TEXT WIDGET -->
<div class="sidepanel widget_text">
<p style="font-size:150%;"">
O Laboratório de Estudos do Oceano e da Atmosfera (LOA) tem suas principais linhas de pesquisa
voltadas ao estudo da física do oceano, física da atmosfera e da interação entre estes dois
meios. O LOA integra vários projetos multi-institucionais de pesquisa. Realiza e apoia
campanhas de coletas de dados em cruzeiros oceanográficos no Atlântico Tropical, Atlântico Sul
e Antártica (Oceano Austral). Associado a estas observações in situ, muitos estudos sobre
as trocas de momentum, calor e CO<sub>2</sub> na interface oceano-atmosfera são desenvolvidos. Há uma
grande sinergia na utilização conjugada de dados in situ e de satélite na condução das
pesquisas de interação oceano-atmosfera e estudos climáticos. Entre os grandes desafios
científicos perseguidos pelo LOA esta a preocupação em entender melhor os processos físicos
que ocorrem na interface do oceano com atmosfera. Estes assuntos também são abordados com a
utilização de modelagem regional numérica acoplada, do oceano com a atmosfera.
</p>
<p style="font-size:150%;">
LOA encontra-se operacional e possui um conjunto de instrumentos meteo-oceanográficos utilizados
em cruzeiros oceanográficos de pesquisa. Dispõe, em associação com outros projetos da OBT,
de um sistema de computação de alto desempenhoutilizado para modelagem regional acoplada e
processamento numérico de grande volume de dados.
</p>
<p style="font-size:150%;""> <a href="www.dgp.cnpq.br/dgp/espelhogrupo/5350809461630125">Aqui</a> você pode encontrar o LOA no Diretório dos Grupos de Pesquisa no Brasil - CNPq/Lattes.
</p>
<p id="researchers" style="text-align: center;font-size:200%;">
Pesquisadores
</p>
<table>
<tr>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/9168878830863753">
<img src="../images/team/luciano.jpeg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">
Dr. Luciano Ponzi Pezzi</a>
</figcaption>
<figcaption style="font-size:130%;padding-top:-10px">Meteorologista</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/9168878830863753">
<img src="../images/team/douglas.jpg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">Dr. Douglas F. M. Gherardi</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafo</figcaption>
</figure>
</td>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/0537824080913130">
<img src="../images/team/ronald.jpeg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">Dr. Ronald B. de Souza</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafo</figcaption>
</figure>
</td>
</tr>
</table><br>
<table>
<tr>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/3852581196429739">
<img src="../images/team/joao.jpeg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">Dr. João A. Lorenzzetti</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafo</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/9105488365512364">
<img src="../images/team/marcelo.jpg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">Dr. Marcelo F. Santini</figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px">Meteorologista </figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/1575145014336724">
<img src="../images/team/mylene.jpg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">Dr. Mylene J. Cabrera</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Meteorologista </figcaption>
</figure>
</td>
</tr>
</table><br>
<table>
<tr>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/1486257464725434">
<img src="../images/team/celina.jpg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">Dr. Celina C. F. Rodrigues</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Engenheira Ambiental</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/8345480390908685">
<img src="../images/team/jaime.png" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. Jaime Fernando António</figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px">Meteorologista</figcaption>
</figure>
</td>
</td>
<td style="text-align: center;padding-top:10px;">
<figure >
<a href="http://lattes.cnpq.br/2113268382918505">
<img src="../images/team/branco.png" style="max-width:55%;"/>
<figcaption style="font-size:150%;"></figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px"></figcaption>
</figure>
</td>
<table>
<tr>
</tr>
</table>
<br><br><br>
<p id="collaborators" style="text-align: center;font-size:200%;">
Collaborators
</p>
<table>
<tr>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/9168878830863753">
<img src="../images/team/claudia.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. Claudia K. Parise</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanografo</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/7758920363746942">
<img src="../images/team/leonardo.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. Leonardo N. Lima</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanografo</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/4041211770858318">
<img src="../images/team/mata.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. Maurício M. Mata</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanografo</figcaption>
</figure>
</td>
</tr>
</table>
<table>
<tr>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/4111514204790887">
<img src="../images/team/mario.jpeg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. Mário F. L. de Quadro</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Meteorologista</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/4485209823374151">
<img src="../images/team/aravequia.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. José Antonio Aravéquia</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Físico</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href=" http://lattes.cnpq.br/4224364363630813">
<img src="../images/team/RicardodeCamargo.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. Ricardo de Camargo</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Físico</figcaption>
</figure>
</td>
</tr>
</table>
<table>
<tr>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/8827254187143196">
<img src="../images/team/jonas.gif" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. Jonas T. Carvalho</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafo</figcaption>
</figure>
</td>
<td style="text-align: center;">
<figure >
<a href="http://lattes.cnpq.br/8827254187143196">
<img src="../images/team/andre.jpeg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Dr. André Lanfer Marquez</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafo</figcaption>
</figure>
<td style="text-align: center;padding-top:30px">
<figure >
<a href="http://lattes.cnpq.br/7326228290528941">
<img src="../images/team/luciana.jpg" style="max-width:60%;"/>
<figcaption style="font-size:150%;">Dr. Luciana S. Lima</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Engenheira Hídrica</figcaption>
</figure>
</td>
<td style="text-align: center;padding-top:10px;">
<figure >
<a href="http://lattes.cnpq.br/2113268382918505">
<img src="../images/team/branco.png" style="max-width:55%;"/>
<figcaption style="font-size:150%;"></figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px"></figcaption>
</figure>
</td>
</table>
</tr>
</table>
</div>
<p id="graduates" style="text-align: center;font-size:200%;">
Scholars and Postgraduates
</p>
<div>
<table>
<tr>
</tr>
</table>
</div>
<div>
<table>
<tr>
<td style="text-align: center;padding-top:30px">
<figure >
<td style="text-align: center;padding-top:30px">
<figure >
<a href=" http://lattes.cnpq.br/8611529611622594">
<img src="../images/team/teofilo.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Msc. Teofilo Mateus Pio Ferraz Joao</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafo</figcaption>
</figure>
</td>
<td style="text-align: center;padding-top:30px">
<figure >
<a href=" http://lattes.cnpq.br/4582854332252289">
<img src="../images/team/tiffany.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Tiffany Laura Januci Teles de Mendonça</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafa</figcaption>
</figure>
</td>
<td style="text-align: center;padding-top:30px">
<figure >
<a href=" http://lattes.cnpq.br/9383749063801911">
<img src="../images/team/gisele.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Gisele Nunes da Silva</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Meteorologista</figcaption>
</figure>
</td>
</tr>
</table>
</div>
<div>
<table>
<tr>
<td style="text-align: center;padding-top:30px">
<figure >
<td style="text-align: center;padding-top:30px">
<figure >
<a href="http://lattes.cnpq.br/5601470504970877">
<img src="../images/team/Emily.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;"> Msc. Emily Aimée Alves Carnaúbas</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Cientista Ambiental</figcaption>
</figure>
</td>
<td style="text-align: center;padding-top:10px;">
<figure >
<a href="http://lattes.cnpq.br/8270556721107847">
<img src="../images/team/ocione.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Ocione Dias do Nascimento Filho</figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px">Oceanógrafo</figcaption>
</figure>
</td>
<td style="text-align: center;padding-top:30px">
<figure >
<a href="http://lattes.cnpq.br/5243424758272966">
<img src="../images/team/ramon.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;"> Ramon Batista dos Santos</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Engenheiro Ambiental</figcaption>
</figure>
</td>
</tr>
</table>
</div>
<div>
<table>
<tr>
<td style="text-align: center;padding-top:30px">
<figure >
<a href="http://lattes.cnpq.br/5382070760447359">
<img src="../images/team/heitor.jpg" style="max-width:55%;"/>
<figcaption style="font-size:150%;">Msc. Heitor Augusto de Moraes Tozzi</figcaption></a>
<figcaption style="font-size:130%;padding-top:-10px">Oceanógrafo</figcaption>
</figure>
</td>
<td style="text-align: center;padding-top:10px;">
<figure >
<a href="http://lattes.cnpq.br/2113268382918505">
<img src="../images/team/branco.png" style="max-width:55%;"/>
<figcaption style="font-size:150%;"></figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px"></figcaption>
</figure>
</td>
<td style="text-align: center;padding-top:10px;">
<figure >
<a href="http://lattes.cnpq.br/2113268382918505">
<img src="../images/team/branco.png" style="max-width:55%;"/>
<figcaption style="font-size:150%;"></figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px"></figcaption>
</figure>
</td>
<!-- // <td style="text-align: center;padding-top:10px;">
<figure >
<a href="http://lattes.cnpq.br/2113268382918505"><img src="../images/team/branco.png" style="max-width:60%;"/>
<figcaption style="font-size:150%;"></figcaption></a>
<figcaption style="font-size:130%;padding-top:-20px"></figcaption>
</figure>
</td>
-->
</tr>
</table>
</div>
</div>
</div>
</div>
</div><!-- //PORTFOLIO BLOCK -->
</div><!-- //ROW -->
</div><!-- //CONTAINER -->
</section><!-- //PORTFOLIO -->
</div><!-- //PAGE -->
<!-- CONTACTS -->
<section id="contacts">
</section><!-- //CONTACTS -->
<!-- FOOTER -->
<footer>
<!-- CONTAINER -->
<div class="container">
<!-- ROW -->
<div class="row" data-appear-top-offset="-200" data-animated="fadeInUp">
<div class="col-lg-4 col-md-4 col-sm-6 padbot30">
<h4><b>Redes</b> sociais</h4>
<p>Visite nossa página para conhecer o nosso trabalho, atividades de pesquisa e a equipe do Laboratório de Estudos do Oceano e da Atmosfera.
</p>
<ul class="social">
<li><a href="https://www.facebook.com/loainpe" ><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/inpe_oceanography" ><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 padbot30">
</div>
<div class="respond_clear"></div>
<div class="col-lg-4 col-md-4 padbot30">
<h4><b>Entre em</b> contato</h4>
<!-- CONTACT FORM -->
<div class="span9 contact_form">
<div id="note"></div>
<div id="fields">
<form method="POST" action="https://formspree.io/xpvpnoax" id="contact-form-face" class="clearfix" action="#">
<input type="text" name="name" value="Nome" onFocus="if (this.value == 'Name') this.value = '';" onBlur="if (this.value == '') this.value = 'Name';" />
<textarea name="message" onFocus="if (this.value == 'Message') this.value = '';" onBlur="if (this.value == '') this.value = 'Mensagem';">Messagem</textarea>
<input class="contact_btn" type="submit" value="Enviar" />
</form>
</div>
</div><!-- //CONTACT FORM -->
</div>
<div id="copyright" style="text-align: center;">
© LOA/INPE. All rights reserved. | Template design by: <a href="https://github.com/toidicode">toidicode</a> | Edited by: <a href="https://www.uesleisutil.com.br">Ueslei Adriano Sutil</a> | Favicon by <a href="https://www.flaticon.com/authors/freepik">Freepik</a>.
</div>
</div><!-- //ROW -->
</div><!-- //CONTAINER -->
</footer><!-- //FOOTER -->
<script src="https://use.fontawesome.com/8da76d029b.js"></script> <script src="https://use.fontawesome.com/8da76d029b.js"></script>
</div>
</body>
</html>