add contact section
This commit is contained in:
parent
43163164d4
commit
82d1365807
|
@ -1,6 +1,10 @@
|
|||
<article id="contact" class="l-relative l-screen-min-full contact-bg">
|
||||
<div class="l-section-pad l-wrapper">
|
||||
<h2 class="l-section-header contact-heading">Contact Us</h2>
|
||||
<article id="contact" class="l-relative l-screen-min-full">
|
||||
|
||||
<div class="l-underlay contact-bg"></div>
|
||||
|
||||
<h2 class="l-section-header">Contact Us</h2>
|
||||
|
||||
<div class="l-section-pad l-wrapper contact-section">
|
||||
<p class="h5">Complete this form and we will get back to you within one working day.</p>
|
||||
<form action="https://mailthis.to/remailthis" method="POST" encType="multipart/form-data">
|
||||
<ul class="u-no-list">
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
.contact-bg {
|
||||
background-color: rgba(aqua, 0.5);
|
||||
}
|
||||
|
||||
.contact-section {
|
||||
background-color: rgba(aqua, 0.5);
|
||||
}
|
||||
|
Reference in New Issue