-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
281 lines (267 loc) · 15.4 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
<!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="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<title>Projeto Bootstrap</title>
</head>
<body>
<!--menu-->
<nav class="navbar navbar-expand-lg navbar-dark cor_menu">
<div class="container">
<a class="navbar-brand" href="#"><i style="font-size: 25px;" class="bi bi-bootstrap-fill"></i></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarScroll" aria-controls="navbarScroll" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarScroll">
<ul class="navbar-nav me-auto my-2 my-lg-0 navbar-nav-scroll" style="--bs-scroll-height: 100px;">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Examples</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Icons</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Themes</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Blog</a>
</li>
</ul>
<ul class="navbar-nav flex-row flex-wrap ms-md-auto">
<li class="nav-item col-6 col-md-auto"><a class="nav-link active" href="#"><i class="bi bi-github"></i></a></li>
<li class="nav-item col-6 col-md-auto"><a class="nav-link active" href="#"><i class="bi bi-twitter"></i></a></li>
<li class="nav-item col-6 col-md-auto"><a class="nav-link active" href="#"><i class="bi bi-slack"></i></a></li>
<li class="nav-item col-6 col-md-auto"><a class="nav-link active" href="#"><i class="bi bi-alarm-fill"></i></a></li>
</ul>
<button type="button" class="btn btn-outline-warning">Download</button>
</div>
</div>
</nav>
<!--menu-->
<!-- conteudo -->
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="texto_inicial">Build fast, responsive sites with Bootstrap</h1>
<p class="lead paragrafo_inicial">Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.</p>
<a href="#" class="btn btn-lg btn-bd-primary">Get Started</a>
<button type="button" class="btn btn-lg btn-outline-secondary">Download</button><br>
<p class="text-muted mt-3">Currently <b>v5.1.1</b> · <a class="link-secondary" href="#">v4.6.x docs</a> · <a class="link-secondary" href="#">All releases</a></p>
</div>
<div class="col-md-6">
<img src="img/logo.png">
</div>
</div>
</div>
</section>
<!-- conteudo -->
<section>
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/tag.jpg" class="mt-5"><br>
<h1 class="display-5 fw-normal">Installation</h1>
<p class="lead paragrafo_inicial">
Install Bootstrap’s source Sass and JavaScript files via npm, Composer, or Meteor.
</p>
<p>Package managed installs don’t include documentation or our full build scripts. You can also <a href="#"> use our npm template repo</a> to quickly generate a Bootstrap project via npm.</p>
<button type="button" class="btn btn-lg btn-outline-primary">Read installation docs</button>
</div>
<div class="col-md-6">
<img class="img-fluid" src="img/parte1.jpg">
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/cloud.jpg"><br>
<h1 class="display-5 fw-normal">jsDelivr</h1>
<p class="lead paragrafo_inicial">
When you only need to include Bootstrap’s compiled CSS or JS, you can use <a href="#">jsDelivr</a>.
</p>
<p>See it in action with our simple <a href="#">starter template</a>, or <a href="#">browse the examples</a> to jumpstart your next project. You can also choose to include Popper and our JS <a href="#">separately</a>.</p>
<button type="button" class="btn btn-lg btn-outline-primary">Explore the docs</button>
</div>
<div class="col-md-6">
<div class="highlight bg-light">
<pre tabindex="0" class="chroma"><code class="language-html" data-lang="html"><span class="c"><!-- CSS only --></span>
<span class="p"><</span><span class="nt">link</span> <span class="na">href</span><span class="o">=</span><span class="s">"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"</span> <span class="na">rel</span><span class="o">=</span><span class="s">"stylesheet"</span> <span class="na">integrity</span><span class="o">=</span><span class="s">"sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU"</span> <span class="na">crossorigin</span><span class="o">=</span><span class="s">"anonymous"</span><span class="p">></span>
</code></pre>
</div><br><br>
<div class="highlight bg-light">
<pre tabindex="0" class="chroma"><code class="language-html" data-lang="html"><span class="c"><!-- JavaScript Bundle with Popper --></span>
<span class="p"><</span><span class="nt">script</span> <span class="na">src</span><span class="o">=</span><span class="s">"https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"</span> <span class="na">integrity</span><span class="o">=</span><span class="s">"sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"</span> <span class="na">crossorigin</span><span class="o">=</span><span class="s">"anonymous"</span><span class="p">></</span><span class="nt">script</span><span class="p">></span>
</code></pre>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/icons.jpg"><br>
<h1 class="display-5 fw-normal">Official Themes</h1>
<p class="lead paragrafo_inicial">
For the first time ever, Bootstrap has its own open source SVG icon library, designed to work best with our components and documentation.
</p>
<p>Bootstrap Icons are designed to work best with Bootstrap components, but they’ll work in any project. They’re SVGs, so they scale quickly and easily, can be implemented in several ways, and can be styled with CSS.</p>
<button type="button" class="btn btn-lg btn-outline-primary">Get Bootstrap Icons</button>
</div>
<div class="col-md-6">
<img class="img-fluid" src="img/bootstrap-icons.png">
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/themes.jpg"><br>
<h1 class="display-5 fw-normal">Official Themes</h1>
<p class="lead paragrafo_inicial">
Take Bootstrap to the next level with premium themes from the <a href="#">official Bootstrap Themes marketplace</a>.
</p>
<p>Themes are built on Bootstrap as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools.</p>
<button type="button" class="btn btn-lg btn-outline-primary">Browse themes</button>
</div>
<div class="col-md-6">
<img class="img-fluid" src="img/bootstrap-themes.png">
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="card text-white bg-primary mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Primary card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-secondary mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Secondary card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-success mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Success card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card text-white bg-danger mb-3" style="max-width: 18rem;">
<div class="card-header">Header</div>
<div class="card-body">
<h5 class="card-title">Danger card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<h1 class="display-5 fw-normal">Exemplos de vídeos</h1>
<div class="col-md-6">
<iframe width="560" height="315" src="https://www.youtube.com/embed/WYXTBoLADaw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col-md-6">
<iframe width="560" height="315" src="https://www.youtube.com/embed/XtWReAuMe-s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<footer class="bd-footer py-5 mt-5 bg-light">
<div class="container py-5">
<div class="row">
<div class="col-lg-3 mb-3">
<a class="d-inline-flex align-items-center mb-2 link-dark text-decoration-none" href="/" aria-label="Bootstrap">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" class="d-block me-2" viewBox="0 0 118 94" role="img"><title>Bootstrap</title><path fill-rule="evenodd" clip-rule="evenodd" d="M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM80 57.863C80 66.663 73.436 72 62.543 72H44a2 2 0 01-2-2V24a2 2 0 012-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C75.317 46.394 80 51.21 80 57.863zM60.521 28.34H49.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zM49.948 49.2v16.458H60.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H49.948z" fill="currentColor"></path></svg>
<span class="fs-5">Bootstrap</span>
</a>
<ul class="list-unstyled small text-muted">
<li class="mb-2">Designed and built with all the love in the world by the <a href="/docs/5.1/about/team/">Bootstrap team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</li>
<li class="mb-2">Code licensed <a href="https://github.com/twbs/bootstrap/blob/main/LICENSE" target="_blank" rel="license noopener">MIT</a>, docs <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener">CC BY 3.0</a>.</li>
<li class="mb-2">Currently v5.1.1.</li>
</ul>
</div>
<div class="col-6 col-lg-2 offset-lg-1 mb-3">
<h5>Links</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="/">Home</a></li>
<li class="mb-2"><a href="/docs/5.1/">Docs</a></li>
<li class="mb-2"><a href="/docs/5.1/examples/">Examples</a></li>
<li class="mb-2"><a href="https://themes.getbootstrap.com/">Themes</a></li>
<li class="mb-2"><a href="https://blog.getbootstrap.com/">Blog</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>Guides</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="/docs/5.1/getting-started/">Getting started</a></li>
<li class="mb-2"><a href="/docs/5.1/examples/starter-template/">Starter template</a></li>
<li class="mb-2"><a href="/docs/5.1/getting-started/webpack/">Webpack</a></li>
<li class="mb-2"><a href="/docs/5.1/getting-started/parcel/">Parcel</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>Projects</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="https://github.com/twbs/bootstrap">Bootstrap 5</a></li>
<li class="mb-2"><a href="https://github.com/twbs/bootstrap/tree/v4-dev">Bootstrap 4</a></li>
<li class="mb-2"><a href="https://github.com/twbs/icons">Icons</a></li>
<li class="mb-2"><a href="https://github.com/twbs/rfs">RFS</a></li>
<li class="mb-2"><a href="https://github.com/twbs/bootstrap-npm-starter">npm starter</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>Community</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="https://github.com/twbs/bootstrap/issues">Issues</a></li>
<li class="mb-2"><a href="https://github.com/twbs/bootstrap/discussions">Discussions</a></li>
<li class="mb-2"><a href="https://github.com/sponsors/twbs">Corporate sponsors</a></li>
<li class="mb-2"><a href="https://opencollective.com/bootstrap">Open Collective</a></li>
<li class="mb-2"><a href="https://bootstrap-slack.herokuapp.com/">Slack</a></li>
<li class="mb-2"><a href="https://stackoverflow.com/questions/tagged/bootstrap-5">Stack Overflow</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/bootstrap.bundle.min.js"></script>
</body>
</html>