site

source files for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

index.html (2328B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3  <head>
      4   <link rel="stylesheet" href="/style.css" type="text/css">
      5   <meta charset="utf-8">
      6   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      7   <meta name="viewport" content="width=device-width, initial-scale=1.0">
      8   <link rel="stylesheet" type="text/css" href="/style.css">
      9   <link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cstyle%3E %23m %7B opacity:0; %7D%0A@media (prefers-color-scheme: dark) %7B %23m %7B opacity:1; %7D %23e %7B opacity:0 %7D%0A%7D %3C/style%3E%3Ctext id='m' y='.9em' font-size='90'%3E🏕️%3C/text%3E%3Ctext id='e' y='.9em' font-size='90'%3E🌞%3C/text%3E%3C/svg%3E">
     10   <title></title>
     11  </head>
     12  <body>
     13   <div id="page-wrapper">
     14    <div id="header" role="banner">
     15     <header class="banner">
     16      <div id="banner-text">
     17       <span class="banner-title"><a href="/">beauhilton</a></span>
     18      </div>
     19     </header>
     20     <nav>
     21      <a href="/about">about</a>
     22 <a class="nav-active" href="/now">now</a>
     23 <a href="/posts">posts</a>
     24 <a href="https://notes.beauhilton.com">notes</a>
     25 <a href="https://talks.beauhilton.com">talks</a>
     26 <a href="https://git.beauhilton.com">git</a>
     27 <a href="/contact">contact</a>
     28 <a href="/feed.xml">rss</a>
     29     </nav>
     30    </div>
     31    <main>
     32     <h1>
     33      family
     34     </h1>
     35     <p>
     36      Our oldest is 8, youngest is 2. Everyone remains well and
     37 cantankerous.
     38     </p>
     39     <h1>
     40      work
     41     </h1>
     42     <p>
     43      I’m an internal medicine doctor at Vanderbilt University Medical
     44 Center.
     45     </p>
     46     <p>
     47      In July I’ll start cancer fellowship, here as well, as a member of
     48 the <a href="https://medicine.vumc.org/harrison-society">Harrison
     49 Society</a>.
     50     </p>
     51     <h1>
     52      other
     53     </h1>
     54     <p>
     55      Ted Hawkins’ song “<a href="https://youtu.be/jTO-zb6XTzg">Sorry
     56 You’re Sick</a>” reminds me of the book <a href="https://en.wikipedia.org/wiki/One_Day_in_the_Life_of_Ivan_Denisovich"><em>One
     57 Day in the Life of Ivan Denisovich</em></a> by Aleksandr Solzhenitsyn,
     58 and the uncomfortable and sublime truth that all medicine is palliative
     59 medicine.
     60     </p>
     61     <hr>
     62     <p>
     63      This <a href="https://nownownow.com/about">now page</a> was last
     64 updated 2022-04-22.
     65     </p>
     66    </main>
     67    <div id="footnotes"></div>
     68    <footer></footer>
     69   </div>
     70  </body>
     71 </html>