From 7d8a48798a11ae6b5a2528fa35a9041a4d77eb04 Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Fri, 12 Mar 2021 13:21:34 -0500 Subject: [PATCH] even more stuff --- homepage/bookmarks.html | 14 ++++++++++++-- homepage/quotes.js | 4 +++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/homepage/bookmarks.html b/homepage/bookmarks.html index ab1f11c..84bade8 100644 --- a/homepage/bookmarks.html +++ b/homepage/bookmarks.html @@ -142,6 +142,7 @@ Oh well.
  • Book of Joe
  • The Bulletin of the Atomic Scientists
  • +
  • CALL/CC
  • Cat-v.ORG
  • Central Maine News
  • Chris Covell
  • @@ -174,16 +175,17 @@ Oh well.
  • Instant Floppy
  • International Journal of Proof-of-Concept or Get The Fuck Out (PoC||GTFO or PoC or GTFO)
  • It's Going Down
  • +
  • Jayfax
  • Jim Fisher
  • kasumiru
  • +
  • kill -9
  • Kirsle
  • Kotaku
  • Kyle Schaeffer
  • LifeHacker
  • linwer
  • Linux Journal
  • -
  • Jayfax
  • -
  • John Ohno
  • +
  • Lord Enki
  • Lowtech Magazine
  • LWN.net
  • The Maine Review
  • @@ -202,6 +204,7 @@ Oh well.
  • Perkel
  • PostSecret
  • PZ Myers
  • +
  • qorg11.net
  • Randy H. Katz
  • Reese McConnell
  • Richard Eason
  • @@ -442,6 +445,7 @@ Oh well.
  • C
  • Makefile
  • Python
  • Transgender Service in the U.S. Military
  • "Try 63/37 tin/lead instead of 60/40."
  • +
  • Writing
  • WTFPL
  • Socialization
  • 8chan
  • Archive of Our Own
  • diff --git a/homepage/quotes.js b/homepage/quotes.js index c201657..46281ac 100644 --- a/homepage/quotes.js +++ b/homepage/quotes.js @@ -110,7 +110,9 @@ window.initializequotes = function() { [ "Sooner or later there has to be peace.", "Abigail Thorn" ], // Identity: A Trans Coming Out Story [ "Ich bin ein Berliner.", - "John F. Kennedy" ] //some speech or something + "John F. Kennedy" ], //some speech or something + [ "I am a Bangor!", + "Erwin Kreuz" ] ]; window.quote = 0; }