-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11a79a4
commit 8856bd9
Showing
2 changed files
with
40 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,21 @@ | |
<div class="row"> | ||
<div class="col-lg-12 register-card my-4"> | ||
<h1 class="text-center mt-3 register_form_heading"> | ||
{{ $t('register_form.heading_1') }} | ||
<span class="register_form_heading--active">{{$t('register_form.heading_2')}}</span> | ||
{{$t('register_form.heading_3')}} | ||
</h1> | ||
|
||
<div class="what-is-your-role"> | ||
<p class="bottom-line"> | ||
{{$t('register_form.subtitle_1')}} | ||
</p> | ||
<hr> | ||
<p class="bottom-line"> | ||
{{$t('register_form.subtitle_2')}} | ||
</p> | ||
<hr> | ||
<p> | ||
{{$t('register_form.description')}} | ||
{{$t('register_form.subtitle_3')}} | ||
</p> | ||
</div> | ||
</div> | ||
|
@@ -50,7 +57,7 @@ | |
<!-- Email --> | ||
<div class="form-group register-input-container"> | ||
<label class="styled-label-signup styled-label" for="email"> | ||
{{ $t('email') }} | ||
{{ $t('register_form.mail') }} | ||
<span class="is-required"></span> | ||
</label> | ||
<input autocomplete="email" v-model="form.email" id="email" type="email" name="email" | ||
|
@@ -111,6 +118,8 @@ | |
</div> | ||
</div> | ||
|
||
<div class="bottom-line mb-3"></div> | ||
|
||
<div class="col-lg-6 col-md-6 col-sm-12"> | ||
<!-- Location --> | ||
<div class="form-group register-input-container pr-lg-4 pr-md-4"> | ||
|
@@ -165,20 +174,20 @@ | |
</div> | ||
|
||
<div class="row mt-3"> | ||
<div class="col-7 m-auto"> | ||
<p class="text-center mb-0 font-weight-light"> | ||
<div class="col-9 m-auto "> | ||
<p class="text-center mb-0 bottom-text"> | ||
{{ | ||
$t('register_form.ifrc_note') | ||
}} | ||
<b-link class="underlined-link font-weight-normal" href=""> | ||
<b-link class="underlined-link" href="mailto:[email protected]"> | ||
{{ $t('register_form.email_ifrc') }} | ||
</b-link> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<div class="register_form-bottom"> | ||
<p class="text-center u-text-normal mt-5 mb-0 font-weight-light"> | ||
<p class="text-center mt-5 mb-0 bottom-text"> | ||
{{ $t('register_form.sign_up_agreement') }} | ||
<b-link @click="sawTerms = true" :to="{ name: 'legal_.terms', params: {} }" target="_blank" class="underlined-link font-weight-normal"> | ||
{{ $t('register_form.terms_conditions') }} | ||
|
@@ -193,7 +202,7 @@ | |
</div> | ||
</form> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
@@ -363,13 +372,10 @@ export default { | |
} | ||
.what-is-your-role p { | ||
font-size: 20px; | ||
font-weight: 300; | ||
line-height: 1.7; | ||
letter-spacing: normal; | ||
text-align: center; | ||
color: $text-black; | ||
white-space: pre-line; | ||
font-size: 20px; | ||
padding-bottom: 2rem; | ||
} | ||
.facebook-button { | ||
|
@@ -403,10 +409,6 @@ export default { | |
font-family: Poppins, sans-serif; | ||
} | ||
.register-form-container p { | ||
font-size: 20px; | ||
} | ||
.register-form-container hr { | ||
border-top: 1px solid $body-bg; | ||
} | ||
|
@@ -467,6 +469,15 @@ export default { | |
cursor: pointer; | ||
} | ||
.bottom-line { | ||
width: 100%; | ||
border-bottom: 1px solid #CECECE; | ||
} | ||
.bottom-text { | ||
font-size: 18px; | ||
} | ||
@media screen and (min-width: 992px) { | ||
.register-form-container .col-lg-6 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -674,8 +674,11 @@ | |
}, | ||
"register_form": { | ||
"heading_1": "Create your free ", | ||
"heading_2": "WhatNow ", | ||
"heading_3": "Service account", | ||
"heading_2": "IFRC ", | ||
"heading_3": "Safety Message Database", | ||
"subtitle_1": "Help communities prepare for and respond to local hazards with Red Cross Red Crescent actionable safety messages.", | ||
"subtitle_2": "If you want to access with the API, sign up and share the messages with the #-step guide.", | ||
"subtitle_3": "If you are a Red Cross Red Crescent National Society, sign up and you will receive instructions on how to adapt and share your safety messages.", | ||
"who_are_you": "Who are you?", | ||
"what_is_your_role": "What is your role?", | ||
"description": "COPY PENDING", | ||
|
@@ -687,10 +690,11 @@ | |
"terms_conditions": "Terms and Conditions ", | ||
"facebook": "Sign Up With Facebook", | ||
"google": "Sign Up With Google", | ||
"email_sign_up": "Or sign up with your email:", | ||
"email_ifrc": "IFRC MAIL PENDING", | ||
"location": "Location", | ||
"organisation": "Organisation", | ||
"email_sign_up": "Sign up with your email:", | ||
"mail": "mail", | ||
"email_ifrc": "[email protected]", | ||
"location": "Country", | ||
"organisation": "Organization", | ||
"industry": "Industry type", | ||
"create_account": "Create Account", | ||
"last_name": "Last name", | ||
|
@@ -709,7 +713,7 @@ | |
"api_used_in": "Where will this API be used?", | ||
"api_used_in_help": "Let us now how you intend to use this service in less than 255 characters", | ||
"welcome": "Welcome {name}, please complete the following information to get started:", | ||
"ifrc_note": "If you have any questions or are interested in learning more, please contact: ", | ||
"ifrc_note": "For questions or more information, please contact: ", | ||
"contact_gdpc": "Contact GDPC" | ||
}, | ||
"terms_service_page": { | ||
|