-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.44 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="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Max Gabriel</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div>
<img class="avatar" src="./img/avatar.jpg" alt="avatar">
</div>
<div class="nome">
<h1>Max Gabriel</h1>
<h3 style="color: rgb(151, 151, 151);">Software Developer</h3>
</div>
</header><br>
<div class="buttons">
<a href="https://github.com/maxgabrieldev" target="_blank">
<button class="button-style">
GitHub
</button>
</a>
</button><br><br>
<button onclick="alert ('Em Desenvolvimento!')" class="button-style">
Portfólio
</button><br><br>
<a href="https://www.linkedin.com/in/maxgabrieldev/" target="_blank">
<button class="button-style">
Linkedin
</button>
</a>
</button><br><br>
<a href="https://www.instagram.com/maxgabrieo/" target="_blank">
<button class="button-style">
Instagram
</button>
</a>
</div>
<footer class="container-footer">
<p>© Copyright 2022 - All rights reserved</p>
</footer>
</body>
</html>