-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.54 KB
/
Copy pathindex.html
File metadata and controls
36 lines (36 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Teste Live</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='./style.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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<section>
<header>
<h1>Lucca Machado da Silva</h1>
<img width = "150px" height = "150px" src="./1615483715955.jpg"/>
</header>
<div id = "pai">
<div id = "filho_links">
<h2>Contato</h2>
<a href="https://www.linkedin.com/in/lucca-machado-da-silva-5072a3194/"target = "_blank">
<img width="50" height="50" src="./174857.png"/>
</a>
<a href="https://github.com/LuccaMS" target = "_blank">
<img width="50" height="50" src="./25231.png"/>
</a>
</div>
<div id = "filho_texto">
<h2>Sobre Mim</h2>
<a>Hello there, my name is Lucca, i'm a Computer Engineering Student at Universidade Federal de Santa Catarina (Federal University of Santa Catarina)</a>
</div>
</div>
</section>
</body>
</html>