diff --git a/css/_variables.scss b/css/_variables.scss index cb10cba8c5..9257dbc18e 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -184,7 +184,7 @@ $welcomePageHeaderTitleMaxWidth: initial; $welcomePageHeaderTextAlign: center; $welcomePageHeaderContainerDisplay: flex; -$welcomePageHeaderContainerMargin: 146px 32px 0 32px; +$welcomePageHeaderContainerMargin: 104px 32px 0 32px; $welcomePageHeaderTextTitleMarginBottom: 0; $welcomePageHeaderTextTitleFontSize: 42px; diff --git a/css/_welcome_page.scss b/css/_welcome_page.scss index 68c57e7053..cc8db9ca99 100644 --- a/css/_welcome_page.scss +++ b/css/_welcome_page.scss @@ -19,8 +19,8 @@ body.welcome-page { background-repeat: $welcomePageHeaderBackgroundRepeat; background-size: $welcomePageHeaderBackgroundSize; padding-bottom: $welcomePageHeaderPaddingBottom; - background-color: #002637; - height: 480px; + background-color: #131519; + height: 400px; overflow: hidden; position: relative; diff --git a/images/welcome-background.png b/images/welcome-background.png index 8509333b5b..7179c744b2 100644 Binary files a/images/welcome-background.png and b/images/welcome-background.png differ diff --git a/lang/main.json b/lang/main.json index 1ded454fe2..4ee7a6f834 100644 --- a/lang/main.json +++ b/lang/main.json @@ -871,9 +871,10 @@ "getHelp": "Get help", "go": "GO", "goSmall": "GO", + "headerTitle": "Jitsi Meet", + "headerSubtitle": "Secure and high quality meetings", "info": "Dial-in info", "join": "CREATE / JOIN", - "jitsiMeet": "Jitsi Meet", "jitsiOnMobile": "Jitsi on mobile – download our apps and start a meeting from anywhere", "moderatedMessage": "Or book a meeting URL in advance where you are the only moderator.", "privacy": "Privacy", @@ -885,7 +886,6 @@ "roomname": "Enter room name", "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.", "sendFeedback": "Send feedback", - "secureMeetings": "Secure and high quality meetings", "startMeeting": "Start meeting", "terms": "Terms", "title": "Secure, fully featured, and completely free video conferencing" diff --git a/react/features/welcome/components/WelcomePage.web.js b/react/features/welcome/components/WelcomePage.web.js index a59ac8d507..122faf6de1 100644 --- a/react/features/welcome/components/WelcomePage.web.js +++ b/react/features/welcome/components/WelcomePage.web.js @@ -200,10 +200,10 @@ class WelcomePage extends AbstractWelcomePage {

- { t('welcomepage.jitsiMeet') } + { t('welcomepage.headerTitle') }

- { t('welcomepage.secureMeetings')} + { t('welcomepage.headerSubtitle')}