-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (247 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en">
<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>Document</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- fontAwesome cdn -->
<script src="https://kit.fontawesome.com/67a59462b3.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navbar section-->
<nav class="navbar">
<div class="navbar-left">
<div><a href="#"><i class="fa-brands fa-bootstrap"></i></a></div>
<div><a href="#">Home</a></div>
<div><a href="https://getbootstrap.com/docs/5.1/getting-started/introduction/">Docs</a></div>
<div><a href="https://getbootstrap.com/docs/5.1/examples/">Examples</a></div>
<div><a href="https://icons.getbootstrap.com/">Icons</a></div>
<div><a href="https://themes.getbootstrap.com/">Themes</a></div>
<div><a href="https://blog.getbootstrap.com/">Blog</a></div>
</div>
<div class="navbar-right">
<div><a href="https://github.com/twbs"><i class="fa-brands fa-github"></i></a></div>
<div><a href="https://twitter.com/getbootstrap"><i class="fa-brands fa-twitter"></i></a></div>
<div><a href="https://bootstrap-slack.herokuapp.com/"><i class="fa-brands fa-slack"></i></a></div>
<div><a href="https://opencollective.com/bootstrap"><i class="fa-brands fa-chrome"></i></a></div>
<div><a href="#"><button type="submit">Download</button></a></div>
<div><i class="fa-solid fa-bars hidden-nav"></i></div>
</div>
</nav>
<!-- Main Content section -->
<main>
<!-- title section of main content area -->
<section class="main-section-header">
<div class="col_1">
<p class="title-text">Build fast, responsive sites with Bootstrap</p>
<p class="subtitle-text">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>
<div class="title-btns">
<span><button class="btn-getStarted" type="submit">Get started</button></span>
<span><button class="btn-download" type="submit">Download</button></span>
</div>
<div class="version-section">
<span>Currently <strong>v5.1.3</strong></span> <span class="bullet"><i
class="fa-solid fa-circle"></i></span><span class="underline">v4.6x docs</span><span
class="bullet"><i class="fa-solid fa-circle"></i></span><span class="underline">All
releases</span>
</div>
<div class="add-box-wrapper">
<button disabled class="add-box">
<div class="col">
<img height="120"
src="https://www.udacity.com/blog/wp-content/uploads/2021/02/Azure-Machine-Learning_Blog-scaled.jpeg"
alt="mini-img">
</div>
<div class="col">
<p>Automate machine learning to increase developer productivity with Azure. <br> <br> ads
via Carbon</p>
</div>
</button>
</div>
</div>
<div class="main-title-img-container col_2">
<img id="img" height="300" src="https://icons.getbootstrap.com/assets/img/icons-hero.png" alt="img">
</div>
</section>
<!-- Body of main content section -->
<!-- Consist of four 1-row / 2-col grids -->
<section class="features-section-wrapper">
<div class="icon-row">
<div class="icon installation">
<i class="fa-solid fa-chevron-left"></i>
<i class="fa-solid fa-chevron-right"></i>
</div>
</div>
<div class="row features-section">
<div class="col-6">
<p class="features-section-header">Installation</p>
<p class="features-section-subheader">Install Bootstrap's source Sass and JavaScript fliles
via npm, Composer, or Meteror.
</p>
<p class="features-section-description">Package managed installs don't include doccumentation or
our full build scripts. You can also <a href="https://github.com/twbs/bootstrap-npm-starter">use
our npm
template repo</a> to quickly generate
a Bootstrap project via npm.
</p>
<button class="features-btn">Read installation docs</button>
</div>
<div class="installation-npm-links-container">
<div class="installation-npm-links">
<p class="npm-text"><span class="dollar-sign">$</span> npm install bootstrap</p>
<button class="mini-button-link">Copy</button>
</div>
<div class="installation-npm-links">
<p class="npm-text"><span class="dollar-sign">$</span> gem install bootstrap -v 5.1.3</p>
<button class="mini-button-link">Copy</button>
</div>
</div>
</div>
<div class="icon-row">
<div class="icon jsDelivr">
<i class="fa-solid fa-cloud"></i>
</div>
</div>
<div class="row jsDeliver-section">
<div class="col-6">
<p class="features-section-header header">jsDelivr</p>
<p class="features-section-subheader subheader">When you only need to include Bootstrap's compiled
CSS or JS,
you can use <a href="https://www.jsdelivr.com/">jsDelivr</a>
</p>
<p class="features-section-description description">See it in action with our simple <a
href="https://getbootstrap.com/docs/5.1/getting-started/introduction/#starter-template">starter
template</a>, or <a href="https://getbootstrap.com/docs/5.1/examples/">browse the
examples</a> to
jumpstart
your next project. You can also choose to include Popper and our JS <a
href="https://getbootstrap.com/docs/5.1/getting-started/introduction/#separate">separatlely</a>.
</p>
<button class="features-btn">Explore the docs</button>
</div>
<div class="jsDelivr-npm-links-container">
<div class="jsDelivr-npm-links">
<p class="bs-link-color"><span class="href-color">link href</span><span
class="operator-color">=</span>"https://cdn.jsdelivr.net/npm/[email protected]/css/bootstrap.min.css"
</p>
<button class="mini-button-link">Copy</button>
</div>
<div class="jsDelivr-npm-links">
<p class="bs-link-color"><span class="href-color">script src</span><span
class="operator-color">=</span>"https://cdn.jsdelivr.net/npm/[email protected]/js/bootstrap.buncdle.min.js"
</p>
<button class="mini-button-link">Copy</button>
</div>
</div>
</div>
<div class="icon-row">
<div class="icon BS-icons">
<i class="fa-brands fa-chromecast"></i>
</div>
</div>
<div class="row features-section">
<div class="col-6">
<p class="features-section-header header">Bootstrap Icons</p>
<p class="features-section-subheader subheader">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 class="features-section-description description">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 class="features-btn">Get Bootstrap Icons</button>
</div>
<div class="BS-img-container">
<img src="https://getbootstrap.com/docs/5.1/assets/img/bootstrap-icons.png" alt="">
</div>
</div>
<div class="icon-row">
<div class="icon official-themes">
<i class="fa-solid fa-droplet"></i>
</div>
</div>
<div class="row features-section">
<div class="col-6">
<p class="features-section-header header">Official Themes</p>
<p class="features-section-subheader subheader">Take Bootstrap to the next level with premium themes
from the
<a href="https://themes.getbootstrap.com/">official Bootstrap Themes marketplace</a>.
</p>
<p class="features-section-description description">Themes are built on Bootstrap as their own
extended
frameworks, rich with new components and plugins,
documentation, and powerful build tools.
</p>
<button class="features-btn"> Browse themes</button>
</div>
<div class="official-themes-img-container">
<img src="https://getbootstrap.com/docs/5.1/assets/img/bootstrap-themes.png"
alt="official_themes_img">
</div>
</div>
</section>
</main>
<!-- Footer Section -->
<footer>
<!-- 1 row 5-columns -->
<div class="footer-section footer-row">
<div class="col footer-title-wrapper">
<div class="BS-footer-subtitle">
<a href="#"><i class="fa-brands fa-bootstrap footer-subtitle"></i><span> Bootstrap</span></a>
</div>
<p>Designed and built with all the love in the world by the <a
href="https://getbootstrap.com/docs/5.1/about/team/">Bootstrap team</a>
with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our
contributors.</a>
</p>
<p>Code liscensed <a href="https://github.com/twbs/bootstrap/blob/main/LICENSE">MIT</a>, doc <a
href="https://creativecommons.org/licenses/by/3.0/">CC By 3.0</a>.</p>
<p>Currently v5.1.3.</p>
</div>
<div class="col">
<p class="footer-subtitle">Links</p>
<p><a class="footer-links" href="">Home</a></p>
<p><a class="footer-links" href="">Docs</a></p>
<p><a class="footer-links" href="">Examples</a></p>
<p><a class="footer-links" href="">Themes</a></p>
<p><a class="footer-links" href="">Blog</a></p>
</div>
<div class="col">
<p class="footer-subtitle">Guides</p>
<p><a class="footer-links" href="">Getting started</a></p>
<p><a class="footer-links" href="">Starter template</a></p>
<p><a class="footer-links" href="">Webpack</a></p>
<p><a class="footer-links" href="">Parcel</a></p>
</div>
<div class="col">
<p class="footer-subtitle">Projects</p>
<p><a class="footer-links" href="">Bootstrap 5</a></p>
<p><a class="footer-links" href="">Bootstrap 4</a></p>
<p><a class="footer-links" href="">Icons</a></p>
<p><a class="footer-links" href="">RFS</a></p>
<p><a class="footer-links" href="">npm starter</a></p>
</div>
<div class="col">
<p class="footer-subtitle">Community</p>
<p><a class="footer-links" href="">Issues</a></p>
<p><a class="footer-links" href="">Discussions</a></p>
<p><a class="footer-links" href="">Corporate sponsors</a></p>
<p><a class="footer-links" href="">Open Collective</a></p>
<p><a class="footer-links" href="">Slack</a></p>
<p><a class="footer-links" href="">Stack Overflow</a></p>
</div>
</div>
</footer>
</body>
</html>