-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGEnoite.html
45 lines (37 loc) · 1.61 KB
/
GEnoite.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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.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=Montserrat:wght@300&display=swap" rel="stylesheet">
<title> Grupo de Estudos Formadores em Ação: Programação Em Noite </title>
</head>
<body>
<header>
<div class="caixa">
<h1><img class="logo" src="logoGE.png" alt="logo GE"></h1>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li><a href="GEmanhã.html">GE Manhã</a></li>
<li><a href="GEtarde.html">GE Tarde</a></li>
<li><a href="GENoite.html">GE Noite</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="Arianne">
<p><a href="https://arianne-brao.github.io/GEprogramacao-TurmaN/">Projeto Arianne</a></p>
</div>
<div class="Alison">
<a href="https://github.com/ProfessorAlison/GEprogramacao-TurmaN"> Site do Alison </a>
<div class="Thadeu">
<a href="https://miqueletto.github.io/GEprogramacao-TurmaN/"> Site do Thadeu </a>
</div>
</main>