diff options
Diffstat (limited to 'posts/2020-04-10-wedding-photos-are-here.php')
-rw-r--r-- | posts/2020-04-10-wedding-photos-are-here.php | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/posts/2020-04-10-wedding-photos-are-here.php b/posts/2020-04-10-wedding-photos-are-here.php new file mode 100644 index 0000000..59344d6 --- /dev/null +++ b/posts/2020-04-10-wedding-photos-are-here.php @@ -0,0 +1,40 @@ +<?php +$title = "Wedding Photo Debacle"; +if (isset($early) && $early) { + return; +} +include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php'); +?> + +<p> + At long last we have all of our wedding photos together! Unfortunately a + large portion of the professional ones were lost during editing but + we're extremely fortunate to everyone who took pictures throughout the + festivities so we have more to share! We hope you enjoy flipping through + them as much as we did! There is also a collection of the photos we took + while we were on our honeymoon on Mackinac Island, MI. It was an + absolutely magical place and truly the experience of a lifetime for us + to run away there. We're in contact with our videographer, who's working + on the final cut now. +</p> + +<p> + Everything is available at the links down below. You can scroll through + the photos, view them in fullscreen, and even download them or share + them elsewhere. We hope you have as much fun flipping through them as we + did! +</p> + +<ul> + <li> + <a href="https://nextcloud.53hor.net/s/eYLqeMGnSPGRNFE">Bachelor & Bachelorette Parties</a> + </li> + + <li> + <a href="https://nextcloud.53hor.net/s/FxekyGQFTFKG5ot">Wedding Day</a> + </li> + + <li> + <a href="https://nextcloud.53hor.net/s/mgZ6M4ayqX73DqL">Honeymoon</a> + </li> +</ul> |