From 3d08db815987741f4564fbc86dcf01828e226ad2 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 22 Nov 2022 12:59:37 -0500 Subject: [PATCH] fixes --- content/_index.md | 7 +++---- content/contact.md | 1 - static/graphs/timeline.dot | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 static/graphs/timeline.dot diff --git a/content/_index.md b/content/_index.md index cdadf2a..c408091 100644 --- a/content/_index.md +++ b/content/_index.md @@ -17,7 +17,7 @@ I am currently working on a few projects, including: - Publishing music under my own name on [Spotify](https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5) and [Apple Music](https://music.apple.com/us/artist/evan-pratten/1611566708) - Practicing my morse code skills on-air as [VA3ZZA](https://www.qrz.com/db/va3zza) -## Past experience + ## Looking for more? diff --git a/content/contact.md b/content/contact.md index 582db4c..bd8c8e6 100644 --- a/content/contact.md +++ b/content/contact.md @@ -13,7 +13,6 @@ Here is a list of social platforms I am reasonably active on: - [LinkedIn](https://www.linkedin.com/in/ewpratten/) - [GitHub](https://github.com/ewpratten) - [Instagram](https://www.instagram.com/evanpratten/) - - [Mastodon](https://ewp.fyi/mastodon) - [QRZ](https://qrz.com/db/va3zza) - [Spotify](https://open.spotify.com/artist/1aLNEmgqBJkhfkEZvf8Vh5) diff --git a/static/graphs/timeline.dot b/static/graphs/timeline.dot new file mode 100644 index 0000000..cdffcd9 --- /dev/null +++ b/static/graphs/timeline.dot @@ -0,0 +1,16 @@ +digraph { + + y2008; + y2008 -> piano; + + y2008 -> y2010; + y2010 -> drums; + drums -> amped; + + y2010 -> y2012; + y2012 -> killer_hamsters; + amped -> killer_hamsters; + y2012 -> drum_comps; + drums -> drum_comps; + +} \ No newline at end of file