-
Notifications
You must be signed in to change notification settings - Fork 1
/
1index.html
282 lines (251 loc) · 10.6 KB
/
1index.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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/estilo_login.css" rel="stylesheet">
<link rel="stylesheet" href="css/botao.css">
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Navbar com Dropdown Individual</title>
<button id="btnTopo" onclick="voltarAoTopo()"><img class="imagem-editar" src="img/SetaCima.webp"></button>
<script src="js\botao.js"></script>
<style>
body {
font-family: "Arial", sans-serif;
margin: 0;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #1E3D51;
padding: 8px;
font-size: small;
}
.navbar-logo {
color: white;
font-size: 24px;
text-decoration: none;
padding-left: 10px;
width: 8rem;
height: auto;
}
.navbar-menu {
display: flex;
justify-content: center;
list-style-type: none;
margin: 0;
padding: 0;
}
.navbar-menu li {
position: relative;
}
.navbar-menu li a {
font-family: "Montserrat", sans-serif;
color: white;
padding: 14px 20px;
text-decoration: none;
display: block;
}
.navbar-menu li a:hover {
background-color: #2a5674;
border-radius: 5px;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #2a5674;
min-width: 160px;
z-index: 1;
}
.dropdown-content a {
padding: 12px 16px;
}
.dropdown:hover .dropdown-content {
display: block;
background-color: #1E3D51;
}
h2,h1{
font-family: "Montserrat", sans-serif;
color: #326A8F;
padding-left: 2rem;
}
</style>
</head>
<body>
<nav class="navbar">
<a href="1index.html" class="navbar-logo"><img class="navbar-logo" src="img/image 27.png"></a>
<ul class="navbar-menu">
<li><a href="1index.html">Home</a></li>
<li class="dropdown">
<a href="#">Dyslexia</a>
<div class="dropdown-content">
<a href="1O_que_e.html">What is it?</a>
<a href="1Causa_e_Sintomas.html">Symptoms and Reasons</a>
<a href="1Diagnostico.html">Diagnoses</a>
<a href="1Historias.html">History</a>
<a href="1tratamento.html">Treatments</a>
</div>
</li>
<li class="dropdown">
<a href="#">More</a>
<div class="dropdown-content">
<a href="1Impacto_aprendizagem.html">Impacts on learning</a>
<a href="1Estrategias_de_ensino.html">Teaching Strategies</a>
<a href="1Leis.html">Rights and legislation</a>
<a href="1Acessibilidade_Online.html">Online Accessibility</a>
<a href="1materiais2.html">Materials and resources</a>
<a href="1Bibliografia.html">Bibliography</a>
</div>
</li>
<li><a href="1Sobre_nos.html">About us</a></li>
<li class="open-modal-btn" style='font-family: "Montserrat", sans-serif;'>Login</li>
</ul>
</nav>
<div id="modal" class="modal-overlay">
<div class="modal-content">
<button class="fechar" id="fechar"> X</button>
<h2>Register</h2>
<form>
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="Your email" required>
<label for="senha">Password</label>
<input type="password" id="senha" name="senha" placeholder="Your password" required>
<button type="submit">sign in</button>
</form>
<p>Don't have a registration yet? <br> Click here to<A href="1cadastrobia.html"> Register</A>
</div>
</div>
<script>
const modal = document.getElementById('modal');
const openModalBtn = document.querySelector('.open-modal-btn');
const fechar = document.querySelector('.fechar');
openModalBtn.addEventListener('click', () => {
modal.style.display = 'flex';
});
fechar.addEventListener('click', () => {
modal.style.display = 'none';
});
window.addEventListener('click', (e) => {
if (e.target === modal) {
modal.style.display = 'none';
}
});
</script>
<div style="position: absolute; right: 1rem;;"><a href="#"><img style=" width: 40px;" src="img/icones/navbar-icon-bandeiraamericana-ingles.png"></a><a href="index.html"><img style="width: 50px; padding-left: 10px;" src="img/icones/navbar-bandeiradoBOSTIL-portugues.png"></a></div>
<section class="content-section">
<div class="text-content">
<h1>Quick Test to assess your knowledge of Dyslexia</h1>
<p>Take this 10-question test to assess your knowledge about dyslexia, try to get them all right!</p>
<a href="1main.html" alt="Botão para inicar o teste"><button class="btn btn-primary">Make yout test now</button></a>
</div>
<img src="img/pensive-customer-thinking-special-offer-removebg-preview.png" alt="Descrição da imagem 2" style="margin-right: 60px; width:10050px">
</section>
<hr color="#F77A28">
<section>
<div>
<h2><b>A Bit About Dyslexia</b></h2>
</div>
</section>
<div class="card-container-01">
<div class="card-01">
<a href="1O_que_e.html">
<img src="img/icones/noundoubt_icon.png" alt="Imagem 1">
</a>
<h3>What is this?</h3> <p>Dyslexia is a neurological condition that affects a person's ability to learn to read...</p>
</div>
<div class="card-01">
<a href="1Causa_e_Sintomas.html">
<img src="img/icones/nounclipboard_icon.png" alt="Imagem 2">
</a>
<h3>Symptoms and Causes</h3>
<p>The symptoms of dyslexia can range from mild to severe and manifest in different ways...</p>
</div>
<div class="card-01">
<a href="1Diagnostico.html">
<img src="img/icones/nounbrain_icon.png" alt="Imagem 3">
</a>
<h3>Diagnostics </h3>
<p>The diagnosis is made by a specialized team made up of doctors, psychologists,...</p>
</div>
<div class="card-01">
<a href="1Historias.html">
<img src="img/icones/nounbook_icon.png" alt="Imagem 4">
</a>
<h3>History</h3>
<p>The understanding of dyslexia has undergone many transformations...</p>
</div>
</div>
<hr color="#F77A28">
<h1><b>See more on</b> </h1>
<section class="content-section .reverse">
<div class="text-content">
<h1>Treatment</h1>
<p>Dyslexia is a neurodivergence with no cure, but it can be controlled through treatment...</p>
<a href="1tratamento.html" alt="Botão para inicar o teste"><button class="btn btn-primary">See more</button></a>
</div>
<img src="img/img.1 e 10.jpg" alt="Descrição da imagem 1">
</div>
</section>
<section class="content-section">
<img src="img/img.2 e 11.jpg" alt="Descrição da imagem 2">
<div class="text-content">
<h1>Impacts on Learning</h1>
<p>Dyslexia affects many aspects of learning and personal development. No...</p>
<a href="1Impacto_aprendizagem.html" alt="Botão para inicar o teste"><button class="btn btn-primary">See more</button></a>
</div>
</section>
<section class="content-section .reverse">
<div class="text-content">
<h1>Teaching Strategies</h1>
<p>Teaching students with dyslexia requires different methods adapted to their needs...</p>
<a href="1Estrategias_de_ensino.html" alt="Botão para inicar o teste"><button class="btn btn-primary">See more</button></a>
</div>
<img src="img/img.3 e 12.jpg" alt="Descrição da imagem 3">
</section>
<section class="content-section">
<img src="img/img.4 e 15.jpg" alt="Descrição da imagem 4">
<div class="text-content">
<h1>Materials</h1>
<p>For people with dyslexia, access to appropriate materials and support resources can...</p>
<a href="1materiais2.html" alt="Botão para inicar o teste"><button class="btn btn-primary">See more</button></a>
</div>
</section>
<section class="content-section .reverse">
<div class="text-content">
<h1>Online Accessibility</h1>
<p>Fonts are the main part of good internet browsing. Sources...</p>
<a href="1Acessibilidade_Online.html" alt="Botão para inicar o teste"><button class="btn btn-primary">See more</button></a>
</div>
<img src="img/img.5.jpg" alt="Descrição da imagem 5">
</section>
</section>
<footer class="footer" style="margin-top: 60px;">
<div class="footer-logo">
<img src="img/image 27.png" alt="Logo da Página">
</div>
<div class="footer-links-right">
<a href="#">
<img src="img/footer/facebook.png" class="fotter-img-size">
Helplexia <i class="icon-class"></i>
</a>
<a href="#">
<img src="img/footer/instagram.png" class="fotter-img-size">
Helplexia <i class="icon-class"></i>
</a>
<a href="#">
<img src="img/footer/email.png" class="fotter-img-size">
Helplexia@gmail.com <i class="icon-class"></i>
</a>
</div>
</footer>
<script src="js/script.js"></script>
</html>