From 4642156cbc6da4a9e25dce2168f2fb9b726de042 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Tue, 6 Aug 2013 15:19:12 -0400 Subject: unignore bower_components --- bower_components/bootstrap/_layouts/customize.html | 51 +++++++++++++++ bower_components/bootstrap/_layouts/default.html | 74 ++++++++++++++++++++++ bower_components/bootstrap/_layouts/home.html | 42 ++++++++++++ 3 files changed, 167 insertions(+) create mode 100644 bower_components/bootstrap/_layouts/customize.html create mode 100644 bower_components/bootstrap/_layouts/default.html create mode 100644 bower_components/bootstrap/_layouts/home.html (limited to 'bower_components/bootstrap/_layouts') diff --git a/bower_components/bootstrap/_layouts/customize.html b/bower_components/bootstrap/_layouts/customize.html new file mode 100644 index 00000000..28275c3e --- /dev/null +++ b/bower_components/bootstrap/_layouts/customize.html @@ -0,0 +1,51 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + +
+
+

{{ page.title }}

+

{{ page.lead }}

+ {% include ads.html %} +
+
+ + + {% include old-bs-docs.html %} + +
+
+

Until RC2, the Bootstrap 3 customizer will be disabled. In the mean time, snag the compiled CSS and JavaScript. Hang tight!

+
+
+ + + + + + {% include footer.html %} + + + diff --git a/bower_components/bootstrap/_layouts/default.html b/bower_components/bootstrap/_layouts/default.html new file mode 100644 index 00000000..556c0fe1 --- /dev/null +++ b/bower_components/bootstrap/_layouts/default.html @@ -0,0 +1,74 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + +
+
+

{{ page.title }}

+

{{ page.lead }}

+ {% include ads.html %} +
+
+ + + {% include old-bs-docs.html %} + +
+
+
+
+ +
+
+
+ {{ content }} +
+
+ +
+ + + Back to top + + + + + + {% include footer.html %} + + + diff --git a/bower_components/bootstrap/_layouts/home.html b/bower_components/bootstrap/_layouts/home.html new file mode 100644 index 00000000..58853376 --- /dev/null +++ b/bower_components/bootstrap/_layouts/home.html @@ -0,0 +1,42 @@ + + + + + {% include header.html %} + + + + + + {% include nav-main.html %} + + + {{ content }} + + + {% include old-bs-docs.html %} + +
+ {% include social-buttons.html %} + + +
+ + + {% include footer.html %} + + + -- cgit v1.2.3