-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 3.06 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Aula 9 - Portfólio ID3</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<body>
<div class="container">
<header class="cabecalho">
<div class="perfil">
<img class="foto-perfil" src="https://github.com/WescleySil.png">
<div class="titulo">
<h1>Wescley Silva</h1>
<h3>Programador iniciante e estudante #imersaoDev</h3>
</div>
</div>
<div class="tema">
<button onclick="mudaTema()">Alterar tema</button>
</div>
</header>
<main class="projetos">
<ul class="projetos-titulo"> Projetos<ul>
<li class="txtProjetos">
Calculadora de média<p class="codepen" data-height="600" data-theme-id="dark" data-default-tab="result" data-slug-hash="bGRrPpa" data-user="wescleysil" style="height: 450px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/wescleysil/pen/bGRrPpa">
Calculadora de média (imersao dev)</a> by Wescley Silva (<a href="https://codepen.io/wescleysil">@wescleysil</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</p>
</li>
<li class=" txtProjetos">
Conversor de moedas<p class="codepen" data-height="600" data-theme-id="dark" data-default-tab="result" data-slug-hash="ExXwQgE" data-user="wescleysil" style="height: 450px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/wescleysil/pen/ExXwQgE">
Conversor de moedas - Aula02(ImersaoDev2)</a> by Wescley Silva (<a href="https://codepen.io/wescleysil">@wescleysil</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</p>
</li>
<li class="txtProjetos">
AluraFlix<p class="codepen" data-height="600" data-theme-id="dark" data-default-tab="result" data-slug-hash="ZEyrXXQ" data-user="wescleysil" style="height: 450px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
<span>See the Pen <a href="https://codepen.io/wescleysil/pen/ZEyrXXQ">
Aluraflix - dia 5</a> by Wescley Silva (<a href="https://codepen.io/wescleysil">@wescleysil</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</li>
</main>
</div>
</body>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>