-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (71 loc) · 2.38 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Portifólio Omar Merljak</title>
<link rel="stylesheet" href="Style.css">
</head>
<body>
<header>
<section>
<img src="./IMG_20210606_165846.jpg" width="200" alt="Foto sobre a Ponte Hercilio Luz em Florinópolis" class="image">
</section>
<nav>
<aside>
<h2>My Social Midias</h2><br>
<a href="https://www.instagram.com/omerljak/" target="_blank"><img src="https://i2.wp.com/multarte.com.br/wp-content/uploads/2019/03/logo-instagram-png-fundo-transparente3.png?resize=696%2C675&ssl=1" width= 70></a>
<a href="https://www.linkedin.com/in/omar-merljak" target="_blank"><img src="http://www.fambrashalal.com.br/eng/images/linkedin_Fambras.png" width=70></a>
<br>
</aside>
</nav>
</header>
<section class="bio">
<h1>Omar Vargas Merljak</h1>
<br>
<p> Nascido em Porto Alegre em Julho de 1979.<br>
Há 21 anos vivendo em Santa Catarina, Florianópolis. <br>
Administrador por formação e experiência profissional.<br>
Mudando radicalmente de profissão,<br>
indo em busca do Projeto Inicial que foi abandonado na juventude. <br>
Sempre preocupado em ter boas relações, amigável e tranquilo! <br>
Adoro ser desafiado e buscar soluções!<br>
</p>
</section>
<section class="article">
<article class="soft-skills">
<h3>Soft Skills</h3><br>
<tr>
<td><strong>Empatia</strong></td><br>
<td>Cauteloso</td><br>
<td>Organizado</td><br>
<td>Paciente</td><br>
<td>Resolvedor de Problemas</td><br>
<td><strong>Valorizar Amizades</strong></td><br>
<br>
<br>
</tr>
</article>
<article class="hard-skills">
<h3>Hard Skills</h3><br>
<tr>
<td>Gerenciamento de Conflitos</td><br>
<td>Atendimento ao Cliente</td><br>
<td>Gestão de Projetos</td><br>
<td>Marketing</td><br>
<td>Gerenciamento de Equipe</td><br>
<td>Gestão Financeira</td><br>
<td>Assessoria em Investimentos</td><br>
<td>Câmbio para Comex</td>
</tr>
</article>
</section>
<footer>
<tr id="contatos">
<td>Whatsapp : (48) 98836-6565</td><br>
<td>Email pessoal: omerljak@gmail.com</td><br>
<td>Email profissional: financialsolutions.up@gmail.com</td><br>
<td>https://omerljak.github.io/</td>
</tr>
</footer>
</body>
</html>