site

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

index.html (3212B)


      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 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      Wishlist
     34     </h1>
     35     <p>
     36      While there are always <a href="https://rosewhitemusic.com/piano/writings/ten-thousand-things/#:~:text=%E2%80%9CThe%20Ten%20Thousand%20Things%E2%80%9D%20is,The%20One%20produced%20the%20two.">ten
     37 thousand material things</a> I want, some of which are in the Amazon
     38 Wishlist below, I’m more into digital capability these days.
     39     </p>
     40     <p>
     41      Probably digital, use-anywhere gift cards are the way to go. E.g.
     42 Visa or MasterCard.
     43     </p>
     44     <h2>
     45      beau@beauhilton.com
     46     </h2>
     47     <p>
     48      I recently found <a href="https://www.fastmail.com/">fastmail</a>,
     49 which is a delightful mail service. I’m trying to be less reliant on
     50 Google, and using an independent email client is a big part of that.
     51 They charge money because they’re <em>not</em> doing all the stuff
     52 Google does to keep their products free, namely, using your info for ad
     53 targeting.
     54     </p>
     55     <p>
     56      It’s $5 a month. I got a few months for free, and really like it. In
     57 addition to not selling your data, they have a good facility for having
     58 your own email extension (provided you own your domain), so I got
     59 <code>beau@beauhilton.com</code>. Any money toward supporting their
     60 service and keeping my cool new email address going would be much
     61 appreciated.
     62     </p>
     63     <h2>
     64      beauhilton.com
     65     </h2>
     66     <p>
     67      I use <a href="https://www.vultr.com/">Vultr</a> to host my server,
     68 which in turn hosts this website. It’s also $5 a month, which is a great
     69 deal for a server that I fully manage and is plenty powerful for a
     70 simple website.
     71     </p>
     72     <p>
     73      Happy to receive any funds to support this going forward.
     74     </p>
     75     <h2>
     76      Amazon
     77     </h2>
     78     <p>
     79      And finally:
     80     </p>
     81     <p>
     82      <a href="https://www.amazon.com/hz/wishlist/ls/3AKNW7PDL7STX?ref_=wl_share">Amazon
     83 Wishlist</a>
     84     </p>
     85    </main>
     86    <div id="footnotes"></div>
     87    <footer></footer>
     88   </div>
     89  </body>
     90 </html>