From 82ee3a538be54992fad21137a6ae66f662f59d0f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 8 Sep 2018 15:28:38 +0900 Subject: [PATCH] Improve welcome page --- src/client/app/mobile/views/pages/welcome.vue | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/src/client/app/mobile/views/pages/welcome.vue b/src/client/app/mobile/views/pages/welcome.vue index f5014d585..74f43f2c7 100644 --- a/src/client/app/mobile/views/pages/welcome.vue +++ b/src/client/app/mobile/views/pages/welcome.vue @@ -30,6 +30,34 @@
+
+

%i18n:common.intro.title%

+

+
+

%i18n:common.intro.features%

+
+

%i18n:common.intro.rich-contents%

+
+

+
+
+

%i18n:common.intro.reaction%

+
+

+
+
+

%i18n:common.intro.ui%

+
+

+
+
+

%i18n:common.intro.drive%

+
+

+
+
+

+

Version: {{ meta.version }}

Maintainer: {{ meta.maintainer.name }}

@@ -206,6 +234,46 @@ root(isDark) > .title font-weight bold + > .about-misskey + margin 16px 0 + padding 32px + font-size 14px + background #fff + border-radius 6px + overflow hidden + color #3a3e46 + + > h1 + margin 0 + + & + p + margin-top 8px + + > p:last-child + margin-bottom 0 + + > section + > h2 + border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05) + + > section + margin-bottom 16px + padding-bottom 16px + border-bottom 1px solid isDark ? rgba(#000, 0.2) : rgba(#000, 0.05) + + > h3 + margin-bottom 8px + + > p + margin-bottom 0 + + > .image + > img + display block + width 100% + height 120px + object-fit cover + > .info padding 16px 0 border solid 2px #ddd