-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (95 loc) · 4.48 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
<!DOCTYPE html>
<html lang="pt-br">
<head class="cabeca">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mulheres na Tecnologia</title>
<link rel="icon" href="./assets/femea.png">
<link rel="stylesheet" href="./styles/style.css">
<!-- -->
<style>
.shine-effect {
transition: filter 0.3s ease;
}
.shine-effect:hover {
filter: brightness(1.3);
}
</style>
<style>
#myPara {
display: none;
}
</style>
<!-- -->
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabecalho__menu__link" href="index.html">HOME</a>
<a class="cabecalho__menu__link" href="projetos.html">TEXTO</a>
<a class="cabecalho__menu__link" href="https://www.youtube.com/watch?v=WWvIQJg4SCM&list=PLk2-NAaoUZyuJvwjdtvjMgutTvOLCAW9t">EXTRA</a>
</nav>
<br>
</header>
<main class="apresentacao">
<section class="apresentacao__conteudo">
<h1 class="apresentacao__conteudo__titulo">Mulheres na <strong
class="titulo-destaque">TECNOLOGIA !
</strong></h1>
<p class="apresentacao__conteudo__texto">
<i>
<a class="link_nomes" href="https://pt.wikipedia.org/wiki/Ada_Lovelace">Ada Lovelace</a>, <a class="link_nomes" href="https://pt.wikipedia.org/wiki/Grace_Hopper">Grace Hopper</a>, <a class="link_nomes" href="https://en.wikipedia.org/wiki/Katherine_Johnson">Katherine Johnson</a>, <a class="link_nomes" href="https://en.wikipedia.org/wiki/Margaret_Hamilton_(software_engineer)">Margaret Hamilton</a>, <a class="link_nomes" href="https://en.wikipedia.org/wiki/Radia_Perlman">Radia Perlman</a>, <a class="link_nomes" href="https://en.wikipedia.org/wiki/Shafi_Goldwasser">Shafi Goldwasser</a>...
<br><br>
</i>
Quais destes nomes você conhece ? 🤔
<br><br>
No setor de tecnologia, a igualdade de gênero é um desafio. As mulheres na tecnologia têm contribuído com suas criações, mas o apagamento de figuras históricas fez com que poucas tivessem seus <a class="link" href="https://www.alura.com.br/artigos/mulheres-historia-tecnologia-programacao">nomes lembrados</a>. A inclusão de mulheres é crucial para garantir diversidade, justiça, representatividade, soluções tecnológicas que reflitam diferentes perspectivas e necessidades sociais. 👩💻</p>
<div>
<h2 class="apresentação__links__subtitulo">Veja nosso pitch:</h2>
<iframe class="video" src="https://www.youtube.com/embed/UqlNFGc95bU"></iframe>
</div>
</section>
<img class="shine-effect" src="./assets/teste.png" alt="Desenho de Ada Lovelace"> </img>
</main>
<footer class="rodape">
<button class="myButton" onclick="myFunction()"><b>Clique aqui para ver os integrantes do grupo !</b></button>
<div id="myPara">
<p><b>Integrantes do Grupo 2</b>:</p>
<p>
<b>Nome: | RA:</b>
<br>
João Pedro Gershenson Costa - 1292314456
<br>
Paloma Colasso - 172310036
<br>
Guilherme Reis - 1272320668
<br>
Vitória dos Santos Marques Ferreira - 823135036
<br>
João Vitor Rodrigues de melo - 12823133809
<br>
Maria Júlia de Melo Batista - 12823137744
<br>
Pedro Henrique Gomes Pereira - 823148032
<br>
Marcos Pilão Neto - 823128095
<br>
João Pedro Máximo Borges da Silva - 1282216159
</p>
</div>
<br><br>
<i> <a class="link_footer" href="https://github.com/jpgercc"> <p> <i> Site desenvolvido por: João Pedro Gershenson Costa </i> 😘</p> </a>
<div class="bug">
<hr>
<p>Tem uma sugestão ou <b>achou um bug?</b> Me ajude a esmaga-lo!</p>
<a href="https://wa.me/55051991823420">
<img src="./assets/bug.png" alt="Imagem do Bug"
onmouseover="this.src='./assets/deadbug.png'"
onmouseout="this.src='./assets/bug.png'">
</a>
</div>
</footer>
<script src="scripts.js"></script>
</body>
</html>