From fbc053692de67f5b18ce6d95b0bea86aaa3b2fce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 18:06:02 -0700 Subject: [PATCH] add components section to docs for isolated examples --- docs/components/alert.html | 63 +++++++++++++++++++ docs/components/breadcrumb.html | 66 ++++++++++++++++++++ docs/components/button-group.html | 71 +++++++++++++++++++++ docs/components/button.html | 61 ++++++++++++++++++ docs/components/dropdown.html | 66 ++++++++++++++++++++ docs/components/form.html | 100 ++++++++++++++++++++++++++++++ docs/components/icon.html | 60 ++++++++++++++++++ docs/components/modal.html | 72 +++++++++++++++++++++ docs/components/nav.html | 77 +++++++++++++++++++++++ docs/components/pagination.html | 70 +++++++++++++++++++++ docs/components/progress-bar.html | 62 ++++++++++++++++++ docs/components/table.html | 89 ++++++++++++++++++++++++++ 12 files changed, 857 insertions(+) create mode 100644 docs/components/alert.html create mode 100644 docs/components/breadcrumb.html create mode 100644 docs/components/button-group.html create mode 100644 docs/components/button.html create mode 100644 docs/components/dropdown.html create mode 100644 docs/components/form.html create mode 100644 docs/components/icon.html create mode 100644 docs/components/modal.html create mode 100644 docs/components/nav.html create mode 100644 docs/components/pagination.html create mode 100644 docs/components/progress-bar.html create mode 100644 docs/components/table.html diff --git a/docs/components/alert.html b/docs/components/alert.html new file mode 100644 index 0000000000..3e7d935e55 --- /dev/null +++ b/docs/components/alert.html @@ -0,0 +1,63 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap alert

+ +
+ +
+ + Warning! Best check yo self, you're not looking too good. +
+ + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/breadcrumb.html b/docs/components/breadcrumb.html new file mode 100644 index 0000000000..5f273442be --- /dev/null +++ b/docs/components/breadcrumb.html @@ -0,0 +1,66 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap breadcrumb

+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/button-group.html b/docs/components/button-group.html new file mode 100644 index 0000000000..80ee9e3910 --- /dev/null +++ b/docs/components/button-group.html @@ -0,0 +1,71 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap button group

+ +
+ + + +
+ +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/button.html b/docs/components/button.html new file mode 100644 index 0000000000..2d1569307f --- /dev/null +++ b/docs/components/button.html @@ -0,0 +1,61 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap button

+ +

+ +

Link button text

+ + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/dropdown.html b/docs/components/dropdown.html new file mode 100644 index 0000000000..5ddbe6625d --- /dev/null +++ b/docs/components/dropdown.html @@ -0,0 +1,66 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap dropdown

+ + + + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/form.html b/docs/components/form.html new file mode 100644 index 0000000000..0f70ccb408 --- /dev/null +++ b/docs/components/form.html @@ -0,0 +1,100 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap form

+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + +
+
+
+
+ +
+
+
+ + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/icon.html b/docs/components/icon.html new file mode 100644 index 0000000000..473492269a --- /dev/null +++ b/docs/components/icon.html @@ -0,0 +1,60 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap form

+ +

Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

+ + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/modal.html b/docs/components/modal.html new file mode 100644 index 0000000000..04aaa771b4 --- /dev/null +++ b/docs/components/modal.html @@ -0,0 +1,72 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap modal

+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/nav.html b/docs/components/nav.html new file mode 100644 index 0000000000..a58aa449e1 --- /dev/null +++ b/docs/components/nav.html @@ -0,0 +1,77 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap nav

+ +
+ + + +
+ + + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/pagination.html b/docs/components/pagination.html new file mode 100644 index 0000000000..ef56df2eaa --- /dev/null +++ b/docs/components/pagination.html @@ -0,0 +1,70 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap breadcrumb

+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/progress-bar.html b/docs/components/progress-bar.html new file mode 100644 index 0000000000..69204e6be6 --- /dev/null +++ b/docs/components/progress-bar.html @@ -0,0 +1,62 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap progress bar

+ +
+ +
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/components/table.html b/docs/components/table.html new file mode 100644 index 0000000000..a3c898270c --- /dev/null +++ b/docs/components/table.html @@ -0,0 +1,89 @@ + + + + + Bootstrap, from Twitter + + + + + + + + + + + + + + + + + + + + + +
+ + + +

Bootstrap form

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
+ + + + +
+ + + + + + + + + + + + + + + + + + +