Team:UC Davis/Team
From 2010.igem.org
(Difference between revisions)
Line 89: | Line 89: | ||
function tabFunction(index) | function tabFunction(index) | ||
{ | { | ||
+ | |||
+ | /*****************************PUT ALL THE DATA HERE******************************************************************/ | ||
var justinData = "<table><tr><td><img src='https://static.igem.org/mediawiki/2010/9/99/Headshot_Justin.jpg' height='250px'></td><td><div><b>Name:</b> Justin Tantiongloc<br/><b>Hometown:</b> Fremont, CA<br/><b>Major/Year:</b> Computer Engineering \'11<br/><b>Hobbies:</b> Whatever there is to do<br/><b>Random Fact:</b> I once walked on a glacier in Alaska, and then a couple weeks later got meningitis<br/><b>Favorite Country:</b> The US; if Las Vegas were a country that would be my answer</td></tr></table>"; | var justinData = "<table><tr><td><img src='https://static.igem.org/mediawiki/2010/9/99/Headshot_Justin.jpg' height='250px'></td><td><div><b>Name:</b> Justin Tantiongloc<br/><b>Hometown:</b> Fremont, CA<br/><b>Major/Year:</b> Computer Engineering \'11<br/><b>Hobbies:</b> Whatever there is to do<br/><b>Random Fact:</b> I once walked on a glacier in Alaska, and then a couple weeks later got meningitis<br/><b>Favorite Country:</b> The US; if Las Vegas were a country that would be my answer</td></tr></table>"; | ||
+ | |||
+ | |||
var timData = "My name is Tim"; | var timData = "My name is Tim"; | ||
+ | |||
+ | |||
var keeganData = "My name is Keegan"; | var keeganData = "My name is Keegan"; | ||
+ | |||
+ | |||
var arjunData = "My name is Arjun"; | var arjunData = "My name is Arjun"; | ||
+ | |||
+ | |||
var jenData = "My name is Jen"; | var jenData = "My name is Jen"; | ||
+ | |||
+ | |||
var hollyData = "My name is Holly"; | var hollyData = "My name is Holly"; | ||
+ | |||
+ | /***************************************DATADATADATADATADATATATATATATATATATATAAAAAAAAAAAAAA**********************/ | ||
+ | |||
switch(index) | switch(index) |
Revision as of 09:33, 18 October 2010
|
|
|