diff --git a/_includes/app_carousel.html b/_includes/app_carousel.html index 90af02a..263c31e 100644 --- a/_includes/app_carousel.html +++ b/_includes/app_carousel.html @@ -1,4 +1,4 @@ -{% with image_count=8 %} +{% with image_count=14 %} {% include "carousel_start.html" %} {% endwith %} @@ -34,4 +34,28 @@ {% include "carousel_img.html" %} {% endwith %} +{% with src="app/screenshots/screen_9.jpg", alt="App screenshot" %} +{% include "carousel_img.html" %} +{% endwith %} + +{% with src="app/screenshots/screen_10.jpg", alt="App screenshot" %} +{% include "carousel_img.html" %} +{% endwith %} + +{% with src="app/screenshots/screen_11.jpg", alt="App screenshot" %} +{% include "carousel_img.html" %} +{% endwith %} + +{% with src="app/screenshots/screen_12.jpg", alt="App screenshot" %} +{% include "carousel_img.html" %} +{% endwith %} + +{% with src="app/screenshots/screen_13.jpg", alt="App screenshot" %} +{% include "carousel_img.html" %} +{% endwith %} + +{% with src="app/screenshots/screen_14.jpg", alt="App screenshot" %} +{% include "carousel_img.html" %} +{% endwith %} + {% include "carousel_end.html" %} \ No newline at end of file diff --git a/docs/assets/images/app/screenshots/screen_10.jpg b/docs/assets/images/app/screenshots/screen_10.jpg new file mode 100644 index 0000000..480c0f3 Binary files /dev/null and b/docs/assets/images/app/screenshots/screen_10.jpg differ diff --git a/docs/assets/images/app/screenshots/screen_11.jpg b/docs/assets/images/app/screenshots/screen_11.jpg new file mode 100644 index 0000000..9e7e6b3 Binary files /dev/null and b/docs/assets/images/app/screenshots/screen_11.jpg differ diff --git a/docs/assets/images/app/screenshots/screen_12.jpg b/docs/assets/images/app/screenshots/screen_12.jpg new file mode 100644 index 0000000..e0f5e25 Binary files /dev/null and b/docs/assets/images/app/screenshots/screen_12.jpg differ diff --git a/docs/assets/images/app/screenshots/screen_13.jpg b/docs/assets/images/app/screenshots/screen_13.jpg new file mode 100644 index 0000000..910754b Binary files /dev/null and b/docs/assets/images/app/screenshots/screen_13.jpg differ diff --git a/docs/assets/images/app/screenshots/screen_14.jpg b/docs/assets/images/app/screenshots/screen_14.jpg new file mode 100644 index 0000000..678fde6 Binary files /dev/null and b/docs/assets/images/app/screenshots/screen_14.jpg differ diff --git a/docs/assets/images/app/screenshots/screen_9.jpg b/docs/assets/images/app/screenshots/screen_9.jpg new file mode 100644 index 0000000..99fcec2 Binary files /dev/null and b/docs/assets/images/app/screenshots/screen_9.jpg differ diff --git a/docs/stylesheets/bootstrap.css b/docs/stylesheets/bootstrap.css index e626528..45dbf22 100644 --- a/docs/stylesheets/bootstrap.css +++ b/docs/stylesheets/bootstrap.css @@ -6312,7 +6312,7 @@ html { .carousel-inner > .item > a > img { line-height: 1; max-width: 100%; - max-height: 320px; + max-height: 400px; margin-left: auto; margin-right: auto; }