41 Commits
fonts ... main

Author SHA1 Message Date
e81a3d379b silly captions 2022-09-01 19:38:32 -04:00
377763ea2f change welcome message 2022-09-01 19:29:54 -04:00
6f9285b12b added smiley :) 2022-02-11 18:34:26 -05:00
9f218114c2 removed smiley 2022-02-05 18:33:07 -05:00
b6272c3346 added smiley 2022-02-05 18:26:15 -05:00
de25825a31 add "wedding over" message to readme 2022-02-04 13:12:03 -05:00
f8440ffa9a change map to static image 2021-10-18 17:37:27 -04:00
Ray Lyon
ff0bb1a5ee reservation link 2021-09-05 20:20:50 -04:00
bfe821be48 add mask language to info 2021-09-03 13:22:01 -04:00
45a8f074cc remove kramdown auto-ids 2021-09-03 12:20:51 -04:00
386e6cb6a4 added "back to form" button to submit again 2021-09-03 12:14:10 -04:00
592b759325 change form button to Submit 2021-09-03 12:02:03 -04:00
9082b62d65 spelling 2021-09-03 11:40:01 -04:00
e5758bb1cb fix form and success pages 2021-09-03 10:59:47 -04:00
44f5f59bc6 vaccine submission form 2021-09-03 10:31:04 -04:00
53bad22f4f initial covid advisory 2021-09-02 22:23:25 -04:00
f98216449e Merge branch 'main' of github.com:skoobasteeve/rayandgwen-wedding into main 2021-08-02 19:46:00 -04:00
d1e346e4c9 honeymoon fund link 2021-08-02 19:45:52 -04:00
1beb87c615 cocktail attire 2021-06-07 18:52:00 -04:00
c2cf557f3e dress code 2021-06-07 18:37:56 -04:00
2c221ab096 fix label for guest 2 dinner pref 2021-05-24 19:35:29 -04:00
8a59050e84 make dinner pref required 2021-05-24 19:23:57 -04:00
548043c46c more coming soon... 2021-05-24 15:51:09 -04:00
e04adb97cb crate & barrel registry 2021-05-24 15:43:34 -04:00
8dd2010a77 fix css for notices 2021-05-20 16:17:53 -04:00
8fc6841396 room block details 2021-05-20 16:07:38 -04:00
dd0b5263ec missing variable fix 2021-05-20 15:56:56 -04:00
f7a1d4d0fd webrick fix for ruby 3.0 2021-05-20 15:41:34 -04:00
d3df3a7122 updated hotel block 2021-05-20 15:33:40 -04:00
118b66a9e5 added hotel info 2021-03-24 17:59:32 -04:00
Ray Lyon
78e67cbad2 fix analytics section 2021-02-21 21:34:19 -05:00
Ray Lyon
38772c61a6 Merge pull request #8 from skoobasteeve/gwen-edits
Gwen edits
2021-02-20 10:03:00 -05:00
bc1b6a441d final cleanup 2021-02-20 10:00:53 -05:00
6691d80f06 fix rsvp text 2021-02-19 17:13:38 -05:00
8fa67f4be7 plausible analytics 2021-02-19 17:04:40 -05:00
3c4b1452a9 add dinner preference to rsvp 2021-02-19 16:57:39 -05:00
20252e69c9 update bride and groom photos 2021-02-19 16:44:28 -05:00
b46f567833 narrowed directions and re-arranged 2021-02-19 16:34:43 -05:00
48f7ec45a3 exclude rule for robots and sitemap 2020-12-06 09:33:20 -05:00
f36135ad98 rearranged title to match domain 2020-12-06 09:17:59 -05:00
Ray Lyon
25fe911b26 Merge pull request #7 from skoobasteeve/fonts
initial google font replacements
2020-12-06 08:48:10 -05:00
17 changed files with 257 additions and 57 deletions

View File

@@ -15,6 +15,7 @@ source "https://rubygems.org"
gem "jekyll" gem "jekyll"
gem "minimal-mistakes-jekyll" gem "minimal-mistakes-jekyll"
gem "webrick"
# The following plugins are automatically loaded by the theme-gem: # The following plugins are automatically loaded by the theme-gem:
# gem "jekyll-paginate" # gem "jekyll-paginate"

View File

@@ -1,4 +1,7 @@
# Ray and Gwen's Wedding Site # 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://www.rayandgwenwedding.com](https://www.rayandgwenwedding.com)
[![Netlify Status](https://api.netlify.com/api/v1/badges/e0a26e85-37f4-43ff-b674-d5cf0bf4cfcd/deploy-status)](https://app.netlify.com/sites/vibrant-aryabhata-638d9d/deploys) [![Netlify Status](https://api.netlify.com/api/v1/badges/e0a26e85-37f4-43ff-b674-d5cf0bf4cfcd/deploy-status)](https://app.netlify.com/sites/vibrant-aryabhata-638d9d/deploys)

View File

@@ -85,11 +85,7 @@ social:
# Analytics # Analytics
analytics: analytics:
provider : false # false (default), "google", "google-universal", "google-gtag", "custom" provider : "custom"
google:
tracking_id :
anonymize_ip : # true, false (default)
# Site Author # Site Author
author: author:
@@ -191,7 +187,7 @@ incremental: false
kramdown: kramdown:
input: GFM input: GFM
hard_wrap: false hard_wrap: false
auto_ids: true auto_ids: false
footnote_nr: 1 footnote_nr: 1
entity_output: as_char entity_output: as_char
toc_levels: 1..6 toc_levels: 1..6

View File

@@ -0,0 +1 @@
<script async defer data-domain="rayandgwenwedding.com" src="https://plausible.io/js/plausible.js"></script>

View File

@@ -1,2 +1,6 @@
<link rel="preconnect" href="https://fonts.gstatic.com"> <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"> <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 %}

17
_pages/covid-success.md Normal file
View 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
View 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>

View File

@@ -16,54 +16,60 @@ excerpt: "November 13, 2021 <br> Brooklyn, NY"
# Wedding Info # Wedding Info
{: .text-center} {: .text-center}
## When **COVID-19 UPDATE** \
{: .text-left} 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. \
**November 13th, 2021** \ Please submit a photo of your COVID vaccination card using [this form](../covid) before the wedding. **Masks will not be required.** \
Doors open at **4:30 PM** \ Thank you!
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}
<div class="resp-container">
<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.** \
Take the subway or split a taxi so you can drink without consequences!
{: .notice--warning} {: .notice--warning}
{: .text-center} {: .text-center}
## Ceremony and Reception
## Driving & Parking (more details to come)
{: .text-left} {: .text-left}
* Parking available in a lot a 5min walk away from the venue. [**Prospect Park Boathouse**](https://goo.gl/maps/7vJWAH4iFbyKeaq86) \
* There are limited number of out-front spaces for those who have trouble walking. Please let us know if this is something you require. **November 13th, 2021** \
**4:00pm - 10:00pm** \
*Cocktail attire*
{: .text-left} {: .text-left}
## Subways ![boathouse_map](/assets/images/boathouse_map.png){:class="img-responsive"}{: height="400px" width="400px"}{: .align-center}
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) ## Getting There
{: .text-left}
* Dinner and passed hors-d'oeuvres will be provided
* Catering specifics are still pending.
* Open bar (beer & wine)
{: .text-left} {: .text-left}
## Acommodations (more details to come) 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} {: .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)

View File

@@ -14,5 +14,11 @@ excerpt: "November 13, 2021 <br> Brooklyn, NY"
[<- Home](../index.html) [<- Home](../index.html)
{: .text-left} {: .text-left}
# Stay tuned! # 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} {: .text-center}

View File

@@ -9,10 +9,13 @@ header:
overlay_filter: "0.4" overlay_filter: "0.4"
overlay_image: /assets/images/banner-sketch.jpg overlay_image: /assets/images/banner-sketch.jpg
excerpt: "November 13, 2021 <br> Brooklyn, NY" excerpt: "November 13, 2021 <br> Brooklyn, NY"
sitemap: false
disallow: true
--- ---
[<- Home](../index.html)
{: .text-left}
# You did it! Thanks for your RSVP! # You did it! Thanks for your RSVP!
Go back [home](../index.html)
![success](../assets/images/success.jpg){: height="800px" width="800px"} ![success](../assets/images/success.jpg){: height="800px" width="800px"}

View File

@@ -24,19 +24,37 @@ excerpt: "November 13th 2021 <br> Brooklyn, NY"
<label>Guest #1 <input type="text" name="name" required/></label> <label>Guest #1 <input type="text" name="name" required/></label>
</p> </p>
<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>
<p> <p>
<label>Email <input type="email" name="email" required/></label> <label>Guest #2 (if applicable)<input type="text" name="plus-one" /></label>
</p> </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> <label for="attendance">Will you be attending?</label>
<select class="form-control" id="attendance" name="attendance"> <select class="form-control" id="attendance" name="attendance">
<option value="yes">Yes</option> <option value="yes">Yes</option>
<option value="no">No</option> <option value="no">No</option>
</select> </select>
</p> </p>
<p> <p>
<label>Questions / Comments <input type="text" name="comments" /></label> <label>Questions / Comments <input type="text" name="comments" /></label>
</p> </p>
<p> <p>

View 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);
}

View File

@@ -124,6 +124,10 @@ $masthead-link-color: $primary-color !default;
$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default; $masthead-link-color-hover: mix(#000, $primary-color, 25%) !default;
$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !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) */ /* syntax highlighting (base16) */
$base00: #263238 !default; $base00: #263238 !default;
$base01: #2e3c43 !default; $base01: #2e3c43 !default;

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 KiB

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 189 KiB

View File

@@ -1,5 +1,5 @@
--- ---
title: "Gwen & Ray are getting married!" title: "Ray & Gwen got married!"
layout: splash layout: splash
author_profile: false author_profile: false
masthead: false masthead: false
@@ -9,7 +9,7 @@ header:
overlay_image: /assets/images/banner-sketch.jpg overlay_image: /assets/images/banner-sketch.jpg
excerpt: "November 13, 2021 <br> Brooklyn, NY" excerpt: "November 13, 2021 <br> Brooklyn, NY"
intro: intro:
- 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." - excerpt: "Thank you all for attending our wedding. By all accounts it was a roaring success!"
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"
@@ -17,21 +17,21 @@ feature_row:
url: "info" url: "info"
btn_label: "Get the details" btn_label: "Get the details"
btn_class: "btn--primary" btn_class: "btn--primary"
excerpt: "Need to know where to go? What time to show up?" excerpt: "Need to know where you went? What time you showed up?"
- image_path: /assets/images/feature-image-02.jpg - image_path: /assets/images/feature-image-02.jpg
alt: "ray and gwen 02" alt: "ray and gwen 02"
title: "RSVP" title: "RSVP"
url: "rsvp" url: "rsvp"
btn_label: "Let us know" btn_label: "Let us know"
btn_class: "btn--primary" btn_class: "btn--primary"
excerpt: "Planning to join us for the celebration? Not able to attend?" excerpt: "Want to tell us how great of time you had?"
- image_path: /assets/images/feature-image-03.jpg - image_path: /assets/images/feature-image-03.jpg
alt: "ray and gwen 02" alt: "ray and gwen 02"
title: "Registry" title: "Registry"
url: "registry" url: "registry"
btn_label: "See where we registered" btn_label: "See where we registered"
btn_class: "btn--primary" btn_class: "btn--primary"
excerpt: "Struggling to find a gift worthy of our union?" excerpt: "Want to buy us another gift?"
--- ---
{% include feature_row id="intro" type="center" %} {% include feature_row id="intro" type="center" %}