mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
updated homepage docs to distill strapline
This commit is contained in:
parent
358e3a53f7
commit
9c1ec6fb98
@ -69,7 +69,7 @@ hr.soften {
|
|||||||
}
|
}
|
||||||
.jumbotron h1 {
|
.jumbotron h1 {
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
font-size: 108px;
|
font-size: 90px;
|
||||||
letter-spacing: -1px;
|
letter-spacing: -1px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
@ -108,6 +108,8 @@ hr.soften {
|
|||||||
}
|
}
|
||||||
.masthead p {
|
.masthead p {
|
||||||
margin: 0 5% 27px;
|
margin: 0 5% 27px;
|
||||||
|
font-size: 30px;
|
||||||
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -70,7 +70,8 @@
|
|||||||
<header class="jumbotron masthead">
|
<header class="jumbotron masthead">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h1>Twitter Bootstrap</h1>
|
<h1>Twitter Bootstrap</h1>
|
||||||
<p class="lead">Bootstrap is a comprehensive front-end toolkit from Twitter designed to kickstart web development. It features HTML, CSS, and JS for dozens of base elements, commonly used design components, and more.</p>
|
<!-- <p class="lead">Bootstrap is a front-end web development toolkit from Twitter that provides simple and flexible HTML, CSS, and Javascript for common user interface components and interactions.</p>
|
||||||
|
--> <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
|
||||||
<p class="download-info">
|
<p class="download-info">
|
||||||
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">View project on GitHub</a>
|
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">View project on GitHub</a>
|
||||||
<a href="./download.html" class="btn btn-large">Customize and download</a>
|
<a href="./download.html" class="btn btn-large">Customize and download</a>
|
||||||
|
2
docs/templates/pages/index.mustache
vendored
2
docs/templates/pages/index.mustache
vendored
@ -5,7 +5,7 @@
|
|||||||
<header class="jumbotron masthead">
|
<header class="jumbotron masthead">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h1>{{_i}}Twitter Bootstrap{{/i}}</h1>
|
<h1>{{_i}}Twitter Bootstrap{{/i}}</h1>
|
||||||
<p class="lead">{{_i}}Bootstrap is a comprehensive front-end toolkit from Twitter designed to kickstart web development. It features HTML, CSS, and JS for dozens of base elements, commonly used design components, and more.{{/i}}</p>
|
<p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p>
|
||||||
<p class="download-info">
|
<p class="download-info">
|
||||||
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">{{_i}}View project on GitHub{{/i}}</a>
|
<a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">{{_i}}View project on GitHub{{/i}}</a>
|
||||||
<a href="./download.html" class="btn btn-large">{{_i}}Customize and download{{/i}}</a>
|
<a href="./download.html" class="btn btn-large">{{_i}}Customize and download{{/i}}</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user