jennex

Our Wedding Site
git clone git://git.alexkarle.com.com/jennex
Log | Files | Refs | README | LICENSE

story.html (2091B) [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 &amp; Jennie's Wedding</title>
     10   </head>
     11 
     12   <body>
     13     <h1 class="index-title">Alex <small>&amp;</small> Jennie</h1>
     14     <p class="subtitle">Tie the Knot</p>
     15     <nav>
     16       <a href="/">Home</a>
     17       <a href="/story.html">Our Story</a>
     18       <a href="/event.html">Event</a>
     19       <a href="/travel.html">Travel</a>
     20       <a href="/registry.html">Registry</a>
     21     </nav>
     22     <h2>Our Story</h2>
     23     <p>
     24       Alex and Jennie met in January 2017 at UMass Amherst through a
     25       mutual friend (thanks Rachana!) at a party, but they weren't sure
     26       if they'd see each other again. Fortunately, Rachana saw the
     27       potential and insisted on a group date later that week. Phone
     28       numbers were exchanged and just a day or so later they went on
     29       their first date in a snowstorm at the Frank dining commons. The
     30       rest is history!
     31     </p>
     32     <p>
     33       After graduation they moved to Natick, MA, and as soon as a
     34       landlord allowed it they adopted two kittens, Pulp and Meeks.
     35       5 years, 4 jobs, 2 appartments, and 1 pandemic later, they're
     36       still there, supporting each other.
     37     </p>
     38     <p>
     39       After many trips together that left the family guessing if "he'd
     40       finally ask the question", Alex proposed to Jennie on August 20,
     41       2022 on top of Franconia Ridge in the White Mountains. It was the
     42       exact spot they had hoped to be 4 years ago on a trip that they
     43       ended short due to bears, a heat wave, and blisters. Back years
     44       later and stronger than ever, she said yes!
     45     </p>
     46     <img src="/static/engagement.jpg" alt="Alex Proposes to Jennie" width="100%">
     47     <footer>Copyright 2022, Alex Karle (<a href="license.html">License</a>)</footer>
     48   </body>
     49 </html>