-
Notifications
You must be signed in to change notification settings - Fork 0
/
vestibulares.html
43 lines (43 loc) · 1.51 KB
/
vestibulares.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conecturno</title>
<link rel="stylesheet" href="./css/index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet">
</head>
<body>
<header>
<img id="logo" src="./img/Conecturno.png" alt="Logo Conecturno">
<button id="menu-button" onclick="showMenu();">Home</button>
<section id="menu"></section>
</header>
<main>
<section id="generic-catchy-text-section">
<h1 id="generic-big-text"><div class="color">Vestibulares.</div></h1>
</section>
<section id="content">
<p>
Unicamp 2024 inscrições : 31/07 a 31/08<br>
Unicamp 2024 1°Fase : 29/10<br>
Unicamp 2024 2°Fase : 03/12 e 04/12<br>
USP/ Fuvest 2024 inscrições : 17/08 a 06/10 <br>
USP/ Fuvest 2024 1°Fase : 19/11<br>
USP/Fuvest 2024 2°Fase : 17/12 e 18/12 <br>
Unesp 2024 inscrições : 04/09 a 09/10 <br>
Unesp 2024 1° Fase : 15/11 <br>
Unesp 2024 2°Fase : 10/12 e 11/12<br>
</p>
</section>
<div id="empty"></div>
</main>
<footer>
<p>Desenvolvido por Gabriel G. Cunha com logo de Paulo Fernando.</p>
<p>Licenciado sob a licença GNU GPL v3.0</p>
</footer>
<script src="./menu.js"></script>
</body>
</html>