-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (27 loc) · 1.13 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
<!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">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/e3c5453e4f.js" crossorigin="anonymous"></script>
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<title>Cartão Visita</title>
</head>
<body>
<div class="container">
<img src="img/backgorund-red.png" alt="">
<div class="content">
<h2>Pedro H. C. Cantanhêde</h2>
<p>Web developer</p>
<ul class="social-media">
<li><a href="https://www.instagram.com/pedro_cantanhede/" target="_blank"><i class="fab fa-instagram"></i>/pedro_cantanhede</a></li>
<li><a href="https://www.linkedin.com/in/pedro-cantanhede/" target="_blank"><i class="fab fa-linkedin-in"></i>/pedro-cantanhede</a></li>
<li><a href="https://github.com/PedroCantanhede" target="_blank"><i class="fab fa-github"></i>/PedroCantanhede</a></li>
</ul>
</div>
</div>
</body>
</html>