-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
380 lines (348 loc) · 20.7 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
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
<!DOCTYPE html>
<html lang="pt-BR" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="Me chamo Caique Silva, desenvolvedor backend especializado em criar soluções eficientes e escaláveis. Explore meus projetos.">
<meta name="keywords" content="Portfolio, CV, Curriculo, Resume, Projetos, Backend, Desenvolvedor, Developer, Programação, scaique, Caique Silva">
<meta name="author" content="Caique Silva">
<meta property="og:title" content="Caique Silva | Backend Developer">
<meta property="og:description" content="Desenvolvedor backend especializado em criar soluções eficientes e escaláveis. Explore meus projetos.">
<meta property="og:image" content="./images/og-image.png">
<meta property="og:url" content="https://scaique.tech">
<meta property="og:type" content="website">
<link rel="icon" href="./images/icon.png" type="image/icon">
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" as="style" onload="this.rel='stylesheet'">
<title>Caique Silva | Backend Developer</title>
<style>
/* Configuração e Animação da NavBar */
.navbar-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
transition: top 0.67s;
}
.navbar-hidden {
top: -30px;
}
.nav-item {
position: relative;
padding-bottom: 5px;
}
.nav-item::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: rgb(37 99 235);
transform: scaleX(0);
transition: transform 1s ease;
}
.nav-item.active::after {
transform: scaleX(1);
}
.active {
color: rgb(37 99 235);
}
.animate-jumps {
animation: jumps 1s infinite;
}
@keyframes jumps {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-10px);
}
60% {
transform: translateY(-5px);
}
}
/* Configuração e Animação dos Projetos */
.project {
opacity: 0;
transform: translateX(100%);
transition: opacity 0.5s, transform 1s;
}
.project.visible {
opacity: 1;
transform: translateX(0);
}
.project.right {
transform: translateX(-100%);
}
.project.right.visible {
opacity: 1;
transform: translateX(0);
}
.project.skills {
opacity: 0;
transform: scale(0);
transition: opacity 0.5s, transform 1s;
}
.project.skills.visible {
opacity: 1;
transform: scale(1);
}
.typing {
border-right: 2px solid white; /* Estilo do cursor de digitação */
white-space: nowrap; /* Impede quebras de linha */
overflow: hidden; /* Esconde o texto que ainda não foi "digitado" */
animation: blink-caret 0.75s step-end infinite; /* Animação do cursor piscante */
}
@keyframes blink-caret {
from, to { border-color: transparent; }
50% { border-color: white; }
}
</style>
</head>
<body class="font-mono bg-gray-900 m-0 p-0 w-full">
<!-- Home Section -->
<div id="home" class="min-h-screen flex flex-col items-center justify-center text-center text-sm font-medium text-white">
<div>
<span id="typing1" class="text-2xl"></span>
<span id="typing2" class="text-2xl text-blue-600"></span>
<span id="typing3" class="text-2xl"></span>
</div>
<span id="typing4" class="text-xl"></span>
<div class="mt-5 animate-jumps">
<a href="#about">
<div id="typing3" class="flex flex-col items-center text-xl text-white mt-5 px-4 rounded hover:bg-gray-800 focus:outline-none transition duration-300">
Veja meu trabalho
<i class="fa-solid fa-arrow-down"></i>
</div>
</a>
</div>
</div>
<!-- Navbar -->
<nav id="navbar" class="mt-[150vh] bg-gray-900 py-2">
<ul class="flex justify-around space-x-4 text-white text-lg">
<li class="cursor-pointer"><a href="#home" data-section="home" class="nav-item focus:outline-none">Inicio</a></li>
<li class="cursor-pointer"><a href="#about" data-section="about" class="nav-item focus:outline-none">Sobre</a></li>
<li class="cursor-pointer"><a href="#projects" data-section="projects" class="nav-item focus:outline-none">Projetos</a></li>
<li class="cursor-pointer"><a href="#contact" data-section="contact" class="nav-item focus:outline-none">Contato</a></li>
</ul>
</nav>
<!-- About Section -->
<div id="about" class="min-h-screen py-32 px-8 text-white bg-gray-800">
<h1 class="text-3xl mb-4">Sobre</h1>
<p class="text-justify text-lg">
Como desenvolvedor backend em início de carreira, estou constantemente buscando expandir meus conhecimentos em tecnologias web, especialmente JavaScript e Python. Tenho experiência na criação de soluções eficazes, como sistemas de controle de vendas e ferramentas de automação, além de projetos inovadores, como um Video Downloader e um site para monitorar seguidores na rede social
<span class="text-blue-600 inline-flex items-center">
<a href="https://bsky.app/" class="flex items-center">
Bluesky
<img class="w-4 h-4 ml-1" src="https://docs.bsky.app/img/favicon.png" alt="Icone da rede social Bluesky" loading="lazy">
</a>
</span>. Meu objetivo é continuar evoluindo na área de desenvolvimento, aplicando criatividade e lógica para enfrentar novos desafios e aprimorar minhas habilidades.
</p>
<div class="mt-8 flex flex-wrap justify-center gap-4">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=javascript" alt="Icone da linguagem de programação: JavaScript" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=python" alt="Icone da linguagem de programação: Python" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=flask" alt="Icone do framework: Flask" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=git" alt="Icone do sistema de controle de versão: Git" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=html" alt="Icone da linguagem de marcação: HTML" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=css" alt="Icone da linguagem de estilização: CSS" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=tailwind" alt="Icone do framework: Tailwind CSS" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=unity" alt="Icone do motor de jogos: Unity Engine" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=cs" alt="Icone da linguagem de programação: C#" loading="lazy">
<img class="project skills w-12 h-12 p-1.5" src="https://skillicons.dev/icons?i=blender" alt="Icone do programa de modelagem 3D: Blender" loading="lazy">
</div>
</div>
<!-- Projects Section -->
<div id="projects" class="min-h-screen py-16 px-8 bg-gray-800 text-white overflow-x-hidden">
<h1 class="text-3xl mb-8">Projetos</h1>
<div class="grid grid-cols-1 gap-8">
<div class="flex justify-start">
<div class="project w-full max-w-md bg-gray-700 p-6 rounded-lg shadow-lg">
<h2 class="text-xl font-semibold mb-4">Confront Space Mobile</h2>
<p>Confront Space Mobile é um jogo 3D que oferece uma experiência arcade cheia de ação e adrenalina. Com jogabilidade fluida e combates desafiadores, o jogador deve eliminar ondas de inimigos em cenários dinâmicos. Desenvolvido por mim, o jogo exige foco e estratégia para avançar, garantindo uma experiência envolvente e desafiadora a cada fase. Prepare-se para testar suas habilidades em batalhas eletrizantes e explorar um universo repleto de perigos.</p>
<div class="flex gap-4 justify-start mt-2">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=unity" alt="Icone do motor de jogos: Unity Engine" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=cs" alt="Icone da linguagem de programação: C#" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=blender" alt="Icone do programa de modelagem 3D: Blender" loading="lazy">
</div>
<div class="flex gap-4 mt-4">
<a href="https://gamejolt.com/games/confrontspacemobile/500906/" target="_blank" class="bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded transition duration-300">Gamejolt</a>
<a href="https://blue-games-oficial.itch.io/confront-space-mobile/" target="_blank" class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded transition duration-300">Itch.io</a>
</div>
</div>
</div>
<div class="flex justify-end">
<div class="project right w-full max-w-md bg-gray-700 p-6 rounded-lg shadow-lg">
<h2 class="text-xl font-semibold mb-4">Aplicação de Registro e Controle de Vendas</h2>
<p>Aplicação para automatizar o registro e controle de vendas de estabelecimentos. A solução registra vendas em uma planilha Excel, categorizando por forma de pagamento, calculando totais diários e mensais, e registrando troco e retiradas de dinheiro.</p>
<div class="flex gap-4 justify-start mt-2">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=python" alt="Icone da linguagem de programação: Python" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=flask" alt="Icone do framework: Flask" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=html" alt="Icone da linguagem de marcação: HTML" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=css" alt="Icone da linguagem de estilização: CSS" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=git" alt="Icone do sistema de controle de versão: Git" loading="lazy">
</div>
<div class="flex gap-4 mt-4">
<a href="https://github.com/scaique/aplicacao-vendas" target="_blank" class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded transition duration-300">Saiba Mais</a>
</div>
</div>
</div>
<div class="flex justify-start">
<div class="project w-full max-w-md bg-gray-700 p-6 rounded-lg shadow-lg">
<h2 class="text-xl font-semibold mb-4">Unfollowers for Bluesky</h2>
<p>Unfollowers for Bluesky é uma aplicação web intuitiva que identifica usuários que não seguem de volta um determinado perfil na rede social Bluesky. Com uma interface simples, basta pesquisar pelo nome de usuário desejado, selecioná-lo e a plataforma exibirá rapidamente a lista de não-seguidores.</p>
<div class="flex gap-4 justify-start mt-2">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=javascript" alt="Icone da linguagem de programação: JavaScript" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=html" alt="Icone da linguagem de marcação: HTML" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=tailwind" alt="Icone do framework Tailwind: CSS" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=git" alt="Icone do sistema de controle de versão: Git" loading="lazy">
</div>
<div class="flex gap-4 mt-4">
<a href="https://bit.ly/unf-bsky" target="_blank" class="bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded transition duration-300">Visitar Site</a>
<a href="https://github.com/scaique/unfollowers-bluesky" target="_blank" class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded transition duration-300">Saiba Mais</a>
</div>
</div>
</div>
<div class="flex justify-end">
<div class="project right w-full max-w-md bg-gray-700 p-6 rounded-lg shadow-lg">
<h2 class="text-xl font-semibold mb-4">Video Downloader for Bluesky</h2>
<p>Bluesky Video Downloader é uma aplicação web intuitiva que facilita a conversão de vídeos da Bluesky do formato M3U8 para MP4. Com uma interface simples, basta inserir o link do post para realizar a conversão e baixar o vídeo diretamente. Desenvolvido em parceria com Matheus Martins, o projeto utiliza PHP, FFmpeg e Tailwind CSS para garantir uma experiência fluida e moderna.</p>
<div class="flex gap-4 justify-start mt-2">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=php" alt="Icone da linguagem de programação: PHP" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=javascript" alt="Icone da linguagem de programação: JavaScript" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=tailwind" alt="Icone do framework Tailwind: CSS" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=git" alt="Icone do sistema de controle de versão: Git" loading="lazy">
<img class="project skills w-8 h-8" src="https://skillicons.dev/icons?i=aws" alt="Icone do serviço de armazenamento em nuvem: AWS" loading="lazy">
</div>
<div class="flex gap-4 mt-4">
<a href="https://bit.ly/video-bsky" target="_blank" class="bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded transition duration-300">Visitar Site</a>
<a href="https://github.com/calebhphp/bsky-video-downloader" target="_blank" class="bg-gray-600 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded transition duration-300">Saiba Mais</a>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="min-h-screen py-16 px-8 bg-gray-800 text-white">
<h1 class="text-3xl mb-8">Contato</h1>
<div class="mt-8 flex flex-wrap justify-start gap-4">
<a href="https://github.com/scaique" target="_blank" class="text-gray-400 hover:text-white">
<i class="fab fa-github fa-2xl"></i>
</a>
<a href="https://www.linkedin.com/in/sergio-caique-da-silva" target="_blank" class="text-gray-400 hover:text-blue-500">
<i class="fab fa-linkedin fa-2xl"></i>
</a>
<a href="mailto:scaique080@gmail.com" class="text-gray-400 hover:text-blue-300">
<i class="fas fa-envelope fa-2xl"></i>
</a>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-4 text-center">
<p class="text-sm text-gray-400">© <span id="year"></span> Caique Silva</p>
</footer>
<!-- Redirecionamento -->
<script>
window.onload = function() {
if (window.location.href === "https://scaique.github.io/") {
window.location.href = "https://scaique.tech/";
}
}
</script>
<!-- Animação de digitação -->
<script>
window.onload = function() {
typeWriterEffect("Oi, ", "typing1", 100, function () {
typeWriterEffect("Caique", "typing2", 100, function () {
typeWriterEffect(" aqui!", "typing3", 100, function () {
typeWriterEffect("Sou um desenvolvedor backend.", "typing4", 100, function () {});
});
});
});
}
function typeWriterEffect(text, elemento, vel, callback) {
let i = 0;
const element = document.getElementById(elemento);
function type() {
if (i < text.length) {
element.innerHTML += text.charAt(i);
i++;
setTimeout(type, vel);
} else if (callback) {
callback();
}
}
type();
}
</script>
<!-- Adiciona um ouvinte de evento para cada link de navegação -->
<script>
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
</script>
<!-- Configuração da barra de navegação -->
<script>
const navbar = document.getElementById('navbar');
const navbarOffsetTop = navbar.offsetTop;
window.addEventListener('scroll', () => {
if (window.scrollY >= navbarOffsetTop) {
navbar.classList.add('navbar-fixed');
navbar.classList.remove('navbar-hidden');
} else {
navbar.classList.remove('navbar-fixed');
navbar.classList.add('navbar-hidden');
}
highlightSectionInView();
});
// Função para destacar a seção atual no navbar
function highlightSectionInView() {
const sections = document.querySelectorAll('div[id]');
const navItems = document.querySelectorAll('.nav-item');
let currentSection = '';
sections.forEach(section => {
const sectionTop = section.offsetTop;
const sectionHeight = section.offsetHeight;
if (window.scrollY >= sectionTop - 50 && window.scrollY < sectionTop + sectionHeight - 50) {
currentSection = section.getAttribute('id');
}
});
navItems.forEach(item => {
item.classList.remove('active');
if (item.getAttribute('data-section') === currentSection) {
item.classList.add('active');
}
});
}
</script>
<!-- Configuração da animação dos projetos -->
<script>
window.addEventListener('scroll', () => {
animateProjects();
});
function animateProjects() {
const projects = document.querySelectorAll('.project');
projects.forEach(project => {
const rect = project.getBoundingClientRect();
if (rect.top < window.innerHeight && rect.bottom > 0) {
project.classList.add('visible');
} else {
project.classList.remove('visible');
}
});
}
</script>
<!-- Atualiza o ano no footer -->
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>