-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (43 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Website of Gabriel Sena, a software engineer specialized in web development." />
<title>Gabriel Sena | Software Engineer</title>
<meta property="og:title" content="Gabriel Sena | Software Engineer" />
<meta property="og:description" content="Website of Gabriel Sena, a software engineer specialized in web development." />
<meta name="twitter:title" content="Gabriel Sena | Software Engineer" />
<meta name="twitter:description" content="Website of Gabriel Sena, a software engineer specialized in web development." />
<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=IBM+Plex+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="icon" href="assets/images/icon.svg" />
<link rel="stylesheet" href="assets/icon/style.css">
<link rel="stylesheet" href="assets/styles/styles.css"/>
</head>
<body>
<header id="heading">
<h1 class="title"><img src="https://www.github.com/gabrielsenadev.png" alt="profile image">Gabriel Sena</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
</ul>
</nav>
</header>
<main class="content">
<h2 class="content-title">Hello, I'm <span class="welcome-name">Gabriel Sena</span>, a <span class="welcome-career">Software Engineer</span></h2>
<ul class="social-links">
<li class="social-link">
<a href="mailto:hello@gabrielsena.dev" target="_blank"><i class="icon icon-mail" aria-label="e-mail icon"></i>E-mail</a>
</li>
<li class="social-link">
<a href="https://www.linkedin.com/in/gabrielsenadev" target="_blank"><i class="icon icon-brand-linkedin" aria-label="linkedin logo"></i>LinkedIn</a>
</li>
<li class="social-link">
<a href="https://github.com/gabrielsenadev" target="_blank"><i class="icon icon-brand-github" aria-label="github logo"></i>GitHub</a>
</li>
</ul>
</main>
</body>
</html>