feat: login page ui done
This commit is contained in:
261
assets/icons/common/ic_login.svg
Normal file
261
assets/icons/common/ic_login.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 126 KiB |
8
assets/icons/common/ic_visibility.svg
Normal file
8
assets/icons/common/ic_visibility.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M12.9833 10C12.9833 11.65 11.6499 12.9833 9.99993 12.9833C8.34993 12.9833 7.0166 11.65 7.0166 10C7.0166 8.35 8.34993 7.01666 9.99993 7.01666C11.6499 7.01666 12.9833 8.35 12.9833 10Z"
|
||||
stroke="#A7AEC1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path
|
||||
d="M10.0001 16.8916C12.9418 16.8916 15.6834 15.1583 17.5918 12.1583C18.3418 10.9833 18.3418 9.00831 17.5918 7.83331C15.6834 4.83331 12.9418 3.09998 10.0001 3.09998C7.05845 3.09998 4.31678 4.83331 2.40845 7.83331C1.65845 9.00831 1.65845 10.9833 2.40845 12.1583C4.31678 15.1583 7.05845 16.8916 10.0001 16.8916Z"
|
||||
stroke="#A7AEC1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 823 B |
17
assets/icons/common/ic_visibility_off.svg
Normal file
17
assets/icons/common/ic_visibility_off.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path
|
||||
d="M12.1083 7.89166L7.8916 12.1083C7.34994 11.5667 7.0166 10.825 7.0166 10C7.0166 8.35 8.34994 7.01666 9.99994 7.01666C10.8249 7.01666 11.5666 7.35 12.1083 7.89166Z"
|
||||
stroke="#A7AEC1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path
|
||||
d="M14.8501 4.80834C13.3918 3.70834 11.7251 3.10834 10.0001 3.10834C7.05845 3.10834 4.31678 4.84167 2.40845 7.84167C1.65845 9.01667 1.65845 10.9917 2.40845 12.1667C3.06678 13.2 3.83345 14.0917 4.66678 14.8083"
|
||||
stroke="#A7AEC1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path
|
||||
d="M7.0166 16.275C7.9666 16.675 8.97493 16.8917 9.99993 16.8917C12.9416 16.8917 15.6833 15.1583 17.5916 12.1583C18.3416 10.9833 18.3416 9.00834 17.5916 7.83334C17.3166 7.4 17.0166 6.99167 16.7083 6.60834"
|
||||
stroke="#A7AEC1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M12.925 10.5833C12.7083 11.7583 11.75 12.7166 10.575 12.9333" stroke="#A7AEC1"
|
||||
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M7.89175 12.1083L1.66675 18.3333" stroke="#A7AEC1" stroke-width="1.5"
|
||||
stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M18.3334 1.66669L12.1084 7.89169" stroke="#A7AEC1" stroke-width="1.5"
|
||||
stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
6
assets/icons/dark/ic_arrow_left.svg
Normal file
6
assets/icons/dark/ic_arrow_left.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.77254 5.43582L3.20837 11L8.77254 16.5642" stroke="white" stroke-width="1.5"
|
||||
stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M18.7916 11H3.36414" stroke="white" stroke-width="1.5" stroke-miterlimit="10"
|
||||
stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 425 B |
4
assets/icons/light/ic_arrow_left.svg
Normal file
4
assets/icons/light/ic_arrow_left.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M8.77217 5.43585L3.20801 11L8.77217 16.5642" stroke="#151B33" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M18.7918 11H3.36426" stroke="#151B33" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 403 B |
@@ -10,6 +10,26 @@
|
||||
"onboarding_button_next": "Next",
|
||||
"onboarding_title_2": "A place for extraordinary people in the world",
|
||||
"onboarding_subtitle_2": "Discover your favorite meals and get them delivered fast wherever you are.",
|
||||
"onboarding_button_get_started": "Get Started"
|
||||
"onboarding_button_get_started": "Get Started",
|
||||
"welcome_to_volt": "Welcome to {name}",
|
||||
"@welcome_to_volt":{
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"please_login": "Please login to your account",
|
||||
"email_or_phone": "Phone Number",
|
||||
"enter_email_or_phone": "Enter your email or phone number",
|
||||
"password": "Password",
|
||||
"enter_password": "Enter your password",
|
||||
"forgot_password": "Forgot Password?",
|
||||
"login": "Login",
|
||||
"or_login_with": "Or login with",
|
||||
"google": "Google",
|
||||
"facebook": "Facebook",
|
||||
"dont_have_account": "Don’t have an account?",
|
||||
"register": "Register"
|
||||
|
||||
}
|
||||
@@ -10,6 +10,26 @@
|
||||
"onboarding_button_next": "Далее",
|
||||
"onboarding_title_2": "Место для выдающихся людей по всему миру",
|
||||
"onboarding_subtitle_2": "Находите свои любимые блюда и получайте их быстро, где бы вы ни находились.",
|
||||
"onboarding_button_get_started": "Начать"
|
||||
"onboarding_button_get_started": "Начать",
|
||||
"welcome_to_volt": "Добро пожаловать в {name}",
|
||||
"@welcome_to_volt":{
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"please_login": "Пожалуйста, войдите в свой аккаунт",
|
||||
"email_or_phone": "Номер телефона",
|
||||
"enter_email_or_phone": "Введите свою почту или номер телефона",
|
||||
"password": "Пароль",
|
||||
"enter_password": "Введите свой пароль",
|
||||
"forgot_password": "Забыли пароль?",
|
||||
"login": "Войти",
|
||||
"or_login_with": "Или войдите с помощью",
|
||||
"google": "Google",
|
||||
"facebook": "Facebook",
|
||||
"dont_have_account": "У вас нет аккаунта?",
|
||||
"register": "Зарегистрироваться"
|
||||
|
||||
}
|
||||
@@ -10,6 +10,26 @@
|
||||
"onboarding_button_next": "Keyingi",
|
||||
"onboarding_title_2": "Butun dunyodagi ajoyib insonlar uchun joy",
|
||||
"onboarding_subtitle_2": "Sevimli taomlaringizni toping va ularni tezda yetkazib oling, qaerda bo‘lishingizdan qat’i nazar.",
|
||||
"onboarding_button_get_started": "Boshlash"
|
||||
"onboarding_button_get_started": "Boshlash",
|
||||
"welcome_to_volt": "{name} ilovasiga xush kelibsiz",
|
||||
"@welcome_to_volt":{
|
||||
"placeholders": {
|
||||
"name": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"please_login": "Iltimos, akkauntingizga kiring",
|
||||
"email_or_phone": "Telefon raqami",
|
||||
"enter_email_or_phone": "Email yoki telefon raqamingizni kiriting",
|
||||
"password": "Parol",
|
||||
"enter_password": "Parolingizni kiriting",
|
||||
"forgot_password": "Parolni unutdingizmi?",
|
||||
"login": "Kirish",
|
||||
"or_login_with": "Yoki quyidagi orqali kiring",
|
||||
"google": "Google",
|
||||
"facebook": "Facebook",
|
||||
"dont_have_account": "Akkauntingiz yo‘qmi?",
|
||||
"register": "Ro‘yxatdan o‘tish"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user