From 96d7dd1ec84043f713f6d016116dfd21a500428a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 2 Jan 2019 12:17:20 +0200 Subject: [PATCH] Revert "Remove the individual examples." Redirect them instead to v3.4 examples. --- examples/blog/index.html | 11 +++++++++++ examples/carousel/index.html | 11 +++++++++++ examples/cover/index.html | 11 +++++++++++ examples/dashboard/index.html | 11 +++++++++++ examples/grid/index.html | 11 +++++++++++ examples/jumbotron-narrow/index.html | 11 +++++++++++ examples/jumbotron/index.html | 11 +++++++++++ examples/justified-nav/index.html | 11 +++++++++++ examples/navbar-fixed-top/index.html | 11 +++++++++++ examples/navbar-static-top/index.html | 11 +++++++++++ examples/navbar/index.html | 11 +++++++++++ examples/non-responsive/index.html | 11 +++++++++++ examples/offcanvas/index.html | 11 +++++++++++ examples/signin/index.html | 11 +++++++++++ examples/starter-template/index.html | 11 +++++++++++ examples/sticky-footer-navbar/index.html | 11 +++++++++++ examples/sticky-footer/index.html | 11 +++++++++++ examples/theme/index.html | 11 +++++++++++ examples/tooltip-viewport/index.html | 11 +++++++++++ 19 files changed, 209 insertions(+) create mode 100644 examples/blog/index.html create mode 100644 examples/carousel/index.html create mode 100644 examples/cover/index.html create mode 100644 examples/dashboard/index.html create mode 100644 examples/grid/index.html create mode 100644 examples/jumbotron-narrow/index.html create mode 100644 examples/jumbotron/index.html create mode 100644 examples/justified-nav/index.html create mode 100644 examples/navbar-fixed-top/index.html create mode 100644 examples/navbar-static-top/index.html create mode 100644 examples/navbar/index.html create mode 100644 examples/non-responsive/index.html create mode 100644 examples/offcanvas/index.html create mode 100644 examples/signin/index.html create mode 100644 examples/starter-template/index.html create mode 100644 examples/sticky-footer-navbar/index.html create mode 100644 examples/sticky-footer/index.html create mode 100644 examples/theme/index.html create mode 100644 examples/tooltip-viewport/index.html diff --git a/examples/blog/index.html b/examples/blog/index.html new file mode 100644 index 0000000000..16c5e15335 --- /dev/null +++ b/examples/blog/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/carousel/index.html b/examples/carousel/index.html new file mode 100644 index 0000000000..de1ada7f95 --- /dev/null +++ b/examples/carousel/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/cover/index.html b/examples/cover/index.html new file mode 100644 index 0000000000..da46e3986b --- /dev/null +++ b/examples/cover/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/dashboard/index.html b/examples/dashboard/index.html new file mode 100644 index 0000000000..d407d7c71e --- /dev/null +++ b/examples/dashboard/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/grid/index.html b/examples/grid/index.html new file mode 100644 index 0000000000..a6224e7d31 --- /dev/null +++ b/examples/grid/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html new file mode 100644 index 0000000000..4cf9b3a875 --- /dev/null +++ b/examples/jumbotron-narrow/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html new file mode 100644 index 0000000000..30ca77673e --- /dev/null +++ b/examples/jumbotron/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html new file mode 100644 index 0000000000..57461b77e8 --- /dev/null +++ b/examples/justified-nav/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html new file mode 100644 index 0000000000..d1c8466b58 --- /dev/null +++ b/examples/navbar-fixed-top/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html new file mode 100644 index 0000000000..89edf9874f --- /dev/null +++ b/examples/navbar-static-top/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/navbar/index.html b/examples/navbar/index.html new file mode 100644 index 0000000000..43d677f805 --- /dev/null +++ b/examples/navbar/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html new file mode 100644 index 0000000000..b4b1756f48 --- /dev/null +++ b/examples/non-responsive/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html new file mode 100644 index 0000000000..daf48fa468 --- /dev/null +++ b/examples/offcanvas/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/signin/index.html b/examples/signin/index.html new file mode 100644 index 0000000000..bf4a79e49d --- /dev/null +++ b/examples/signin/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html new file mode 100644 index 0000000000..883f86ee4d --- /dev/null +++ b/examples/starter-template/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html new file mode 100644 index 0000000000..ce063820cc --- /dev/null +++ b/examples/sticky-footer-navbar/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html new file mode 100644 index 0000000000..5aed843575 --- /dev/null +++ b/examples/sticky-footer/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/theme/index.html b/examples/theme/index.html new file mode 100644 index 0000000000..0b34bc7eab --- /dev/null +++ b/examples/theme/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. + diff --git a/examples/tooltip-viewport/index.html b/examples/tooltip-viewport/index.html new file mode 100644 index 0000000000..343bcde83d --- /dev/null +++ b/examples/tooltip-viewport/index.html @@ -0,0 +1,11 @@ + + + + Redirecting… + + + + +

Redirecting…

+ Click here if you are not redirected. +