-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (64 loc) · 4.01 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
<body>
<div class="container">
<header class="cabecalho">
<div class="perfil">
<img class="perfil-foto" src="https://github.com/biandradee.png" />
<div class="titulo">
<h1>Bianca Andrade</h1>
<h3>Estudante de programação</h3>
</div>
</div>
<div class="tema">
<button onClick="mudaTema()">Alterar Tema</button>
</div>
</header>
<main class="projetos">
<ul class="projeto-titulo">Projetos</ul>
<li class="projetos-item">
<p>💸Conversor de moedas</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="poVgzdg" data-user="biandradee" 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/biandradee/pen/poVgzdg">
Conversor de moedas - ID3</a> by biandradee (<a href="https://codepen.io/biandradee">@biandradee</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-item">
<p>📱Calculadora de média</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="ExLPxJM" data-user="biandradee" 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/biandradee/pen/ExLPxJM">
Calculadora de média.</a> by biandradee (<a href="https://codepen.io/biandradee">@biandradee</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-item">
<p>🔮Mentalista</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="LYmGpGX" data-user="biandradee" 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/biandradee/pen/LYmGpGX">
Mentalista - ID3</a> by biandradee (<a href="https://codepen.io/biandradee">@biandradee</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-item">
<p>🎬Aluraflix</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="LYmGgre" data-user="biandradee" 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/biandradee/pen/LYmGgre">
AluraFlix v1- ID3</a> by biandradee (<a href="https://codepen.io/biandradee">@biandradee</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-item">
<p>🃏Super trunfo</p>
<p class="codepen" data-height="300" data-default-tab="html,result" data-slug-hash="Poebgbv" data-user="biandradee" 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/biandradee/pen/Poebgbv">
Super Trunfo - Dia 8</a> by biandradee (<a href="https://codepen.io/biandradee">@biandradee</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>