-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
52 lines (41 loc) · 1.29 KB
/
index.htm
File metadata and controls
52 lines (41 loc) · 1.29 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="topo">
<h1>Projeto Seletivo Labenu</h1>
</div>
<div class="corpo">
<div id="mensagem">
<h3 id="usuario"></h3>
</div>
<div class="logo">
<a href="https://www.labenu.com.br/" title="Visite nosso site">
<img src="imgs\logo.png" id="logo" alt="LABENU: Educação que reinventa">
</a>
</div>
<div class="botoes">
<a href="downloads\curriculo.pdf"><button id="mobile" title="currículo">Mobile<br>Frontend</button></a>
<a href="downloads\curriculo.pdf"><button id="data" title="currículo">Data<br>Science</button></a>
<a href="downloads\curriculo.pdf"><button id="web" title="currículo">Web<br>Full Stack</button></a>
</div>
<div class="turma">
<h2>Turmas de 2020</h2>
</div>
</div>
<footer class="rodape">
<form action="#" id="validacao">
<div class="email">
<input type="email" id="email" placeholder="Coloque seu e-mail para contato!:)" required></input>
<a href="#"><button type="submit" id="enviar">ENVIAR</button></a>
</div>
</form>
</footer>
</div>
<script src="script.js" type="text/javascript"></script>
</body>
</html>