From cd39a10faf25c07bd235824c5606bf7f08f63182 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Sun, 28 May 2017 14:19:12 +0200 Subject: Update welcome carousel. --- webapp/assets/images/iot-graphx.jpg | Bin 113746 -> 138350 bytes webapp/src/app/app.component.html | 2 +- webapp/src/app/config/config.component.html | 2 +- webapp/src/app/home/home.component.ts | 37 +++++++++++++++++++++------- 4 files changed, 30 insertions(+), 11 deletions(-) (limited to 'webapp') 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; + } +
-