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/_includes/ads.html | 1 + bower_components/bootstrap/_includes/footer.html | 26 +++++ bower_components/bootstrap/_includes/header.html | 43 ++++++++ .../bootstrap/_includes/nav-components.html | 112 +++++++++++++++++++++ bower_components/bootstrap/_includes/nav-css.html | 76 ++++++++++++++ .../bootstrap/_includes/nav-customize.html | 40 ++++++++ .../bootstrap/_includes/nav-getting-started.html | 22 ++++ .../bootstrap/_includes/nav-javascript.html | 88 ++++++++++++++++ bower_components/bootstrap/_includes/nav-main.html | 29 ++++++ .../bootstrap/_includes/old-bs-docs.html | 8 ++ .../bootstrap/_includes/social-buttons.html | 16 +++ 11 files changed, 461 insertions(+) create mode 100644 bower_components/bootstrap/_includes/ads.html create mode 100644 bower_components/bootstrap/_includes/footer.html create mode 100644 bower_components/bootstrap/_includes/header.html create mode 100644 bower_components/bootstrap/_includes/nav-components.html create mode 100644 bower_components/bootstrap/_includes/nav-css.html create mode 100644 bower_components/bootstrap/_includes/nav-customize.html create mode 100644 bower_components/bootstrap/_includes/nav-getting-started.html create mode 100644 bower_components/bootstrap/_includes/nav-javascript.html create mode 100644 bower_components/bootstrap/_includes/nav-main.html create mode 100644 bower_components/bootstrap/_includes/old-bs-docs.html create mode 100644 bower_components/bootstrap/_includes/social-buttons.html (limited to 'bower_components/bootstrap/_includes') diff --git a/bower_components/bootstrap/_includes/ads.html b/bower_components/bootstrap/_includes/ads.html new file mode 100644 index 00000000..495e7ba4 --- /dev/null +++ b/bower_components/bootstrap/_includes/ads.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/bower_components/bootstrap/_includes/footer.html b/bower_components/bootstrap/_includes/footer.html new file mode 100644 index 00000000..47a671b2 --- /dev/null +++ b/bower_components/bootstrap/_includes/footer.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + diff --git a/bower_components/bootstrap/_includes/header.html b/bower_components/bootstrap/_includes/header.html new file mode 100644 index 00000000..0a418d48 --- /dev/null +++ b/bower_components/bootstrap/_includes/header.html @@ -0,0 +1,43 @@ + + + + + + + {% if page.title == "Bootstrap" %} + {{ page.title }} + {% else if %} + {{ page.title }} · Bootstrap + {% endif %} + + + + + + + + + + + + + + + + + + + + diff --git a/bower_components/bootstrap/_includes/nav-components.html b/bower_components/bootstrap/_includes/nav-components.html new file mode 100644 index 00000000..514dcfed --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-components.html @@ -0,0 +1,112 @@ +
  • + Dropdowns + +
  • +
  • + Button groups + +
  • +
  • + Button dropdowns + +
  • +
  • + Navs + +
  • +
  • + Navbar + +
  • +
  • Breadcrumbs
  • +
  • + Pagination + +
  • +
  • Labels
  • +
  • Badges
  • +
  • + Typography + +
  • +
  • Thumbnails
  • +
  • + Alerts + +
  • +
  • + Progress bars + +
  • +
  • Media object
  • +
  • + List group + +
  • +
  • + Panels + +
  • +
  • Wells
  • diff --git a/bower_components/bootstrap/_includes/nav-css.html b/bower_components/bootstrap/_includes/nav-css.html new file mode 100644 index 00000000..fb00465c --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-css.html @@ -0,0 +1,76 @@ +
  • + Overview + +
  • +
  • + Glyphicons +
  • +
  • + Grid system + +
  • +
  • + Typography + +
  • +
  • Code
  • +
  • + Tables + +
  • +
  • + Forms + +
  • +
  • + Buttons + +
  • +
  • Images
  • +
  • Helper classes
  • +
  • Responsive utilities
  • diff --git a/bower_components/bootstrap/_includes/nav-customize.html b/bower_components/bootstrap/_includes/nav-customize.html new file mode 100644 index 00000000..661a2607 --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-customize.html @@ -0,0 +1,40 @@ +
  • + LESS components +
  • +
  • + jQuery plugins +
  • +
  • + LESS variables + +
  • +
  • + Download +
  • diff --git a/bower_components/bootstrap/_includes/nav-getting-started.html b/bower_components/bootstrap/_includes/nav-getting-started.html new file mode 100644 index 00000000..022d335c --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-getting-started.html @@ -0,0 +1,22 @@ +
  • + Download Bootstrap + +
  • +
  • + What's included +
  • +
  • + Basic template +
  • +
  • + Browser support +
  • +
  • + License FAQs +
  • +
  • + Customizing Bootstrap +
  • \ No newline at end of file diff --git a/bower_components/bootstrap/_includes/nav-javascript.html b/bower_components/bootstrap/_includes/nav-javascript.html new file mode 100644 index 00000000..365fe1a1 --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-javascript.html @@ -0,0 +1,88 @@ +
  • + Overview + +
  • +
  • Transitions
  • +
  • + Modal + +
  • +
  • + Dropdown + +
  • +
  • + Scrollspy + +
  • +
  • + Tab + +
  • +
  • + Tooltip + +
  • +
  • + Popover + +
  • +
  • + Alert + +
  • +
  • + Button + +
  • +
  • + Collapse + +
  • +
  • + Carousel + +
  • +
  • + Affix + +
  • diff --git a/bower_components/bootstrap/_includes/nav-main.html b/bower_components/bootstrap/_includes/nav-main.html new file mode 100644 index 00000000..d7f5a0ee --- /dev/null +++ b/bower_components/bootstrap/_includes/nav-main.html @@ -0,0 +1,29 @@ + diff --git a/bower_components/bootstrap/_includes/old-bs-docs.html b/bower_components/bootstrap/_includes/old-bs-docs.html new file mode 100644 index 00000000..53635043 --- /dev/null +++ b/bower_components/bootstrap/_includes/old-bs-docs.html @@ -0,0 +1,8 @@ +
    +
    + + Looking for Bootstrap 2.3.2 docs? + + We've moved it to a new home while we push forward with Bootstrap 3. Read the blog for details. +
    +
    diff --git a/bower_components/bootstrap/_includes/social-buttons.html b/bower_components/bootstrap/_includes/social-buttons.html new file mode 100644 index 00000000..3700ecd1 --- /dev/null +++ b/bower_components/bootstrap/_includes/social-buttons.html @@ -0,0 +1,16 @@ +
    + +
    -- cgit v1.2.3