-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (177 loc) · 7.22 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
226
227
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
}
section{
background-color: #116dff;
}
header, footer{
height: 10vh;
background-color:#0a4a6e ;
}
footer {
height: 180px;
}
.linkMenu{
display: inline;
font-size: 24px;
text-decoration: none;
padding: 20px;
}
.barraMenu{
display: flex;
justify-content: center;
height: 100vh;
position: relative;
top: 30px;
font-family: 'Farro', sans-serif;
color: #eff1f2;
}
#textoPrincipal {
font-size: 55px;
text-align: center;
}
#menuPrincipal{
position: absolute;
}
.linkA {
color: #eff1f2;
text-decoration: none;
}
.linkA:hover {
color: rgb(255, 82, 146);
background-color: rgb(32, 52, 139);
border-radius: 10px;
}
.linhaHorizontal {
width: 40%;
position: absolute;
left: 400px;
color: rgb(255, 82, 146);
background-color: rgb(255, 82, 146);
border-radius: 20%;
border-color: rgb(255, 82, 146);
}
.textoRodaPe {
font-family: 'Quicksand', sans-serif;
color: #eff1f2;;
position: relative;
left: 540px;
top: 25px;
}
.subTexto {
color: #eff1f2;
font-size: 20px;
text-align: center;
font-family: 'Open Sans Condensed', sans-serif;
line-height: 33.4px;
position: relative;
top: 30px;
padding: 6px;
}
.bemVindo {
color: #eff1f2;
font-size: 15px;
text-align: center;
line-height: 28.125px;
font-family: 'Quicksand', sans-serif;
padding: 6px;
}
.imagemPrincipal {
width: 900px;
height: 500px;
position: relative;
left: 230px;
border-radius: 20px;
border-style: hidden;
box-shadow: 10px 10px 10px rgb(97, 14, 57);
}
.introducao {
color: #eff1f2;
text-align: center;
font-size: 15px;
line-height: 28.125px;
font-family: 'Quicksand', sans-serif;;
padding: 10px;
}
.textos {
padding: 20px;
}
#github {
position: relative;
top: 50px;
}
.corLink {
color: rgb(255, 82, 146);
}
</style>
<link rel="stylesheet" href="ayout.css">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Farro:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Monda:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Monda:wght@400;700&family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200;1,300&family=Quicksand:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap" rel="stylesheet">
<title>CIÊNCIA NEURODIVERGENTE</title>
</head>
<body>
<header id="#menuPrincipal">
<div class="barraMenu">
<nav>
<ul id="#menuUL">
<li id="" class="linkMenu"><a href="index.html" class="linkA">Início</a></li>
<li id="" class="linkMenu"><a href="blog.html" class="linkA">Blog</a></li>
<li id="" class="linkMenu"><a href="sobre.html" class="linkA">Sobre</a></li>
<li id="" class="linkMenu"><a href="contato.html" class="linkA">Contato</a></li>
</ul>
</nav>
</div>
</header>
<section>
<main>
<div id="#textoPrincipal" style="color: eff1f2; font-size: 55px; text-align: center; font-family: 'Monda', sans-serif;
font-family: 'Poppins', sans-serif;">
<h1>CIÊNCIA NEURODIVERGENTE</h1>
</div>
<hr class="linhaHorizontal">
<br>
<div class="imagem1">
<img src="imagemP.jpg" alt="CIÊNCIA NEURODIVERGENTE" class="imagemPrincipal">
</div>
<br>
<h2 class="subTexto">Evidenciando o desconhecido</h2>
<h2 class="subTexto">@cientistaneurodiversa</h2>
<br>
<div class="textos">
<h3 class="bemVindo">Bem-vindos(as) ao meu site!</h3>
<h3 class="bemVindo">Sintam-se acolhidos com ele⭐!</h3>
</div>
<br>
<div class="textos">
<h3 class="introducao">Criei essa plataforma após anos lidando com o divergente sem saber.
Aqui irei compartilhar meus trabalhos e projetos científicos,
junto com as minhas buscas pessoais e o meu dia-a-dia neurodiverso com TEA, TDAH e Superdotação.
Espero que gostem ❤️!</h3>
</div>
</main>
<aside>
</aside>
</section>
<footer>
<div id="#rodaPe">
<span class="textoRodaPe">Ciência Neurodivergente ©</span>
<br>
<span class="textoRodaPe" id="github" >© 2021 por: <a class="corLink" href="https://github.com/Samuelvv">https://github.com/Samuelvv</a></span>
</div>
</footer>
<script>
</script>
</body>
</html>