add contact section

This commit is contained in:
Ray Elliott 2020-04-20 17:31:37 +00:00
parent 43163164d4
commit 82d1365807
2 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,10 @@
<article id="contact" class="l-relative l-screen-min-full contact-bg"> <article id="contact" class="l-relative l-screen-min-full">
<div class="l-section-pad l-wrapper">
<h2 class="l-section-header contact-heading">Contact Us</h2> <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> <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"> <form action="https://mailthis.to/remailthis" method="POST" encType="multipart/form-data">
<ul class="u-no-list"> <ul class="u-no-list">

View File

@ -0,0 +1,8 @@
.contact-bg {
background-color: rgba(aqua, 0.5);
}
.contact-section {
background-color: rgba(aqua, 0.5);
}