commit 54ec15f7f7a34f379c84425188770e1ea3da1765 (patch) parent e68b99925a3c2d760c5beca378b7375234ec9257 Author: Alex Karle <alex@alexkarle.com> Date: Sun, 6 Nov 2022 17:11:34 -0500 Add README I figure there might be some onlookers on GitHub who might be curious what's going on here! Diffstat:
A | README.md | | | 23 | +++++++++++++++++++++++ |
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,23 @@ +# jennex.org + +Our Wedding Site + +Not much to see here yet (it's a work in progress!). + +I'm putting this together for our wedding (:tada:) in 2023 after a +quick survey of the common choices for hosted sites (The Knot, Minted, +etc). + +The goals are to have: + +1. A public wedding portfolio / information site for guests (mostly + done, just static HTML) +2. A lightweight RSVP system (likely the more interesting bit from a + code perspective) + +## License + +All code is MIT Licensed. The cursive font used in the header (Allure) +is OFL licensed (see [./license.html](./license.html) for more info). + +Images and content are not open source (all rights reserved).