|
|
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | <html lang="en" class="no-js"> | + | <html> |
− | <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Oswald:400,600" rel="stylesheet"> | + | <head> |
− | <link href="https://fonts.googleapis.com/css?family=Cedarville+Cursive" rel="stylesheet">
| + | <!-- jQuery --> |
− | <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
| + | <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/jQuery?action=raw&ctype=text/javascript"></script> |
− | <style>
| + | <!-- Bootstrap --> |
− | .img-with-text {
| + | <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapCSS?action=raw&ctype=text/css" /> |
− | text-align: justify;
| + | <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapJS?action=raw&ctype=text/javascript"></script> |
− | width: [width of img];
| + | <!-- Reset CSS --> |
− | }
| + | <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/ResetCSS?action=raw&ctype=text/css" /> |
− | | + | |
− | .img-with-text img {
| + | <!-- BEGIN CUSTOM CSS --> |
− | display: block;
| + | |
− | margin: 0 auto;
| + | <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/CSS?action=raw&ctype=text/css" /> |
− | }
| + | |
− | | + | <!-- END CUSTOM CSS --> |
− | .pw {
| + | |
− | position: absolute;
| + | </head> |
− | z-index: 1;
| + | <body> |
− | left: 0;
| + | <div id="app"> |
− | right:0;
| + | <!-- Navbar --> |
− | top: 1;
| + | <nav class="navbar navbar-default navbar-fixed-top" id="nav"> |
− | bottom: 0;
| + | |
− | margin-left: 150px;
| + | |
− | -webkit-perspective: 1400px;
| + | |
− | -moz-perspective: 1400px;
| + | |
− | perspective: 1400px;
| + | |
− | -webkit-perspective-origin: 10% 10%;
| + | |
− | -moz-perspective-origin: 10% 10%;
| + | |
− | perspective-origin: 10% 10%;
| + | |
− | background: #fff;
| + | |
− | }
| + | |
− | | + | |
− | .pw1 {
| + | |
− | position: absolute;
| + | |
− | z-index: 1;
| + | |
− | left: 0;
| + | |
− | right:0;
| + | |
− | top: 1;
| + | |
− | bottom: 15;
| + | |
− | margin-top: 15px;
| + | |
− | margin-left: 250px;
| + | |
− | margin-right: 0px;
| + | |
− | -webkit-perspective: 1400px;
| + | |
− | -moz-perspective: 1400px;
| + | |
− | perspective: 1400px;
| + | |
− | -webkit-perspective-origin: 10% 10%;
| + | |
− | -moz-perspective-origin: 10% 10%;
| + | |
− | perspective-origin: 10% 10%;
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | /*
| + | |
− | ////////////Taming media wiki settings///////////////////*/
| + | |
− | | + | |
− | | + | |
− | #HQ_page p{
| + | |
− | font-family: 'Open Sans', sans-serif;
| + | |
− | font-size: 14px;
| + | |
− | line-height: 1.6;
| + | |
− | | + | |
− | text-align: left;
| + | |
− | /*this above textalig is only for the homepage*/
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | .kosish{
| + | |
− | font-family: 'Lato', sans-serif;
| + | |
− | font-size: 50px;
| + | |
− | color: #f3a260;
| + | |
− | line-height: 1.6;
| + | |
− | margin: 0px 0px;
| + | |
− | padding: 0px;
| + | |
− | text-align: left;
| + | |
− | /*this above textalig is only for the homepage*/
| + | |
− | | + | |
− | }
| + | |
− | .page-head{
| + | |
− | font-family: 'Oswald', sans-serif;
| + | |
− | font-size: 36px;
| + | |
− | line-height: 1.6;
| + | |
− | margin: 0px 0px;
| + | |
− | padding: 0px;
| + | |
− | text-align: left;
| + | |
− | /*this above textalig is only for the homepage*/
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | .page-bodyy{
| + | |
− | font-family: 'Open Sans', sans-serif;
| + | |
− | font-size: 14px;
| + | |
− | line-height: 1.6;
| + | |
− | margin: 0px 0px;
| + | |
− | padding: 0px;
| + | |
− | text-align: left;
| + | |
− | /*this above textalig is only for the homepage*/
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | .fancy{
| + | |
− | font-family: 'Cedarville Cursive', cursive;
| + | |
− | font-size: 90px;
| + | |
− | color: rgb(0,69,290);
| + | |
− | line-height: 1.6;
| + | |
− | margin: 0px 0px;
| + | |
− | padding: 0px;
| + | |
− | text-align: center;
| + | |
− | /*this above textalig is only for the homepage*/
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
| + | |
− | display: none;
| + | |
− | }
| + | |
− | #content {
| + | |
− | margin: 0;
| + | |
− | padding: 0;
| + | |
− | width: 100%;
| + | |
− | | + | |
− | color: #555555;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | #globalWrapper {
| + | |
− | font-size: 100%;
| + | |
− | }
| + | |
− | | + | |
− | .parallax1 {
| + | |
− | background-image: url(https://static.igem.org/mediawiki/2017/5/5c/T--NYU_Abu_Dhabi--group2.jpg);
| + | |
− | | + | |
− | height: 530px;
| + | |
− | | + | |
− | background-attachment: fixed;
| + | |
− | background-position: right;
| + | |
− | background-repeat: no-repeat;
| + | |
− | background-size: contain;
| + | |
− | }
| + | |
− | | + | |
− | .parallax2 {
| + | |
− | background-image: url(https://static.igem.org/mediawiki/2017/0/08/T--NYU_Abu_Dhabi--c3.jpg);
| + | |
− | height: 680px;
| + | |
− | background-attachment: fixed;
| + | |
− | background-position: right;
| + | |
− | background-repeat: no-repeat;
| + | |
− | background-size: contain;
| + | |
− | }
| + | |
− | | + | |
− | home-bg{
| + | |
− | background: url(https://static.igem.org/mediawiki/2017/4/4c/T--NYU_Abu_Dhabi--background1.jpg) !important;
| + | |
− | }
| + | |
− | | + | |
− | #bodyContent {
| + | |
− | margin-top: -15px;
| + | |
− | margin-bottom: -20px;
| + | |
− | }
| + | |
− | | + | |
− | #top_title, #sideMenu {
| + | |
− | display: none;
| + | |
− | }
| + | |
− | | + | |
− | a:visited {
| + | |
− | color: #000000;
| + | |
− | }
| + | |
− | a {
| + | |
− | color: #000000;
| + | |
− | text-decoration: none;
| + | |
− | }
| + | |
− | | + | |
− | #big-container a:visited {
| + | |
− | color: #002bb8;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | #top-section {
| + | |
− | border: none;
| + | |
− | height: 0px;}
| + | |
− | #content {
| + | |
− | border: none !important;}
| + | |
− | #sideMenu,
| + | |
− | #top_title {
| + | |
− | display: none;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | #globalWrapper {
| + | |
− | font-size: inherit;
| + | |
− | padding-bottom: 0;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | #top_menu_under {
| + | |
− | height: 0px;
| + | |
− | }
| + | |
− | | + | |
− | ul {
| + | |
− | list-style-image: none; //removes the iGEM wiki bullets
| + | |
− | }
| + | |
− | </style>
| + | |
− | | + | |
− | <head> | + | |
− | <meta charset="utf-8">
| + | |
− | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
| + | |
− | <meta name="description" content="">
| + | |
− | <meta name="keywords" content="">
| + | |
− | <meta name="author" content="">
| + | |
− | <title>NYU Abu Dhabi</title>
| + | |
− | <!-- Styles -->
| + | |
− | <link rel="stylesheet" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/css/bootstrapmin?action=raw&ctype=text/css" type="text/css">
| + | |
− | <link rel="stylesheet" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/css/peicon7stroke?action=raw&ctype=text/css" type="text/css">
| + | |
− | <link rel="stylesheet" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/css/animatemin?action=raw&ctype=text/css" type="text/css">
| + | |
− | <link rel="stylesheet" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/css/animations?action=raw&ctype=text/css" type="text/css">
| + | |
− | <link rel="stylesheet" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/css/owlcarousel?action=raw&ctype=text/css" type="text/css">
| + | |
− | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/css/style?action=raw&ctype=text/css">
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/modernizrcustom?action=raw&ctype=text/javascript"></script>
| + | |
− | </head>
| + | |
− | | + | |
− | <!-- PRELOADER --> | + | |
− | <div class="preloader"> | + | |
− | <div class="spinner">
| + | |
− | <div class="dot1"></div>
| + | |
− | <div class="dot2"></div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | | + | |
− | <!-- end: PRELOADER -->
| + | |
− | | + | |
− | <!-- NAVIGATION -->
| + | |
− | <nav role="navigation">
| + | |
− | <!-- Logo -->
| + | |
− | <a href="index.html" class="logo logo-img">
| + | |
− | <!-- <img src="https://static.igem.org/mediawiki/2017/0/0f/T--NYU_Abu_Dhabi--logo2.png" class="img-responsive" alt="euforia"> -->
| + | |
− | </a>
| + | |
− | <!-- end: Logo -->
| + | |
− | <!-- Menu -->
| + | |
− | <div class="navi-scroll">
| + | |
− | <div class="navi-col">
| + | |
− | <ul class="menu menu-v2">
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi#home" style="color: white;">Home</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi#team" style="color: white;">Team</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi#collaboration" style="color: white;">Collaboration</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi#interlab" style="color: white;">Interlab</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi#labnotebook" style="color: white;">Lab Notebook</a></li>
| + | |
− | <li><a class="page-link" href="#about" style="color: white;">About Our Lab<i class="fa fa-phone"></i></a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions" style="color: white;">Attributions</a></li>
| + | |
− | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver" style="color: white;">Human Practices</a></li>
| + | |
− | <li><a class="page-link" href="#instructors" style="color: white;">Instructors<i class="fa fa-phone"></i></a></li>
| + | |
− | </ul>
| + | |
− | </div><!-- .navi-col -->
| + | |
− | </div><!-- .navi-scroll -->
| + | |
− | <!-- end: Menu -->
| + | |
− | <footer class="hidden-sm">
| + | |
− | <div class="copyright" style="color: white;">Connect with us on <a href="https://www.facebook.com/iGEMNYUAD/">Facebook</a><br>
| + | |
− | Or email us at nyuad.igem@nyu.edu</div>
| + | |
− | </footer>
| + | |
− | </nav>
| + | |
− | <!-- end: NAVIGATION -->
| + | |
− | | + | |
− | <div class="page-wrapper">
| + | |
− | | + | |
− | <section id="about">
| + | |
− | <div class="content"> | + | |
− | <div class="container-fluid"> | + | |
− | <div class="row">
| + | |
− | <div class="col-lg-10 col-lg-offset-1">
| + | |
− | <h3>Equipment 1</h3> | + | |
− | <img src="https://static.igem.org/mediawiki/2017/3/3e/T--NYU_Abu_Dhabi--about1.jpg" height=400 width=700 align="center">
| + | |
− | <h3>Equipment 2</h3>
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/b/bc/T--NYU_Abu_Dhabi--about2.jpg" height=400 width=700 align="center">
| + | |
− | <h3>Equipment 3</h3>
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/0/0a/T--NYU_Abu_Dhabi--about3.jpg" height=400 width=700 align="center">
| + | |
− | <h3>Equipment 4</h3>
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/f/fd/T--NYU_Abu_Dhabi--about4.jpg" height=400 width=700 align="center">
| + | |
− | <br>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </div>
| + | |
− | </section>
| + | |
− | | + | |
− | <section id="instructors" class="page-activ">
| + | |
− | <div class="content">
| + | |
| <div class="container-fluid"> | | <div class="container-fluid"> |
− | <div class="row">
| + | <div class="navbar-header"> |
− | <div class="col-lg-10 col-lg-offset-1"> | + | <a class="navbar-brand" href="#"> |
− | <br>
| + | <img src="https://static.igem.org/mediawiki/2017/0/0d/T--NYU_Abu_Dhabi--horizontal-logo.png"> |
− | <h3 class="kosish">Primary PI</h3>
| + | </a> |
− | <div class="row">
| + | </div> |
− | <div class="col-md-6 no-padding">
| + | <ul class="nav navbar-nav"> |
− | <img src="https://static.igem.org/mediawiki/2017/3/3a/T--NYU_Abu_Dhabi--kourosh.jpg" class="img-responsive center-block" alt="">
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi">Home</a></li> |
− | </div>
| + | |
− | <div class="col-md-6 col-box bg-gray-light">
| + | <li class="dropdown"> |
− | <div class="page-header">
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project |
− | <h3 class="page-head">Kourosh Salehi-Ashtiani</h3> | + | <span class="caret"></span></a> |
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Description">Description</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Demo</a></li> |
| + | </ul> |
| + | </li> |
| + | |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Collaborations</a></li> |
| + | |
| + | <li class="dropdown"> |
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Lab Notebook |
| + | <span class="caret"></span></a> |
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Protocols">Protocols</a></li> |
| + | </ul> |
| + | </li> |
| + | |
| + | <li class="dropdown"> |
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practices |
| + | <span class="caret"></span></a> |
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver">Human Practices</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated">Integrated Practices</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engagement">Engagement</a></li> |
| + | </ul> |
| + | </li> |
| + | |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/InterLab">Inter Lab</a></li> |
| + | <li class="dropdown"> |
| + | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team |
| + | <span class="caret"></span></a> |
| + | <ul class="dropdown-menu"> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Instructors">Instructors</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/About">About Our Lab</a></li> |
| + | <li><a href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a></li> |
| + | </ul> |
| + | </li> |
| + | </ul> |
| </div> | | </div> |
− | <p style="text-align:left">
| + | </nav> |
− | Kourosh Salehi-Ashtiani received his Ph.D. from Northwestern University (Evanston, IL, USA) in Cell and Molecular Biology. His group aims to define the metabolic potential of eukaryotic genomes and use this information to identify strategies for improving bioproduct production in algal systems, as well as to remediate metabolic perturbations associated with human disease states.
| + | |
− | </p>
| + | <!-- BEGIN CONTENT HERE --> |
− | </div>
| + | |
− | </div><!-- .row -->
| + | <div class="container-fluid"> |
− | <br>
| + | |
− | <h3 class="kosish">Secondary PIs</h3>
| + | |
− | | + | |
− | | + | |
− | <div class="row">
| + | |
− | <div class="col-md-6 no-padding">
| + | |
− | <img src="https://static.igem.org/mediawiki/2017/4/4f/T--NYU_Abu_Dhabi--song.jpg" class="img-responsive center-block" alt=""> | + | |
− | </div>
| + | |
− | <div class="col-md-6 col-box bg-gray-light">
| + | |
− | <div class="page-header"> | + | |
− | <h3 class="page-head">Yong-Ak Song</h3>
| + | |
| </div> | | </div> |
− | <p style="text-align:left"> | + | |
− | Rafael Song’s research and teaching interests are interdisciplinary in both mechanical engineering disciplines such as design and manufacturing of MEMS devices, fluid mechanics, and micro/nanofabrication, as well as in biological engineering areas such as BioMEMS devices for separation and detection of biomolecules, neuroprosthetic implants, and transport phenomena in biological systems.
| + | <!-- END CONTENT HERE --> |
− | </p> | + | |
− | </div>
| + | <!-- Footer --> |
− | </div><!-- .row --> | + | <div class="footer"> |
− | | + | <div class="container-fluid"> |
− | <div class="row"> | + | <div class="row"> |
− | <div class="col-md-6 col-box bg-gray-light">
| + | <div class="col-xs-6"> |
− | <div class="page-header">
| + | <img src="https://static.igem.org/mediawiki/2017/d/d5/T--ETH_Zurich--IDT_logo.jpeg" /> |
− | <h3 class="page-head">Mazin Magzoub</h3> | + | <img src="https://static.igem.org/mediawiki/2017/c/c8/NYU_Abu_Dhabi.png" /> |
| + | </div> |
| + | <div class="col-xs-6"> |
| + | <p>Contact us:</p> |
| + | <ul> |
| + | <li><a href="https://www.facebook.com/iGEMNYUAD/" target="_blank">Facebook</a></li> |
| + | <li><a href="mailto:nyuad.igem@nyu.edu">Email</a></li> |
| + | </ul> |
| + | </div> |
| + | </div> |
| </div> | | </div> |
− | <p style="text-align:left">
| |
− | Mazin Magzoub is a biophysicist specializing in the development of novel methods for the delivery of antitumor agents and therapeutics for amyloid diseases (e.g. Alzheimer’s and prion diseases). Prior to joining NYUAD, Dr. Magzoub was a postdoctoral scholar at the University of California, San Francisco, where he developed novel biophysical methods for measurement of macromolecule diffusion deep in tissues such as tumors and brain.
| |
− | </p>
| |
− | </div>
| |
− | <div class="col-md-6 no-padding">
| |
− | <img src="https://static.igem.org/mediawiki/2017/2/23/T--NYU_Abu_Dhabi--mazin.jpg" class="img-responsive center-block" alt="">
| |
− | </div>
| |
− | </div><!-- .row -->
| |
− | <br>
| |
− | <h3 class="kosish">Instructors</h3>
| |
− | <div class="row">
| |
− | <div class="col-md-6 col-box bg-gray-light">
| |
− | <div class="page-header">
| |
− | <h3 class="page-head">Ibrahim Chehade</h3>
| |
− | </div>
| |
− | <p style="text-align:left">
| |
− | Ibrahim Chehade completed his Masters of Science degree in Integrative Biology at Wilfrid Laurier University specializing in the field of Environmental Toxicology and Endocrinology. Joining NYUAD in 2012, he has served as an Assistant Laboratory Instructor for the Foundations of Science Labs and courses in the Experimental Discovery in the Natural World. Currently, Ibrahim serves as an Associate Instructor of Biology, continuing his contribution and commitment to NYUAD to help build the excellence that is the hallmark of this university.
| |
− | </p>
| |
− | </div>
| |
− | <div class="col-md-6 no-padding">
| |
− | <img src="https://static.igem.org/mediawiki/2017/4/4f/T--NYU_Abu_Dhabi--ibrahim.jpg" class="img-responsive center-block" alt="">
| |
− | </div>
| |
− | </div><!-- .row -->
| |
− |
| |
− | <div class="row">
| |
− | <div class="col-md-6 no-padding">
| |
− | <img src="https://static.igem.org/mediawiki/2017/7/78/T--NYU_Abu_Dhabi--ics.jpg" class="img-responsive center-block" alt="">
| |
− | </div>
| |
− | <div class="col-md-6 col-box bg-gray-light">
| |
− | <div class="page-header">
| |
− | <h3 class="page-head">Ashley Isaac</h3>
| |
| </div> | | </div> |
− | <p style="text-align:left">
| |
− | As a kid Ashley wanted to do three things, be a rock star, travel the world, and be a scientist. He quickly learned that he was not talented enough to make it in the music industry and so began his journey to fulfill his remaining two dreams. After completing an Honours degree in Microbiology from the University of KwaZulu-Natal, Ashley took up a position at the HIV Prevention Research Unit where he served as the LIMS Administrator.
| |
− | </p>
| |
− | </div>
| |
− | </div><!-- .row -->
| |
− |
| |
− | <div class="row">
| |
− | <div class="col-md-6 col-box bg-gray-light">
| |
− | <div class="page-header">
| |
− | <h3 class="page-head">Mona Kalmouni</h3>
| |
− | </div>
| |
− | <p style="text-align:left">
| |
− | Assistant Instructor, Science
| |
− | Affiliation: NYU Abu Dhabi
| |
− | </p>
| |
− | </div>
| |
− | <div class="col-md-6 no-padding">
| |
− | <img src="https://static.igem.org/mediawiki/2017/7/78/T--NYU_Abu_Dhabi--ics.jpg" class="img-responsive center-block" alt="">
| |
| </div> | | </div> |
− | </div><!-- .row --> | + | </body> |
− | </div></div></div></div>
| + | |
− | </section>
| + | |
− | | + | |
− | </div>
| + | |
− | <!-- PLUGIN SCRIPTS -->
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/jquery213min?action=raw&ctype=text/javascript"></script>
| + | |
− | <script src="hhttps://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/bootstrapmin?action=raw&ctype=text/javascript"></script>
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/jqueryeasingmin?action=raw&ctype=text/javascript"></script>
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/jquerybackstretchmin?action=raw&ctype=text/javascript"></script>
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/owlcarouselmin?action=raw&ctype=text/javascript"></script>
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/jqueryhoverdir?action=raw&ctype=text/javascript"></script>
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/functions?action=raw&ctype=text/javascript"></script>
| + | |
− | <script src="https://2017.igem.org/Team:NYU_Abu_Dhabi/assets/js/custom?action=raw&ctype=text/javascript"></script>
| + | |
| </html> | | </html> |