-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
41 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,37 @@ | ||
<section> | ||
<section> | ||
<h4 id="contact">CONTACT US</h4> | ||
<div class="spacer"></div> | ||
<div class="row"> | ||
<h3>Any other </h3><h2>questions?</h2> | ||
</div> | ||
<div class="spacer"></div> | ||
<p class="description">We are here to help you! Please check the FAQ first; | ||
If your question is not already answered, you can reach us at | ||
<a class="email" href="mailto:[email protected]">[email protected]</a>.<br> | ||
<br> | ||
Please email <a class="email" href="mailto:[email protected]">[email protected]</a> | ||
if you need a particular accommodation. | ||
Note that requests made less than 24 hours before the event will likely not be accommodated. | ||
<p class="description"> | ||
We are here to help you! Please check the FAQ first; If your question is not | ||
already answered, you can reach us at | ||
<a class="email" href="mailto:[email protected]" | ||
>[email protected]</a | ||
>.<br /> | ||
<br /> | ||
Please email <a class="email" href="mailto:[email protected]" | ||
>[email protected]</a | ||
> | ||
if you need a particular accommodation. Note that requests made less than 24 | ||
hours before the event will likely not be accommodated. | ||
</p> | ||
</section> | ||
|
||
<style lang="scss"> | ||
section { | ||
position: relative; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
align-items: center; | ||
text-align: center; | ||
width: 46.5rem; | ||
margin: 0 auto; | ||
padding: 0 20%; | ||
padding-top: 10.75rem; | ||
} | ||
|
||
div.spacer { | ||
height: 1.5rem; | ||
} | ||
|
@@ -39,6 +46,6 @@ | |
} | ||
|
||
a.email { | ||
text-decoration-line: underline; // the underline is too close to the text... | ||
text-decoration-line: underline; // the underline is too close to the text... | ||
} | ||
</style> | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters