-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
32 lines (32 loc) · 1.35 KB
/
contato.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
<html>
<head>
<title> Contato </title>
<link rel="stylesheet" href="css\curriculo.css">
<meta charset="utf-8">
</head>
<body>
<div class ="nav">
<ul>
<li><a href="portifolio.html">Portifolio</a></li>
<li><a href="contato.html">Contato</a></li>
<li><a href="curriculo.html">Curriculo</a></li>
<li><a href="index.html">Inicio</a></li>
</ul>
</div>
<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=Zen+Kaku+Gothic+Antique&display=swap" rel="stylesheet">
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<div class ="curri">
<h1>Contato</h1>
<h3>Email:</h3>
<p>[email protected]</p>
<h3>Redes Sociais:</h3>
<div class = "socials">
<a href="https://www.instagram.com/tkachi.w"> <ion-icon name="logo-instagram"></ion-icon></a>
<a href="https://twitter.com/TKachi_"> <ion-icon name="logo-twitter"></ion-icon></a>
<a href="https://www.twitch.tv/tkachi_"> <ion-icon name="logo-twitch"></ion-icon> </a>
</div>
</div>
</body>
</html>