Skip to content

Commit

Permalink
added joel
Browse files Browse the repository at this point in the history
  • Loading branch information
dmk14013 committed Apr 25, 2018
1 parent bd7fa30 commit 5ab3f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ document.addEventListener("DOMContentLoaded", function() {
var amanda = new Student('Amanda Brickner', 'Crazy Cat Lady', 'amandausr@aol.com', 'Something something not since the accident', 'https://files.slack.com/files-pri/T040V7VBL-FACGH05DK/jpeg_20170905_214850.jpg');
var daniel = new Student('Daniel Bean', 'Designer', 'danny@collectivema.com', 'Hi I get really scared easily so pls don\'t talk to me', 'https://files.slack.com/files-pri/T040V7VBL-FAC5PD5HS/img_1680.jpg');
var emilyM = new Student('Emily McAndrew', 'Student', 'emily.mcandrew@uconn.edu', '21 year old vegan who plans to live in New York City after graduation', 'https://files.slack.com/files-pri/T040V7VBL-FAD9CJGA2/0.jpg');

var joel = new Student('Joel Salisbury', 'Professor (kinda)', 'joel@uconn.edu', 'He thinks he\'s pretty good at his job. He\'s right, but don\'t tell him or he\'ll get a swelled head about it.', 'https://pbs.twimg.com/profile_images/625356658714259456/Xaw8mnXV_400x400.jpg');

classList = ['Amanda Brickner', 'Daniel Bean', 'David Kerr', 'Emily McAndrew', 'Max Nonken', 'Rachel Sarnie', 'Emily Ruffell'];

Expand Down

0 comments on commit 5ab3f27

Please sign in to comment.