commit 07c732e1d869804c1b4d5292a01182bb8008371b
parent ce09b073119d50eecb4b8337524bef7c904b9058
Author: Zane Schaffer <znschaffer@gmail.com>
Date: Tue, 10 Sep 2024 09:26:22 -0700
actually add it correctly this time
Diffstat:
| M | index.html | | | 173 | +++++++++++++++++++++++++++++++++++++++++++++++-------------------------------- |
| M | music.html | | | 102 | ++++++++++++++++++++++++++++++++++++++++++++++++------------------------------- |
| M | travels.html | | | 66 | +++++++++++++++++++++++++++++++++++++----------------------------- |
3 files changed, 203 insertions(+), 138 deletions(-)
diff --git a/index.html b/index.html
@@ -1,74 +1,109 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta name="color-scheme" content="light dark" />
+ <meta
+ name="description"
+ content="Zane Schaffer's Lovely Indescribable Information and Tasty Site"
+ />
+ <link
+ rel="icon"
+ type="image/x-icon"
+ href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>"
+ />
+ <link rel="stylesheet" type="text/css" href="latex.css" />
+ <title>Zane Schaffer</title>
+ <meta
+ name="description"
+ content="A site for Zanes all around the world, but specifically me."
+ />
+ </head>
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="color-scheme" content="light dark" />
- <meta name="description" content="Zane Schaffer's Lovely Indescribable Information and Tasty Site">
- <link rel="icon" type="image/x-icon"
- href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>">
- <link rel="stylesheet" type="text/css" href="latex.css">
- <title>Zane Schaffer</title>
- <description>A site for Zanes all around the world, but specifically me.</description>
-</head>
-
-<body>
- <main>
- <h1>Zane Schaffer</h1>
- <blockquote>
- <p>This site contains notes, information, blog posts, and other tidbits
- about my life. You may contact me via <a href="mailto:znschaffer@gmail.com">email</a> or any social media
- platform you see fit. You may also view my CV <a href="https://store.znschaffer.com/docs/cv.pdf">here</a>.</p>
- </blockquote>
- <h2>Life Facts!</h2>
- <ul>
- <li>
- <p>I have been writing, and sporadically living off of my music, for
- most of my adult life. You can learn more about my sonic endeavours <a href="./music">here</a>.</p>
- </li>
- <li>
- <p>I was born in Seattle, grew up in Bellevue, and have <a href="./travels">lived in many places</a>!</p>
- </li>
- <li>
- <p>I am currently a computer science student at <a href="https://northseattle.edu">North Seattle College</a></p>
- </li>
- <li>
- <p>I am exploring the realm of <a href="https://img.znschaffer.com">photography</a>
- with a camera from 2006</p>
- </li>
- <li>
- <p>My partner, <a href="https://xinrui.work">Xinrui</a>, a fellow
- creative turned tech-worker, shares a small, but cozy, space with me and
- our cat Cleo in Capitol Hill</p>
- </li>
- </ul>
- <h2 id="whats-going-on-now">What’s Going On Now?</h2>
-
- <p>Currently, I live on Capitol Hill, Seattle, Washington<a href="#fn1" class="footnote-ref" id="fnref1"
- role="doc-noteref"><sup>1</sup></a>
- with Xinrui and our cat Cleo. I spend a lot of time learning about
- programming language design, studying higher level math and calculus,
- researching self-hosted projects, and making noises on my synths.</p>
- <p>A lot of my current time is taken up by the <em>pursuit of
- education</em> I am subjecting myself to. I have been <em>self-taught</em> for most
- everything in computer science but enough is enough! Through this
- process, I have discovered an odd, but intriguing appreciation for
- mathematics I did not possess before. Luckily, audio programming, and
- it’s related domains expect you to be fascinated with mathematics!</p>
- </main>
- <footer>
- <hr>
- <ol>
- <li id="fn1">
- <p>There seems to be a split between those who consider it
- to be living ‘on’ or ‘in’ Capitol Hill. I prefer on, as to acknowledge
- the greater calf strength I now possess.
+ <body>
+ <main>
+ <h1>Zane Schaffer</h1>
+ <blockquote>
+ <p>
+ This site contains notes, information, blog posts, and other tidbits
+ about my life. You may contact me via
+ <a href="mailto:znschaffer@gmail.com">email</a> or any social media
+ platform you see fit. You may also view my CV
+ <a href="https://store.znschaffer.com/docs/cv.pdf">here</a>.
</p>
- </li>
- </ol>
- </footer>
-
-</body>
+ </blockquote>
+ <h2>Life Facts!</h2>
+ <ul>
+ <li>
+ <p>
+ I have been writing, and sporadically living off of my music, for
+ most of my adult life. You can learn more about my sonic endeavours
+ <a href="./music">here</a>.
+ </p>
+ </li>
+ <li>
+ <p>
+ I was born in Seattle, grew up in Bellevue, and have
+ <a href="./travels">lived in many places</a>!
+ </p>
+ </li>
+ <li>
+ <p>
+ I am currently a computer science student at
+ <a href="https://northseattle.edu">North Seattle College</a>
+ </p>
+ </li>
+ <li>
+ <p>
+ I am exploring the realm of
+ <a href="https://img.znschaffer.com">photography</a> with a camera
+ from 2006
+ </p>
+ </li>
+ <li>
+ <p>
+ My partner, <a href="https://xinrui.work">Xinrui</a>, a fellow
+ creative turned tech-worker, shares a small, but cozy, space with me
+ and our cat Cleo in Capitol Hill
+ </p>
+ </li>
+ </ul>
+ <h2 id="whats-going-on-now">What’s Going On Now?</h2>
+ <p>
+ Currently, I live on Capitol Hill, Seattle, Washington<a
+ href="#fn1"
+ class="footnote-ref"
+ id="fnref1"
+ role="doc-noteref"
+ ><sup>1</sup></a
+ >
+ with Xinrui and our cat Cleo. I spend a lot of time learning about
+ programming language design, studying higher level math and calculus,
+ researching self-hosted projects, and making noises on my synths.
+ </p>
+ <p>
+ A lot of my current time is taken up by the
+ <em>pursuit of education</em> I am subjecting myself to. I have been
+ <em>self-taught</em> for most everything in computer science but enough
+ is enough! Through this process, I have discovered an odd, but
+ intriguing appreciation for mathematics I did not possess before.
+ Luckily, audio programming, and it’s related domains expect you to be
+ fascinated with mathematics!
+ </p>
+ </main>
+ <footer>
+ <hr />
+ <ol>
+ <li id="fn1">
+ <p>
+ There seems to be a split between those who consider it to be living
+ ‘on’ or ‘in’ Capitol Hill. I prefer on, as to acknowledge the
+ greater calf strength I now possess.
+ </p>
+ </li>
+ </ol>
+ </footer>
+ </body>
</html>
diff --git a/music.html b/music.html
@@ -1,41 +1,64 @@
-<!DOCTYPE html>
+<!doctype html>
<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="generator" content="pandoc" />
+ <meta
+ name="viewport"
+ content="width=device-width, initial-scale=1.0, user-scalable=yes"
+ />
+ <link rel="stylesheet" type="text/css" href="latex.css" />
+ <title>Music and Sound</title>
+ <meta
+ name="description"
+ content="Zane Schaffer's Lovely Indescribable Information and Tasty Site"
+ />
+ </head>
-<head>
- <meta charset="utf-8">
- <meta name="generator" content="pandoc">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
- <title>Music and Sound</title>
- <link rel="stylesheet" type="text/css" href="latex.css">
- <meta name="description" content="Zane Schaffer's Lovely Indescribable Information and Tasty Site">
-</head>
-
-<body>
- <main>
- <h1>Music and Sound</h1>
- <p>I grew up playing <strong>jazz trombone</strong> throughout middle and high
- school, eventually catching the electronic music bug and finding myself
- working in FL Studio. After realizing what a mistake of software that
- is, I moved myself over to Ableton. I would describe my musical
- influences as jazzy, noisy, bleepy, and bloopy. I’ve made things ranging
- from soft soothing <em>lo-fi hip-hop</em> to repugnant noisey
- wall-of-sound.</p>
- <hr>
- <p>Currently, I’m fond of odd analog sound machines - instrument
- creators currently inspiring me include: <em>Lorre Mill</em>, <em>Ciat
- Lonbarde</em>, and the general <em>4U Modular</em> scene.</p>
- <h2 id="where-to-listen">Where To Listen</h2>
- <blockquote>
- <p>I’m not as active in making and releasing music these days. You’ll
- find most of my music released on the platforms listed below.</p>
- </blockquote>
- <p>There’s an interactive explorer of audio experiments <a href="https://sounds.znschaffer.com">here</a>.</p>
- <p>Most of my music is accessible (begrudgingly) via <a
- href="https://open.spotify.com/artist/1stp6XCHbjsyVmOYGyYBuz?si=36VIXAnjTwa4rz_CJov7_Q">Spotify</a>.</p>
- <p>You can also find me on Apple Music, Tidal, and other major streaming
- platforms.</p>
- <p>A small body of my work is available on <a href="https://zaneschaffer.bandcamp.com">Bandcamp</a></p>
- </main>
-</body>
-
-</html>
-\ No newline at end of file
+ <body>
+ <main>
+ <h1>Music and Sound</h1>
+ <p>
+ I grew up playing <strong>jazz trombone</strong> throughout middle and
+ high school, eventually catching the electronic music bug and finding
+ myself working in FL Studio. After realizing what a mistake of software
+ that is, I moved myself over to Ableton. I would describe my musical
+ influences as jazzy, noisy, bleepy, and bloopy. I’ve made things ranging
+ from soft soothing <em>lo-fi hip-hop</em> to repugnant noisey
+ wall-of-sound.
+ </p>
+ <hr />
+ <p>
+ Currently, I’m fond of odd analog sound machines - instrument creators
+ currently inspiring me include: <em>Lorre Mill</em>,
+ <em>Ciat Lonbarde</em>, and the general <em>4U Modular</em> scene.
+ </p>
+ <h2 id="where-to-listen">Where To Listen</h2>
+ <blockquote>
+ <p>
+ I’m not as active in making and releasing music these days. You’ll
+ find most of my music released on the platforms listed below.
+ </p>
+ </blockquote>
+ <p>
+ There’s an interactive explorer of audio experiments
+ <a href="https://sounds.znschaffer.com">here</a>.
+ </p>
+ <p>
+ Most of my music is accessible (begrudgingly) via
+ <a
+ href="https://open.spotify.com/artist/1stp6XCHbjsyVmOYGyYBuz?si=36VIXAnjTwa4rz_CJov7_Q"
+ >Spotify</a
+ >.
+ </p>
+ <p>
+ You can also find me on Apple Music, Tidal, and other major streaming
+ platforms.
+ </p>
+ <p>
+ A small body of my work is available on
+ <a href="https://zaneschaffer.bandcamp.com">Bandcamp</a>
+ </p>
+ </main>
+ </body>
+</html>
diff --git a/travels.html b/travels.html
@@ -1,30 +1,39 @@
-<!DOCTYPE html>
+<!doctype html>
<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="generator" content="pandoc" />
+ <meta
+ name="viewport"
+ content="width=device-width, initial-scale=1.0, user-scalable=yes"
+ />
+ <title>Travels</title>
+ <link rel="stylesheet" href="latex.css" />
+ <meta
+ name="description"
+ content="Zane Schaffer's Lovely Indescribable Information and Tasty Site"
+ />
+ <link
+ rel="icon"
+ type="image/x-icon"
+ href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>"
+ />
+ </head>
-<head>
- <meta charset="utf-8">
- <meta name="generator" content="pandoc">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
- <title>Travels</title>
- <link rel="stylesheet" href="latex.css">
- <meta name="description" content="Zane Schaffer's Lovely Indescribable Information and Tasty Site">
- <link rel="icon" type="image/x-icon"
- href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>↔</text></svg>">
-</head>
-
-<body>
- <main>
- <h1>Travels</h1>
- <p>I’ve been lucky enough to travel to many large cities in America, and
- a few in Europe.</p>
- <p>Here is my current <strong>City Ranking</strong>: </p>
- <ol type="1">
- <li>Seattle, WA</li>
- <li>New York City, NY</li>
- <li>Den Haag, NL</li>
- <li>2016-era Portland, OR</li>
- </ol>
- </main>
-</body>
-
-</html>
-\ No newline at end of file
+ <body>
+ <main>
+ <h1>Travels</h1>
+ <p>
+ I’ve been lucky enough to travel to many large cities in America, and a
+ few in Europe.
+ </p>
+ <p>Here is my current <strong>City Ranking</strong>:</p>
+ <ol type="1">
+ <li>Seattle, WA</li>
+ <li>New York City, NY</li>
+ <li>Den Haag, NL</li>
+ <li>2016-era Portland, OR</li>
+ </ol>
+ </main>
+ </body>
+</html>