From 4e47dd68557925ae734fd10d607a8db9c2f38dd9 Mon Sep 17 00:00:00 2001 From: khk Date: Mon, 25 Nov 2019 15:23:52 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=94=8C=EB=A0=88=EC=8B=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/scss/partials/splash.css | 43 +++++++++++++++++++ projects/ucap-webmessenger-app/src/index.html | 33 ++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css diff --git a/projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css b/projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css new file mode 100644 index 00000000..7794f88a --- /dev/null +++ b/projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css @@ -0,0 +1,43 @@ +body{ + margin:0; + padding:0; + width: 100%; + height: 100%; +} +.wrapper-splash { + width: 100%; + height:100%; + background-size: cover; + height: 100%; + background: #eaeff1; + background: linear-gradient(to top, #93a3af, #eaeff1); + margin:0; + padding:0; +} +svg { + position: absolute; + width: 240px; + height: 120px; + top: 0; right: 0; + bottom: 0; left: 0; + margin: auto; +} +.credit { + position: absolute; + bottom: 50px; + width: 100%; + text-align: center; +} + +.credit { + color: #ffffff; + font: 800 100% "Open Sans", sans-serif; + text-transform: uppercase; + text-decoration: none; +} + +#plug, +#socket { fill:#ffffff } + +#loop-normal { fill: none; stroke: #ffffff; stroke-width: 12 } +#loop-offset { display: none } \ No newline at end of file diff --git a/projects/ucap-webmessenger-app/src/index.html b/projects/ucap-webmessenger-app/src/index.html index 9b059414..83284f72 100644 --- a/projects/ucap-webmessenger-app/src/index.html +++ b/projects/ucap-webmessenger-app/src/index.html @@ -7,8 +7,41 @@ + + +
+ + + + + + + + + + + + + + + + + + + + +
Welcome to M-Messenger
+ +