forked from saintsHr/saintsHr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (49 loc) · 2.3 KB
/
index.html
File metadata and controls
56 lines (49 loc) · 2.3 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.0">
<title>[saintsHr] Portfolio</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/profile.jpg" type="image/x-icon">
<!-- CSS -->
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/style.css">
<!-- Google Fonts -->
<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=Manrope:wght@200..800&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tilt+Warp&display=swap" rel="stylesheet">
</head>
<body>
<div class="background"></div>
<header>
<h1 id="title">Portfolio</h1>
<nav>
<a href="index.html"><img src="https://img.icons8.com/liquid-glass/256/exterior.png" alt="home"></a>
<a href="projects.html"><img src="https://img.icons8.com/liquid-glass/256/idea.png" alt="projects"></a>
<a href="skills.html"><img src="https://img.icons8.com/liquid-glass/256/brain.png" alt="skills"></a>
<a href="certificates.html"><img src="https://img.icons8.com/liquid-glass/256/certificate.png" alt="certificates"></a>
</nav>
</header>
<main>
<section class="introduction">
<h2>Hello 👋🏻, I am</h2>
<h1>Henrique Rodrigues Santos</h1>
<p>
Passionate Software Developer with experience in front-end<br />
development, desktop aplications, and low-level systems<br />
programming, including kernels and embedded systems.
</p>
</section>
<section class="btns">
<a class="redirect" href="projects.html">Projects</a>
<a class="redirect" href="skills.html">Skills</a>
<a class="redirect" href="certificates.html">Certificates</a>
</section>
</main>
<footer>
<a href="https://github.com/saintsHr" target="_blank"><img id="github" src="images/github.png" alt="Github"></a>
<a href="mailto:hiqkrs@gmail.com" target="_blank"><img id="email" src="images/email.png" alt="Email"></a>
</footer>
</body>
</html>