Merge pull request #6 from skoobasteeve/contact-page

Contact page
This commit is contained in:
skoobasteeve
2020-11-01 19:16:03 -05:00
committed by GitHub
7 changed files with 53 additions and 5 deletions

View File

@@ -13,3 +13,34 @@ excerpt: "Join us in Brooklyn, NY!"
[<- Home](../index.html) [<- Home](../index.html)
{: .text-left} {: .text-left}
# Contact Us
{: .text-center}
![contact-header](/assets/images/contact-header.jpg){:class="img-responsive"}{: .align-center}
<br>
# The Bride
{: .text-center}
![bride](/assets/images/bride.jpg){:class="img-responsive"}{: height="400px" width="400px"}{: .align-center}
## Gwen Breitstein
{: .text-center}
<i class="fas fa-envelope"></i> Email: [glbreitstein@gmail.com](mailto:glbreitstein@gmail.com) \
<i class="fab fa-instagram"></i> Instagram: [@thegwenb](https://www.instagram.com/thegwenb/)
{: .text-center}
{:style="clear: left"}
<br/>
# The Groom
{: .text-center}
![groom](/assets/images/groom.jpg){:class="img-responsive"}{: height="400px" width="400px"}{: .align-center}
## Ray Lyon
{: .text-center}
<i class="fas fa-envelope"></i> Email: [ray@raylyon.net](mailto:ray@raylyon.net) \
<i class="fab fa-instagram"></i> Instagram: [@theraylyon](https://www.instagram.com/theraylyon/) \
<i class="fas fa-rss-square"></i> Blog: [rayagainstthemachine.net](https://rayagainstthemachine.net)
{: .text-center}

View File

@@ -31,8 +31,9 @@ Dinner will be served at **7:00 PM**
[**101 East Dr, Brooklyn, NY 11225**](https://goo.gl/maps/7vJWAH4iFbyKeaq86) [**101 East Dr, Brooklyn, NY 11225**](https://goo.gl/maps/7vJWAH4iFbyKeaq86)
{: .text-left} {: .text-left}
<div class="resp-container">
<p style="text-align:left"><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=-73.98174047470094%2C40.65239921467547%2C-73.9488458633423%2C40.66914863217685&amp;layer=mapnik&amp;marker=40.66076636052815%2C-73.96528314464291" style="border: 1px solid black"></iframe></p> <p style="text-align:left"><iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=-73.98174047470094%2C40.65239921467547%2C-73.9488458633423%2C40.66914863217685&amp;layer=mapnik&amp;marker=40.66076636052815%2C-73.96528314464291" style="border: 1px solid black"></iframe></p>
</div>
**Please don't drink and drive.** \ **Please don't drink and drive.** \
Take the subway or split a taxi so you can drink without consequences! Take the subway or split a taxi so you can drink without consequences!

View File

@@ -356,7 +356,7 @@ input[type="submit"],
transition: $global-transition; transition: $global-transition;
} }
/* white form field backgrounds */ /* custom - white form field backgrounds */
input[type=text] { input[type=text] {
background-color: #ffffff; background-color: #ffffff;
@@ -364,4 +364,20 @@ input[type=text] {
input[type=email] { input[type=email] {
background-color: #ffffff; background-color: #ffffff;
} }
/* custom - responsive iframe */
.resp-container {
position: relative;
overflow: hidden;
}
.resp-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

BIN
assets/images/bride.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 KiB

BIN
assets/images/groom.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

View File

@@ -9,7 +9,7 @@ header:
overlay_image: /assets/images/banner.jpg overlay_image: /assets/images/banner.jpg
excerpt: "Join us in Brooklyn, NY!" excerpt: "Join us in Brooklyn, NY!"
intro: intro:
- excerpt: "We're so excited for everyone to join us at our wedding! You'll find links below for everything you need. If you have any questions not answered here, head over to the [contact](/contact/) page and drop us a note." - excerpt: "We're so excited for everyone to join us at our wedding! You'll find links below for everything you need. If you have any questions not answered here, head over to the [**contact**](/contact/) page and drop us a note."
feature_row: feature_row:
- image_path: assets/images/feature-image-01.jpg - image_path: assets/images/feature-image-01.jpg
alt: "ray and gwen 01" alt: "ray and gwen 01"