Skip to content

Commit

Permalink
whoops forgot my image, also still have to impliment adding new peopl…
Browse files Browse the repository at this point in the history
…e's img's
  • Loading branch information
dmk14013 committed Apr 18, 2018
1 parent 1a455ad commit ab71cdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@


var davidBio = 'I\'m a DMD student at UConn working on a concentration in web design. I like sci-fi robots and spaceships, and enjoy building models of them.'
var davidImg = 'https://vignette.wikia.nocookie.net/gundam/images/5/5e/Gundam_Exia_LOL.jpg/revision/latest?cb=20101019165531'
var amandaImg = 'https://www.sparklabs.com/forum/styles/comboot/theme/images/default_avatar.jpg'
var danielImg = 'https://www.sparklabs.com/forum/styles/comboot/theme/images/default_avatar.jpg'


classImg = []
classImg = [amandaImg, danielImg, davidImg]
classList = ['Amanda Brickner', 'Daniel Bean', 'David Kerr', 'Emily McAndrew', 'Max Nonken', 'Rachel Sarnie', 'Emily Ruffell']
classTitle = ['', '', 'Dork', '', '', '', '']
classBio = ['', '', davidBio, '', '', '', '']
Expand Down

0 comments on commit ab71cdf

Please sign in to comment.