-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 1.8 KB
/
index.html
File metadata and controls
48 lines (46 loc) · 1.8 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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/user (1).png" />
<link href="style.css" rel="stylesheet" />
<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=Angkor&display=swap"
rel="stylesheet"
/>
<title>Portfolio | Pedro Emilio Martinelli</title>
</head>
<body>
<div class="hero">
<p class="eu">Oi, Sou Pedro Emilio Martinelli.</p>
<p class="dev1">Desenvolvedor de Software.</p>
<div class="icons">
<a class="git" href="https://github.com/PedroEmilioMartinelli">
<img src="github-logo.svg" alt="GitHub logo" />
</a>
<a class="lk" href="https://www.linkedin.com/in/pedro-emilio-martinelli-792303262/">
<img src="lk.svg" alt="LinkedIn logo" />
</a>
</div>
<div class="skils">
<h2>Skills</h2>
<div class="SKlogos">
<img src="img/html-5-svgrepo-com.svg" alt="HTML" />
<img src="img/css-3-svgrepo-com.svg" alt="CSS" />
<img src="img/js-svgrepo-com.svg" alt="JavaScript" />
<img src="img/react.svg" alt="React"/>
<img src="img/next-js-svgrepo-com.svg" alt="Next.js"/>
<img src="img/c--4.svg" alt="C#" />
<img src="img/dotnet-ar21.svg" alt=".NET" />
<img src="img/java-svgrepo-com.svg" alt="Java"/>
<img src="img/sql-svgrepo-com.svg" alt="SQL" />
<img src="img/linux-svgrepo-com.svg" alt="Linux" />
</div>
<p class="futuras">Aguarde para futuras atualizações</p>
</div>
</div>
</body>
</html>