This site provides information for Hannah Cooper and Andy Pike’s wedding on June 17th.
The site uses the following frameworks and libraries:
As with my other projects such as YouTube Display and this blog itself, the site is hosted using GitHub Pages and run through CloudFlare. GitHub Pages host the actual HTML, CSS and JS files while CloudFlare provide the TLS certificate, serve the content over CDN and take care of all the security. There are options to set Content-Type-Options: nosniff
and HTTP Strict Transport Security (HSTS) headers, and best of all. Best of all, using CloudFlare is completely free for non-commercial use! As it’s a static site, you don’t really need to worry about X-XSS-Protection
. It’d be nice to have the option to set the X-Frame-Options
, but hey!
This hosting stack allows you to host static sites over HTTPS using a super-fast CDN for free! Not bad.