diff --git a/homepage/index.html b/homepage/index.html index da3943a..53181dd 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -72,7 +72,7 @@ See something wack? File an issue. Got something to share? Make a pull request.
  • Goodreads, devenblake
  • Hacker News, devenblake
  • ieddit, deven
  • -
  • Instagram, deven.blake
  • +
  • Instagram, deven.blake
  • itch.io, devenblake
  • Likee, deven
  • Mastodon, @deven@pawoo.net
  • @@ -81,17 +81,17 @@ See something wack? File an issue. Got something to share? Make a pull request.
  • Notabug, deven
  • Okuna, dev
  • Reddit, u/devenblake
  • -
  • Snapchat, unixuserdtb
  • +
  • Snapchat, unixuserdtb
  • Soundcloud, devenblake
  • SpaceHey, dtb
  • Subreply, deven
  • -
  • Tumblr, devenblake
  • +
  • Tumblr, devenblake
  • Twitter, unixuserdtb
  • Wikipedia, DTB
  • Wirechan, Anonymous
  • -None of these are guaranteed to still be on-line. +None of these are guaranteed to still be on-line and italicized entries are ones I never use. I would much rather talk to you via Signal instead of using something like Discord.

    diff --git a/homepage/quotes.js b/homepage/quotes.js index 46281ac..01a9c90 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -112,7 +112,9 @@ window.initializequotes = function() { [ "Ich bin ein Berliner.", "John F. Kennedy" ], //some speech or something [ "I am a Bangor!", - "Erwin Kreuz" ] + "Erwin Kreuz" ], + [ "It's not enough that I should succeed - others should fail.", + "Unknown" ] ]; window.quote = 0; }