-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
308 lines (268 loc) · 11 KB
/
Copy pathcv.html
File metadata and controls
308 lines (268 loc) · 11 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
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Marcos Ferreira - Curriculum Vitae</title>
<!-- Primer CSS -->
<link href="https://unpkg.com/@primer/css@^21.0.0/dist/primer.css" rel="stylesheet">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel="shortcut icon" href="https://cdn.afterdawn.fi/v3/news/original/github-logo.png" type="image/x-icon">
<style>
/* Estilos específicos para o CV com Primer */
body {
background-color: var(--bgColor-muted, #f6f8fa);
line-height: 1.6;
}
.cv-container {
max-width: 210mm;
margin: 2rem auto;
background: var(--bgColor-default, #ffffff);
padding: 40px;
box-shadow: 0 8px 24px rgba(140, 149, 159, 0.2);
border-radius: 6px;
}
.cv-header {
border-bottom: 2px solid var(--borderColor-accent-emphasis, #0969da);
margin-bottom: 24px;
padding-bottom: 24px;
}
.cv-section {
margin-bottom: 32px;
}
.cv-section-title {
border-bottom: 1px solid var(--borderColor-default, #d0d7de);
padding-bottom: 8px;
margin-bottom: 16px;
color: var(--fgColor-accent, #0969da);
font-weight: 600;
}
.experience-item, .education-item {
margin-bottom: 20px;
}
.skill-tag {
display: inline-block;
background-color: var(--bgColor-muted, #f6f8fa);
border: 1px solid var(--borderColor-default, #d0d7de);
border-radius: 6px;
padding: 4px 10px;
margin: 4px 4px 4px 0;
font-size: 0.9rem;
}
.contact-info i {
width: 20px;
text-align: center;
margin-right: 8px;
color: var(--fgColor-accent, #0969da);
}
/* Estilos para impressão */
@media print {
@page {
margin: 20mm;
size: A4;
}
* {
font-size: 11pt;
}
body {
background-color: white;
}
.cv-container {
box-shadow: none;
padding: 0;
margin: 0;
max-width: 100%;
}
.no-print {
display: none !important;
}
.cv-section {
break-inside: avoid;
margin-bottom: 16px;
}
.profile-img-container {
display: none;
}
a {
color: #24292f !important;
text-decoration: none;
}
}
</style>
</head>
<body>
<div class="container-lg px-3 px-md-6 py-4">
<div class="no-print text-center mb-4">
<a href="index.html" class="btn mr-2">
<i class="bi bi-arrow-left mr-2"></i>Voltar para o site
</a>
<button onclick="window.print()" class="btn btn-primary">
<i class="bi bi-printer mr-2"></i>Imprimir CV
</button>
</div>
<div class="cv-container">
<!-- Cabeçalho do CV -->
<div class="cv-header">
<div class="d-flex flex-wrap flex-items-center flex-justify-between">
<div class="col-12 col-md-8">
<h1 class="h1 mb-1">Marcos A. S. Ferreira</h1>
<p class="h3 color-fg-muted mb-3">Desenvolvedor Fullstack</p>
<div class="contact-info">
<p class="mb-1"><i class="bi bi-envelope"></i> marcosferreira.contato@gmail.com</p>
<p class="mb-1"><i class="bi bi-telephone"></i> (83) 98107-4503</p>
<p class="mb-1"><i class="bi bi-geo-alt"></i> João Pessoa, PB - Brasil</p>
<p class="mb-1"><i class="bi bi-github"></i> github.com/marcosferreira</p>
<p class="mb-1"><i class="bi bi-linkedin"></i> linkedin.com/in/marcosferreira-dev</p>
</div>
</div>
<div class="col-12 col-md-4 text-md-right">
<div class="profile-img-container">
<img src="https://github.com/marcosferreira.png" alt="Marcos Ferreira"
class="circle border" style="width: 150px; height: 150px; object-fit: cover;">
</div>
</div>
</div>
</div>
<!-- Perfil Profissional -->
<div class="cv-section">
<h2 class="h2 cv-section-title">Perfil Profissional</h2>
<p class="f4 color-fg-muted">
Desenvolvedor Fullstack com experiência em desenvolvimento web e aplicações móveis. Especializado em
criar soluções eficientes e escaláveis utilizando um conjunto diversificado de tecnologias modernas.
Apaixonado por resolver problemas complexos e aprender novas tecnologias.
</p>
</div>
<!-- Experiência Profissional -->
<div class="cv-section">
<h2 class="h2 cv-section-title">Experiência Profissional</h2>
<div class="experience-item">
<div class="d-flex flex-justify-between flex-wrap">
<h3 class="h4">Desenvolvedor Fullstack (Freelancer)</h3>
<span class="color-fg-muted">2018 - Presente</span>
</div>
<p class="h5 color-fg-muted mb-2">Projetos Independentes</p>
<p class="f5">
• Desenvolvimento de aplicativo para NNLanches (2023) utilizando Flutter no frontend e integração com WhatsApp como backend para pedidos da lanchonete<br>
• Desenvolvido App web para campanha política de Antônio Justino - PSB 40 (2024) para prefeito em Dona Inês-PB<br>
• Desenvolvimento de site institucional, portal de transparência pública e sistema e-SIC de acesso à informação (2021) para a Prefeitura Municipal de Dona Inês-PB<br>
• Desenvolvimento do site institucional da CONGESP (2020)<br>
• Desenvolvimento do site institucional do COEGEMAS-PB (2018)
</p>
</div>
</div>
<!-- Educação -->
<div class="cv-section">
<h2 class="h2 cv-section-title">Formação Acadêmica</h2>
<div class="education-item">
<div class="d-flex flex-justify-between flex-wrap">
<h3 class="h4">Graduação em Análise e Desenvolvimento de Sistemas</h3>
<span class="color-fg-muted">2022 - 2024</span>
</div>
<p class="h5 color-fg-muted">UNOPAR - Universidade Norte do Paraná</p>
</div>
</div>
<!-- Habilidades Técnicas -->
<div class="cv-section">
<h2 class="h2 cv-section-title">Habilidades Técnicas</h2>
<div class="d-flex flex-wrap">
<div class="col-12 col-md-6 mb-3">
<h3 class="h5 mb-2">Linguagens de Programação</h3>
<div>
<span class="skill-tag">Python</span>
<span class="skill-tag">JavaScript</span>
<span class="skill-tag">TypeScript</span>
<span class="skill-tag">PHP</span>
<span class="skill-tag">HTML</span>
<span class="skill-tag">CSS/SCSS</span>
<span class="skill-tag">Dart</span>
</div>
<h3 class="h5 mb-2 mt-3">Frameworks & Bibliotecas</h3>
<div>
<span class="skill-tag">Django</span>
<span class="skill-tag">Flask</span>
<span class="skill-tag">React</span>
<span class="skill-tag">Node.js</span>
<span class="skill-tag">Express</span>
<span class="skill-tag">Bootstrap</span>
<span class="skill-tag">jQuery</span>
<span class="skill-tag">Flutter</span>
</div>
</div>
<div class="col-12 col-md-6 mb-3">
<h3 class="h5 mb-2">Bancos de Dados</h3>
<div>
<span class="skill-tag">PostgreSQL</span>
<span class="skill-tag">MySQL</span>
<span class="skill-tag">MongoDB</span>
<span class="skill-tag">Redis</span>
</div>
<h3 class="h5 mb-2 mt-3">DevOps & Ferramentas</h3>
<div>
<span class="skill-tag">Git</span>
<span class="skill-tag">Docker</span>
<span class="skill-tag">GitHub Actions</span>
<span class="skill-tag">AWS</span>
<span class="skill-tag">Azure</span>
<span class="skill-tag">GCP</span>
<span class="skill-tag">Linux</span>
</div>
</div>
</div>
</div>
<!-- Projetos Relevantes -->
<div class="cv-section">
<h2 class="h2 cv-section-title">Projetos Relevantes</h2>
<div class="d-flex flex-wrap">
<div class="col-12 col-md-6 mb-3">
<div class="mb-3">
<h3 class="h5">NNLanches App</h3>
<p class="f5 color-fg-muted mb-1">Aplicativo mobile para lanchonete com integração ao WhatsApp para pedidos online.</p>
<small class="f6 color-fg-subtle">Flutter, Dart, Firebase</small>
</div>
<div class="mb-3">
<h3 class="h5">Prefeitura de Dona Inês</h3>
<p class="f5 color-fg-muted mb-1">Site institucional com portal da transparência e sistema e-SIC de acesso à informação.</p>
<small class="f6 color-fg-subtle">WordPress, PHP, MySQL</small>
</div>
</div>
<div class="col-12 col-md-6 mb-3">
<div class="mb-3">
<h3 class="h5">App Campanha Antônio Justino</h3>
<p class="f5 color-fg-muted mb-1">Aplicativo web para campanha política eleitoral de 2024.</p>
<small class="f6 color-fg-subtle">React, Node.js, Firebase</small>
</div>
<div class="mb-3">
<h3 class="h5">CONGESP</h3>
<p class="f5 color-fg-muted mb-1">Site institucional para o Congresso de Gestão Pública.</p>
<small class="f6 color-fg-subtle">Django, Python, PostgreSQL</small>
</div>
</div>
</div>
</div>
<!-- Idiomas -->
<div class="cv-section">
<h2 class="h2 cv-section-title">Idiomas</h2>
<p class="f5"><strong>Português:</strong> Nativo</p>
<p class="f5"><strong>Inglês:</strong> Básico - Leitura e compreensão</p>
<p class="f5"><strong>Espanhol:</strong> Básico - Leitura e compreensão</p>
</div>
<!-- Certificações -->
<div class="cv-section">
<h2 class="h2 cv-section-title">Certificações</h2>
<p class="f5"><strong>AWS Certified Developer</strong> - Amazon Web Services (2023)</p>
<p class="f5"><strong>Professional Scrum Master I (PSM I)</strong> - Scrum.org (2022)</p>
<p class="f5"><strong>Flutter Mobile Developer</strong> - Google (2023)</p>
</div>
</div>
</div>
<script>
window.onbeforeprint = function() {
document.querySelector('.cv-container').classList.add('for-print');
};
window.onafterprint = function() {
document.querySelector('.cv-container').classList.remove('for-print');
};
</script>
</body>
</html>