]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Examples updates (#24898)
authorMark Otto <markd.otto@gmail.com>
Mon, 15 Jan 2018 00:06:52 +0000 (16:06 -0800)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2018 00:06:52 +0000 (16:06 -0800)
commite946348eca928fa1c42dbb92c7a612543832dccc
tree14a87eed8416197c156e9090d02f1de604e6cdab
parent4a64592dd8b9e97790533d79350d60291a7d8789
Examples updates (#24898)

* fix cover nav

* Improve signin visuals and alignment with that flexbox love

* rewrite cover example in flexbox

* lighten signin bg

* first pass at pricing example

* redo examples index with data file

* tighten up spacing a bit

* update navbar descriptions

* link pricing

* move that back

* property order

* Fix test errors.

* Compress pricing.png.

* add form validation example

* remove that

* rename that

* restyle and space out

* fix errors

* change order

* cleanup album css and styles

* tweak examples index

* make it a badge

* options

* improve sticky footer alignment

* redesign example index

* brand new blog layout

* start new screenshots

* new product example page a la apple

* add email field

* fix linter, remove unused blog css

* hook up feather icons to start

* redo dashboard

* fix linting

* add floating labels example

* formatting

* formatting

* lint

* fix values on select

* optional input, plus input group

* new dashboard image

* start to reboot the offcanvas example

* updated images

* new offcanvas mostly implemented

* linting

* edit description

* more description changes

* - Add vertical margin to album hero buttons for when they're stacked
- Adjust font-size and padding for pricing header and hero
- Fix checkout's stacked column margins, plus update their check/radio
markup
- Update product's utilities to be responsive
- Made blog cards somewhat responsive (needs a bit more work tbh)

* drop leading zero

* more linting

* swap empty images for holder, fix border

* dist the docs

* navbars have no margin-bottom to begin

* add css var, tweak padding for mobile

* comment headers

* nix commented out code

* nix the navbar structure for a custom one, stack it on mobile

* tweak heading button group for mobile

* Removed narrow jumbotron and justified nav examples as these are easily accomplished with new components in v4

* improve card sizing on pricing

* update and compress
59 files changed:
_data/examples.yml [new file with mode: 0644]
_layouts/examples.html [new file with mode: 0644]
docs/4.0/examples/album/album.css
docs/4.0/examples/album/index.html
docs/4.0/examples/blog/blog.css
docs/4.0/examples/blog/index.html
docs/4.0/examples/checkout/form-validation.css [new file with mode: 0644]
docs/4.0/examples/checkout/index.html [new file with mode: 0644]
docs/4.0/examples/cover/cover.css
docs/4.0/examples/cover/index.html
docs/4.0/examples/dashboard/dashboard.css
docs/4.0/examples/dashboard/index.html
docs/4.0/examples/floating-labels/floating-labels.css [new file with mode: 0644]
docs/4.0/examples/floating-labels/index.html [new file with mode: 0644]
docs/4.0/examples/index.html [new file with mode: 0644]
docs/4.0/examples/index.md [deleted file]
docs/4.0/examples/justified-nav/index.html [deleted file]
docs/4.0/examples/justified-nav/justified-nav.css [deleted file]
docs/4.0/examples/narrow-jumbotron/index.html [deleted file]
docs/4.0/examples/narrow-jumbotron/narrow-jumbotron.css [deleted file]
docs/4.0/examples/navbar-fixed/index.html [moved from docs/4.0/examples/navbar-top-fixed/index.html with 100% similarity]
docs/4.0/examples/navbar-fixed/navbar-top-fixed.css [moved from docs/4.0/examples/navbar-top-fixed/navbar-top-fixed.css with 100% similarity]
docs/4.0/examples/navbar-static/index.html [moved from docs/4.0/examples/navbar-top/index.html with 100% similarity]
docs/4.0/examples/navbar-static/navbar-top.css [moved from docs/4.0/examples/navbar-top/navbar-top.css with 100% similarity]
docs/4.0/examples/offcanvas/index.html
docs/4.0/examples/offcanvas/offcanvas.css
docs/4.0/examples/offcanvas/offcanvas.js
docs/4.0/examples/pricing/index.html [new file with mode: 0644]
docs/4.0/examples/pricing/pricing.css [new file with mode: 0644]
docs/4.0/examples/product/index.html [new file with mode: 0644]
docs/4.0/examples/product/product.css [new file with mode: 0644]
docs/4.0/examples/screenshots/album.png
docs/4.0/examples/screenshots/blog.png
docs/4.0/examples/screenshots/carousel.png
docs/4.0/examples/screenshots/checkout.png [new file with mode: 0644]
docs/4.0/examples/screenshots/cover.png
docs/4.0/examples/screenshots/dashboard.png
docs/4.0/examples/screenshots/floating-labels.png [new file with mode: 0644]
docs/4.0/examples/screenshots/grid.png
docs/4.0/examples/screenshots/jumbotron-narrow.png [deleted file]
docs/4.0/examples/screenshots/jumbotron.png
docs/4.0/examples/screenshots/justified-nav.png [deleted file]
docs/4.0/examples/screenshots/navbar-bottom.png
docs/4.0/examples/screenshots/navbar-fixed.png
docs/4.0/examples/screenshots/navbar-static.png
docs/4.0/examples/screenshots/navbar.png [deleted file]
docs/4.0/examples/screenshots/navbars.png [new file with mode: 0644]
docs/4.0/examples/screenshots/offcanvas.png
docs/4.0/examples/screenshots/pricing.png [new file with mode: 0644]
docs/4.0/examples/screenshots/product.png [new file with mode: 0644]
docs/4.0/examples/screenshots/sign-in.png
docs/4.0/examples/screenshots/starter-template.png
docs/4.0/examples/screenshots/sticky-footer-navbar.png
docs/4.0/examples/screenshots/sticky-footer.png
docs/4.0/examples/sign-in/index.html [new file with mode: 0644]
docs/4.0/examples/sign-in/signin.css [moved from docs/4.0/examples/signin/signin.css with 67% similarity]
docs/4.0/examples/signin/index.html [deleted file]
docs/4.0/examples/sticky-footer-navbar/index.html
docs/4.0/examples/sticky-footer/index.html