-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaibamais.html
103 lines (81 loc) · 4.78 KB
/
saibamais.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylesaibamais.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400&display=swap" rel="stylesheet">
<title>Saiba mais sobre as gerações</title>
</head>
<body>
<header>
<div id="container">
<h1>Links para saber mais sobre as gerações</h1>
<nav>
<a href="index.html">Home</a>
<a href="saibamais.html" id="saiba">Saiba mais</a>
</nav>
</div>
</header>
<div id="main">
<h2>Clique nos links e veja mais detalhes:</h2>
<ul>
<a href="https://repositorio.ufsc.br/bitstream/handle/123456789/114904/2013218%20-%20A%20gest%c3%a3o%20da%20qualidade%20do%20ensino.pdf?sequence=1&isAllowed=y" target="_blank">
<li>A gestão da qualidade do ensino superior e as expectativas
da geração digital</li>
</a>
<a href="https://docplayer.com.br/14795004-As-geracoes-em-perspectiva-suas-caracteristicas-e-relacao-com-o-mundo-do-trabalho-karla-regnier-01-de-julho-2011.html" target="_blank">
<li>As gerações em perspectiva: suas características e relação com o mundo do trabalho. </li>
</a>
<a href="https://www.redemagic.com/blog/cultura-pop/baby-boomers-e-geracao-x-conheca-os-conservadores-digitais" target="_blank">
<li> Baby Boomers e Geração X: conheça os conservadores digitais</li>
</a>
<a href="https://www.raiiar.com/sosw/building-leaders-next-decade/index.html" target="_blank">
<li>Building leaders for the next decade: how to support the workplace goals of gen X, gen Y, and gen Z.</li>
</a>
<a href="https://pt.slideshare.net/birazn/conflito-de-geraes-no-ensino-como-aproximarse-do-aluno-usando-a-tecnologia" target="_blank">
<li>Conflito de gerações no ensino, como aproximar-se do aluno usando a tecnologia</li>
</a>
<a href="https://pt.wikipedia.org/wiki/Gera%C3%A7%C3%A3o#Classifica%C3%A7%C3%A3o_por_gera%C3%A7%C3%B5es" target="_blank">
<li>Geração</li>
</a>
<a href="https://www.infoescola.com/movimentos-literarios/geracao-perdida/" target="_blank">
<li>Geração Perdida</li>
</a>
<a href="https://www.redepsi.com.br/2012/05/20/gera-o-x-y-and-z-podemos-analisa-las-a-luz-da-analise-do-comportamento/" target="_blank">
<li>Geração X, Y & Z: podemos analisá-las à luz da análise do comportamento?</li>
</a>
<a href="https://en.wikipedia.org/wiki/Greatest_Generation" target="_blank">
<li>Greatest Generation</li>
</a>
<a href="https://www.britannica.com/topic/Lost-Generation" target="_blank">
<li>Lost Generation</li>
</a>
<a href="https://www.bbc.co.uk/bitesize/articles/zf8j92p" target="_blank">
<li>Millennials, baby boomers or Gen Z: Which one are you and what does it mean?</li>
</a>
<a href="https://www.hypeness.com.br/2015/03/novas-configuracoes-de-familias-provam-que-o-afeto-vai-muito-alem-do-tradicional-mae-pai-filhos/" target="_blank">
<li>Novas configurações de famílias provam que o amor vai muito além do tradicional “mãe + pai + filhos”</li>
</a>
<a href="https://www.eumed.net/rev/cccss/2018/12/conflitos-geracoes-babyboomers.html" target="_blank">
<li>O relacionamento e os conflitos entre as gerações baby boomers, X e Y nas empresas</li>
</a>
<a href="https://epocanegocios.globo.com/Carreira/noticia/2017/09/pesquisa-feita-em-19-paises-mostra-como-geracoes-x-y-e-z-sao-diferentes.html" target="_blank">
<li>Pesquisa feita em 19 países mostra como as gerações X, Y e Z são diferentes</li>
</a>
<a href="https://www.familysearch.org/blog/en/greatest-generation-years-characteristics/" target="_blank">
<li>The Greatest Generation: Birth Years, Characteristics, and History</li>
</a>
</ul>
</div>
<footer>Exercício de JavaScript por Romulo Craveiro |
<a href="https://github.com/romulocraveiro/geracoes" target="_blank" alt = "Link para o projeto no Github"> GitHub:
<i class="fab fa-github-square" alt="Ícone do Github"></i>
</a>
</footer>
<script src="https://kit.fontawesome.com/d6e302a14f.js" crossorigin="anonymous"></script>
</body>
</html>