Difference between revisions of "Team:UMaryland/Team"
Line 1: | Line 1: | ||
− | {{ | + | {{Template_All_Teams}} |
+ | |||
<html> | <html> | ||
− | < | + | <!--Getting rid of all the crap that comes before--> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | </div></div></div></div></div></div></div></div></div></div> | ||
− | <!-- | + | <!-- OPERATION: CLEAN UP THIS CODE IS IN PROGRESS--> |
− | |||
− | |||
− | |||
− | |||
− | < | + | <style type="text/css"> |
− | + | /* COMPLICATED CSS. DON'T MESS WITH THIS SHIT UNLESS YOU KNOW WHAT YOU'RE DOING */ | |
− | + | ||
− | + | body { | |
− | + | background-color: #FF0000; | |
− | + | } | |
− | + | ||
− | + | /* THIS CLASS IS ACTUALLY SHIT. WON'T EVEN TRY TO FIX */ #mainContainer { | |
− | + | width: 1350; | |
− | + | overflow:hidden; | |
− | + | float:center; | |
− | + | margin-left:0px; | |
− | + | margin-bottom: 10px; | |
− | + | background-color: #fff; | |
− | + | border-bottom: 10px solid #000000; | |
− | + | border-right: 5px solid #000000; | |
+ | border-style:inset; | ||
+ | border-left: 5px solid #000000; | ||
+ | border-top: 10px solid #000000; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | } | ||
+ | #fullofswag { | ||
+ | margin: auto; | ||
+ | width: 100%; | ||
+ | background-color: #ffffff; | ||
+ | border:5px solid #000000; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | swag:infinity; | ||
+ | } | ||
+ | |||
+ | #swagcontent { | ||
+ | margin: auto; | ||
+ | width: 80%; | ||
+ | padding: 10px; | ||
+ | overflow:hidden; | ||
+ | background-color: #ffffff; | ||
+ | border:5px solid #000000; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | swag:3much3handle; | ||
+ | } | ||
+ | |||
+ | /* Creates the container for the content */ | ||
+ | #contentContainer { | ||
+ | |||
+ | padding-top:20px; | ||
+ | padding-right:20px; | ||
+ | margin-bottom: 20px; | ||
+ | width: 100% ; | ||
+ | padding-left: 20px; | ||
+ | float: left; | ||
+ | background-color: #fff; | ||
+ | border-top: 14px solid #000000; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | |||
+ | } | ||
+ | |||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | /*Set up height place holder for the banner*/ | ||
+ | #bannerContainer { | ||
+ | height:270; | ||
+ | width:1000; | ||
+ | margin:auto; | ||
+ | text-align:center; | ||
+ | color: #000000; | ||
+ | }*/ | ||
− | + | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | /*Change the styling of text for everything inside main container*/ | ||
+ | #mainContainer p { | ||
+ | font-size: 13px; | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | /*This changes the color and font family */ | ||
+ | #contentContainer h1, h2, h3, h4, h5, h6 { | ||
+ | color: #000000; | ||
+ | border-bottom: none; | ||
+ | font-weight: bold; | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | margin-top:10px; | ||
+ | } | ||
+ | /*Style of the links - links are different inside the menu */ | ||
+ | #contentContainer a { | ||
+ | font-weight: bold; | ||
+ | color: #000000; | ||
+ | } | ||
− | + | /* Styling links on hover- links are different inside the menu */ | |
− | + | #contentContainer a:hover { | |
− | + | color: #FFFFFF; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | /*Change the styling of tables */ | ||
+ | #contentContainer table { | ||
+ | border: 1px solid #56; | ||
+ | border-collapse: collapse; | ||
+ | width: 100% | ||
+ | margin: auto; | ||
+ | margin-bottom: 15px; | ||
+ | margin-top: 15px; | ||
+ | margin-right: 0px; | ||
+ | margin-left: 10px; | ||
+ | } | ||
− | + | /*Change the styling of table cells*/ | |
− | + | #contentContainer td { | |
− | + | padding: 10px; | |
− | + | border: 1px solid #565656; | |
− | + | border-collapse: collapse; | |
− | + | vertical-align: text-top; | |
− | + | } | |
− | + | ||
− | + | ||
+ | /*Change the styling of table headers */ | ||
+ | #contentContainer th { | ||
+ | background-color: #E8E8E9; | ||
+ | padding: 10px; | ||
+ | border: 1px solid #565656; | ||
+ | border-collapse: collapse; | ||
+ | vertical-align: text-top; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /* THIS IS WHAT WE CALL LOSS OF FUNCTION EVOLUTION "USE IT OR LOSE IT" -St. Leger */ | ||
− | + | ||
− | + | #menuContainer { | |
− | + | position:fixed; | |
− | + | float:left; | |
− | + | top:0px; | |
− | + | width: 100%; | |
− | + | padding: 20px 20px; | |
− | + | border-top: 0px solid #000000; | |
+ | background-color: #000000; | ||
+ | } | ||
+ | |||
+ | #menuContainer ul{ | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | #menuContainer ul li{ | ||
+ | width: 100px; | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | text-align: center; | ||
+ | line-height: 21px; } | ||
+ | |||
− | + | #menuContainer li{ | |
− | + | display: block; | |
− | + | padding: 5px 10px; | |
− | + | color: 000000; | |
− | + | background: #FFFF00; | |
− | + | text-decoration: none; | |
− | + | } | |
− | + | #menuContainer li:hover{ | |
+ | color: #000000; | ||
+ | background: ##FFFF00; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menuContainer ul li a{ | ||
+ | display: block; | ||
+ | padding: 5px 10px; | ||
+ | color: 000000; | ||
+ | background: #FFFF00; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #menuContainer ul li a:hover{ | ||
+ | color: #000000; | ||
+ | background: ##FFFF00; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menuContainer ul li ul{ | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | z-index: 999; | ||
+ | left: 0; | ||
+ | } | ||
+ | #menuContainer ul li:hover ul{ | ||
+ | display: block; /* display the dropdown */ | ||
+ | } | ||
+ | |||
+ | /*swagmaster Chun Mun finally got the menu to work reasonably*/ | ||
+ | /* UPDATE: There is no end to his swag, for a new swag class has taken the place of this inferior one */ | ||
+ | |||
+ | /*menu links */ | ||
+ | #menuContainer a { | ||
+ | color: #000000; | ||
+ | } | ||
+ | #menuContainer a:hover { | ||
+ | font-weight: bold; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | |||
+ | |||
+ | #menuContainer ul li a:hover { | ||
+ | font-weight: bold; | ||
+ | color: #FFFFFF; | ||
+ | } | ||
+ | #menuContainer ul li a { | ||
+ | color: #000000; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /*CLASSES */ | ||
+ | /*Clear class for all the pages, adds spacing too*/ | ||
+ | .clear{ | ||
+ | clear:both; | ||
+ | height: 10px; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | /* highlight box for special messages */ | |
− | + | .highlightBox { | |
− | + | width:500px; | |
− | + | margin:auto; | |
− | + | background-color: #E8E8E9; | |
− | + | margin-bottom: 15px; | |
− | + | margin-top: 15px; | |
− | + | padding: 15px; | |
+ | padding-top: 5px; | ||
+ | } | ||
− | + | /* BEHOLD THE SWAG */ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | #swagmenu ul,#swagmenu li,#swagmenu span,#swagmenu a { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | position: relative; | ||
+ | } | ||
+ | #swagmenu { | ||
+ | line-height: 1; | ||
+ | border-radius: 5px 5px 0 0; | ||
+ | -moz-border-radius: 5px 5px 0 0; | ||
+ | -webkit-border-radius: 5px 5px 0 0; | ||
+ | background: #000000; | ||
+ | background: -moz-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000)); | ||
+ | background: -webkit-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: -o-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: -ms-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: linear-gradient(to bottom, #333333 0%, #000000 100%); | ||
+ | border-bottom: 2px solid #ffFF00; | ||
+ | width: auto; | ||
+ | swag: maximum; | ||
+ | } | ||
+ | #swagmenu:after,#swagmenu ul:after { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | clear: both; | ||
+ | swag: one hundred thousand; | ||
+ | } | ||
+ | #swagmenu a { | ||
+ | background: #000000; | ||
+ | background: -moz-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000)); | ||
+ | background: -webkit-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: -o-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: -ms-linear-gradient(top, #333333 0%, #000000 100%); | ||
+ | background: linear-gradient(to bottom, #333333 0%, #000000 100%); | ||
+ | color: #ffffff; | ||
+ | display: block; | ||
+ | font-family: Helvetica, Arial, Verdana, sans-serif; | ||
+ | padding: 19px 20px; | ||
+ | text-decoration: none; | ||
+ | swag: one hundred trillion; | ||
+ | } | ||
+ | #swagmenu ul { | ||
+ | list-style: none; | ||
+ | swag: off the charts; | ||
+ | |||
+ | } | ||
+ | #swagmenu > ul > li { | ||
+ | display: inline-block; | ||
+ | float: left; | ||
+ | margin: 0; | ||
+ | fact: swag is off the charts | ||
+ | } | ||
+ | #swagmenu.align-center { | ||
+ | text-align: center; | ||
+ | swag: 420 | ||
+ | } | ||
+ | #swagmenu.align-center > ul > li { | ||
+ | float: none; | ||
+ | swag: quatre vingt | ||
+ | } | ||
+ | #swagmenu.align-center ul ul { | ||
+ | text-align: left; | ||
+ | swag: quatre cent vingt | ||
+ | } | ||
+ | #swagmenu.align-right > ul { | ||
+ | float: right; | ||
+ | } | ||
+ | #swagmenu.align-right ul ul { | ||
+ | text-align: right; | ||
+ | } | ||
+ | #swagmenu > ul > li > a { | ||
+ | color: #ffffff; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | #swagmenu > ul > li:hover:after { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | width: 0; | ||
+ | height: 0; | ||
+ | position: absolute; | ||
+ | left: 50%; | ||
+ | bottom: 0; | ||
+ | border-left: 10px solid transparent; | ||
+ | border-right: 10px solid transparent; | ||
+ | border-bottom: 10px solid #FFFF00; | ||
+ | margin-left: -10px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | #swagmenu > ul > li:first-child > a { | ||
+ | border-radius: 5px 0 0 0; | ||
+ | -moz-border-radius: 5px 0 0 0; | ||
+ | -webkit-border-radius: 5px 0 0 0; | ||
+ | } | ||
+ | #swagmenu.align-right > ul > li:first-child > a,#swagmenu.align-center > ul > li:first-child > a { | ||
+ | border-radius: 0; | ||
+ | -moz-border-radius: 0; | ||
+ | -webkit-border-radius: 0; | ||
+ | } | ||
+ | #swagmenu.align-right > ul > li:last-child > a { | ||
+ | border-radius: 0 5px 0 0; | ||
+ | -moz-border-radius: 0 5px 0 0; | ||
+ | -webkit-border-radius: 0 5px 0 0; | ||
+ | } | ||
+ | #swagmenu > ul > li.active > a,#swagmenu > ul > li:hover > a { | ||
+ | color: #ffffff; | ||
+ | box-shadow: inset 0 0 3px #000000; | ||
+ | -moz-box-shadow: inset 0 0 3px #000000; | ||
+ | -webkit-box-shadow: inset 0 0 3px #000000; | ||
+ | background: #000000 | ||
+ | background: -moz-linear-gradient(top, #262626 0%, #070707 100%); | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707)); | ||
+ | background: -webkit-linear-gradient(top, #262626 0%, #070707 100%); | ||
+ | background: -o-linear-gradient(top, #262626 0%, #070707 100%); | ||
+ | background: -ms-linear-gradient(top, #262626 0%, #070707 100%); | ||
+ | background: linear-gradient(to bottom, #262626 0%, #070707 100%); | ||
+ | } | ||
+ | #swagmenu .has-sub { | ||
+ | z-index: 1; | ||
+ | } | ||
+ | #swagmenu .has-sub:hover > ul { | ||
+ | display: block; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | #swagmenu .has-sub ul { | ||
+ | display: none; | ||
+ | position: absolute; | ||
+ | width: 200px; | ||
+ | top: 100%; | ||
+ | left: 0; | ||
+ | } | ||
+ | #swagmenu.align-right .has-sub ul { | ||
+ | left: auto; | ||
+ | right: 0; | ||
+ | } | ||
+ | #swagmenu .has-sub ul li { | ||
+ | *margin-bottom: -1px; | ||
+ | } | ||
+ | #swagmenu .has-sub ul li a { | ||
+ | background: #000000 | ||
+ | border-bottom: 1px dotted #FFFF00; | ||
+ | font-size: 11px; | ||
+ | filter: none; | ||
+ | display: block; | ||
+ | line-height: 120%; | ||
+ | padding: 10px; | ||
+ | color: #ffffff | ||
+ | } | ||
+ | #swagmenu .has-sub ul li:hover a { | ||
+ | background: #FFFF00; | ||
+ | font-weight: bold; | ||
+ | color: #000000 | ||
+ | } | ||
+ | #swagmenu ul ul li:hover > a { | ||
+ | color: #000000 | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | #swagmenu .has-sub .has-sub:hover > ul { | ||
+ | display: block; | ||
− | + | } | |
− | + | #swagmenu .has-sub .has-sub ul { | |
− | + | display: none; | |
− | + | position: absolute; | |
− | + | left: 100%; | |
− | + | top: 0; | |
− | + | } | |
− | + | #swagmenu.align-right .has-sub .has-sub ul,#swagmenu.align-right ul ul ul { | |
+ | left: auto; | ||
+ | right: 100%; | ||
+ | } | ||
+ | #swagmenu .has-sub .has-sub ul li a { | ||
+ | background: #FFFF00 | ||
+ | border-bottom: 1px dotted #FFFF00; | ||
+ | } | ||
+ | #swagmenu .has-sub .has-sub ul li a:hover { | ||
+ | background: #ffff00 | ||
+ | } | ||
+ | #swagmenu ul ul li.last > a,#swagmenu ul ul li:last-child > a,#swagmenu ul ul ul li.last > a,#swagmenu ul ul ul li:last-child > a,#swagmenu .has-sub ul li:last-child > a,#swagmenu .has-sub ul li.last > a { | ||
+ | border-bottom: 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
+ | <!--WOW SUCH STYLE MUCH FANCY--> | ||
+ | <!--LESGO BOYS--> | ||
+ | <div id ="fullofswag"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/8/87/Banner.png" | ||
+ | style="height:100%; | ||
+ | width:100%"> | ||
+ | <!-- Iowis senpai notice me --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <div id='swagmenu'> | ||
+ | <ul> | ||
+ | <li class='active'><a href="https://2015.igem.org/Team:UMaryland"><span>HOME</span></a></a></li> | ||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Team"><span>TEAM</span></a></li> | ||
+ | |||
+ | <li class='has-sub'><a href="#"><span>PROJECT</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Description"><span>Description</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Design"><span>Design</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Experiments"><span>Experiments & Protocols</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Results"><span>Results</span></a></li> | ||
+ | </ul></span></a> | ||
+ | </li> | ||
+ | |||
+ | <li class='has-sub'><a href="#"><span>PARTS</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Parts"><span>Team Parts</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Basic_Part"><span>New Parts</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Composite_Part"><span>Improved Parts</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Part_Collection"><span>All Parts</span></a></li> | ||
+ | </ul></span></a> | ||
+ | </li> | ||
+ | |||
+ | <li class='has-sub'><a href="#"><span>NOTEBOOK</a> | ||
+ | <ul> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Notebook"><span>Lab Notebook</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/journal"><span>Journal</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Safety"><span>Safety</span></a></li> | ||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/gallery"><span>Gallery</span></a></li> | ||
+ | </ul> | ||
+ | </span></a></li> | ||
− | </ | + | <li class='has-sub'><a href="#"><span>OUTREACH</a> |
− | </ | + | <ul> |
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Practices"><span>HUMAN PRACTICES</span></a></li> | ||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Collaborations"><span>COLLABORATIONS</span></a></li> | ||
+ | </ul> | ||
+ | </span></a></li> | ||
+ | |||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Modeling"><span>MODELING</span></a></li> | ||
+ | |||
+ | <li><a href="https://2015.igem.org/Team:UMaryland/Attributions"><span>ATTRIBUTIONS</span></a></li> | ||
+ | |||
+ | <li class='last'><a href='https://2015.igem.org/Main_Page'><span>iGEM</span></a></li> | ||
+ | </ul> | ||
</div> | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!--TOP STUFF ENDS LMAO --> | ||
+ | |||
+ | {{UMaryland}} | ||
+ | <html> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | #teamies { | ||
+ | overflow: hidden; | ||
+ | margin: auto; | ||
+ | width: 90%; | ||
+ | border-radius: 25px; | ||
+ | border:5px solid #000000; | ||
+ | padding: 10px; | ||
+ | background-color: #ffffff; | ||
+ | swag: maximum; | ||
+ | } | ||
+ | |||
+ | #swagtotheleft { | ||
+ | width: 48%; | ||
+ | padding: 5px; | ||
+ | float: left; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | #swagtotheright { | ||
+ | width: 48%; | ||
+ | padding: 5px; | ||
+ | float: right; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | #person { | ||
+ | overflow: hidden; | ||
+ | background-color:#F4FA58; | ||
+ | border-radius: 10px; | ||
+ | height: 220px; | ||
+ | margin:20px; | ||
+ | } | ||
+ | |||
+ | #pictureL { | ||
+ | border-radius: 10px; | ||
+ | border:2px solid #000000; | ||
+ | background-color:#ffffff; | ||
+ | height: 200px; | ||
+ | float: left; | ||
+ | width:25%; | ||
+ | margin:10px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | #bioL { | ||
+ | float: left; | ||
+ | width: 70%; | ||
+ | } | ||
+ | |||
+ | #bioR { | ||
+ | float: left; | ||
+ | width:70%; | ||
+ | } | ||
+ | |||
+ | #pictureR { | ||
+ | border-radius: 10px; | ||
+ | border:2px solid #000000; | ||
+ | background-color:#ffffff; | ||
+ | height: 200px; | ||
+ | float: right; | ||
+ | width:25%; | ||
+ | margin:10px; | ||
+ | overflow:hidden; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <!--_________________________________________________________--> | ||
+ | |||
+ | <div id=teamies> | ||
+ | <div id=swagtotheleft> | ||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/9/99/Iowis.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>IOWIS</h2> | ||
+ | <h4>Fearless Leader</h4> | ||
+ | Iowis is a senior with majors in Biochemistry and Genetics, and minors in Statistics, Public Leadership, and Technology Entrepreneurship. | ||
+ | He greatly enjoys managing his financial portfolio as he has thousands of moneys in stocks. | ||
+ | This is his second year as UMaryland’s team president. He is a god at chemistry and related fields, and this team would be nothing without him. | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/a/ab/Kevin.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>KEVIN</h2> | ||
+ | <h4>Bank maker</h4> | ||
+ | Kevin is a senior Neurobiology and Physiology, and Business Management double major, with a Technology Entrepreneurship minor. | ||
+ | Kevin enjoys boxing and parkour. He is our fundraising chair, as he enjoys making bank. In his spare time, he eats and gets swole. | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/1/1e/Kousei.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>Iowis's favourite kohai</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=pictureL> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | <div id=bioL> | ||
+ | <h2>OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <!--________________________________________________________________________________--> | ||
+ | |||
+ | <div id=swagtotheright> | ||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">STEPH</h2> | ||
+ | <h4 align="right">Vice Fearless Leader</h4> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/3/3d/Steph.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">Robert Hand</h2> | ||
+ | <h4 align="right">Handyman</h4> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/ed/Hand.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id=person> | ||
+ | <div id=bioR> | ||
+ | <h2 align="right">OTHER PEOPLE</h2> | ||
+ | </div> | ||
+ | <div id=pictureR> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/e/eb/Blank.jpg" style="width:200px;height:200px;"> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <!--_________________________________________________________--> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
</html> | </html> |
Revision as of 18:50, 7 July 2015