-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (73 loc) · 4 KB
/
index.html
File metadata and controls
80 lines (73 loc) · 4 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - Certificard</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<body>
<div class="container">
<header class="cabecalho">
<div cass="perfil">
<img class="perfil-foto" src="https://github.com/Douglas10009.png" />
<div class="titulo">
<h1>Douglas Éverton</h1>
<h3>Estudante de WEB e JAVA</h3>
</div>
</div>
<div class="tema">
<button onclick="mudaTema()" id="alterar-tema">
<img id='tema-claro' src='https://cdn-icons-png.flaticon.com/512/3236/3236878.png' /> <!-- Icone da lua-->
<img id='tema-escuro' src='https://cdn-icons-png.flaticon.com/512/2698/2698240.png' /> <!-- Icone do sol-->
</button>
</div>
</header>
<main class="projetos">
<ul class="projetos-titulo">Projetos</ul>
<li class="projetos-itens">
<p>Conversor de moeda</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="bGMdxbM" data-user="douglassNew" style="height: 300px; 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/douglassNew/pen/bGMdxbM">
Conversor de moedas - ID3</a> by Douglas (<a href="https://codepen.io/douglassNew">@douglassNew</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</li>
<li class="projetos-itens">
<p>Mentalista</p>
<p class="codepen" data-height="315.20001220703125" data-default-tab="html,result" data-slug-hash="rNvxOdr" data-user="douglassNew" style="height: 315.20001220703125px; 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/douglassNew/pen/rNvxOdr">
Mentalista - ID3</a> by Douglas (<a href="https://codepen.io/douglassNew">@douglassNew</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</li>
<li class="projetos-itens">
<p>Alurafix</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="qBYZyEp" data-user="douglassNew" style="height: 300px; 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/douglassNew/pen/qBYZyEp">
Aluraflix - dia 5</a> by Douglas (<a href="https://codepen.io/douglassNew">@douglassNew</a>)
on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script>
</li>
<li class="projetos-itens">
<p>Super Trunfo</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="eYrBoRW" data-user="douglassNew" style="height: 300px; 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/douglassNew/pen/eYrBoRW">
Super Trunfo - Dia 8</a> by Douglas (<a href="https://codepen.io/douglassNew">@douglassNew</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>
<a class="icone" id="att-lua" href="https://www.flaticon.com/br/icones-gratis/crescente" title="crescente ícones">Crescente ícones criados por Slidicon - Flaticon</a> <!-- Atribuição ao icone da lua-->
<a class="icone" id="att-sol" href="https://www.flaticon.com/free-icons/sol" title="sol icons">Sol icons created by Freepik - Flaticon</a> <!-- Atribuição ao icone do sol-->
</div>
</body>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>