diff options
-rw-r--r-- | src/about.php | 2 | ||||
-rw-r--r-- | src/error_404.php | 4 | ||||
-rw-r--r-- | src/footer.php | 12 | ||||
-rw-r--r-- | src/head.php | 6 | ||||
-rw-r--r-- | src/header.php | 6 | ||||
-rw-r--r-- | src/music/index.php | 55 | ||||
-rw-r--r-- | src/programming/index.php | 12 | ||||
-rw-r--r-- | src/writing/index.php | 12 |
8 files changed, 42 insertions, 67 deletions
diff --git a/src/about.php b/src/about.php index a184175..33e2255 100644 --- a/src/about.php +++ b/src/about.php @@ -10,7 +10,7 @@ If you're curious about anything here, you can email me at kai@kaistevenson.com. </p> <p>This site is a member of the <a href="https://nullring.xyz">Null Webring</a>, which I helped to create.</p> <div style="width: 100%; text-align: center;"> - <pre class="ascii" style="display: inline-block; text-align: left;"> + <pre class="ascii" style="display: inline-block; text-align: left;"> ,▄▓▄, ╓g▄▓▓▓▓▓▓▓▓▓▓▓▓▄▄╖ ,▓▓▓▓▓▓▓, g▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄, ╔▓▓▓▓▓▓▓▓▓" diff --git a/src/error_404.php b/src/error_404.php index 79bb955..432ade4 100644 --- a/src/error_404.php +++ b/src/error_404.php @@ -4,7 +4,7 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?> <p> - The page you tried to access doesn't exist. I probably just haven't made it yet. - If you think it should definitely exist, let me know by emailing me at kai@kaistevenson.com + The page you tried to access doesn't exist. I probably just haven't made it yet. + If you think it should definitely exist, let me know by emailing me at kai@kaistevenson.com </p> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> diff --git a/src/footer.php b/src/footer.php index ba7857f..60799d8 100644 --- a/src/footer.php +++ b/src/footer.php @@ -1,7 +1,7 @@ - <br> - <br> - <br> - <div class="footer"> - </div> - </div> + <br> + <br> + <br> + <div class="footer"> + </div> + </div> </body> diff --git a/src/head.php b/src/head.php index b6c2d42..8e33858 100644 --- a/src/head.php +++ b/src/head.php @@ -4,9 +4,9 @@ ini_set('display_errors', 1); ?> <head> - <link rel="stylesheet" href="/style.css"> - <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> + <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> </head> <body> - <div class="contentpane">
\ No newline at end of file + <div class="contentpane"> diff --git a/src/header.php b/src/header.php index 11fede6..5ad5a65 100644 --- a/src/header.php +++ b/src/header.php @@ -1,9 +1,9 @@ <h1><?php echo $title; ?></h1> <hr> <?php if (getcwd() == $_SERVER["DOCUMENT_ROOT"]) { ?> - <h3 class="nav"><a href="/">[Home]</a> | <a href="/about.php">[About]</a></h3> + <h3 class="nav"><a href="/">[Home]</a> | <a href="/about.php">[About]</a></h3> <?php } else if (basename($_SERVER['PHP_SELF']) == "index.php") { ?> - <h3 class="nav"><a href="/">[Home]</a> | <a href="/about.php">[About]</a> | <a href="..">[Back]</a></h3> + <h3 class="nav"><a href="/">[Home]</a> | <a href="/about.php">[About]</a> | <a href="..">[Back]</a></h3> <?php } else { ?> - <h3 class="nav"><a href="/">[Home]</a> | <a href="/about.php">[About]</a> | <a href=".">[Back]</a></h3> + <h3 class="nav"><a href="/">[Home]</a> | <a href="/about.php">[About]</a> | <a href=".">[Back]</a></h3> <?php } ?> diff --git a/src/music/index.php b/src/music/index.php index 9b45f7d..cb18961 100644 --- a/src/music/index.php +++ b/src/music/index.php @@ -4,27 +4,27 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); ?> <p> - The following links lead to music I've recorded. These recordings originate from - one of two pianos: my 1903 Bechstein parlor grand or my Casio PX-S3000 digital piano. - My digital piano can record MIDI, so I use a DAW to customize and assign a piano sound afterwards. - However, I don't edit the MIDI data at all. It's all exactly as-played. - For my acoustic piano, I either use my phone's voice memo app or my MXL990 microphone, - depending on how lazy I feel. - Any editing is done in Audacity or Ableton, though most of my recordings are posted raw. + The following links lead to music I've recorded. These recordings originate from + one of two pianos: my 1903 Bechstein parlor grand or my Casio PX-S3000 digital piano. + My digital piano can record MIDI, so I use a DAW to customize and assign a piano sound afterwards. + However, I don't edit the MIDI data at all. It's all exactly as-played. + For my acoustic piano, I either use my phone's voice memo app or my MXL990 microphone, + depending on how lazy I feel. + Any editing is done in Audacity or Ableton, though most of my recordings are posted raw. </p> <p> - I have given a great deal of consideration to both the theory and philosophy of music. - I feel broadly dissatisfied with the current state of musical education and appreciation - in Western society. I initially pursued a classical education, but found myself - unwilling to engage in the rote practice that was expected to memorize pieces. - After taking a break from the piano, a good friend of mine introduced me to the - possibility of improvisational playing. In my improv, I attempt to integrate elements - of different time periods, especially baroque, impressionism, ragtime, and jazz. + I have given a great deal of consideration to both the theory and philosophy of music. + I feel broadly dissatisfied with the current state of musical education and appreciation + in Western society. I initially pursued a classical education, but found myself + unwilling to engage in the rote practice that was expected to memorize pieces. + After taking a break from the piano, a good friend of mine introduced me to the + possibility of improvisational playing. In my improv, I attempt to integrate elements + of different time periods, especially baroque, impressionism, ragtime, and jazz. </p> <p> - I've only played music since 2021, so I am very much an amateur! I enjoy some of my music - and hope you will too, but I don't want to imply that I am in any way an expert. - I can also sing kind of, so there are some recordings of that, and there will be more in the future. + I've only played music since 2021, so I am very much an amateur! I enjoy some of my music + and hope you will too, but I don't want to imply that I am in any way an expert. + I can also sing kind of, so there are some recordings of that, and there will be more in the future. </p> <h2>Recordings</h2> <ul> @@ -35,26 +35,5 @@ require($_SERVER["DOCUMENT_ROOT"] . "/header.php"); <li><h3><a href="https://files.aberrantflux.xyz/music/12322.mp3">12/3/22 - Kai Stevenson</a></h3></li> <li><h3><a href="https://files.aberrantflux.xyz/music/122422.mp3">12/24/22 - Kai Stevenson</a></h3></li> <li><h3><a href="https://youtu.be/fzH5mGUSDLQ">1/6/23 [Video] - Kai Stevenson</a></h3></li> - <li> - <h3><a href="angelfish.mp3">Angelfish - Anne Gaudet</a></h3> - </li> - <li> - <h3><a href="101622.mp3">10/16/22 - Kai Stevenson</a></h3> - </li> - <li> - <h3><a href="101722.mp3">10/17/22 - Kai Stevenson</a></h3> - </li> - <li> - <h3><a href="creep.mp3">Creep - Radiohead</a></h3> - </li> - <li> - <h3><a href="12322.mp3">12/3/22 - Kai Stevenson</a></h3> - </li> - <li> - <h3><a href="122422.mp3">12/24/22 - Kai Stevenson</a></h3> - </li> - <li> - <h3><a href="https://youtu.be/fzH5mGUSDLQ">1/6/23 [Video] - Kai Stevenson</a></h3> - </li> </ul> <?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> diff --git a/src/programming/index.php b/src/programming/index.php index fd635c5..0e61640 100644 --- a/src/programming/index.php +++ b/src/programming/index.php @@ -4,14 +4,14 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- My repositories (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson. The repo for this site is <a href=https://aberrantflux.xyz/cgit/aberrantflux-site.git>aberrantflux.xyz/cgit/aberrantflux-site.git</a> if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.
+ My repositories (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson. The repo for this site is <a href=https://aberrantflux.xyz/cgit/aberrantflux-site.git>aberrantflux.xyz/cgit/aberrantflux-site.git</a> if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.
</p>
<h2>Projects</h2>
<p>
- I have a few particularly cool projects, like <a href=https://aberrantflux.xyz/cgit/precedent.git>Precedent</a>, my interpreted
- programming language, and <a href=https://aberrantflux.xyz/cgit/snake3.git>Snake3</a>, a fun snake game.
- If you want to contribute to any of my repositories, just email me
- with a diff and a brief description of your changes. If I like your
- commit, I'll integrate it.
+ I have a few particularly cool projects, like <a href=https://aberrantflux.xyz/cgit/precedent.git>Precedent</a>, my interpreted
+ programming language, and <a href=https://aberrantflux.xyz/cgit/snake3.git>Snake3</a>, a fun snake game.
+ If you want to contribute to any of my repositories, just email me
+ with a diff and a brief description of your changes. If I like your
+ commit, I'll integrate it.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
diff --git a/src/writing/index.php b/src/writing/index.php index d94d5d1..c8fa4f6 100644 --- a/src/writing/index.php +++ b/src/writing/index.php @@ -4,15 +4,11 @@ require($_SERVER["DOCUMENT_ROOT"] . "/head.php"); require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
- This is the index page for my writing. Each link leads to a different thing that I've written!
- Some of these were written for assignments, and some just because I felt like it.
+ This is the index page for my writing. Each link leads to a different thing that I've written!
+ Some of these were written for assignments, and some just because I felt like it.
</p>
<ul>
- <li>
- <h3><a href="cryptography.php">Cryptography</a> /* Because secret messages are cool */</h3>
- </li>
- <li>
- <h3><a href="moralrealism.php">Moral realism</a> /* Because people make a big deal out of murder */</h3>
- </li>
+ <li><h3><a href="cryptography.php">Cryptography</a> /* Because secret messages are cool */</h3></li>
+ <li><h3><a href="moralrealism.php">Moral realism</a> /* Because people make a big deal out of murder */</h3></li>
</ul>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|