-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<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" />
<title>CERTIFICARD</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<section class="main-box">
<header>
<a href="https://www.linkedin.com/in/elmojr/">
<img
class="user-avatar"
src="https://avatars.githubusercontent.com/u/72280546?v=4"
alt=""
/>
</a>
</header>
<a href="https://www.instagram.com/_elmojr/">
<h1>ElmoJr (@_elmojr)</h1>
</a>
<div class="project-box">
<h2>Insígnias da imersão.dev</h2>
<ul>
<li><a href="AluraFlix/index.html">📹 AluraFlix</a></li>
<li><a href="Mentalista/index.html">🔮 Mentalista</a></li>
</ul>
</div>
</section>
<div class="social-container">
<a href="https://www.instagram.com/_elmojr/"
><img src="img/instagram.png" alt="Instagram"
/></a>
<a href="https://www.linkedin.com/in/elmojr/"
><img src="img/linkedin.png" alt="linkedin"
/></a>
<a href="https://github.com/oElmoJr"
><img src="img/github.png" alt="github"
/></a>
</div>
</body>
</html>