license.html (1823B) [raw]
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width,initial-scale=1"> 6 <link rel="stylesheet" href="/style.css"> 7 <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png"> 8 <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png"> 9 <title>Alex & Jennie's Wedding</title> 10 </head> 11 <body> 12 <h1 class="index-title">Alex <small>&</small> Jennie</h1> 13 <p class="subtitle">Tie the Knot</p> 14 <nav> 15 <a href="/">Home</a> 16 <a href="/story.html">Our Story</a> 17 <a href="/event.html">Event</a> 18 <a href="/travel.html">Travel</a> 19 <a href="/registry.html">Registry</a> 20 </nav> 21 <h2>Website License</h2> 22 <p> 23 Unless otherwise specified, all code for the website is 24 licensed under the <a href="/LICENSE">MIT license</a> and can be 25 found <a href="https://git.sr.ht/~akarle/jennex">here</a>. 26 </p> 27 <p>A few notable exceptions:</p> 28 <ul> 29 <li> 30 Photos and content are not open source (all rights reserved). 31 </li> 32 <li> 33 The cursive font in the title, which is the 34 <a href="https://fonts.google.com/specimen/Allura">Allura font</a>, 35 is licensed under the <a href="/static/OFL.txt">Open Font License</a>. 36 </li> 37 <li> 38 The favicon emoji is part of the 39 <a href="https://twemoji.twitter.com/">Twemoji</a> 40 project and is licensed under the 41 <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a> 42 license. Thanks to <a href="https://favicon.io">favicon.io</a> 43 for making it easy to generate! 44 </li> 45 </ul> 46 <footer>Copyright 2022, Alex Karle (<a href="license.html">License</a>)</footer> 47 </body> 48 </html>