Wedding Web Site Released

1 minute read

For those of you out there planning a wedding, you may have thought about setting up a website. Something to answer those common questions guests may have so that you can focus on all of the other aspects of wedding planning. There are some pretty slick WYSIWYG sites out there like Wedding Wire, The Knot, and Wedding Channel if you want to use a pre-built theme and just punch in your relevant information.

My wife and I couldn't find a theme and a site that fit our needs perfectly so I ended up building one for us. Check it out or see the screen shot below.

Screenshot of wedding web site

The site is built with Bootstrap 2 to provide the responsive framework and base CSS, Galleria for the photo gallery. I used PHP so I could re-use the header code on the other pages. If you're looking at the site on your computer (as opposed to phone/tablet), go to the accommodations or schedule page and try re-sizing your browser to make it smaller - you'll see the two-column layout collapse into a mobile-friendly single column layout.

Anyway, this is less of a tutorial post and more of a "use my code if it will help you jump start your project."

Demo GitHub Repo

Enjoy and let me know if you have any questions.

Leave a Comment