瀏覽代碼

fix(welcome_page): Update header to latest design & use generic key name

j8
Vlad Piersec 4 年之前
父節點
當前提交
721848da3f
共有 5 個檔案被更改,包括 7 行新增7 行删除
  1. 1
    1
      css/_variables.scss
  2. 2
    2
      css/_welcome_page.scss
  3. 二進制
      images/welcome-background.png
  4. 2
    2
      lang/main.json
  5. 2
    2
      react/features/welcome/components/WelcomePage.web.js

+ 1
- 1
css/_variables.scss 查看文件

184
 $welcomePageHeaderTextAlign: center;
184
 $welcomePageHeaderTextAlign: center;
185
 
185
 
186
 $welcomePageHeaderContainerDisplay: flex;
186
 $welcomePageHeaderContainerDisplay: flex;
187
-$welcomePageHeaderContainerMargin: 146px 32px 0 32px;
187
+$welcomePageHeaderContainerMargin: 104px 32px 0 32px;
188
 
188
 
189
 $welcomePageHeaderTextTitleMarginBottom: 0;
189
 $welcomePageHeaderTextTitleMarginBottom: 0;
190
 $welcomePageHeaderTextTitleFontSize: 42px;
190
 $welcomePageHeaderTextTitleFontSize: 42px;

+ 2
- 2
css/_welcome_page.scss 查看文件

19
         background-repeat: $welcomePageHeaderBackgroundRepeat;
19
         background-repeat: $welcomePageHeaderBackgroundRepeat;
20
         background-size: $welcomePageHeaderBackgroundSize;
20
         background-size: $welcomePageHeaderBackgroundSize;
21
         padding-bottom: $welcomePageHeaderPaddingBottom;
21
         padding-bottom: $welcomePageHeaderPaddingBottom;
22
-        background-color: #002637;
23
-        height: 480px;
22
+        background-color: #131519;
23
+        height: 400px;
24
         overflow: hidden;
24
         overflow: hidden;
25
         position: relative;
25
         position: relative;
26
 
26
 

二進制
images/welcome-background.png 查看文件


+ 2
- 2
lang/main.json 查看文件

871
         "getHelp": "Get help",
871
         "getHelp": "Get help",
872
         "go": "GO",
872
         "go": "GO",
873
         "goSmall": "GO",
873
         "goSmall": "GO",
874
+        "headerTitle": "Jitsi Meet",
875
+        "headerSubtitle": "Secure and high quality meetings",
874
         "info": "Dial-in info",
876
         "info": "Dial-in info",
875
         "join": "CREATE / JOIN",
877
         "join": "CREATE / JOIN",
876
-        "jitsiMeet": "Jitsi Meet",
877
         "jitsiOnMobile": "Jitsi on mobile – download our apps and start a meeting from anywhere",
878
         "jitsiOnMobile": "Jitsi on mobile – download our apps and start a meeting from anywhere",
878
         "moderatedMessage": "Or <a href=\"{{url}}\" rel=\"noopener noreferrer\" target=\"_blank\">book a meeting URL</a> in advance where you are the only moderator.",
879
         "moderatedMessage": "Or <a href=\"{{url}}\" rel=\"noopener noreferrer\" target=\"_blank\">book a meeting URL</a> in advance where you are the only moderator.",
879
         "privacy": "Privacy",
880
         "privacy": "Privacy",
885
         "roomname": "Enter room name",
886
         "roomname": "Enter room name",
886
         "roomnameHint": "Enter the name or URL of the room you want to join. You may make a name up, just let the people you are meeting know it so that they enter the same name.",
887
         "roomnameHint": "Enter the name or URL of the room you want to join. You may make a name up, just let the people you are meeting know it so that they enter the same name.",
887
         "sendFeedback": "Send feedback",
888
         "sendFeedback": "Send feedback",
888
-        "secureMeetings": "Secure and high quality meetings",
889
         "startMeeting": "Start meeting",
889
         "startMeeting": "Start meeting",
890
         "terms": "Terms",
890
         "terms": "Terms",
891
         "title": "Secure, fully featured, and completely free video conferencing"
891
         "title": "Secure, fully featured, and completely free video conferencing"

+ 2
- 2
react/features/welcome/components/WelcomePage.web.js 查看文件

200
                     <div className = 'header-image' />
200
                     <div className = 'header-image' />
201
                     <div className = 'header-container'>
201
                     <div className = 'header-container'>
202
                         <h1 className = 'header-text-title'>
202
                         <h1 className = 'header-text-title'>
203
-                            { t('welcomepage.jitsiMeet') }
203
+                            { t('welcomepage.headerTitle') }
204
                         </h1>
204
                         </h1>
205
                         <span className = 'header-text-subtitle'>
205
                         <span className = 'header-text-subtitle'>
206
-                            { t('welcomepage.secureMeetings')}
206
+                            { t('welcomepage.headerSubtitle')}
207
                         </span>
207
                         </span>
208
                         <div id = 'enter_room'>
208
                         <div id = 'enter_room'>
209
                             <div className = 'enter-room-input-container'>
209
                             <div className = 'enter-room-input-container'>

Loading…
取消
儲存