-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (58 loc) · 2.38 KB
/
index.html
File metadata and controls
68 lines (58 loc) · 2.38 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PORTFOLIO | CARLOS AGUIAR</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.5.0/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Caprasimo&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Loved+by+the+King&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lottie-web/5.7.4/lottie.min.js"></script>
</head>
<body>
<header>
<div class="logo">
</div>
<ul class="menu">
<li><a href="#">Sobre</a></li>
<li>
<a target="_blank" href="https://br.linkedin.com/in/aguiar0x01">
<i class="fa-brands fa-linkedin fa-xl"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/aguiar0x01">
<i class="fa-brands fa-github fa-xl"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.salesforce.com/trailblazer/aguiar0x01">
<i class="fa-brands fa-salesforce fa-xl"></i>
</a>
</li>
</ul>
</header>
<section class="home-background">
</section>
<section class="container">
<div>
<h2 class="hey">Oi, eu sou</h2>
<h2 class="montserrat-high">CARLOS AGUIAR,</h2>
<h2 class="josefin-sans-variable">Desenvolvedor Salesforce Full-Stack</h2>
<button class="contact-button" type="button" onclick="location.href='mailto:carlosaguiar1@protonmail.com'">
FALE COMIGO
<i class="fa-solid fa-paper-plane fa-sm"></i>
</button>
</div>
<div>
<div class="animation" id="lottie-container"></div>
</div>
</section>
<section class="projects">
<p class="project-title">PROJETOS E EXPERIÊNCIAS</p>
<div id="cards" class="cards"></div>
</section>
</body>
<script type="module" src="main.js"></script>