-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 963 Bytes
/
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Meu Cartão</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="frame">
<div class="card">
<div class="flip">
<div class="front">
<h1>Olá</h1>
<p class="flip-me">Vire-me</p>
</div>
<div class="back">
<h3>Clicia Maria Alves Nascimento</h3>
<h2>Web Develeoper</h2>
<div>
<a href="https://github.com/30014001"><img src="img/github.png" alt=""></a>
<a href="cliciamaria.a.n"><img src="img/instagram.png" alt=""></a>
<a href="https://www.linkedin.com/feed"><img src="img/linkedin.png" alt=""></a>
<a href="11992525428"><img src="img/whatsapp.png" alt=""></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>