-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.28 KB
/
Copy pathindex.html
File metadata and controls
33 lines (32 loc) · 1.28 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>gabriel.info()</title>
<link rel="stylesheet" href="source/styles/global_style.css">
<link rel="stylesheet" href="source/styles/index_style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<header>
<button id="header-menu"><i class="material-icons">menu</i></button>
<nav class="nav">
<a href="" class="header-nav" id="header-nav-border">.info()</a>
<a href="source/pages/projects.html" class="header-nav">.projects()</a>
<a href="source/pages/skills.html" class="header-nav">.skills()</a>
</nav>
</header>
<div id="conteiner">
<h1 id="user-title">
<span class="white" id="part1"></span>
<span class="blue" id="part2"></span>
<span class="cursor">|</span>
</h1>
<p id="user-name" class="blue">Gabriel S. Bonavita</p>
<p id="user-description">Creative full-stack developer, designer and data analyst.</p>
</div>
<script type="module" src="source/js/main.js"></script>
<script src="source/js/hamburgerMenu.js"></script>
</body>
</html>