From a8005b3d0b8599611e8bfc864e704b50411fcb69 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 17:41:30 -0700 Subject: flatten docs dir back into root --- _includes/ads.html | 1 + _includes/footer.html | 26 +++++++++ _includes/header.html | 45 +++++++++++++++ _includes/nav-components.html | 112 +++++++++++++++++++++++++++++++++++++ _includes/nav-css.html | 76 +++++++++++++++++++++++++ _includes/nav-customize.html | 32 +++++++++++ _includes/nav-getting-started.html | 22 ++++++++ _includes/nav-javascript.html | 28 ++++++++++ _includes/nav-main.html | 36 ++++++++++++ _includes/social-buttons.html | 16 ++++++ 10 files changed, 394 insertions(+) create mode 100644 _includes/ads.html create mode 100644 _includes/footer.html create mode 100644 _includes/header.html create mode 100644 _includes/nav-components.html create mode 100644 _includes/nav-css.html create mode 100644 _includes/nav-customize.html create mode 100644 _includes/nav-getting-started.html create mode 100644 _includes/nav-javascript.html create mode 100644 _includes/nav-main.html create mode 100644 _includes/social-buttons.html (limited to '_includes') diff --git a/_includes/ads.html b/_includes/ads.html new file mode 100644 index 000000000..495e7ba47 --- /dev/null +++ b/_includes/ads.html @@ -0,0 +1 @@ +
\ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 000000000..fcfc7c482 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,26 @@ + + + + + + + + + + + + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 000000000..af2104ebb --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,45 @@ + + + + + + + {% if page.title == "Bootstrap" %} + {{ page.title }} + {% else if %} + {{ page.title }} · Bootstrap + {% endif %} + + + + + +{% if page.layout != "example" %} + + + +{% endif %} + + + + + + + + + + + + diff --git a/_includes/nav-components.html b/_includes/nav-components.html new file mode 100644 index 000000000..514dcfed3 --- /dev/null +++ b/_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/_includes/nav-css.html b/_includes/nav-css.html new file mode 100644 index 000000000..fb00465c2 --- /dev/null +++ b/_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/_includes/nav-customize.html b/_includes/nav-customize.html new file mode 100644 index 000000000..1539b0c25 --- /dev/null +++ b/_includes/nav-customize.html @@ -0,0 +1,32 @@ +
  • + LESS components +
  • +
  • + jQuery plugins +
  • +
  • + LESS variables + +
  • +
  • + Download +
  • \ No newline at end of file diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html new file mode 100644 index 000000000..022d335cd --- /dev/null +++ b/_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/_includes/nav-javascript.html b/_includes/nav-javascript.html new file mode 100644 index 000000000..13079580b --- /dev/null +++ b/_includes/nav-javascript.html @@ -0,0 +1,28 @@ +
  • + Overview + +
  • +
  • Transitions
  • +
  • + Modal + +
  • +
  • Dropdown
  • +
  • Scrollspy
  • +
  • Tab
  • +
  • Tooltip
  • +
  • Popover
  • +
  • Alert
  • +
  • Button
  • +
  • Collapse
  • +
  • Carousel
  • +
  • Affix
  • diff --git a/_includes/nav-main.html b/_includes/nav-main.html new file mode 100644 index 000000000..40244d3a2 --- /dev/null +++ b/_includes/nav-main.html @@ -0,0 +1,36 @@ + diff --git a/_includes/social-buttons.html b/_includes/social-buttons.html new file mode 100644 index 000000000..5cef71a19 --- /dev/null +++ b/_includes/social-buttons.html @@ -0,0 +1,16 @@ +
    + +
    -- cgit v1.2.3 From 7bb8817947dd6e453dc01a5131bc964a5d74e051 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 18:14:49 -0700 Subject: finish flattening repo structure; add dist folder of compiled css/js --- _includes/footer.html | 4 ++-- _includes/header.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html index fcfc7c482..7c3bb5639 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,10 +2,10 @@ ================================================== --> - + - + diff --git a/_includes/header.html b/_includes/header.html index af2104ebb..35c2df084 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -12,7 +12,7 @@ - + {% if page.layout != "example" %} @@ -23,7 +23,7 @@ -- cgit v1.2.3