This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
index.html
50 lines (50 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Presenças Hacktoberfest 2020</title>
<link rel="stylesheet" href="style.css" />
<!-- <link
rel="stylesheet"
href="https://hacktoberfest.digitalocean.com/assets/application-9ae5599a0669647c4465b73c3eaeb2bc3c26fdd77bd4fc33e0228089e505c680.css"
/> -->
<script src="./script.js" defer></script>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
</head>
<body>
<header>
<nav class="navbar">
<div class="nav-wrapper" id="nav-wrapper">
<a id="nav-logo" class="nav-logo" href="/">HFCT</a>
<a class="navLink" href="#section-about">O que é?</a>
<a class="navLink" href="#section-help">Como participar?</a>
<a class="navLink" href="#section-contributors">Participantes</a>
<a class="navLink" href="#section-social">Redes sociais</a>
<a href="javascript:void(0);" class="icone" onclick="abrirMenu()">
<span class="material-icons">menu</span>
</a>
</div>
</nav>
</header>
<div>
<main>
<section id="section-about">
<br />
<p>Seja bem-vindo ao site do Hacktoberfest 2020 da FCT!</p>
</section>
<section id="section-help"><h2>Precisa de ajuda?</h2></section>
<section id="section-contributors">
<h2>Contribuidores</h2>
</section>
<section id="section-social">
<p>Onde nos encontrar?</p>
</section>
</main>
</div>
<footer></footer>
</body>
</html>