Compare commits
63 Commits
form-testi
...
9f218114c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
9f218114c2
|
|||
|
b6272c3346
|
|||
|
de25825a31
|
|||
| f8440ffa9a | |||
|
|
ff0bb1a5ee | ||
| bfe821be48 | |||
| 45a8f074cc | |||
| 386e6cb6a4 | |||
| 592b759325 | |||
| 9082b62d65 | |||
| e5758bb1cb | |||
| 44f5f59bc6 | |||
| 53bad22f4f | |||
| f98216449e | |||
| d1e346e4c9 | |||
| 1beb87c615 | |||
| c2cf557f3e | |||
| 2c221ab096 | |||
| 8a59050e84 | |||
| 548043c46c | |||
| e04adb97cb | |||
| 8dd2010a77 | |||
| 8fc6841396 | |||
| dd0b5263ec | |||
| f7a1d4d0fd | |||
| d3df3a7122 | |||
| 118b66a9e5 | |||
|
|
78e67cbad2 | ||
|
|
38772c61a6 | ||
| bc1b6a441d | |||
| 6691d80f06 | |||
| 8fa67f4be7 | |||
| 3c4b1452a9 | |||
| 20252e69c9 | |||
| b46f567833 | |||
| 48f7ec45a3 | |||
| f36135ad98 | |||
|
|
25fe911b26 | ||
| 624acf9d11 | |||
| c62ebb9182 | |||
| a550538d71 | |||
| 60e0ee0e48 | |||
|
|
866457dee1 | ||
|
|
342bf39557 | ||
| fcc9ecc382 | |||
| a45346947b | |||
| 79d95ef5ab | |||
| f23f2a0f88 | |||
| 217b2cda9f | |||
| 639154d13e | |||
| 4843222fe3 | |||
| 65d7998a5e | |||
|
|
e03bcabb45 | ||
| 140a6a9047 | |||
| 7db8b0b977 | |||
| bff18952b7 | |||
| 9c24bde226 | |||
| fee5ef1d25 | |||
|
|
6a85f9f0ef | ||
|
|
0cbe649408 | ||
| 1f38f2459d | |||
|
|
e11ca8b706 | ||
|
|
0b3f52a090 |
1
Gemfile
@@ -15,6 +15,7 @@ source "https://rubygems.org"
|
||||
|
||||
gem "jekyll"
|
||||
gem "minimal-mistakes-jekyll"
|
||||
gem "webrick"
|
||||
|
||||
# The following plugins are automatically loaded by the theme-gem:
|
||||
# gem "jekyll-paginate"
|
||||
|
||||
@@ -1 +1,7 @@
|
||||
# Ray and Gwen's Wedding Site
|
||||
### The wedding is over and was a complete success! Thanks to everyone who showed up.
|
||||
### The site will remain active for historical value.
|
||||
|
||||
[https://www.rayandgwenwedding.com](https://www.rayandgwenwedding.com)
|
||||
|
||||
[](https://app.netlify.com/sites/vibrant-aryabhata-638d9d/deploys)
|
||||
|
||||
16
_config.yml
@@ -12,7 +12,7 @@
|
||||
|
||||
theme : "minimal-mistakes-jekyll"
|
||||
# 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
|
||||
locale : "en-US"
|
||||
@@ -85,11 +85,7 @@ social:
|
||||
|
||||
# Analytics
|
||||
analytics:
|
||||
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
|
||||
google:
|
||||
tracking_id :
|
||||
anonymize_ip : # true, false (default)
|
||||
|
||||
provider : "custom"
|
||||
|
||||
# Site Author
|
||||
author:
|
||||
@@ -127,15 +123,15 @@ footer:
|
||||
- label: "Facebook"
|
||||
icon: "fab fa-fw fa-facebook-square"
|
||||
# url:
|
||||
- label: " Contact"
|
||||
icon: "fas fa-envelope"
|
||||
url: "/contact/"
|
||||
- label: "GitHub"
|
||||
icon: "fab fa-fw fa-github"
|
||||
url: "https://github.com/skoobasteeve/rayandgwen-wedding"
|
||||
- label: "GitLab"
|
||||
icon: "fab fa-fw fa-gitlab"
|
||||
# url:
|
||||
- label: "Bitbucket"
|
||||
icon: "fab fa-fw fa-bitbucket"
|
||||
# url:
|
||||
- label: "Instagram"
|
||||
icon: "fab fa-fw fa-instagram"
|
||||
# url:
|
||||
@@ -191,7 +187,7 @@ incremental: false
|
||||
kramdown:
|
||||
input: GFM
|
||||
hard_wrap: false
|
||||
auto_ids: true
|
||||
auto_ids: false
|
||||
footnote_nr: 1
|
||||
entity_output: as_char
|
||||
toc_levels: 1..6
|
||||
|
||||
1
_includes/analytics-providers/custom.html
Normal file
@@ -0,0 +1 @@
|
||||
<script async defer data-domain="rayandgwenwedding.com" src="https://plausible.io/js/plausible.js"></script>
|
||||
19
_includes/footer.html
Normal 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">© {{ 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> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
|
||||
3
_includes/footer/custom.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<!-- start custom footer snippets -->
|
||||
|
||||
<!-- end custom footer snippets -->
|
||||
6
_includes/head/custom.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Amiri&family=Antic+Didone&family=Castoro&family=Nanum+Myeongjo:wght@400;700&family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
|
||||
|
||||
{% if page.disallow %}
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
{% endif %}
|
||||
44
_pages/contact.md
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: "Gwen & Ray are getting married!"
|
||||
layout: single
|
||||
permalink: /contact/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13, 2021 <br> Brooklyn, NY"
|
||||
---
|
||||
[<- Home](../index.html)
|
||||
{: .text-left}
|
||||
|
||||
# Contact Us
|
||||
{: .text-center}
|
||||
|
||||
<br>
|
||||
|
||||
# The Bride
|
||||
{: .text-center}
|
||||
{: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}
|
||||
{: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}
|
||||
17
_pages/covid-success.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Gwen & Ray are getting married!"
|
||||
layout: splash
|
||||
permalink: /covid-success/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13, 2021 <br> Brooklyn, NY"
|
||||
sitemap: false
|
||||
disallow: true
|
||||
---
|
||||
|
||||
# Thank you for submitting!
|
||||
[Back to form](../covid)
|
||||
35
_pages/covid.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
title: "Gwen & Ray are getting married!"
|
||||
layout: splash
|
||||
permalink: /covid/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13th 2021 <br> Brooklyn, NY"
|
||||
---
|
||||
|
||||
[<- Home](../index.html)
|
||||
{: .text-left}
|
||||
|
||||
# Submit your COVID-19 Vaccine Card
|
||||
|
||||
<form name="vaccine-submission" netlify-honeypot="bot-field" method="POST" data-netlify="true" action="/covid-success/" netlify>
|
||||
<p class="hidden">
|
||||
<label>Fill this out!: <input name="bot-field" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Full Name <input type="text" name="name" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Vaccine Card <input type="file" name="vaccine_card" accept="image/png, image/jpeg, image/tiff, application/pdf, .heif" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Questions / Comments <input type="text" name="comments" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<button type="submit" class="btn btn--primary">Submit</button>
|
||||
</p>
|
||||
</form>
|
||||
@@ -1,11 +1,75 @@
|
||||
---
|
||||
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
|
||||
layout: splash
|
||||
title: "Gwen & Ray are getting married!"
|
||||
layout: single
|
||||
permalink: /info/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.5"
|
||||
overlay_image: /assets/images/banner.jpg
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13, 2021 <br> Brooklyn, NY"
|
||||
---
|
||||
[<- Home](../index.html)
|
||||
{: .text-left}
|
||||
|
||||
# Wedding Info
|
||||
{: .text-center}
|
||||
|
||||
**COVID-19 UPDATE** \
|
||||
In accordance with New York City law all guests are required to be vaccinated and show **proof of vaccination** with a matching ID before entering the venue. \
|
||||
Please submit a photo of your COVID vaccination card using [this form](../covid) before the wedding. **Masks will not be required.** \
|
||||
Thank you!
|
||||
{: .notice--warning}
|
||||
{: .text-center}
|
||||
|
||||
## Ceremony and Reception
|
||||
{: .text-left}
|
||||
[**Prospect Park Boathouse**](https://goo.gl/maps/7vJWAH4iFbyKeaq86) \
|
||||
**November 13th, 2021** \
|
||||
**4:00pm - 10:00pm** \
|
||||
*Cocktail attire*
|
||||
{: .text-left}
|
||||
|
||||
{:class="img-responsive"}{: height="400px" width="400px"}{: .align-center}
|
||||
|
||||
## Getting There
|
||||
{: .text-left}
|
||||
|
||||
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. Here's what we recommend:
|
||||
|
||||
#### Subway
|
||||
{: .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.
|
||||
{: .text-left}
|
||||
|
||||
#### Taxi or Ride Share
|
||||
{: .text-left}
|
||||
|
||||
Tell your driver to drop you off at the **Lincoln Road & Ocean Ave entrance** or have them enter [101 Ocean Ave, Brooklyn, NY 11225](https://goo.gl/maps/9BDrkkJKcfFQEhyx9) into their GPS.
|
||||
{: .text-left}
|
||||
|
||||
#### Once you arrive...
|
||||
{: .text-left}
|
||||
|
||||
Walk through the entrance and straight across the bike path. Follow the lamp posts with "Boathouse" signs until you reach the Cleftridge Tunnel on the right, then walk through to the Boathouse.
|
||||
{: .text-left}
|
||||
|
||||
**Please don't drink and drive.** \
|
||||
Take the subway or split a taxi so you can drink without consequences! \
|
||||
If you plan on driving please contact us directly as the venue has a limited number of parking spaces.
|
||||
{: .notice--warning}
|
||||
{: .text-center}
|
||||
|
||||
## Guest Accomodations
|
||||
{: .text-left}
|
||||
|
||||
We've reserved a block of rooms at a discounted rate for the [Nu Hotel Brooklyn](http://bookings.ihotelier.com/bookings.jsp?groupID=3216251&hotelID=112950), details below:
|
||||
|
||||
**Group name**: Breitstein - Lyon Wedding \
|
||||
**Dates**: November 10th - November 14th, 2021 \
|
||||
**Last day to reserve**: October 13th, 2021 \
|
||||
<br>
|
||||
**[Book Online](http://bookings.ihotelier.com/bookings.jsp?groupID=3216251&hotelID=112950)** \
|
||||
Booking questions: [1 855-752-2010](tel:855-752-2010) (Dial 3)
|
||||
|
||||
@@ -1,13 +1,24 @@
|
||||
---
|
||||
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
|
||||
title: "Gwen & Ray are getting married!"
|
||||
layout: splash
|
||||
permalink: /registry/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.5"
|
||||
overlay_image: /assets/images/banner.jpg
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13, 2021 <br> Brooklyn, NY"
|
||||
---
|
||||
|
||||
[<- Home](../index.html)
|
||||
{: .text-left}
|
||||
|
||||
# Registry
|
||||
{: .text-center}
|
||||
|
||||
### [Crate & Barrel](https://www.crateandbarrel.com/gift-registry/gwen-breitstein-and-ray-lyon/r6215352)
|
||||
{: .text-center}
|
||||
|
||||
### [Honeymoon Fund](https://www.honeyfund.com/wedding/lyon-breitstein-11-13-2021)
|
||||
{: .text-center}
|
||||
|
||||
21
_pages/rsvp-success.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: "Gwen & Ray are getting married!"
|
||||
layout: splash
|
||||
permalink: /rsvp-success/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13, 2021 <br> Brooklyn, NY"
|
||||
sitemap: false
|
||||
disallow: true
|
||||
---
|
||||
[<- Home](../index.html)
|
||||
{: .text-left}
|
||||
|
||||
# You did it! Thanks for your RSVP!
|
||||
|
||||
|
||||
{: height="800px" width="800px"}
|
||||
@@ -1,18 +1,22 @@
|
||||
---
|
||||
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
|
||||
title: "Gwen & Ray are getting married!"
|
||||
layout: splash
|
||||
permalink: /rsvp/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.5"
|
||||
overlay_image: /assets/images/banner.jpg
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13th 2021 <br> Brooklyn, NY"
|
||||
---
|
||||
|
||||
[<- Home](../index.html)
|
||||
{: .text-left}
|
||||
|
||||
# RSVP
|
||||
|
||||
<form name="rsvp" netlify-honeypot="bot-field" action="/success/" netlify>
|
||||
<form name="rsvp" netlify-honeypot="bot-field" action="/rsvp-success/" netlify>
|
||||
<p class="hidden">
|
||||
<label>Fill this out!: <input name="bot-field" /></label>
|
||||
</p>
|
||||
@@ -20,22 +24,40 @@ header:
|
||||
<label>Guest #1 <input type="text" name="name" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label>Guest #2 (if applicable) <input type="text" name="plus-one" /></label>
|
||||
<label for="mealpref-01" required>Dinner Preference</label>
|
||||
<select class="form-control" id="mealpref-01" name="mealpref-01" required>
|
||||
<option value="">Choose one...</option>
|
||||
<option value="beef">Beef</option>
|
||||
<option value="chicken">Chicken</option>
|
||||
<option value="vegetarian">Vegetarian</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<label>Email <input type="email" name="email" required/></label>
|
||||
<p>
|
||||
<label>Guest #2 (if applicable)<input type="text" name="plus-one" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<p>
|
||||
<label for="mealpref-02">Dinner Preference (Guest #2)</label>
|
||||
<select class="form-control" id="mealpref-02" name="mealpref-02">
|
||||
<option value="">Choose one...</option>
|
||||
<option value="beef">Beef</option>
|
||||
<option value="chicken">Chicken</option>
|
||||
<option value="vegetarian">Vegetarian</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<label>Email <input type="email" name="email" required/></label>
|
||||
</p>
|
||||
<p>
|
||||
<label for="attendance">Will you be attending?</label>
|
||||
<select class="form-control" id="attendance" name="attendance">
|
||||
<option value="yes">Yes</option>
|
||||
<option value="no">No</option>
|
||||
</select>
|
||||
</p>
|
||||
<p>
|
||||
<p>
|
||||
<label>Questions / Comments <input type="text" name="comments" /></label>
|
||||
</p>
|
||||
<p>
|
||||
<button type="submit">Send</button>
|
||||
<button type="submit" class="btn btn--primary">Send</button>
|
||||
</p>
|
||||
</form>
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
|
||||
layout: splash
|
||||
permalink: /success/
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.5"
|
||||
overlay_image: /assets/images/banner.jpg
|
||||
---
|
||||
|
||||
# Thanks for your RSVP!
|
||||
Go back [home](../index.html)
|
||||
|
||||
|
||||
{: height="800px" width="800px"}
|
||||
@@ -38,3 +38,6 @@
|
||||
@import "minimal-mistakes/archive";
|
||||
@import "minimal-mistakes/sidebar";
|
||||
@import "minimal-mistakes/print";
|
||||
|
||||
/* Custom */
|
||||
@import "minimal-mistakes/h-nyc-subway-icons";
|
||||
|
||||
383
_sass/minimal-mistakes/_base.scss
Normal file
@@ -0,0 +1,383 @@
|
||||
/* ==========================================================================
|
||||
BASE ELEMENTS
|
||||
========================================================================== */
|
||||
|
||||
html {
|
||||
/* sticky footer fix */
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: $text-color;
|
||||
font-family: $global-font-family;
|
||||
line-height: 1.5;
|
||||
|
||||
&.overflow--hidden {
|
||||
/* when primary navigation is visible, the content in the background won't scroll */
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 2em 0 0.5em;
|
||||
line-height: 1.2;
|
||||
font-family: $header-font-family;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
font-size: $h-size-1;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: $h-size-2;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: $h-size-3;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: $h-size-4;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: $h-size-5;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: $h-size-6;
|
||||
}
|
||||
|
||||
small,
|
||||
.small {
|
||||
font-size: $type-size-6;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1.3em;
|
||||
}
|
||||
|
||||
u,
|
||||
ins {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid $text-color;
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
del a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
/* reduce orphans and widows when printing */
|
||||
|
||||
p,
|
||||
pre,
|
||||
blockquote,
|
||||
ul,
|
||||
ol,
|
||||
dl,
|
||||
figure,
|
||||
table,
|
||||
fieldset {
|
||||
orphans: 3;
|
||||
widows: 3;
|
||||
}
|
||||
|
||||
/* abbreviations */
|
||||
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
text-decoration: none;
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted $text-color;
|
||||
}
|
||||
|
||||
/* blockquotes */
|
||||
|
||||
blockquote {
|
||||
margin: 2em 1em 2em 0;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
font-style: italic;
|
||||
border-left: 0.25em solid $primary-color;
|
||||
|
||||
cite {
|
||||
font-style: italic;
|
||||
|
||||
&:before {
|
||||
content: "\2014";
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* links */
|
||||
|
||||
a {
|
||||
&:focus {
|
||||
@extend %tab-focus;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: $link-color-visited;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $link-color-hover;
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* buttons */
|
||||
|
||||
button:focus {
|
||||
@extend %tab-focus;
|
||||
}
|
||||
|
||||
/* code */
|
||||
|
||||
tt,
|
||||
code,
|
||||
kbd,
|
||||
samp,
|
||||
pre {
|
||||
font-family: $monospace;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow-x: auto; /* add scrollbars to wide code blocks*/
|
||||
}
|
||||
|
||||
p > code,
|
||||
a > code,
|
||||
li > code,
|
||||
figcaption > code,
|
||||
td > code {
|
||||
padding-top: 0.1rem;
|
||||
padding-bottom: 0.1rem;
|
||||
font-size: 0.8em;
|
||||
background: $code-background-color;
|
||||
border-radius: $border-radius;
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
letter-spacing: -0.2em;
|
||||
content: "\00a0"; /* non-breaking space*/
|
||||
}
|
||||
}
|
||||
|
||||
/* horizontal rule */
|
||||
|
||||
hr {
|
||||
display: block;
|
||||
margin: 1em 0;
|
||||
border: 0;
|
||||
border-top: 1px solid $border-color;
|
||||
}
|
||||
|
||||
/* lists */
|
||||
|
||||
ul li,
|
||||
ol li {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
li ul,
|
||||
li ol {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
Media and embeds
|
||||
========================================================================== */
|
||||
|
||||
/* Figures and images */
|
||||
|
||||
figure {
|
||||
display: -webkit-box;
|
||||
display: flex;
|
||||
-webkit-box-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-align: start;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
margin: 2em 0;
|
||||
|
||||
img,
|
||||
iframe,
|
||||
.fluid-width-video-wrapper {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
border-radius: $border-radius;
|
||||
-webkit-transition: $global-transition;
|
||||
transition: $global-transition;
|
||||
}
|
||||
|
||||
> a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
&.half {
|
||||
> a,
|
||||
> img {
|
||||
@include breakpoint($small) {
|
||||
width: calc(50% - 0.5em);
|
||||
}
|
||||
}
|
||||
|
||||
figcaption {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&.third {
|
||||
> a,
|
||||
> img {
|
||||
@include breakpoint($small) {
|
||||
width: calc(33.3333% - 0.5em);
|
||||
}
|
||||
}
|
||||
|
||||
figcaption {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Figure captions */
|
||||
|
||||
figcaption {
|
||||
margin-bottom: 0.5em;
|
||||
color: $muted-text-color;
|
||||
font-family: $caption-font-family;
|
||||
font-size: $type-size-6;
|
||||
|
||||
a {
|
||||
-webkit-transition: $global-transition;
|
||||
transition: $global-transition;
|
||||
|
||||
&:hover {
|
||||
color: $link-color-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix IE9 SVG bug */
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
Navigation lists
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Removes margins, padding, and bullet points from navigation lists
|
||||
*
|
||||
* Example usage:
|
||||
* <nav>
|
||||
* <ul>
|
||||
* <li><a href="#link-1">Link 1</a></li>
|
||||
* <li><a href="#link-2">Link 2</a></li>
|
||||
* <li><a href="#link-3">Link 3</a></li>
|
||||
* </ul>
|
||||
* </nav>
|
||||
*/
|
||||
|
||||
nav {
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* override white-space for nested lists */
|
||||
ul li,
|
||||
ol li {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
li ul,
|
||||
li ol {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Global animation transition
|
||||
========================================================================== */
|
||||
|
||||
b,
|
||||
i,
|
||||
strong,
|
||||
em,
|
||||
blockquote,
|
||||
p,
|
||||
q,
|
||||
span,
|
||||
figure,
|
||||
img,
|
||||
h1,
|
||||
h2,
|
||||
header,
|
||||
input,
|
||||
a,
|
||||
tr,
|
||||
td,
|
||||
form button,
|
||||
input[type="submit"],
|
||||
.btn,
|
||||
.highlight,
|
||||
.archive__item-teaser {
|
||||
-webkit-transition: $global-transition;
|
||||
transition: $global-transition;
|
||||
}
|
||||
|
||||
/* custom - white form field backgrounds */
|
||||
|
||||
input[type=text] {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
input[type=email] {
|
||||
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;
|
||||
}
|
||||
82
_sass/minimal-mistakes/_h-nyc-subway-icons.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
106
_sass/minimal-mistakes/_notices.scss
Normal file
@@ -0,0 +1,106 @@
|
||||
/* ==========================================================================
|
||||
NOTICE TEXT BLOCKS
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Default Kramdown usage (no indents!):
|
||||
* <div class="notice" markdown="1">
|
||||
* #### Headline for the Notice
|
||||
* Text for the notice
|
||||
* </div>
|
||||
*/
|
||||
|
||||
@mixin notice($notice-color) {
|
||||
margin: 2em 0 !important; /* override*/
|
||||
padding: 1em;
|
||||
color: $text-color;
|
||||
font-family: $global-font-family;
|
||||
font-size: $type-size-6 !important;
|
||||
text-indent: initial; /* override*/
|
||||
background-color: mix($background-color, $notice-color, $notice-background-mix);
|
||||
border-radius: $border-radius;
|
||||
box-shadow: 0 1px 1px rgba($notice-color, 0.25);
|
||||
|
||||
h4 {
|
||||
margin-top: 0 !important; /* override*/
|
||||
margin-bottom: 0.75em;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
||||
@at-root .page__content #{&} h4 {
|
||||
/* using at-root to override .page-content h4 font size*/
|
||||
margin-bottom: 0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
p {
|
||||
&:last-child {
|
||||
margin-bottom: 0 !important; /* override*/
|
||||
}
|
||||
}
|
||||
|
||||
h4 + p {
|
||||
/* remove space above paragraphs that appear directly after notice headline*/
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: mix(#000, $notice-color, 10%);
|
||||
|
||||
&:hover {
|
||||
color: mix(#000, $notice-color, 50%);
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: mix($background-color, $notice-color, $code-notice-background-mix)
|
||||
}
|
||||
|
||||
pre code {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
ul {
|
||||
&:last-child {
|
||||
margin-bottom: 0; /* override*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Default notice */
|
||||
|
||||
.notice {
|
||||
@include notice($light-gray);
|
||||
}
|
||||
|
||||
/* Primary notice */
|
||||
|
||||
.notice--primary {
|
||||
@include notice($primary-color);
|
||||
}
|
||||
|
||||
/* Info notice */
|
||||
|
||||
.notice--info {
|
||||
@include notice($info-color);
|
||||
}
|
||||
|
||||
/* Warning notice */
|
||||
|
||||
.notice--warning {
|
||||
@include notice($warning-color);
|
||||
}
|
||||
|
||||
/* Success notice */
|
||||
|
||||
.notice--success {
|
||||
@include notice($success-color);
|
||||
}
|
||||
|
||||
/* Danger notice */
|
||||
|
||||
.notice--danger {
|
||||
@include notice($danger-color);
|
||||
}
|
||||
|
||||
179
_sass/minimal-mistakes/_variables.scss
Normal file
@@ -0,0 +1,179 @@
|
||||
/* ==========================================================================
|
||||
Variables
|
||||
========================================================================== */
|
||||
|
||||
/*
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
$doc-font-size: 16 !default;
|
||||
|
||||
/* paragraph indention */
|
||||
$paragraph-indent: false !default; // true, false (default)
|
||||
$indent-var: 1.3em !default;
|
||||
|
||||
/* system typefaces */
|
||||
$serif: Georgia, Times, serif !default;
|
||||
$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
|
||||
"Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
|
||||
$monospace: Monaco, Consolas, "Lucida Console", monospace !default;
|
||||
|
||||
/* sans serif typefaces */
|
||||
$sans-serif-narrow: $sans-serif !default;
|
||||
$helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default;
|
||||
|
||||
/* serif typefaces */
|
||||
$georgia: Georgia, serif !default;
|
||||
$times: Times, serif !default;
|
||||
$bodoni: "Bodoni MT", serif !default;
|
||||
$calisto: "Calisto MT", serif !default;
|
||||
$garamond: Garamond, serif !default;
|
||||
$didone: 'Antic Didone', serif;
|
||||
$amiri: 'Amiri', serif;
|
||||
$castoro: 'Castoro', serif;
|
||||
$nanum: 'Nanum Myeongjo', serif;
|
||||
$nanum-bold: 'Nanum Myeongjo:700', serif;
|
||||
$playfair: 'Playfair Display', serif;
|
||||
|
||||
$global-font-family: $nanum-bold !default;
|
||||
$header-font-family: $castoro !default;
|
||||
$caption-font-family: $serif !default;
|
||||
|
||||
/* type scale */
|
||||
$type-size-1: 2.441em !default; // ~39.056px
|
||||
$type-size-2: 1.953em !default; // ~31.248px
|
||||
$type-size-3: 1.563em !default; // ~25.008px
|
||||
$type-size-4: 1.25em !default; // ~20px
|
||||
$type-size-5: 1em !default; // ~16px
|
||||
$type-size-6: 0.75em !default; // ~12px
|
||||
$type-size-7: 0.6875em !default; // ~11px
|
||||
$type-size-8: 0.625em !default; // ~10px
|
||||
|
||||
/* headline scale */
|
||||
$h-size-1: 1.563em !default; // ~25.008px
|
||||
$h-size-2: 1.25em !default; // ~20px
|
||||
$h-size-3: 1.125em !default; // ~18px
|
||||
$h-size-4: 1.0625em !default; // ~17px
|
||||
$h-size-5: 1.03125em !default; // ~16.5px
|
||||
$h-size-6: 1em !default; // ~16px
|
||||
|
||||
/*
|
||||
Colors
|
||||
========================================================================== */
|
||||
|
||||
$gray: #7a8288 !default;
|
||||
$dark-gray: mix(#000, $gray, 50%) !default;
|
||||
$darker-gray: mix(#000, $gray, 60%) !default;
|
||||
$light-gray: mix(#fff, $gray, 50%) !default;
|
||||
$lighter-gray: mix(#fff, $gray, 90%) !default;
|
||||
|
||||
$background-color: #fff !default;
|
||||
$code-background-color: #fafafa !default;
|
||||
$code-background-color-dark: $light-gray !default;
|
||||
$text-color: $dark-gray !default;
|
||||
$muted-text-color: mix(#fff, $text-color, 20%) !default;
|
||||
$border-color: $lighter-gray !default;
|
||||
$form-background-color: $lighter-gray !default;
|
||||
$footer-background-color: $lighter-gray !default;
|
||||
|
||||
$primary-color: #6f777d !default;
|
||||
$success-color: #3fa63f !default;
|
||||
$warning-color: #d67f05 !default;
|
||||
$danger-color: #ee5f5b !default;
|
||||
$info-color: #3b9cba !default;
|
||||
$focus-color: $primary-color !default;
|
||||
$active-color: mix(#fff, $primary-color, 80%) !default;
|
||||
|
||||
/* YIQ color contrast */
|
||||
$yiq-contrasted-dark-default: $dark-gray !default;
|
||||
$yiq-contrasted-light-default: #fff !default;
|
||||
$yiq-contrasted-threshold: 175 !default;
|
||||
$yiq-debug: false !default;
|
||||
|
||||
/* brands */
|
||||
$behance-color: #1769ff !default;
|
||||
$bitbucket-color: #205081 !default;
|
||||
$dribbble-color: #ea4c89 !default;
|
||||
$facebook-color: #3b5998 !default;
|
||||
$flickr-color: #ff0084 !default;
|
||||
$foursquare-color: #0072b1 !default;
|
||||
$github-color: #171516 !default;
|
||||
$gitlab-color: #e24329 !default;
|
||||
$instagram-color: #517fa4 !default;
|
||||
$keybase-color: #ef7639 !default;
|
||||
$lastfm-color: #d51007 !default;
|
||||
$linkedin-color: #007bb6 !default;
|
||||
$mastodon-color: #2b90d9 !default;
|
||||
$pinterest-color: #cb2027 !default;
|
||||
$reddit-color: #ff4500 !default;
|
||||
$rss-color: #fa9b39 !default;
|
||||
$soundcloud-color: #ff3300 !default;
|
||||
$stackoverflow-color: #fe7a15 !default;
|
||||
$tumblr-color: #32506d !default;
|
||||
$twitter-color: #55acee !default;
|
||||
$vimeo-color: #1ab7ea !default;
|
||||
$vine-color: #00bf8f !default;
|
||||
$youtube-color: #bb0000 !default;
|
||||
$xing-color: #006567 !default;
|
||||
|
||||
/* links */
|
||||
$link-color: mix(#000, $info-color, 20%) !default;
|
||||
$link-color-hover: mix(#000, $link-color, 25%) !default;
|
||||
$link-color-visited: mix(#fff, $link-color, 15%) !default;
|
||||
$masthead-link-color: $primary-color !default;
|
||||
$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
|
||||
$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default;
|
||||
|
||||
/* notices */
|
||||
$notice-background-mix: 90% !default;
|
||||
$code-notice-background-mix: 90% !default;
|
||||
|
||||
/* syntax highlighting (base16) */
|
||||
$base00: #263238 !default;
|
||||
$base01: #2e3c43 !default;
|
||||
$base02: #314549 !default;
|
||||
$base03: #546e7a !default;
|
||||
$base04: #b2ccd6 !default;
|
||||
$base05: #eeffff !default;
|
||||
$base06: #eeffff !default;
|
||||
$base07: #ffffff !default;
|
||||
$base08: #f07178 !default;
|
||||
$base09: #f78c6c !default;
|
||||
$base0a: #ffcb6b !default;
|
||||
$base0b: #c3e88d !default;
|
||||
$base0c: #89ddff !default;
|
||||
$base0d: #82aaff !default;
|
||||
$base0e: #c792ea !default;
|
||||
$base0f: #ff5370 !default;
|
||||
|
||||
/*
|
||||
Breakpoints
|
||||
========================================================================== */
|
||||
|
||||
$small: 600px !default;
|
||||
$medium: 768px !default;
|
||||
$medium-wide: 900px !default;
|
||||
$large: 1024px !default;
|
||||
$x-large: 1280px !default;
|
||||
$max-width: $x-large !default;
|
||||
|
||||
/*
|
||||
Grid
|
||||
========================================================================== */
|
||||
|
||||
$right-sidebar-width-narrow: 200px !default;
|
||||
$right-sidebar-width: 300px !default;
|
||||
$right-sidebar-width-wide: 400px !default;
|
||||
|
||||
/*
|
||||
Other
|
||||
========================================================================== */
|
||||
|
||||
$border-radius: 4px !default;
|
||||
$box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default;
|
||||
$nav-height: 2em !default;
|
||||
$nav-toggle-height: 2rem !default;
|
||||
$navicon-width: 1.5rem !default;
|
||||
$navicon-height: 0.25rem !default;
|
||||
$global-transition: all 0.2s ease-in-out !default;
|
||||
$intro-transition: intro 0.3s both !default;
|
||||
BIN
assets/images/banner-bw.jpg
Normal file
|
After Width: | Height: | Size: 425 KiB |
BIN
assets/images/banner-sketch.jpg
Normal file
|
After Width: | Height: | Size: 844 KiB |
BIN
assets/images/banner.jpg
Executable file → Normal file
|
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 568 KiB |
BIN
assets/images/boathouse_map.png
Normal file
|
After Width: | Height: | Size: 324 KiB |
BIN
assets/images/bride.jpg
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
assets/images/contact-header.jpg
Normal file
|
After Width: | Height: | Size: 644 KiB |
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 477 KiB |
|
Before Width: | Height: | Size: 6.9 MiB After Width: | Height: | Size: 449 KiB |
|
Before Width: | Height: | Size: 6.5 MiB After Width: | Height: | Size: 454 KiB |
BIN
assets/images/groom.jpg
Normal file
|
After Width: | Height: | Size: 189 KiB |
|
Before Width: | Height: | Size: 3.8 MiB After Width: | Height: | Size: 417 KiB |
32
index.md
@@ -1,37 +1,37 @@
|
||||
---
|
||||
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
|
||||
title: "Ray & Gwen are getting married!"
|
||||
layout: splash
|
||||
author_profile: false
|
||||
masthead: false
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.5"
|
||||
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."
|
||||
overlay_filter: "0.4"
|
||||
overlay_image: /assets/images/banner-sketch.jpg
|
||||
excerpt: "November 13, 2021 <br> Brooklyn, NY"
|
||||
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: "We're so excited for everyone to join us at our wedding this fall! 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:
|
||||
- image_path: assets/images/feature-image-01.jpg
|
||||
alt: "ray and gwen 01"
|
||||
title: "Wedding Info"
|
||||
url: "info"
|
||||
btn_label: "Get the details"
|
||||
btn_class: "btn--primary"
|
||||
excerpt: "Need to know where to go? What time to show up?"
|
||||
- image_path: /assets/images/feature-image-02.jpg
|
||||
alt: "ray and gwen 02"
|
||||
title: "RSVP"
|
||||
url: "rsvp"
|
||||
btn_label: "Let us know you're coming"
|
||||
btn_label: "Let us know"
|
||||
btn_class: "btn--primary"
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
- image_path: /assets/images/feature-image-02.jpg
|
||||
excerpt: "Planning to join us for the celebration? Not able to attend?"
|
||||
- image_path: /assets/images/feature-image-03.jpg
|
||||
alt: "ray and gwen 02"
|
||||
title: "Registry"
|
||||
url: "registry"
|
||||
btn_label: "See where we registered"
|
||||
btn_class: "btn--primary"
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
- image_path: /assets/images/feature-image-03.jpg
|
||||
alt: "ray and gwen 02"
|
||||
title: "Wedding Info"
|
||||
url: "info"
|
||||
btn_label: "Get the details"
|
||||
btn_class: "btn--primary"
|
||||
excerpt: "This is some sample content that goes here with **Markdown** formatting."
|
||||
excerpt: "Struggling to find a gift worthy of our union?"
|
||||
---
|
||||
|
||||
{% include feature_row id="intro" type="center" %}
|
||||
|
||||