-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
332 lines (292 loc) · 19.2 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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
<link rel="icon" type="image/x-icon" href="img/SchneiderLogo.png" />
<link rel="stylesheet" href="css/rank.css" />
<link rel="stylesheet" href="css/inicio.css" />
<link rel="stylesheet" href="css/shared-items.css" />
<link rel="stylesheet" href="css/drawer.css" />
<link rel="stylesheet" href="css/instituto.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&family=Roboto:wght@400;700&family=Varela+Round&display=swap" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<title>My Schneider</title>
</head>
<body class="bg-light" style="width: 100%;">
<!----------------------------------------------- nav bar ------------------------------------------------------------>
<nav class="remove">
<div class="d-flex justify-content-evenly">
<img src="img/schneider-logo.svg" alt="logo da schneider" />
<div class="d-flex align-items-center">
<input type="text" class="form-control bg-light" placeholder="Pesquise por pessoas, desafios, assuntos & outros" aria-label="Example text with button addon" aria-describedby="button-addon1" style="width: 30vw;" />
<button class="btn btn-secondary btn-outline" type="button" id="button-addon1">
<img src="img/search-button-icon.svg" alt="pesquisar" />
</button>
</div>
<div class="d-flex align-items-center gap-5">
<img src="img/message-icon.svg" alt="messagens" />
<img src="img/notification-icon.svg" alt="notificações" />
</div>
<div class="d-flex align-items-center">
<img src="img/joana-photo.svg" alt="foto de perfil" />
<p class="pt-3">Joana Ramos</p>
<a class="icons mx-2" href="login.html" style="width: 25px; height: 20px;">
<img class="img-fluid" src="img/open-new-window-2.png" style="width: 15px; height: 15px;" alt="compartilhar postagem" />
</a>
</div>
</div>
<ul class="nav-bar-items">
<li class="active"><a href="inicio.html">Inicio</a></li>
<li><a href="forum.html">Fórum</a></li>
<li><a href="perfil.html">Perfil</a></li>
<li><a href="rank.html">Epower</a></li>
<li><a href="instituto.html">Fundação</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
<!----------------------------------------------- nav bar --------------------------------------------------------------->
<!-------------------------------Drawer Responsive----------------------------------------->
<nav class="navbar-mobile bg-light">
<nav class="navbar navbar-expand-lg bg-light fixed-top d-lg-none">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMenu" aria-controls="navbarMenu" aria-expanded="false" aria-label="Toggle navigation" style="border: none; outline: none;">
<div class="navbar-menu-img">
<img src="img/navbar-menu2.svg" style="width: 20px;" alt="navbar menu" />
</div>
</button>
<div class="collapse navbar-collapse" id="navbarMenu">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="forum.html">Forum</a>
</li>
<li class="nav-item">
<a class="nav-link" href="perfil.html">Perfil</a>
</li>
<li class="nav-item">
<a class="nav-link" href="rank.html">Epower</a>
</li>
<li class="nav-item">
<a class="nav-link" href="instituto.html">Fundação</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">Logout</a>
</li>
</ul>
</div>
<a class="navbar-brand text-white d-flex align-items-center" href="#!">
<div class="imagem-joana">
<div class="super-container-drawer">
<img src="img/joana-photo.svg" />
</div>
</div>
<span class="nome-joana text-black">Joana Ramos</span>
</a>
</nav>
</nav>
<!-----------------------------END Drawer Responsive----------------------------------------->
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<ol class="carousel-indicators">
<li data-bs-target="#myCarousel" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="1"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="2"></li>
<li data-bs-target="#myCarousel" data-bs-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<!-- Imagem para Web (largura máxima: 100% da largura da tela, altura máxima: 60vh) -->
<img src="img/banner-1.png" class="d-none d-md-block w-100 image-fit-web" alt="Imagem 1 Web" />
<!-- Imagem para Mobile (largura máxima: 100% da largura da tela, altura máxima: 30vh) -->
<img src="img/banner-1-mobile.png" class="d-block d-md-none w-100 image-fit-mobile" alt="Imagem 1 Mobile" />
</div>
<div class="carousel-item">
<!-- Imagem para Web (largura máxima: 100% da largura da tela, altura máxima: 60vh) -->
<img src="img/banner-2.png" class="d-none d-md-block w-100 image-fit-web" alt="Imagem 1 Web" />
<!-- Imagem para Mobile (largura máxima: 100% da largura da tela, altura máxima: 30vh) -->
<img src="img/banner-2-mobile.png" class="d-block d-md-none w-100 image-fit-mobile" alt="Imagem 1 Mobile" />
</div>
<div class="carousel-item">
<!-- Imagem para Web (largura máxima: 100% da largura da tela, altura máxima: 60vh) -->
<img src="img/banner-3.png" class="d-none d-md-block w-100 image-fit-web" alt="Imagem 1 Web" />
<!-- Imagem para Mobile (largura máxima: 100% da largura da tela, altura máxima: 30vh) -->
<img src="img/banner-3-mobile.png" class="d-block d-md-none w-100 image-fit-mobile" alt="Imagem 1 Mobile" />
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Anterior</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Próximo</span>
</a>
</div>
<!-- <div class="carousel-inner" style="width: 100%; height: 100%"">
<div class="carousel-item active">
<img src="img/banner-1.png" class="d-block w-100 image-fit" alt="Imagem 1" />
</div>
<div class="carousel-item">
<img src="img/banner-2.png" class="d-block w-100 image-fit" alt="Imagem 2" />
</div>
<div class="carousel-item">
<img src="img/banner-3.png" class="d-block w-100 image-fit" alt="Imagem 3" />
</div>
<div class="carousel-item">
<img src="img/banner-4.png" class="d-block w-100 image-fit" alt="Imagem 4" />
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Anterior</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Próximo</span>
</a>
</div> -->
<div class="d-flex flex-column gap-2 align-items-center mt-5">
<div class="d-flex justify-content-center flex-wrap">
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Dicas</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Compostagem</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">IoT</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Mobilidade</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">IA</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Tecnologias verdes</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Cidades Inteligentes</span>
<div style="width: 5px;"></div>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Sustentabilidade</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Agricultura Sustentável</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Lixo</span>
<div style="width: 5px;"></div>
<span class="bg-light-gray py-2 px-3 rounded options-category" style="margin-bottom: 1%" onclick="alert('WIP: WORK IN PROGRESS')">Reutilização</span>
<div style="width: 5px;"></div>
<div style="width: 5px;"></div>
<div style="width: 5px;"></div>
</div>
<hr class="divider" style="width: 80%;" />
</div>
<div class="toast align-items-center text-white border-0" style="background-color: #3dcd58; position: fixed; top: 1rem; left: 20px;" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div class="toast-body">
Parabéns pela postagem, você ganhou 50 pontos de experiência
</div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
</div>
<main>
<div class="container">
<div class="row">
<div class="col d-flex flex-column gap-3">
<div class="bg-white d-flex flex-column justify-content-center align-items-center py-3 border rounded shadow">
<p class="h4">Joana Ramos</p>
<p class="h6 text-secondary">Estagiária de RH</p>
<hr style="width: 80%; height: 2px;" class="text-color-green-xp" />
<p class="text-color-green-xp" id="pontos-adquiridos"></p>
</div>
<div class="bg-white px-4 py-2 border rounded" style="margin-bottom: 3%;">
<span>
<div class="text-center">
<small><a href="" class="text-secondary">Histórico de perguntas</a></small>
<small onclick="alert('WIP: WORK IN PROGRESS')"><a href="" class="text-secondary">Convidar Colegas</a></small>
<small onclick="alert('WIP: WORK IN PROGRESS')"><a href="" class="text-secondary">Fórum</a></small>
<small onclick="alert('WIP: WORK IN PROGRESS')"><a href="" class="text-secondary">FAQ</a></small>
<small onclick="alert('WIP: WORK IN PROGRESS')"> <a href="" class="text-secondary">Métricas</a></small>
<small onclick="alert('WIP: WORK IN PROGRESS')"> <a href="" class="text-secondary">Ranking</a></small>
<small onclick="alert('WIP: WORK IN PROGRESS')"> <a href="" class="text-secondary">Perfil</a></small>
<small onclick="alert('WIP: WORK IN PROGRESS')"> <a href="" class="text-secondary">Editar</a></small>
</span>
</div>
</div>
</div>
<div class="col-12 col-md-6 d-flex flex-column gap-3" id="publish-container">
<div class="d-flex bg-white border px-3 py-4 gap-3 rounded">
<img src="/img/joana-photo.svg" alt="foto de perfil" />
<div class="d-flex flex-column w-100">
<textarea id="owner-publish" class="text-area" placeholder="Escrever um post"></textarea>
<div class="invalid-feedback">
Por favor, preencha este campo.
</div>
</div>
<img src="img/image-icon.svg" class="anex-image" alt="anexar imagem" onclick="alert('WIP: WORK IN PROGRESS')" />
<img src="img/submit-icon.svg" class="submit-image" alt="publicar postagem" onclick="addOwnerPublish()" />
</div>
<div id="new-publish" class="gap-3 d-flex flex-column"></div>
<div class="bg-white p-4 border">
<div class="d-flex flex-column gap-2">
<div class="d-flex justify-content-between">
<span class="d-flex align-items-center gap-4">
<img src="img/andre-photo.svg" alt="foto de perfil" />
<span class="d-flex flex-column">
<p style="margin-bottom: -0.1rem;">André Nogueira</p>
<small class="text-secondary"> Analista de qualidade</small>
</span>
</span>
<p class="text-primary text-end fs-6">
<img src="img/check-arrow.svg" alt="seta de seguindo perfil" />
Seguindo
</p>
</div>
<div>
<p>
As abelhas são essenciais para o mundo! 🐝 Sua polinização garante a reprodução de plantas e a diversidade alimentar. Sem elas, a biodiversidade seria ameaçada, afetando ecossistemas e agricultura. Vamos
proteger e valorizar essas incríveis guardiãs da natureza! 🌍💚 #SaveTheBees #Polinização #Biodiversidade #PreservaçãoAmbiental
</p>
<img src="https://source.unsplash.com/random/300%C3%97309/?bee" class="img-fluid" alt="random image" />
</div>
<hr class="divider" />
<div class="ms-2 d-flex gap-5">
<div class="icons me-1" role="button" onclick="alert('WIP: WORK IN PROGRESS')">
<img class="img-fluid" src="img/like-icon.svg" alt="curtir postagem" />
<small>Gostei</small>
</div>
<div class="icons me-2" role="button" onclick="alert('WIP: WORK IN PROGRESS')">
<img class="img-fluid" src="img/comment-icon.svg" alt="comentar na postagem" />
<small>Comentar</small>
</div>
<div class="icons mx-2" role="button" onclick="alert('WIP: WORK IN PROGRESS')">
<img class="img-fluid" src="img/share-icon.svg" alt="compartilhar postagem" />
<small>Compartilhar</small>
</div>
</div>
</div>
</div>
</div>
<div class="col d-flex flex-column align-items-center gap-3">
<p class="destaques-word">Destaques</p>
<img src="https://source.unsplash.com/random/300%C3%97300/?nature" class="img-fluid rounded shadow" alt="random image" role="button" onclick="alert('WIP: WORK IN PROGRESS')" title="Postagem em destaque" />
<img src="https://source.unsplash.com/random/300%C3%97301/?nature" class="img-fluid rounded shadow" alt="random image" role="button" onclick="alert('WIP: WORK IN PROGRESS')" title="Postagem em destaque" />
<img src="https://source.unsplash.com/random/300%C3%97302/?nature" class="img-fluid rounded shadow" alt="random image" role="button" onclick="alert('WIP: WORK IN PROGRESS')" title="Postagem em destaque" />
</div>
</div>
</div>
</main>
<footer class="bg-white d-flex flex-column align-items-center justify-content-center py-4 mt-5">
<img src="img/myschneider-logo-footer.svg" alt="logo mySchneider" />
<hr class="divider" />
<p>© 2023 MySchneider | All Rights Reserved</p>
</footer>
</body>
</html>