-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (53 loc) · 1.72 KB
/
Copy pathindex.html
File metadata and controls
56 lines (53 loc) · 1.72 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Rodrigo Barbosa De Sousa - Portfólio</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
referrerpolicy="no-referrer">
<link rel="stylesheet" href="css/estilo.css" />
</head>
<body>
<section class="hero is-fullheight custom-hero">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title main-title">Rodrigo Barbosa De Sousa</h1>
<p class="subtitle main-subtitle">Desenvolvedor Java Full Stack</p>
<a
href="https://rodrigobs-java.koyeb.app/"
class="custom-button"
target="_blank"
rel="noopener noreferrer"
>Acessar Portfólio</a
>
<div class="social-links">
<a
href="https://linkedin.com/in/rodrigo-java"
class="button"
target="_blank"
rel="noopener noreferrer"
><span class="icon"><i class="fab fa-linkedin"></i></span
><span>LinkedIn</span></a
>
<a
href="https://github.com/rodrigobsjava"
class="button"
target="_blank"
rel="noopener noreferrer"
><span class="icon"><i class="fab fa-github"></i></span
><span>GitHub</span></a
>
</div>
</div>
</div>
</section>
<footer class="footer">
<p>© 2025 Rodrigo Barbosa De Sousa • Todos os direitos reservados</p>
</footer>
</body>
</html>