-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
129 lines (123 loc) · 5.53 KB
/
Copy pathexperience.html
File metadata and controls
129 lines (123 loc) · 5.53 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, inital-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<title>Bruno Moreira - Experience</title>
<link rel="icon" href="logos\BMIcon.png"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="mainstyle.css">
<link rel="stylesheet" href="containerstyle.css">
<link rel="stylesheet" href="nestingtable.css">
<style>
table {
color: black;
border: 2px solid black;
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid black;
padding: 5px;
text-align: left;
}
</style>
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-light">
<a class="navbar-brand" href="home.html">
<img src="logos\BMLogoDEV.png">
|
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="#navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="home.html">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="experience.html" >Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="interests.html">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link" href="plan.html">Plan</a>
</li>
<li class="nav-item">
<a class="nav-link" href="volunteer.html">Volunteer Experience</a>
</li>
</ul>
</div>
</nav>
<br><br>
<div class="container" id="others">
<div class="activepage">
Experience
</div>
<br>
<p>
My current position is <b>Information Technology Analyst </b> at Sebrae MG company.<br>
The activities performed is:
<ul id="commonul">
<li>Apps and softwares tests.</li>
<li>Development and maintenance of scripts SQL language in Microsoft SQL Server, MySQL and SQLite.</li>
<li>Development, maintenance and support in QlikView applications.</li>
<li>Product Owner of proprietary systems of the corporation.</li>
<li>Technical support level III in ERP TOTVS Datasul, Fluig ECM TOTVS, proprietary apps and systems of the corporation.</li>
</ul>
</p>
<p>
<br>
Below, is a summary of my experiences. For more details check my <a href="https://www.linkedin.com/in/brunoabreumoreira/?locale=en_US" target="_blank">linkedin profile</a>.
<br>
</p>
<table src="#descriptions">
<thead>
<tr>
<th>Company Name</th>
<th>Job Title</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr id="l1">
<td>Sebrae Minas - Serviço de Apoio às Micro e Pequenas Empresas de Minas Gerais</td>
<td>Information Technology Analyst</td>
<td>Belo Horizonte Area, Brazil</td>
</tr>
<tr id="l2">
<td>EPC Engenharia Projeto Consultoria</td>
<td>Information Technology Analyst</td>
<td>Belo Horizonte Area, Brazil</td>
</tr>
<tr id="l3">
<td>Grupo LPJ</td>
<td>Business Intelligence Analyst</td>
<td>Belo Horizonte Area, Brazil</td>
</tr>
<tr id="l4">
<td>Vale</td>
<td>Information Management Internship</td>
<td>Belo Horizonte Area, Brazil</td>
</tr>
<tr id="l5">
<td>TOTVS</td>
<td>Technical Support</td>
<td>Belo Horizonte Area, Brazil</td>
</tr>
</tbody>
</table>
<br>
</div>
<br>
<div class="footer">
<p>© 2019 Copyright: Bruno Moreira</p>
</div>
</body>
</html>