A Pen by Gleison Rocha on CodePen.
Calculadora de média desenvolvida durante a imersão dev da Alura.
A Pen by Gleison Rocha on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Imersão Dev - Aula 03 | |
</title> | |
</head> | |
<body> | |
<div class="container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<h1 class="page-title"> | |
My Movies List | |
</h1> | |
<br> | |
<label class="page-subtitle" for="fileName">Adicione um filme a sua lista</label><br><br> | |
<label class="page-subtitle" for="nomeFilme">Nome do filme:</label> | |
<input type="text" id="nomeFilme" placeholder="Adicione um nome" /> | |
<br> | |
<label class="page-subtitle" for="imagemFilme">Capa do filme:</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<h1 class="page-title"> | |
My Movies List | |
</h1> | |
<br> | |
<label class="page-subtitle" for="fileName">Adicione um filme a sua lista</label><br><br> | |
<label class="page-subtitle" for="nomeFilme">Nome do filme:</label> | |
<input type="text" id="nomeFilme" placeholder="Adicione um nome" /> | |
<br> | |
<label class="page-subtitle" for="imagemFilme">Capa do filme:</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Imersão Dev - Aula 06 | |
</title> | |
</head> | |
<body> | |
<h1>Tabela de classificação</h1> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
Imersão Dev - Aula 07 | |
</title> | |
</head> | |
<body> | |
<div class="container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> | |
PokeTrunfo 2.0 | |
</title> | |
</head> | |
<body> | |
<div class="container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div class="container"> | |
<header class="cabecalho"> | |
<div class="perfil"> | |
<img class="perfil-foto" src="https://github.com/glucasmr.png" /> | |
<div class="titulo"> | |
<h1>Gleison Rocha</h1> | |
<h3>Graduando em Eng. Elétrica e desenvolvedor web front-end</h3> | |
</div> | |
</div> |