From dfed378228447a9c798d8bfd0f4c058acda4c78c Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Thu, 23 Feb 2023 00:21:28 -0800 Subject: replaced spaces with tabs and fixed the music page --- src/about.php | 2 +- src/error_404.php | 4 ++-- src/footer.php | 12 +++++------ src/head.php | 6 +++--- src/header.php | 6 +++--- src/music/index.php | 55 +++++++++++++++-------------------------------- src/programming/index.php | 12 +++++------ 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.

This site is a member of the Null Webring, which I helped to create.

-
   
+	
   
                                                  ,▄▓▄,
                    ╓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");
 ?>
 

- 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

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 @@ -
-
-
- -
+
+
+
+ + 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); ?> - - + + -
\ No newline at end of file +
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 @@


- + - + - + 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"); ?>

- 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.

- 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.

- 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.

Recordings

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"); ?>

- 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 aberrantflux.xyz/cgit/aberrantflux-site.git 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 aberrantflux.xyz/cgit/aberrantflux-site.git if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.

Projects

- I have a few particularly cool projects, like Precedent, my interpreted - programming language, and Snake3, 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 Precedent, my interpreted + programming language, and Snake3, 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.

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"); ?>

- 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.

    -
  • -

    Cryptography /* Because secret messages are cool */

    -
  • -
  • -

    Moral realism /* Because people make a big deal out of murder */

    -
  • +
  • Cryptography /* Because secret messages are cool */

  • +
  • Moral realism /* Because people make a big deal out of murder */

-- cgit v1.2.3-70-g09d2