Home

Profile Picture

Griffin Graham-Bennett

A passionate programmer who makes things work... sometimes.

/**
 * Griffin Graham-Bennett
 * A fourth-year Computer Science student at the University of Alberta
 * Excited to apply my knowledge and skills to real-world challenges
 */

function GriffinGrahamBennett() {
  // My skills and interests
  let skills = ["JavaScript", "Python", "C", "SQL"];
  let interests = ["WorkingOut", "Travelling", "BoardGames"];

  // Navigation calls
  Resume();
  Education();
  Projects();
  Contact();
}