Added contact us lang

This commit is contained in:
Franklin 2023-04-29 14:08:33 -04:00
parent ecb56ed9a9
commit 3d86536a9c
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,6 @@
.contact-container { .contact-container {
margin-top: 30px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;

View File

@ -3,6 +3,8 @@
left: 0px; left: 0px;
top: 100px; top: 100px;
z-index: 1;
background-color: #d8d6d6; background-color: #d8d6d6;
border: 0.5px solid #9D9D9D; border: 0.5px solid #9D9D9D;

View File

@ -59,7 +59,7 @@ footer:
contact: contact:
title: Contact Us title: Contact Us
subtitle: Leave us a message subtitle: Leave us a message
contact.form-name-label: Name form-name-label: Name
contact.form-email-label: Email form-email-label: Email
contact.form-message-label: Start typing... form-message-label: Start typing...
contact.form-button-label: Send form-button-label: Send