mirror of
https://github.com/shadoll/vancouver.git
synced 2026-08-28 11:33:14 +00:00
feat: add email contact information to footer and update translations
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<p><strong>{t('manager_title', $language)}</strong></p>
|
||||
<p>{t('address', $language)}</p>
|
||||
<p>{t('phone', $language)}</p>
|
||||
<p>{t('email', $language)} <a href="mailto:a.svynar@gmail.com">a.svynar@gmail.com</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,6 +76,17 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.contact-info a {
|
||||
color: var(--primary-color);
|
||||
text-decoration: none;
|
||||
transition: color 0.2s ease;
|
||||
}
|
||||
|
||||
.contact-info a:hover {
|
||||
color: var(--primary-hover);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.footer-bottom {
|
||||
border-top: 1px solid var(--border-color);
|
||||
padding-top: 1rem;
|
||||
|
||||
@@ -44,6 +44,7 @@ export const translations = {
|
||||
contact_title: 'Contact Information',
|
||||
manager_title: 'Oleksandr Svynar',
|
||||
office_address: 'Office Address:',
|
||||
email: 'Email:',
|
||||
address: '01033, Ukraine, Kyiv, 48, 50A Zhylianska St., Office 13',
|
||||
phone: 'Phone: +38 050 465 46 18'
|
||||
},
|
||||
@@ -92,6 +93,7 @@ export const translations = {
|
||||
contact_title: 'Контактна інформація',
|
||||
manager_title: 'Свинар Олександр',
|
||||
office_address: 'Адреса офісу:',
|
||||
email: 'Електронна пошта:',
|
||||
address: '01033, Україна, м. Київ, вул. Жилянська, 48, 50А, офіс 13',
|
||||
phone: 'Телефон: +38 050 465 46 18'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user