From: Sebastien Douheret Date: Sun, 28 May 2017 12:19:12 +0000 (+0200) Subject: Update welcome carousel. X-Git-Tag: v0.0.1-alpha~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=cd39a10faf25c07bd235824c5606bf7f08f63182;p=src%2Fxds%2Fxds-server.git Update welcome carousel. --- diff --git a/webapp/assets/images/iot-graphx.jpg b/webapp/assets/images/iot-graphx.jpg index 6a2c428..74c640a 100644 Binary files a/webapp/assets/images/iot-graphx.jpg and b/webapp/assets/images/iot-graphx.jpg differ diff --git a/webapp/src/app/app.component.html b/webapp/src/app/app.component.html index 3dc77ef..4faedea 100644 --- a/webapp/src/app/app.component.html +++ b/webapp/src/app/app.component.html @@ -6,8 +6,8 @@ diff --git a/webapp/src/app/config/config.component.html b/webapp/src/app/config/config.component.html index 8737d08..a78b1e6 100644 --- a/webapp/src/app/config/config.component.html +++ b/webapp/src/app/config/config.component.html @@ -68,7 +68,7 @@
- +
diff --git a/webapp/src/app/home/home.component.ts b/webapp/src/app/home/home.component.ts index 1df277f..0e3c995 100644 --- a/webapp/src/app/home/home.component.ts +++ b/webapp/src/app/home/home.component.ts @@ -4,7 +4,9 @@ export interface ISlide { img?: string; imgAlt?: string; hText?: string; - pText?: string; + hHtml?: string; + text?: string; + html?: string; btn?: string; btnHref?: string; } @@ -17,18 +19,33 @@ export interface ISlide { .wide img { width: 98%; } + .carousel-item { + max-height: 90%; + } h1, h2, h3, h4, p { color: #330066; } + .html-inner { + color: #330066; + } + h1 { + font-size: 4em; + } + p { + font-size: 2.5em; + } +
-