-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (220 loc) · 9.04 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Página Institucional Genérica</title>
<link rel="stylesheet" href="./src/styles/globalStyles.css" />
<script src="./src/scripts/index.js" defer></script>
</head>
<body>
<!-- ====== Header ====== -->
<header>
<div class="header__container">
<img class="header__logo" src="./src/assets/logo.svg" alt="logo" />
<button id="buttonHeader" class="button button--default openModal">
Entrar para próxima turma
</button>
</div>
</header>
<main>
<!-- ====== Section Banner ====== -->
<section class="banner">
<div>
<h1 class="banner__title">
Desenvolvendo <span>suas</span> próximas habilidades
</h1>
<p class="banner__content">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s
</p>
<button class="button button--brand">Sobre nós</button>
</div>
</section>
<!-- ====== Section About ====== -->
<section class="about">
<div>
<h2 class="about__title">Quem somos nós?</h2>
<p class="about__content">
It is a long established fact that a reader will be distracted by
the readable content of a page when looking at its layout. The point
of using Lorem Ipsum is that it has a more-or-less normal
distribution of letters, as opposed to using.
</p>
</div>
</section>
<!-- ====== Section FAQ ====== -->
<section class="faq">
<div class="faq__container">
<!-- LEFT SIDE -->
<div class="faq__left">
<div>
<h2 class="faq__title">Dúvidas frequentes</h2>
<p class="faq__content">
Lorem ipsum dolor sit amet consecteur, adipisicing
elit. Dolor dolorem veritatis veniam fuga. Itaque error
quae et magni maxime ab quibusdam enim, animi dicta. IIIo
odio eum ex quo at?
</p>
<button id="buttonFaq" class="button button--brand openModal">
Entrar para próxima turma
</button>
</div>
</div>
<!-- RIGHT SIDE -->
<ul class="faq__right">
<!-- Question 1 -->
<li class="faq__question">
<h3>Quais matérias vou pagar?</h3>
<p class="faq__answer">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using
</p>
</li>
<!-- Question 2 -->
<li class="faq__question">
<h3>Tenho direito à cancelamento?</h3>
<p class="faq__answer">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using
</p>
</li>
<!-- Question 3 -->
<li class="faq__question">
<h3>O acesso do curso é vitalício?</h3>
<p class="faq__answer">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using
</p>
</li>
<!-- Question 4 -->
<li class="faq__question">
<h3>O acesso do curso é vitalício?</h3>
<p class="faq__answer">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using
</p>
</li>
</ul>
</div>
</section>
<!-- ====== Section Comments ====== -->
<section class="comments">
<div class="comments__container">
<!-- RIGHT SIDE -->
<div class="comments__right">
<div>
<h2 class="comments__title">O que nossos alunos comentam?</h2>
<p class="comments__content">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s
</p>
</div>
</div>
<!-- LEFT SIDE -->
<ul class="comments__left">
<!-- Comment 1 -->
<li class="comments__comment">
<div class="comments__author">
<h3>Júlia Lima</h3>
<p>Aluna na turma 2019</p>
</div>
<p class="comments__info">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using 👋🏿
</p>
</li>
<!-- Comment 2 -->
<li class="comments__comment">
<div class="comments__author">
<h3>Carlos Ino</h3>
<p>Aluno na turma 2020</p>
</div>
<p class="comments__info">
It is a 🎨 established fact that a reader will be distracted by
the readable content of a page when looking at its layout. The
point of using Lorem Ipsum is that it has a more-or-less normal
distribution of letters, as opposed to using
</p>
</li>
<!-- Comment 3 -->
<li class="comments__comment">
<div class="comments__author">
<h3>Camila Dias</h3>
<p>Aluna na turma 2019</p>
</div>
<p class="comments__info">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using ❤️ ❤️ ❤️
</p>
</li>
<!-- Comment 4 -->
<li class="comments__comment">
<div class="comments__author">
<h3>João Vaz</h3>
<p>Aluno na turma 2019</p>
</div>
<p class="comments__info">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using 🕓 🕓 🕓️
</p>
</li>
<!-- Comment 5 -->
<li class="comments__comment">
<div class="comments__author">
<h3>Gio Oliveira</h3>
<p>Aluna na turma 2019</p>
</div>
<p class="comments__info">
It is a long established fact that a reader will be distracted
by the readable content of a page when looking at its layout.
The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to using 👏 👏 👏️
</p>
</li>
</ul>
</div>
</section>
</main>
<!-- ====== Footer ====== -->
<footer>
<div class="footer__container">
<img class="footer__logo" src="./src/assets/logo.svg" alt="logo" />
</div>
</footer>
<!-- ====== Modal ====== -->
<dialog class="modal">
<div>
<h3 class="modal__title">Cadastro</h3>
<span class="modal__close">X</span>
</div>
<p class="modal__content">
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s
</p>
<form class="modal__form">
<input type="email" class="modal__input" placeholder="Digitar email" />
<button type="submit" class="button button--brand button--modal">
Entrar na lista para próxima lista
</button>
</form>
</dialog>
</body>
</html>