-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (99 loc) · 4.71 KB
/
Copy pathindex.html
File metadata and controls
106 lines (99 loc) · 4.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HTML & CSS - EDIT</title>
<link rel="stylesheet" href="./common/styles.css" />
</head>
<body>
<div class="intro">
<h1>HTML | CSS</h1>
<h2>FULLSTACK WEB DEVELOPMENT</h2>
</div>
<nav class="nav">
<a href="#topics">Topics</a>
<a href="#classes">Classes</a>
<a href="#presentations">Presentations</a>
<a href="#exercises">Exercises</a>
<a href="#articles">Articles</a>
</nav>
<div class="presentation">
<div class="module" data-type="html">
<p class="module__title">HTML</p>
</div>
<div class="module" data-type="css">
<p class="module__title">CSS</p>
</div>
</div>
<div class="bento" id="topics">
<div class="box" data-type="html" style="--column-start: 1; --column-end: 3; --row-start: 1; --row-end: 4">Síntaxe</div>
<div class="box" data-type="html" style="--column-start: 3; --column-end: 4; --row-start: 1; --row-end: 3">Características</div>
<div class="box" data-type="html" style="--column-start: 0; --column-end: 0; --row-start: 0; --row-end: 0">Tags</div>
<div class="box" data-type="html" style="--column-start: 1; --column-end: 4; --row-start: 8; --row-end: 11">Atributos</div>
<div class="box" data-type="html" style="--column-start: 1; --column-end: 4; --row-start: 4; --row-end: 8">Semântica</div>
<div class="box" data-type="css" style="--column-start: 4; --column-end: 6; --row-start: 1; --row-end: 3">CSS Síntaxe</div>
<div class="box" data-type="css" style="--column-start: 6; --column-end: 9; --row-start: 1; --row-end: 6">Especificidade</div>
<div class="box" data-type="css" style="--column-start: 4; --column-end: 7; --row-start: 6; --row-end: 11">Hierarquia</div>
<div class="box" data-type="css" style="--column-start: 4; --column-end: 6; --row-start: 3; --row-end: 6">Posicionamento</div>
<div class="box" data-type="css" style="--column-start: 9; --column-end: 11; --row-start: 1; --row-end: 4">Flex & Grid</div>
<div class="box" data-type="css" style="--column-start: 7; --column-end: 9; --row-start: 6; --row-end: 7">Animações</div>
<div class="box" data-type="css" style="--column-start: 7; --column-end: 9; --row-start: 7; --row-end: 11">Responsive Design</div>
<div class="box" data-type="css" style="--column-start: 9; --column-end: 11; --row-start: 4; --row-end: 6">Media Queries</div>
<div class="box" data-type="css" style="--column-start: 9; --column-end: 11; --row-start: 6; --row-end: 11">SASS</div>
</div>
<div class="chapters" id="classes">
<a class="chapter" target="_blank" href="classes/class-1.html">
<span class="class-count">Aula 1</span>
<span class="class-type">html</span>
</a>
<a class="chapter" target="_blank" href="classes/class-2.html">
<span class="class-count">Aula 2</span>
<span class="class-type">html</span>
</a>
<a class="chapter" target="_blank" href="classes/class-3.html">
<span class="class-count">Aula 3</span>
<span class="class-type">css</span>
</a>
<a class="chapter" target="_blank" href="classes/class-4.html">
<span class="class-count">Aula 4</span>
<span class="class-type">css</span>
</a>
<a class="chapter" target="_blank" href="classes/class-5.html">
<span class="class-count">Aula 5</span>
<span class="class-type">css</span>
</a>
<a class="chapter" target="_blank" disabled href="classes/class-6.html">
<span class="class-count">Aula 6</span>
<span class="class-type">css</span>
</a>
<a class="chapter" target="_blank" disabled href="classes/class-7.html">
<span class="class-count">Aula 7</span>
<span class="class-type">css</span>
</a>
<a class="chapter" target="_blank" disabled href="classes/class-8.html">
<span class="class-count">Aula 8</span>
<span class="class-type">css</span>
</a>
<a class="chapter" target="_blank" disabled href="classes/class-9.html">
<span class="class-count">Aula 9</span>
<span class="class-type">Hands on</span>
</a>
<a class="chapter" target="_blank" disabled href="classes/class-10.html">
<span class="class-count">Aula 10</span>
<span class="class-type">Hands on</span>
</a>
<a class="chapter" target="_blank" disabled href="classes/class-11.html">
<span class="class-count">Aula 11</span>
<span class="class-type">Hands on</span>
</a>
</div>
<h2 class="section_title">Presentations</h2>
<div class="presentations" id="presentations"></div>
<h2 class="section_title">Exercises</h2>
<div class="exercises" id="exercises"></div>
<h2 class="section_title">Articles</h2>
<div class="reading" id="articles"></div>
</body>
<script type="module" src="main.js"></script>
</html>