Merge pull request #5 from skoobasteeve/info-page

initial info page, theme changes
This commit is contained in:
skoobasteeve
2020-11-01 15:49:28 -05:00
committed by GitHub
9 changed files with 177 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
theme : "minimal-mistakes-jekyll" theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes" # remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" minimal_mistakes_skin : "dirt" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
# Site Settings # Site Settings
locale : "en-US" locale : "en-US"

19
_includes/footer.html Normal file
View File

@@ -0,0 +1,19 @@
<div class="page__footer-follow">
<ul class="social-icons">
<li><a href="../index.html"><i class="fas fa-home" aria-hidden="true"></i> Home</a></li>
{% if site.data.ui-text[site.locale].follow_label %}
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
{% endif %}
{% if site.footer.links %}
{% for link in site.footer.links %}
{% if link.label and link.url %}
<li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
{% endif %}
{% endfor %}
{% endif %}
</ul>
</div>
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>

View File

@@ -0,0 +1,3 @@
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->

View File

@@ -1,6 +1,6 @@
--- ---
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!" title: "Ray and Gwen's 2021 <br> Wedding Exxtravaganza!"
layout: splash layout: single
permalink: /info/ permalink: /info/
author_profile: false author_profile: false
masthead: false masthead: false
@@ -8,4 +8,61 @@ header:
overlay_color: "#000" overlay_color: "#000"
overlay_filter: "0.5" overlay_filter: "0.5"
overlay_image: /assets/images/banner.jpg overlay_image: /assets/images/banner.jpg
excerpt: "Join us in Brooklyn, NY!"
--- ---
[<- Home](../index.html)
{: .text-left}
# Wedding Info
{: .text-center}
## When
{: .text-left}
**November 13th, 2021** \
Doors open at **4:30 PM** \
Ceremony starts at **5:00 PM** \
Dinner will be served at **7:00 PM**
{: .text-left}
## Where
{: .text-left}
[**Prospect Park Boathouse**](https://goo.gl/maps/7vJWAH4iFbyKeaq86) \
[**101 East Dr, Brooklyn, NY 11225**](https://goo.gl/maps/7vJWAH4iFbyKeaq86)
{: .text-left}
<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>
**Please don't drink and drive.** \
Take the subway or split a taxi so you can drink without consequences!
{: .notice--warning}
{: .text-center}
## Driving & Parking (more details to come)
{: .text-left}
* Parking available in a lot a 5min walk away from the venue.
* There are limited number of out-front spaces for those who have trouble walking. Please let us know if this is something you require.
{: .text-left}
## Subways
There are a few different ways to get to the venue inside Prospect Park depending on where you're staying and how much you want to walk.
{: .text-left}
* Take the <span class="subway-icon mta-yellow">Q</span> train to the [Prospect Park station](https://goo.gl/maps/ipxnNn7AC7ae3RZPA). This gets you the **closest** to the venue. 5min walk.
* Take the <span class="subway-icon mta-green-2">G</span> or <span class="subway-icon mta-orange">
F</span> train to the [15th Street Prospect Park](https://goo.gl/maps/PG5ZM3ith8n1g1Hy9) station on the West side of the park. 15min walk.
* Take the <span class="subway-icon mta-red">2</span><span class="subway-icon mta-red">3</span> or <span class="subway-icon mta-green">4</span> train to the [Grand Army Plaza](https://goo.gl/maps/iJfe4v3Z3Vo1Azz39) station on the North end of the park. 15min walk.
## Dining (more details to come)
{: .text-left}
* Dinner and passed hors-d'oeuvres will be provided
* Catering specifics are still pending.
* Open bar (beer & wine)
{: .text-left}
## Acommodations (more details to come)
{: .text-left}

View File

@@ -8,6 +8,11 @@ header:
overlay_color: "#000" overlay_color: "#000"
overlay_filter: "0.5" overlay_filter: "0.5"
overlay_image: /assets/images/banner.jpg overlay_image: /assets/images/banner.jpg
excerpt: "Join us in Brooklyn, NY!"
--- ---
[<- Home](../index.html)
{: .text-left}
# Stay tuned!
{: .text-center}

View File

@@ -10,6 +10,9 @@ header:
overlay_image: /assets/images/banner.jpg overlay_image: /assets/images/banner.jpg
--- ---
[<- Home](../index.html)
{: .text-left}
# RSVP # RSVP
<form name="rsvp" netlify-honeypot="bot-field" action="/success/" netlify> <form name="rsvp" netlify-honeypot="bot-field" action="/success/" netlify>

View File

@@ -38,3 +38,6 @@
@import "minimal-mistakes/archive"; @import "minimal-mistakes/archive";
@import "minimal-mistakes/sidebar"; @import "minimal-mistakes/sidebar";
@import "minimal-mistakes/print"; @import "minimal-mistakes/print";
/* Custom */
@import "minimal-mistakes/h-nyc-subway-icons";

View File

@@ -0,0 +1,82 @@
$mta-red: #df0000;
$mta-green: #008700;
$mta-blue: #0a5786;
$mta-orange: #de3700;
$mta-purple: #5a045a;
$mta-green-2: #4f8403;
$mta-yellow: #FCCC0A;
$mta-gray: #666;
$mta-brown: #573208;
$subways: (mta-red: $mta-red,
mta-green: $mta-green,
mta-blue: $mta-blue,
mta-orange: $mta-orange,
mta-purple: $mta-purple,
mta-green-2: $mta-green-2,
mta-yellow: $mta-yellow,
mta-gray: $mta-gray,
mta-brown: $mta-brown);
$icon-padding: 0.4em;
[class*="subway-icon"] {
position: relative;
font-size: .75em;
z-index: 5;
height: 1em;
width: 1em;
line-height: 1em;
margin-left: $icon-padding/2;
margin-right: $icon-padding/2;
justify-content: center;
align-items: center;
display: inline-flex;
text-align: center;
font-weight: bold;
text-transform: uppercase;
color: #000;
&::before {
content: "";
position: absolute;
z-index: -1;
width: calc(100% + #{$icon-padding});
height: calc(100% + #{$icon-padding});
left: -($icon-padding / 2);
top: -($icon-padding / 2);
border-radius: 50%;
background-color: red;
}
&.express {
margin-left: $icon-padding/1.5;
margin-right: $icon-padding/1.5;
&::before {
transform: rotate(45deg);
border-radius: 0;
width: calc(100% + #{$icon-padding / 4});
height: calc(100% + #{$icon-padding / 4});
left: -($icon-padding / 8);
top: -($icon-padding / 8);
}
}
}
@each $value1,
$value2 in $subways {
.#{$value1} {
&::before {
background-color: $value2;
}
@if $value2==$mta-yellow {
color: #000;
}
@else {
color: #fff;
}
}
}

View File

@@ -1,5 +1,5 @@
--- ---
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!" title: "Ray and Gwen's 2021 <br> Wedding Exxtravaganza!"
layout: splash layout: splash
author_profile: false author_profile: false
masthead: false masthead: false
@@ -7,7 +7,7 @@ header:
overlay_color: "#000" overlay_color: "#000"
overlay_filter: "0.5" overlay_filter: "0.5"
overlay_image: /assets/images/banner.jpg overlay_image: /assets/images/banner.jpg
excerpt: "Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop." excerpt: "Join us in Brooklyn, NY!"
intro: intro:
- excerpt: 'Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`' - excerpt: 'Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"`'
feature_row: feature_row: