-
Notifications
You must be signed in to change notification settings - Fork 56
/
masthead.html
38 lines (38 loc) · 2.47 KB
/
masthead.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
<div class="bd-masthead mb-3" id="content">
<div class="container-xxl bd-gutter">
<div class="col-md-8 mx-auto text-center">
<div class="d-flex flex-column flex-lg-row justify-content-center align-items-center mb-4 text-dark lh-sm text-decoration-none">
<small class="d-inline-flex me-2 mb-2 mb-lg-0 px-2 py-1 fw-bold bg-light border border-light">New in v5.2</small>
<span class="text-muted">CSS variables, responsive offcanvas, new utilities, and more!</span>
</div>
<div id="boosted" class="bg-dark text-white d-flex align-items-end justify-content-center mx-auto my-3" role="presentation">
<span class="d-inline-flex mb-3 display-0">B<span class="text-primary bg-transparent">oo</span>sted</span>
</div>
<h1 class="mb-3 display-1">Orange B<span class="text-primary">oo</span>sted<br>with Bootstrap</h1>
<p class="lead mb-2">
Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins.
</p>
<p class="lead mb-4">
Orange Boosted is a Bootstrap based, Orange branded accessible and ergonomic components library.
</p>
<div class="d-flex flex-column flex-md-row align-items-md-center justify-content-md-center gap-3 mb-4">
<div class="d-inline-block v-align-middle fs-5" style="min-width: fit-content;">
{{ highlight (printf ("npm install boosted@%s") .Site.Params.current_version) "sh" "" }}
</div>
<a href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/" class="btn btn-lg btn-primary" onclick="ga('send', 'event', 'Jumbotron actions', 'Get started', 'Get started');">
<svg class="bi me-2 fs-2" aria-hidden="true"><use xlink:href="#book-half"></use></svg>
Read the docs
</a>
</div>
<p class="text-muted mb-0">
Currently <strong>v{{ .Site.Params.current_version }}</strong>
<span class="px-1">·</span>
<a href="/docs/{{ .Site.Params.docs_version }}/getting-started/download/" class="link-secondary">Download</a>
<span class="px-1">·</span>
<a href="https://boosted.orange.com/docs/4.6/getting-started/introduction/" class="link-secondary text-nowrap">v4.6.x docs</a>
<span class="px-1">·</span>
<a href="/docs/versions/" class="link-secondary text-nowrap">All releases</a>
</p>
</div>
</div>
</div>