-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (62 loc) · 2.07 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Allan">
<meta name="keywords" content="portfolio,dev,curriculo,allan,backend">
<title>AllMaciente</title>
<link href="./styles/style.css" rel="stylesheet">
<link href="./styles/effect.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<script defer src="./scripts/effect.js"></script>
</head>
<body>
<header>
<div class="title">
<h1>All</h1>
<h1>Maciente</h1>
</div>
<ul>
</ul>
</header>
<main>
<section class="hidden">
<div>
<h1>Área de Exemplos do Curso de Front-End</h1>
<p></p>
<div class="buttons">
<a href="./exem/1-html.html">Pagina Html Básica</a>
<a href="./exem/2-html.html">Pagina com css</a>
<a href="./exem/3-js.html">Pagina com js</a>
</div>
</div>
</section>
<section class="hidden">
<div>
<h1>Área de Exercícios do Curso de Front-End</h1>
<h3>HTML-CSS</h3>
<div class="buttons">
<a href="exer/Exer_Login.html">Exercício 1 - Login</a>
<a href="exer/Exer2.html">Exercício 2 - Sign In</a>
<a href="exer/exer3.html">Exercício 3 - Cadastro</a>
</div>
<h3>JavaScript</h3>
<div class="buttons">
</div>
</div>
</section>
<section class="hidden last">
<div>
<h1>explicação website</h1>
<div class="buttons">
<a href="./explicacaoWebsite/tags.html">Html</a>
</div>
</div>
</section>
</main>
<footer>
<p> © 2024 - Direitos reservados a Allan </p>
</footer>
</body>
</html>