From 3d99a4c15e0661df630dbaf7dddb5228cf044fe6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 16:40:39 -0700 Subject: [PATCH] move to examples dir --- {carousel => examples/carousel}/carousel.css | 0 {carousel => examples/carousel}/index.html | 0 {grid => examples/grid}/grid.css | 0 {grid => examples/grid}/index.html | 0 .../jumbotron-narrow}/index.html | 0 .../jumbotron-narrow}/jumbotron-narrow.css | 0 {jumbotron => examples/jumbotron}/index.html | 0 {jumbotron => examples/jumbotron}/jumbotron.css | 0 .../justified-nav}/index.html | 0 .../justified-nav}/justified-nav.css | 0 .../navbar-fixed-top}/index.html | 0 .../navbar-fixed-top}/navbar-fixed-top.css | 0 .../navbar-static-top}/index.html | 0 .../navbar-static-top}/navbar-static-top.css | 0 {navbar => examples/navbar}/index.html | 0 {navbar => examples/navbar}/navbar.css | 0 {offcanvas => examples/offcanvas}/index.html | 0 {offcanvas => examples/offcanvas}/offcanvas.css | 0 {offcanvas => examples/offcanvas}/offcanvas.js | 0 {screenshots => examples/screenshots}/carousel.png | Bin {screenshots => examples/screenshots}/grid.png | Bin .../screenshots}/jumbotron-narrow.png | Bin .../screenshots}/justified-nav.png | Bin {screenshots => examples/screenshots}/marketing.png | Bin .../screenshots}/navbar-fixed-top.png | Bin .../screenshots}/navbar-static-top.png | Bin {screenshots => examples/screenshots}/navbar.png | Bin {screenshots => examples/screenshots}/offcanvas.png | Bin {screenshots => examples/screenshots}/signin.png | Bin {screenshots => examples/screenshots}/starter.png | Bin .../screenshots}/sticky-footer-navbar.png | Bin .../screenshots}/sticky-footer.png | Bin {signin => examples/signin}/index.html | 0 {signin => examples/signin}/signin.css | 0 .../starter-template}/index.html | 0 .../starter-template}/starter-template.css | 0 .../sticky-footer-navbar}/index.html | 0 .../sticky-footer-navbar}/sticky-footer-navbar.css | 0 .../sticky-footer}/index.html | 0 .../sticky-footer}/sticky-footer.css | 0 40 files changed, 0 insertions(+), 0 deletions(-) rename {carousel => examples/carousel}/carousel.css (100%) rename {carousel => examples/carousel}/index.html (100%) rename {grid => examples/grid}/grid.css (100%) rename {grid => examples/grid}/index.html (100%) rename {jumbotron-narrow => examples/jumbotron-narrow}/index.html (100%) rename {jumbotron-narrow => examples/jumbotron-narrow}/jumbotron-narrow.css (100%) rename {jumbotron => examples/jumbotron}/index.html (100%) rename {jumbotron => examples/jumbotron}/jumbotron.css (100%) rename {justified-nav => examples/justified-nav}/index.html (100%) rename {justified-nav => examples/justified-nav}/justified-nav.css (100%) rename {navbar-fixed-top => examples/navbar-fixed-top}/index.html (100%) rename {navbar-fixed-top => examples/navbar-fixed-top}/navbar-fixed-top.css (100%) rename {navbar-static-top => examples/navbar-static-top}/index.html (100%) rename {navbar-static-top => examples/navbar-static-top}/navbar-static-top.css (100%) rename {navbar => examples/navbar}/index.html (100%) rename {navbar => examples/navbar}/navbar.css (100%) rename {offcanvas => examples/offcanvas}/index.html (100%) rename {offcanvas => examples/offcanvas}/offcanvas.css (100%) rename {offcanvas => examples/offcanvas}/offcanvas.js (100%) rename {screenshots => examples/screenshots}/carousel.png (100%) rename {screenshots => examples/screenshots}/grid.png (100%) rename {screenshots => examples/screenshots}/jumbotron-narrow.png (100%) rename {screenshots => examples/screenshots}/justified-nav.png (100%) rename {screenshots => examples/screenshots}/marketing.png (100%) rename {screenshots => examples/screenshots}/navbar-fixed-top.png (100%) rename {screenshots => examples/screenshots}/navbar-static-top.png (100%) rename {screenshots => examples/screenshots}/navbar.png (100%) rename {screenshots => examples/screenshots}/offcanvas.png (100%) rename {screenshots => examples/screenshots}/signin.png (100%) rename {screenshots => examples/screenshots}/starter.png (100%) rename {screenshots => examples/screenshots}/sticky-footer-navbar.png (100%) rename {screenshots => examples/screenshots}/sticky-footer.png (100%) rename {signin => examples/signin}/index.html (100%) rename {signin => examples/signin}/signin.css (100%) rename {starter-template => examples/starter-template}/index.html (100%) rename {starter-template => examples/starter-template}/starter-template.css (100%) rename {sticky-footer-navbar => examples/sticky-footer-navbar}/index.html (100%) rename {sticky-footer-navbar => examples/sticky-footer-navbar}/sticky-footer-navbar.css (100%) rename {sticky-footer => examples/sticky-footer}/index.html (100%) rename {sticky-footer => examples/sticky-footer}/sticky-footer.css (100%) diff --git a/carousel/carousel.css b/examples/carousel/carousel.css similarity index 100% rename from carousel/carousel.css rename to examples/carousel/carousel.css diff --git a/carousel/index.html b/examples/carousel/index.html similarity index 100% rename from carousel/index.html rename to examples/carousel/index.html diff --git a/grid/grid.css b/examples/grid/grid.css similarity index 100% rename from grid/grid.css rename to examples/grid/grid.css diff --git a/grid/index.html b/examples/grid/index.html similarity index 100% rename from grid/index.html rename to examples/grid/index.html diff --git a/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html similarity index 100% rename from jumbotron-narrow/index.html rename to examples/jumbotron-narrow/index.html diff --git a/jumbotron-narrow/jumbotron-narrow.css b/examples/jumbotron-narrow/jumbotron-narrow.css similarity index 100% rename from jumbotron-narrow/jumbotron-narrow.css rename to examples/jumbotron-narrow/jumbotron-narrow.css diff --git a/jumbotron/index.html b/examples/jumbotron/index.html similarity index 100% rename from jumbotron/index.html rename to examples/jumbotron/index.html diff --git a/jumbotron/jumbotron.css b/examples/jumbotron/jumbotron.css similarity index 100% rename from jumbotron/jumbotron.css rename to examples/jumbotron/jumbotron.css diff --git a/justified-nav/index.html b/examples/justified-nav/index.html similarity index 100% rename from justified-nav/index.html rename to examples/justified-nav/index.html diff --git a/justified-nav/justified-nav.css b/examples/justified-nav/justified-nav.css similarity index 100% rename from justified-nav/justified-nav.css rename to examples/justified-nav/justified-nav.css diff --git a/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html similarity index 100% rename from navbar-fixed-top/index.html rename to examples/navbar-fixed-top/index.html diff --git a/navbar-fixed-top/navbar-fixed-top.css b/examples/navbar-fixed-top/navbar-fixed-top.css similarity index 100% rename from navbar-fixed-top/navbar-fixed-top.css rename to examples/navbar-fixed-top/navbar-fixed-top.css diff --git a/navbar-static-top/index.html b/examples/navbar-static-top/index.html similarity index 100% rename from navbar-static-top/index.html rename to examples/navbar-static-top/index.html diff --git a/navbar-static-top/navbar-static-top.css b/examples/navbar-static-top/navbar-static-top.css similarity index 100% rename from navbar-static-top/navbar-static-top.css rename to examples/navbar-static-top/navbar-static-top.css diff --git a/navbar/index.html b/examples/navbar/index.html similarity index 100% rename from navbar/index.html rename to examples/navbar/index.html diff --git a/navbar/navbar.css b/examples/navbar/navbar.css similarity index 100% rename from navbar/navbar.css rename to examples/navbar/navbar.css diff --git a/offcanvas/index.html b/examples/offcanvas/index.html similarity index 100% rename from offcanvas/index.html rename to examples/offcanvas/index.html diff --git a/offcanvas/offcanvas.css b/examples/offcanvas/offcanvas.css similarity index 100% rename from offcanvas/offcanvas.css rename to examples/offcanvas/offcanvas.css diff --git a/offcanvas/offcanvas.js b/examples/offcanvas/offcanvas.js similarity index 100% rename from offcanvas/offcanvas.js rename to examples/offcanvas/offcanvas.js diff --git a/screenshots/carousel.png b/examples/screenshots/carousel.png similarity index 100% rename from screenshots/carousel.png rename to examples/screenshots/carousel.png diff --git a/screenshots/grid.png b/examples/screenshots/grid.png similarity index 100% rename from screenshots/grid.png rename to examples/screenshots/grid.png diff --git a/screenshots/jumbotron-narrow.png b/examples/screenshots/jumbotron-narrow.png similarity index 100% rename from screenshots/jumbotron-narrow.png rename to examples/screenshots/jumbotron-narrow.png diff --git a/screenshots/justified-nav.png b/examples/screenshots/justified-nav.png similarity index 100% rename from screenshots/justified-nav.png rename to examples/screenshots/justified-nav.png diff --git a/screenshots/marketing.png b/examples/screenshots/marketing.png similarity index 100% rename from screenshots/marketing.png rename to examples/screenshots/marketing.png diff --git a/screenshots/navbar-fixed-top.png b/examples/screenshots/navbar-fixed-top.png similarity index 100% rename from screenshots/navbar-fixed-top.png rename to examples/screenshots/navbar-fixed-top.png diff --git a/screenshots/navbar-static-top.png b/examples/screenshots/navbar-static-top.png similarity index 100% rename from screenshots/navbar-static-top.png rename to examples/screenshots/navbar-static-top.png diff --git a/screenshots/navbar.png b/examples/screenshots/navbar.png similarity index 100% rename from screenshots/navbar.png rename to examples/screenshots/navbar.png diff --git a/screenshots/offcanvas.png b/examples/screenshots/offcanvas.png similarity index 100% rename from screenshots/offcanvas.png rename to examples/screenshots/offcanvas.png diff --git a/screenshots/signin.png b/examples/screenshots/signin.png similarity index 100% rename from screenshots/signin.png rename to examples/screenshots/signin.png diff --git a/screenshots/starter.png b/examples/screenshots/starter.png similarity index 100% rename from screenshots/starter.png rename to examples/screenshots/starter.png diff --git a/screenshots/sticky-footer-navbar.png b/examples/screenshots/sticky-footer-navbar.png similarity index 100% rename from screenshots/sticky-footer-navbar.png rename to examples/screenshots/sticky-footer-navbar.png diff --git a/screenshots/sticky-footer.png b/examples/screenshots/sticky-footer.png similarity index 100% rename from screenshots/sticky-footer.png rename to examples/screenshots/sticky-footer.png diff --git a/signin/index.html b/examples/signin/index.html similarity index 100% rename from signin/index.html rename to examples/signin/index.html diff --git a/signin/signin.css b/examples/signin/signin.css similarity index 100% rename from signin/signin.css rename to examples/signin/signin.css diff --git a/starter-template/index.html b/examples/starter-template/index.html similarity index 100% rename from starter-template/index.html rename to examples/starter-template/index.html diff --git a/starter-template/starter-template.css b/examples/starter-template/starter-template.css similarity index 100% rename from starter-template/starter-template.css rename to examples/starter-template/starter-template.css diff --git a/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html similarity index 100% rename from sticky-footer-navbar/index.html rename to examples/sticky-footer-navbar/index.html diff --git a/sticky-footer-navbar/sticky-footer-navbar.css b/examples/sticky-footer-navbar/sticky-footer-navbar.css similarity index 100% rename from sticky-footer-navbar/sticky-footer-navbar.css rename to examples/sticky-footer-navbar/sticky-footer-navbar.css diff --git a/sticky-footer/index.html b/examples/sticky-footer/index.html similarity index 100% rename from sticky-footer/index.html rename to examples/sticky-footer/index.html diff --git a/sticky-footer/sticky-footer.css b/examples/sticky-footer/sticky-footer.css similarity index 100% rename from sticky-footer/sticky-footer.css rename to examples/sticky-footer/sticky-footer.css