-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (45 loc) · 2.6 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
<!DOCTYPE html>
<html>
<title>ImersaoDev: Régis Coelho</title>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container">
<div id="header" class="conteudo">
<img src="https://unavatar.now.sh/github/regisncoelho" id="perfil"/>
</div>
<div id="nome" class="conteudo">
<h1><b>Régis Coelho</b></h1>
</div>
<div id="links" class="conteudo">
<p class="ph2">Insígnias da imersao.dev</p>
<button value="1" onclick="showAside(this)">💰 Conversor de Moedas</button>
<button value="2" onclick="showAside(this)"> 🔢 Calculadora </button>
<button value="3" onclick="showAside(this)"> 🔮 Mentalista </button>
<button value="4" onclick="showAside(this)"> 💡 Jogo da Tabuada (projeto extra) </button>
<button value="5" onclick="showAside(this)"> 🎬 "Aluraflix" (projeto extra) </button>
<button value="7" onclick="showAside(this)"> 🏆 Tabela de Classificação </button>
<button value="8" onclick="showAside(this)"> 🃏 Supertrunfo (projeto extra)</button>
<button value="9" onclick="showAside(this)"> 🌎 Certificard </button>
<button onclick="aboutMe()"> 👨🏽🦱 About Me</button>
</div>
<div id="conteudo" class="conteudo">
<p class="ph2" id="sobre-titulo"></p>
<div id="sobre">
</div>
</div>
<div id="contatos" class="conteudo">
<p class="ph2">Contatos</p>
<p class="contatos"><a href="mailto:regisncoelho@gmail.com"><svg viewBox="0 0 512 512" width="22" id="envelope">
<path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z" />
</svg><i>regisncoelho@gmail.com</a></i>
   
<a href="https://github.com/regisncoelho" rel="external" target="_blank"><img src="https://icon-library.com/images/github-icon-svg/github-icon-svg-17.jpg" width="25px" id="icon-github"/> regisncoelho</a></p>
</div>
</section>
<script src="./script.js"></script>
</body>
</html>