diff options
Diffstat (limited to 'md/wedding')
-rw-r--r-- | md/wedding/accomodations/index.md | 16 | ||||
-rw-r--r-- | md/wedding/gallery/index.md | 16 | ||||
-rw-r--r-- | md/wedding/gifts/index.md | 6 | ||||
-rw-r--r-- | md/wedding/index.md | 14 | ||||
-rw-r--r-- | md/wedding/nav.html | 10 | ||||
-rw-r--r-- | md/wedding/party/index.md | 16 | ||||
-rw-r--r-- | md/wedding/story/index.md | 16 | ||||
-rw-r--r-- | md/wedding/todoandeat/index.md | 16 | ||||
-rw-r--r-- | md/wedding/travel/index.md | 9 |
9 files changed, 118 insertions, 1 deletions
diff --git a/md/wedding/accomodations/index.md b/md/wedding/accomodations/index.md new file mode 100644 index 0000000..598aef8 --- /dev/null +++ b/md/wedding/accomodations/index.md @@ -0,0 +1,16 @@ +--- +pagetitle: Accomodations +--- +<article> + +# Mr. and Mrs. Carpenter + +## Aug. Ninth, 2019 + +### Intro + +This is where we talk about things + +### RSVP + +</article> diff --git a/md/wedding/gallery/index.md b/md/wedding/gallery/index.md new file mode 100644 index 0000000..b271ff7 --- /dev/null +++ b/md/wedding/gallery/index.md @@ -0,0 +1,16 @@ +--- +pagetitle: Gallery +--- +<article> + +# Mr. and Mrs. Carpenter + +## Aug. Ninth, 2019 + +### Intro + +This is where we talk about things + +### RSVP + +</article> diff --git a/md/wedding/gifts/index.md b/md/wedding/gifts/index.md new file mode 100644 index 0000000..458bdc3 --- /dev/null +++ b/md/wedding/gifts/index.md @@ -0,0 +1,6 @@ +--- +pagetitle: Gifts +--- +<article> + +</article> diff --git a/md/wedding/index.md b/md/wedding/index.md index 3b18e51..7c5ec9c 100644 --- a/md/wedding/index.md +++ b/md/wedding/index.md @@ -1 +1,13 @@ -hello world +--- +pagetitle: We're Getting Married! +--- +<article> + +# Amy and Adam Carpenter + +## Aug. Ninth, 2019 + +### [RSVP](https://goo.gl/forms/DpvOMOJR7uLwpCeo1) +<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSevvnmHk0wNamQTEICBmRsovUQpqO500F-kxKd0U_uIXgj4Kw/viewform?embedded=true" width="700" height="520" frameborder="0" marginheight="0" marginwidth="0">Patiently Loading...</iframe> + +</article> diff --git a/md/wedding/nav.html b/md/wedding/nav.html new file mode 100644 index 0000000..7544a18 --- /dev/null +++ b/md/wedding/nav.html @@ -0,0 +1,10 @@ +<nav id="topnav"> + <a href="/">Our Wedding</a> + <a href="/accomodations">Accomodations</a> + <a href="/travel">Travel</a> + <a href="/todoandeat">To-Do/To-Eat</a> + <a href="/party">Bridal Party</a> + <a href="/gifts">Gifts</a> + <a href="/story">Our Story</a> + <a href="/gallery">Gallery</a> +</nav> diff --git a/md/wedding/party/index.md b/md/wedding/party/index.md new file mode 100644 index 0000000..459fcda --- /dev/null +++ b/md/wedding/party/index.md @@ -0,0 +1,16 @@ +--- +pagetitle: Bridal Party +--- +<article> + +# Mr. and Mrs. Carpenter + +## Aug. Ninth, 2019 + +### Intro + +This is where we talk about things + +### RSVP + +</article> diff --git a/md/wedding/story/index.md b/md/wedding/story/index.md new file mode 100644 index 0000000..1e0f9aa --- /dev/null +++ b/md/wedding/story/index.md @@ -0,0 +1,16 @@ +--- +pagetitle: Our Story +--- +<article> + +# Mr. and Mrs. Carpenter + +## Aug. Ninth, 2019 + +### Intro + +This is where we talk about things + +### RSVP + +</article> diff --git a/md/wedding/todoandeat/index.md b/md/wedding/todoandeat/index.md new file mode 100644 index 0000000..7647808 --- /dev/null +++ b/md/wedding/todoandeat/index.md @@ -0,0 +1,16 @@ +--- +pagetitle: Things To Do and Eat +--- +<article> + +# Mr. and Mrs. Carpenter + +## Aug. Ninth, 2019 + +### Intro + +This is where we talk about things + +### RSVP + +</article> diff --git a/md/wedding/travel/index.md b/md/wedding/travel/index.md new file mode 100644 index 0000000..0196c10 --- /dev/null +++ b/md/wedding/travel/index.md @@ -0,0 +1,9 @@ +--- +pagetitle: Travel & Transportation +--- +<article> + +### The Venue +<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d23851.206372682776!2d-82.83657088242894!3d41.64708166489438!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x883a5429662ab55d%3A0x20a976de8b861ecd!2sPut-In-Bay%2C+OH!5e0!3m2!1sen!2sus!4v1535223600843" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe> + +</article> |