-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintroducao1.html
More file actions
226 lines (200 loc) · 9.62 KB
/
introducao1.html
File metadata and controls
226 lines (200 loc) · 9.62 KB
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
<!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">
<title>O propósito do Guia do Scrum</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<!--menu superior verde com logo-->
<diV>
<nav class="navbar bg-body-tertiary">
<div class="container-fluid" style="background-color: #025159;">
<a class="navbar-brand" href="#">
<img src="imagens/logo.png" alt="Bootstrap" width="200" height="80">
</a>
<!--barra de pesquisa-->
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit" style="background-color:#020D2D; color: white; border-color: #020D2D;">Pesquisar </button>
</form>
</nav>
</div>
<!--botão home-->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<!--botão Introdução-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Introdução
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="introducao1.html">O propósito do Guia do Scrum</a></li>
<li><a class="dropdown-item" href="introducao2.html">Definição do Scrum</a></li>
</ul>
</li>
<!--botão modulo1-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Módulo 1
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="modulo1-1.html">Teoria do Scrum</a></li>
<li><a class="dropdown-item" href="modulo1-2.html">Transparência</a></li>
<li><a class="dropdown-item" href="modulo1-3.html">Inspeção</a></li>
<li><a class="dropdown-item" href="modulo1-4.html">Adaptação</a></li>
</ul>
</li>
<!--botão modulo2-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Módulo 2
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="modulo2-1.html">O Time Scrum</a></li>
<li><a class="dropdown-item" href="modulo2-2.html">O Product Owner</a></li>
<li><a class="dropdown-item" href="modulo2-3.html">O Time de Desenvolvimento</a></li>
<li><a class="dropdown-item" href="modulo2-4.html">Tamanho do Time de Desenvolvimento</a></li>
</ul>
</li>
<!--botão modulo3-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Módulo 3
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="modulo3-1.html">Eventos Scrum</a></li>
<li><a class="dropdown-item" href="modulo3-2.html">Sprint</a></li>
<li><a class="dropdown-item" href="modulo3-3.html">Reunião de Planejamento da Sprint</a></li>
<li><a class="dropdown-item" href="modulo3-4.html">Reunião Diária .</a></li>
<li><a class="dropdown-item" href="modulo3-5.html">Revisão da Sprint</a></li>
<li><a class="dropdown-item" href="modulo3-6.html">Retrospectiva da Sprint</a></li>
</ul>
</li>
<!--botão modulo4-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Módulo 4
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="modulo4-1.html">Artefatos do Scrum</a></li>
<li><a class="dropdown-item" href="modulo4-2.html">Backlog do Produto</a></li>
<li><a class="dropdown-item" href="modulo4-3.html">Backlog da Sprint</a></li>
<li><a class="dropdown-item" href="modulo4-4.html">Incremento</a>
</ul>
</li>
<!--botão modulo5-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Módulo 5
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="modulo5-1.html">Transparência do Artefato</a></li>
<li><a class="dropdown-item" href="modulo5-2.html">Definição de “Pronto”</a></li>
<li><a class="dropdown-item" href="modulo5-3.html">Conclusão</a></li>
</ul>
</li>
<!--botão teste-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Teste
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="teste1.html">Prova</a></li>
<li><a class="dropdown-item" href="teste2.html">Certificado</a></li>
</li>
</div>
</nav>
</header>
<main>
<div class="content">
<h1 style="font-family: 'Big Shoulders Display', cursive; padding-top: 50px; margin: center; text-align:center;padding-bottom: 50;">O propósito do Guia do Scrum</h1>
<div class="inframe_time">
<iframe width="800px" height="500px" style="display: flex; margin: auto; padding-top: 50px; " src="" title="Time Scrum: quais são os membros indispensáveis em um projeto ágil" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<p style=" font-family: 'Times New Roman', Times, serif; text-align: justify; font-size: 22px; width: 50%; margin: auto; padding-top: 100px; ">
O propósito do Guia do Scrum é um framework para desenvolver e manter produtos complexos. Este guia contém a definição do Scrum. Esta definição consiste em papéis, eventos, artefatos e as regras do Scrum que unem os demais e os mantém integrados. Ken Schwaber e Jeff Sutherland desenvolveram o Scrum;
O Guia do Scrum é escrito e fornecido por eles. Juntos, eles apoiam o Guia do Scrum.
<br>
A metodologia Scrum é uma excelente alternativa para realizar projetos complexos na empresa. Baseada nos princípios dos métodos ágeis, ela tem como objetivo reduzir o tempo de entrega de produtos e se adaptar a mudanças com maior facilidade durante as etapas produtivas.
</p>
</div>
</main>
</div>
<footer>
<div id="footer_content">
<div id="footer_contacts">
<h1>Nossas Redes</h1>
<p>Fique por dentro</p>
<div id="footer_social_media">
<a href="https://github.com/ScrumerDataAPI/API" class="footer-link" id="github">
<i class="fa-brands fa-github" style="color: #fafafa;"></i>
</a>
<a href="https://pt-br.facebook.com/" class="footer-link" id="facebook">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="https://www.whatsapp.com/?lang=pt_br" class="footer-link" id="whatsapp">
<i class="fa-brands fa-whatsapp"></i>
</a>
</div>
</div>
<ul class="footer-list">
<li>
<h3>Sobre</h3>
</li>
<li>
<a href="#" class="footer-link">Nossa História</a>
</li>
<li>
<a href="#" class="footer-link">Inovação</a>
</li>
<li>
<a href="#" class="footer-link">Equipe Técnica</a>
</li>
</ul>
<ul class="footer-list">
<li>
<h3>Cursos</h3>
</li>
<li>
<a href="#" class="footer-link">Scrum</a>
</li>
<li>
<a href="https://github.com/users/ScrumerDataAPI/projects/12/views/4" class="footer-link">Kanban</a>
</li>
<li>
<a href="https://github.com/ScrumerDataAPI/API" class="footer-link">GitHub</a>
</li>
</ul>
<div id="footer_subscribe">
<h3>Inscreva-se</h3>
<p>
Entre com seu email para receber nossas novidades
</p>
<div id="input_group">
<input type="email" id="email">
<button>
<i class="fa-regular fa-envelope"></i>
</button>
</div>
</div>
</div>
<div id="footer_copyright">
©
2023 all rights reserved
</div>
</footer>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</html>'