From 19f12030f376eebfd750ea9d4a6b457db50d0b53 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Sat, 27 Oct 2018 17:11:01 +0100 Subject: [PATCH] Add more customization info --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index f52672e..4664e00 100644 --- a/README.md +++ b/README.md @@ -81,11 +81,38 @@ You can of course customize everything, but here are some places to start: photo_credits: 'Photo Credits: Pexels' ``` +- [`app/views/application`](app/views/application) — the address on the home page and the addresses in the emails + +- [`public/wedding.ics`](public/wedding.ics) — the calendar invite + + - this is just a sample file; you probably want to [generate one](https://apps.marudot.com/ical/) + +### Styling + - [`app/assets/images`](app/assets/images) — the images - `jumbo.jpg` is the title image at the top of the home page - `rsvp.jpg` is the title image at the top of the RSVP pages +- [`app/assets/stylesheets/application.scss`](app/assets/stylesheets/application.scss) — theme colors and bootstrap customization + +```scss +$font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif; +$font-family-serif: Arvo, Georgia, "Times New Roman", Times, serif; + +$font-family-base: $font-family-serif; +$headings-font-family: $font-family-sans-serif; + +$body-color: rgba(28, 13, 10, 0.7); +$headings-color: rgba(28, 13, 10, 0.7); + +$theme-colors: ( + "primary": #ff745c +); + +$enable-rounded: false; +``` + ## Default photo credits - https://www.pexels.com/photo/selective-focus-photography-of-two-penguins-689784/