From 80c7e6b90f1bcaf95e0b09a2d256e0ce4d0f5667 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 13 May 2023 11:20:10 -0400 Subject: [PATCH] Add RSVP section with menu; update home photo --- header.html | 1 + index.tmpl | 4 +++- rsvp.tmpl | 19 +++++++++++++++++++ static/engagement-shoot.jpg | Bin 0 -> 264553 bytes style.css | 6 ++++++ 5 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 rsvp.tmpl create mode 100644 static/engagement-shoot.jpg diff --git a/header.html b/header.html index c5dec20..23e5929 100644 --- a/header.html +++ b/header.html @@ -16,6 +16,7 @@ Home Our Story Event + RSVP Travel Registry diff --git a/index.tmpl b/index.tmpl index efd4fed..2f71c46 100644 --- a/index.tmpl +++ b/index.tmpl @@ -1,4 +1,6 @@ -Alex and Jennie in Acadia +
+ Alex and Jennie +

Please join us for our wedding celebration on diff --git a/rsvp.tmpl b/rsvp.tmpl new file mode 100644 index 0000000..0aec374 --- /dev/null +++ b/rsvp.tmpl @@ -0,0 +1,19 @@ +

RSVP

+

Deadline

+

+Please RSVP via snail-mail by August 11. +Alternatively, if that's an inconvenience or if you have any questions, +please reach out to us at +rsvp@jennex.org. +

+

Menu Selections

+ +

+All but Gnocchi served with mashed Garlic Potatoes. +All served with Italian Green Beans and Grilled Local Vegetables. +

diff --git a/static/engagement-shoot.jpg b/static/engagement-shoot.jpg new file mode 100644 index 0000000..dc4dc13 Binary files /dev/null and b/static/engagement-shoot.jpg differ diff --git a/style.css b/style.css index 90a19d1..cdaeeb6 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,12 @@ html { background-color: #fffff5; } +.home-photo { + display: block; + margin: 0 auto; + width: 50%; +} + .index-joinus { text-align: center; } -- libgit2 1.1.1