Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
252 lines (243 loc) · 11 KB

File metadata and controls

252 lines (243 loc) · 11 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Felipe Carneiro | BR</title>
<!-- reset css -->
<link rel="stylesheet" href="./assets/css/reset.css" />
<!-- font do google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet" />
<!-- css tanto desktop quanto mobile -->
<link rel="stylesheet" href="./assets/css/style.css" />
<!-- css mobile portrait and orientação landscape -->
<link rel="stylesheet" href="./assets/css/mobile.css" />
<!-- css desktop -->
<link rel="stylesheet" href="./assets/css/desktop.css" />
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<!-- HEADER -->
<header
id="home"
class="bg-gradient-to-b from-blue-100 via-blue-300 to-blue-600 py-6 md:py-12 shadow-md mb-8"
>
<div
class="max-w-5xl mx-auto flex flex-col md:flex-row items-center md:items-center md:justify-between gap-4 px-4"
>
<div class="flex flex-col items-center md:flex-row md:items-center w-full md:w-auto gap-4">
<img
class="perfil-foto w-28 h-28 md:w-36 md:h-36 rounded-full border-4 border-white shadow-lg object-cover"
src="assets/img/foto-perfil.jpg"
alt="Foto de perfil"
/>
<div class="header-info flex flex-col items-center md:items-start">
<h1 class="text-3xl md:text-4xl font-bold text-gray-800 mb-1">Felipe Carneiro</h1>
<p class="text-gray-700 mb-2">Brasil | Remoto</p>
<div
class="header-links flex flex-wrap justify-center md:justify-start gap-4 mt-2"
>
<a
href="https://github.com/fel-dev"
target="_blank"
class="text-gray-700 hover:text-blue-700 font-semibold transition"
>GitHub</a
>
<a
href="https://www.linkedin.com/in/felipe-carneiro-dev"
target="_blank"
class="text-gray-700 hover:text-blue-700 font-semibold transition"
>LinkedIn</a
>
<a href="./index.html" title="pt-BR" class="text-2xl">🇧🇷</a>
<a href="./assets/html/index-en.html" title="en-US" class="text-2xl">🇺🇸</a>
</div>
</div>
</div>
</div>
</header>
<!-- BANNER / APRESENTAÇÃO -->
<section class="banner bg-white py-10 shadow-inner">
<div class="container mx-auto flex flex-col items-center px-4">
<h2 class="text-2xl md:text-3xl font-bold text-blue-800 mb-4">
Desenvolvedor de Software | ADS Jr
</h2>
<p
class="text-gray-700 text-lg md:text-xl max-w-2xl text-center mb-2"
>
Apaixonado por tecnologia, focado em soluções
<span class="font-semibold text-blue-600">low code/no code</span> e desenvolvimento web.
</p>
</div>
</section>
<!-- SOBRE -->
<section id="sobre" class="bg-blue-50 py-10">
<div class="container mx-auto max-w-3xl px-4">
<h2 class="text-2xl font-bold text-blue-800 mb-4">Sobre</h2>
<p class="text-gray-700 text-lg leading-relaxed">
Sou Felipe Carneiro, desenvolvedor de software júnior com foco em soluções web modernas.
Tenho experiência com <span class="font-semibold text-blue-700">Python, TypeScript, React e NestJS</span>, atuando principalmente em arquiteturas BFF (Backend for Frontend).
Gosto de estruturar aplicações com boas práticas desde o início, sempre buscando clareza e escalabilidade.
Sou proativo, colaborativo e tenho interesse constante por aprendizado e troca de conhecimento.
Confira meu portfólio em:
<a
href="https://gist.github.com/fel-dev"
target="_blank"
class="text-blue-600 underline hover:text-blue-800"
>gist.github.com/fel-dev</a
>
</p>
</div>
</section>
<!-- SKILLS -->
<section id="skills" class="py-10">
<div class="container mx-auto max-w-5xl px-4">
<h2 class="text-2xl font-bold text-blue-800 mb-6">Skills</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<h3 class="text-xl font-semibold text-blue-700 mb-2">Low Code / No Code</h3>
<ul class="list-disc list-inside text-gray-700 space-y-1">
<li>Automação de processos</li>
<li>Ferramentas visuais (ex: Power Automate, Zapier)</li>
</ul>
</div>
<div>
<h3 class="text-xl font-semibold text-blue-700 mb-2">Programação Tradicional</h3>
<ul class="list-disc list-inside text-gray-700 space-y-1">
<li>HTML, CSS, JavaScript</li>
<li>Python</li>
<li>ASP.NET, React Native</li>
</ul>
</div>
<div>
<h3 class="text-xl font-semibold text-blue-700 mb-2">Outros</h3>
<ul class="list-disc list-inside text-gray-700 space-y-1">
<li>Configuração de redes (CCNA)</li>
<li>Manutenção de computadores</li>
<li>Redator</li>
</ul>
</div>
</div>
</div>
</section>
<!-- PROJETOS -->
<section id="projetos" class="bg-white py-10">
<div class="container mx-auto max-w-5xl px-4">
<h2 class="text-2xl font-bold text-blue-800 mb-6">Projetos</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div
class="bg-blue-50 rounded-lg shadow p-6 flex flex-col"
>
<h3 class="text-lg font-semibold text-blue-700 mb-2">
Agendo
</h3>
<p class="text-gray-700 mb-2">
SaaS para facilitar o agendamento de reuniões online, com integração de calendário e notificações automáticas.
</p>
<a
href="https://agendo.lovable.app/"
target="_blank"
class="text-blue-600 hover:text-blue-800 font-semibold underline mt-auto"
>Acesse</a
>
</div>
<div
class="bg-blue-50 rounded-lg shadow p-6 flex flex-col"
>
<h3 class="text-lg font-semibold text-blue-700 mb-2">
Easy Clean Mate
</h3>
<p class="text-gray-700 mb-2">
Easy Clean Mate baseia-se em um script simples, remetendo-se às origens do Ccleaner. É leve, eficaz e focado inteiramente na limpeza e segurança do computador.
</p>
<a
href="https://fel-dev.github.io/EasyCleanMate/"
target="_blank"
class="text-blue-600 hover:text-blue-800 font-semibold underline mt-auto"
>Acesse</a
>
</div>
<div
class="bg-blue-50 rounded-lg shadow p-6 flex flex-col"
>
<h3 class="text-lg font-semibold text-blue-700 mb-2">
QMSA - Gerenciador de Reuniões e Pagamentos (TCC)
</h3>
<p class="text-gray-700 mb-2">
Projeto acadêmico de TCC: plataforma para gerenciamento de reuniões e pagamentos.
</p>
<a
href="https://qmsa.vercel.app/landing"
target="_blank"
class="text-blue-600 hover:text-blue-800 font-semibold underline mt-auto"
>Acesse</a
>
</div>
<div
class="bg-blue-50 rounded-lg shadow p-6 flex flex-col"
>
<h3 class="text-lg font-semibold text-blue-700 mb-2">
Life Safe
</h3>
<p class="text-gray-700 mb-2">Projeto acadêmico de front-end (1º período).</p>
<a
href="https://icei-puc-minas-pmv-ads.github.io/pmv-ads-2022-2-e1-proj-web-t2-life-safe/"
target="_blank"
class="text-blue-600 hover:text-blue-800 font-semibold underline mt-auto"
>Acesse</a
>
</div>
</div>
</div>
</section>
<!-- CONTATO -->
<section
id="contato"
class="bg-blue-50 py-10"
>
<div class="container mx-auto max-w-3xl px-4">
<h2 class="text-2xl font-bold text-blue-800 mb-6">Contato</h2>
<form
action="mailto:felipe.carneiro@email.com"
method="post"
enctype="text/plain"
class="flex flex-col gap-4"
>
<input
type="text"
name="nome"
placeholder="Nome"
required
class="border border-blue-300 rounded px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500"
/>
<input
type="email"
name="email"
placeholder="Email"
required
class="border border-blue-300 rounded px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500"
/>
<textarea
name="mensagem"
rows="5"
placeholder="Mensagem"
required
class="border border-blue-300 rounded px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500 resize-none"
></textarea>
<button
type="submit"
class="bg-blue-600 text-white rounded px-6 py-3 font-semibold hover:bg-blue-700 transition"
>
Enviar
</button>
</form>
</div>
</section>
<footer
class="bg-gradient-to-t from-blue-600 to-blue-300 py-6 mt-12 text-center text-white"
>
&copy; 2025 Felipe Carneiro. Todos os direitos reservados.
</footer>
</body>
</html>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.