-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (66 loc) · 2.15 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Cartão de visita digital</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Gerador de links</title>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudfare.com/ajax/libs/tooltipster/2.3.0/css.reset.min.css"> -->
<!-- <link rel="stylesheet" href="style.css"> -->
<script src="https://kit.fontawesome.com/0158319650.js" crossorigin="anonymous"></script>
<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=Nunito:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<main>
<header>
<h2>Olá!</h2>
<h1>Bem vindos ao meu cartão de visitas digital.</h1>
</header>
<section>
<figure>
<img class="avatar" src="https://avatars.githubusercontent.com/u/63015680?v=4" alt="">
<figcaption>@SergioRibeiro</figcaption>
</figure>
</section>
<section>
<ul>
<li>
<a href="https://www.linkedin.com/in/sergio-ribeiro-052851127/">
<i class="fa-brands fa-linkedin"></i>
LinkedIn
</a>
</li>
<li>
<a href="https://github.com/SergioRibeiro7820">
<i class="fa-brands fa-github"></i>
Github
</a>
</li>
<li>
<a href="https://codepen.io/SergioRibeiro7820">
<i class="fa-brands fa-codepen"></i>
Codepen
</a>
</li>
<li>
<a href="https://yf70e6.csb.app/">
<i class="fa-regular fa-square-full"></i>
Codesandbox
</a>
</li>
</ul>
</section>
</main>
</body>
</html>
<!-- partial -->
</body>
</html>