Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
912637f0
Commit
912637f0
authored
Aug 22, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
homepage docs callout
parent
6e5e9225
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
26 additions
and
6 deletions
+26
-6
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/docs.min.css.map
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/img/bs-themes.png
docs/assets/img/bs-themes.png
+0
-0
docs/assets/scss/_featurettes.scss
docs/assets/scss/_featurettes.scss
+10
-5
docs/index.html
docs/index.html
+15
-0
No files found.
docs/assets/css/docs.min.css
View file @
912637f0
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css.map
View file @
912637f0
This diff was suppressed by a .gitattributes entry.
docs/assets/img/bs-themes.png
0 → 100644
View file @
912637f0
534 KB
docs/assets/scss/_featurettes.scss
View file @
912637f0
...
@@ -12,6 +12,14 @@
...
@@ -12,6 +12,14 @@
text-align
:
left
;
text-align
:
left
;
}
}
.lead
{
margin-right
:
auto
;
margin-bottom
:
2rem
;
margin-left
:
auto
;
font-size
:
1rem
;
text-align
:
center
;
}
@include
media-breakpoint-up
(
sm
)
{
@include
media-breakpoint-up
(
sm
)
{
text-align
:
left
;
text-align
:
left
;
}
}
...
@@ -31,12 +39,9 @@
...
@@ -31,12 +39,9 @@
font-size
:
2rem
;
font-size
:
2rem
;
font-weight
:
normal
;
font-weight
:
normal
;
color
:
#333
;
color
:
#333
;
text-align
:
center
;
+
.lead
{
font-size
:
1rem
;
margin-bottom
:
2rem
;
}
}
}
.half-rule
{
.half-rule
{
width
:
6rem
;
width
:
6rem
;
margin
:
2
.5rem
auto
;
margin
:
2
.5rem
auto
;
...
...
docs/index.html
View file @
912637f0
...
@@ -78,6 +78,21 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
...
@@ -78,6 +78,21 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
</div>
</div>
</div>
</div>
<div
class=
"bd-featurette"
>
<div
class=
"container"
>
<h2
class=
"bd-featurette-title"
>
Official Bootstrap Themes.
</h2>
<p
class=
"lead"
>
Take Bootstrap to the next level with official premium themes. Each theme is it's own toolkit featuring all of Bootstrap, brand new components and plugins, full docs, build tools, and more.
</p>
<p
class=
"lead"
>
<a
href=
"{{ site.themes }}"
class=
"btn btn-bs btn-outline"
>
Browse themes
</a>
</p>
<img
class=
"img-responsive center-block"
src=
"{{ site.baseurl }}/assets/img/bs-themes.png"
alt=
"Bootstrap Themes"
width=
"1024"
height=
"388"
>
</div>
</div>
<div
class=
"bd-featurette"
>
<div
class=
"bd-featurette"
>
<div
class=
"container"
>
<div
class=
"container"
>
<h2
class=
"bd-featurette-title"
>
Built with Bootstrap.
</h2>
<h2
class=
"bd-featurette-title"
>
Built with Bootstrap.
</h2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment