copy and photo updates from Gwen

This commit is contained in:
2020-12-05 13:35:19 -05:00
parent a550538d71
commit c62ebb9182
10 changed files with 206 additions and 38 deletions

View File

@@ -1,14 +1,14 @@
---
title: "Ray and Gwen's 2021 <br> Wedding Extravaganza!"
title: "Gwen & Ray are getting married!"
layout: single
permalink: /contact/
author_profile: false
masthead: false
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/banner.jpg
excerpt: "Join us in Brooklyn, NY!"
overlay_filter: "0.4"
overlay_image: /assets/images/banner-sketch.jpg
excerpt: "November 13, 2021 <br> Brooklyn, NY"
---
[<- Home](../index.html)
{: .text-left}
@@ -16,8 +16,6 @@ excerpt: "Join us in Brooklyn, NY!"
# Contact Us
{: .text-center}
![contact-header](/assets/images/contact-header.jpg){:class="img-responsive"}{: .align-center}
<br>
# The Bride

View File

@@ -1,14 +1,14 @@
---
title: "Ray and Gwen's 2021 <br> Wedding Exxtravaganza!"
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
excerpt: "Join us in Brooklyn, NY!"
overlay_filter: "0.4"
overlay_image: /assets/images/banner-sketch.jpg
excerpt: "November 13, 2021 <br> Brooklyn, NY"
---
[<- Home](../index.html)
{: .text-left}

View File

@@ -1,14 +1,14 @@
---
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
excerpt: "Join us in Brooklyn, NY!"
overlay_filter: "0.4"
overlay_image: /assets/images/banner-sketch.jpg
excerpt: "November 13, 2021 <br> Brooklyn, NY"
---
[<- Home](../index.html)

View File

@@ -1,17 +1,17 @@
---
title: "Ray and Gwen's 2021 Wedding Exxtravaganza!"
title: "Gwen & Ray are getting married!"
layout: splash
permalink: /rsvp-success/
author_profile: false
masthead: false
header:
overlay_color: "#000"
overlay_filter: "0.5"
overlay_image: /assets/images/banner.jpg
excerpt: "Join us in Brooklyn, NY!"
overlay_filter: "0.4"
overlay_image: /assets/images/banner-sketch.jpg
excerpt: "November 13, 2021 <br> Brooklyn, NY"
---
# Thanks for your RSVP!
# You did it! Thanks for your RSVP!
Go back [home](../index.html)

View File

@@ -1,13 +1,14 @@
---
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)

View File

@@ -0,0 +1,169 @@
/* ==========================================================================
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;
$global-font-family: $sans-serif !default;
$header-font-family: $sans-serif !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;
/* 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 KiB

After

Width:  |  Height:  |  Size: 433 KiB

View File

@@ -1,37 +1,37 @@
---
title: "Ray and Gwen's 2021 <br> Wedding Extravaganza!"
title: "Gwen & Ray 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: "Join us in Brooklyn, NY!"
overlay_filter: "0.4"
overlay_image: /assets/images/banner-sketch.jpg
excerpt: "November 13, 2021 <br> Brooklyn, NY"
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 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: "If you received an inviation or save-the-date, this should be your first stop."
- 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: "Struggling to find a gift worthy of our union? We have some links to help you."
- 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: "Everything you need to know about the event."
excerpt: "Struggling to find a gift worthy of our union?"
---
{% include feature_row id="intro" type="center" %}