aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-31 13:56:20 -0800
committerMark Otto <[email protected]>2013-12-31 13:56:20 -0800
commit905adb5b838e58558195f45935b908e0980be7cd (patch)
tree4a9f5ac0e04fb0fe5a96b826a6d8069edae52414 /docs
parentb253cb2c1e34a41940c4933fb95c46da833fc5f9 (diff)
downloadbootstrap-905adb5b838e58558195f45935b908e0980be7cd.tar.xz
bootstrap-905adb5b838e58558195f45935b908e0980be7cd.zip
fix homepage images
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/img/components.pngbin0 -> 6902 bytes
-rw-r--r--docs/assets/img/devices.pngbin0 -> 8275 bytes
-rw-r--r--docs/assets/img/sass-less.pngbin0 -> 32605 bytes
-rw-r--r--docs/index.html6
4 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/img/components.png b/docs/assets/img/components.png
new file mode 100644
index 000000000..4afe8f5d8
--- /dev/null
+++ b/docs/assets/img/components.png
Binary files differ
diff --git a/docs/assets/img/devices.png b/docs/assets/img/devices.png
new file mode 100644
index 000000000..68e1bbb49
--- /dev/null
+++ b/docs/assets/img/devices.png
Binary files differ
diff --git a/docs/assets/img/sass-less.png b/docs/assets/img/sass-less.png
new file mode 100644
index 000000000..7a2bbf54c
--- /dev/null
+++ b/docs/assets/img/sass-less.png
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index 1402f1242..ff1fe607c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,17 +25,17 @@ title: Bootstrap
<div class="row">
<div class="col-sm-4">
- <img src="docs-assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
+ <img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
<h3>Preprocesors</h3>
<p>In addition to vanilla CSS, Bootstrap includes support for the two most popular CSS preprocessors, <a href="{{ page.base_url }}css#using-less">Less</a> and <a href="{{ page.base_url }}css#using-sass">Sass</a>.</p>
</div>
<div class="col-sm-4">
- <img src="docs-assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
+ <img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
<h3>One framework, every device.</h3>
<p>Bootstrap easily and efficiently scales your project from phones to tablets to desktops with a single CSS file.</p>
</div>
<div class="col-sm-4">
- <img src="docs-assets/img/components.png" alt="Components" class="img-responsive">
+ <img src="assets/img/components.png" alt="Components" class="img-responsive">
<h3>Comprehensive docs</h3>
<p>With Bootstrap, you get extensive and beautiful documentation with hundreds of live examples, code snippets, and more.</p>
</div>