Skip to content

Commit

Permalink
Contact page - Update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MeiCloudie committed May 30, 2024
1 parent 96f3c95 commit 6d7617e
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,29 @@ <h3 class="animate__animated wow animate__flipInX">Contact Us</h3>
</div>
</section>

<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<!-- ------------------------CONTACT INFORMATION------------------------ -->
<section class="contact-information section">
<!-- Title -->
<div class="title"></div>
<!-- Card Infos -->
<div class="contact-information__card-infos"></div>
</section>

<!-- ------------------------MAP------------------------ -->
<section class="map section">
<!-- Iframe Link Map -->
</section>

<!-- ------------------------CONTACT FORM------------------------ -->
<section class="contact-form section">
<!-- Title -->
<div class="title"></div>
<!-- Form -->
<div class="contact-form__form">
<!-- Input -->
<!-- Button Submit -->
</div>
</section>

<!-- ------------------------FOOTER------------------------ -->
<footer class="footer">
Expand Down

0 comments on commit 6d7617e

Please sign in to comment.