mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
This commit is contained in:
33
docs/templates/pages/index.mustache
vendored
33
docs/templates/pages/index.mustache
vendored
@@ -147,38 +147,5 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<hr class="soften">
|
||||
|
||||
<!-- Quickstart options
|
||||
================================================== -->
|
||||
<h1>{{_i}}Get started in no time.{{/i}}</h1>
|
||||
<p class="marketing-byline">{{_i}}Quickly start using Bootstrap within your workflow and development process.{{/i}}</p>
|
||||
<div class="getting-started">
|
||||
<div class="row">
|
||||
<div class="span4">
|
||||
<h3>{{_i}}Prostyle with Node{{/i}}</h3>
|
||||
<p>{{_i}}If you use Node, download the repo, customize Bootstrap, and run make.{{/i}}</p>
|
||||
<pre class="prettyprint">
|
||||
$ git clone git@github.com:twitter/bootstrap.git
|
||||
$ make</pre>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<h3>{{_i}}Hotlink the CSS{{/i}}</h3>
|
||||
<p>{{_i}}For the quickest and easiest start, just copy this snippet into your code to get the CSS.{{/i}}</p>
|
||||
<form>
|
||||
<textarea class="copy-code" rows="1"><link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.min.css"></textarea>
|
||||
</form>
|
||||
</div>
|
||||
<div class="span4">
|
||||
<h3>{{_i}}Use LESS.js{{/i}}</h3>
|
||||
<p>{{_i}}A fan of using LESS? No problem, just link to the appropriate .less and .js files:{{/i}}</p>
|
||||
<form>
|
||||
<textarea class="copy-code" rows="2"><link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
||||
<script src="/path/to/less.js"></script></textarea>
|
||||
</form>
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div><!-- /getting-started -->
|
||||
|
||||
</div><!-- /.marketing -->
|
||||
</div><!-- /#overview -->
|
||||
Reference in New Issue
Block a user