site

Personal site for Zane
Log | Files | Refs

index.html (2812B)


      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     <meta name="color-scheme" content="light dark" />
      7     <meta
      8       name="description"
      9       content="Zane Schaffer's Lovely Indescribable Information and Tasty Site"
     10     />
     11     <link
     12       rel="icon"
     13       type="image/png"
     14       href="logo.png"
     15     />
     16     <link rel="stylesheet" type="text/css" href="style.css" />
     17     <title>Zane Schaffer</title>
     18     <meta
     19       name="description"
     20       content="A site for Zanes all around the world, but specifically me."
     21     />
     22   </head>
     23 
     24   <body>
     25     <main class="b">
     26       <h1>Zane Schaffer</h1>
     27       <p>
     28         This site contains notes, information, blog posts, and other tidbits
     29         about my life. You may contact me via
     30         <a href="mailto:znschaffer@gmail.com">email</a> or any social media
     31         platform you see fit. You may also view my CV
     32         <a href="https://store.znschaffer.com/docs/Zane_Schaffer_Resume.pdf"
     33           >here</a
     34         >.
     35       </p>
     36       <h2>Life</h2>
     37       <p>
     38         You can find me in the Capitol Hill neighbourhood of Seattle,
     39         Washington. I enjoy walking and sitting in Cal Anderson park and
     40         photographing the many oddly shaped light fixtures. I live with my
     41         partner <a href="https://xinrui.work">Xinrui Chen</a>, a talented and
     42         multi-faceted artist turned programmer, and our tuxedo cat Cleo.
     43       </p>
     44       <h2>Music</h2>
     45       <p>
     46         I play guitar and sing in a garage punk band,
     47         <a href="https://johnhonda.com">John Honda</a>, previously created
     48         electronic music under my given name, and have experimented around with
     49         different forms of sound art installations.
     50       </p>
     51       <h2>Photography</h2>
     52       A recent hobby of mine. I don't so much collect memories with photos as I
     53       enjoy capturing certain aesthetically pleasing angles or scenes around my
     54       life. View my photos taken with film cameras, toy cameras, phones, and
     55       more
     56       <a href="/photos">here</a>.
     57       <h2>Design</h2>
     58       As my band has begun playing more and more shows, posters advertising
     59       those shows needed to be created. Xinrui has helped with quite a few but
     60       I've been picking up the skill as well as needed. View a smattering of
     61       these punk show posters <a href="/posters">here</a>.
     62       <h2>Coding</h2>
     63       I put together this site although my main focus isn't in the domain of
     64       web-tech. I enjoy TUIs and weird tools built in C and C++. Audio
     65       programming has become a recent passion and I'm working on a few projects
     66       in the JUCE framework. See my current and past projects on my github
     67       <a href="https://github.com/znschaffer">here</a>.
     68     </main>
     69   </body>
     70 </html>