/**
* @author Sam Friedman
* Sam's website
* TODO: make this better
*/

function getLinks() {
 return {
  "github" : "https://github.com/sfried8",
  "boggle" : "https://boggle.friedman.in",
  "qwertle" : "https://qwertle.friedman.in",
  "turkeybox" : "https://turkeybox.stream"
 }
}|