Difference between revisions of "Team:NYU Abu Dhabi"

 
(320 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
+
<html>
<html lang="en" class="no-js">
+
  
<style>
+
<head>
.pw {
+
    <!-- jQuery -->
  position: absolute;
+
    <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/jQuery?action=raw&ctype=text/javascript"></script>
  z-index: 1;
+
    <!-- Popper -->
  left: 0;
+
    <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/Popper?action=raw&ctype=text/javascript"></script>
  right:0;
+
    <!-- Bootstrap -->
  top: 1;
+
    <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapCSS?action=raw&ctype=text/css" />
  bottom: 15;
+
    <script type="text/javascript" src="https://2017.igem.org/Template:NYU_Abu_Dhabi/BootstrapJS?action=raw&ctype=text/javascript"></script>
  margin-left: 250px;
+
  -webkit-perspective: 1400px;
+
  -moz-perspective: 1400px;
+
  perspective: 1400px;
+
  -webkit-perspective-origin: 10% 10%;
+
  -moz-perspective-origin: 10% 10%;
+
  perspective-origin: 10% 10%;
+
  background: #fff;
+
}
+
  
/*
 
////////////Taming media wiki settings///////////////////*/
 
  
  
#HQ_page p{
+
    <!-- Reset CSS -->
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
+
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/ResetCSS?action=raw&ctype=text/css" />
    font-size: 14px;
+
     line-height: 1.42857143;
+
  
    text-align: center;
 
    /*this above textalig is only for the homepage*/
 
  
}
+
    <!-- BEGIN CUSTOM CSS -->
  
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/CSS?action=raw&ctype=text/css" />
     display: none;
+
     <!-- <link rel="stylesheet" href="./style.css" /> -->
}
+
#content {
+
    margin: 0;
+
     padding: 0;
+
    width: 100%;
+
  
     color: #555555;
+
     <link rel="stylesheet" href="https://2017.igem.org/Template:NYU_Abu_Dhabi/homeCSS?action=raw&ctype=text/css" />
}
+
    <!-- <link rel="stylesheet" href="./home.css" /> -->
  
 +
    <!-- END CUSTOM CSS -->
  
#globalWrapper {
+
    <script>
  font-size: 100%;
+
        window.onload = () => {
}
+
            var activated;
 +
            var svg = document.getElementById("hero-image").getSVGDocument();
  
 +
            var links = [
 +
                ["bio", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Description"],
 +
                ["engineering", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Description"],
 +
                ["demo", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Demonstrate"],
 +
                ["integrated", "https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated"],
 +
                ["hpsilver", "https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver"],
 +
                ["englab", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Engineering"],
 +
                ["design", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Applied_Design"],
 +
                ["app", "https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver"],
 +
                ["attributions", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions"],
 +
                ["team", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Team"],
 +
                ["parts", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts"],
 +
                ["results", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Results"],
 +
                ["protocols", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Protocols"],
 +
                ["biolab", "https://2017.igem.org/Team:NYU_Abu_Dhabi/Biology"]
 +
            ]
  
#bodyContent {
+
            links.forEach(function (link) {
    margin-top: -15px;
+
                $(svg.getElementById(link[0])).hover(function () {
    margin-bottom: -20px;
+
                    $(this).css('cursor', 'pointer');
}
+
                }, function () {
 +
                    $(this).css('cursor', 'auto');
 +
                }).click(function () {
 +
                    window.location.href = link[1];
 +
                });
 +
            });
  
#top_title, #sideMenu {
 
    display: none;
 
}
 
  
a:visited {
+
        }
    color: #000000;
+
     </script>
}
+
</head>
a {
+
     color: #000000;
+
    text-decoration: none;
+
}
+
  
#big-container a:visited {
+
<body>
    color: #002bb8;
+
    <div id="app">
}
+
        <!-- Navbar -->
 +
        <nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
 +
            <a class="navbar-brand" href="https://2017.igem.org/Team:NYU_Abu_Dhabi">
 +
                <img src="https://static.igem.org/mediawiki/2017/0/0d/T--NYU_Abu_Dhabi--horizontal-logo.png" alt="" />
 +
            </a>
 +
            <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown"
 +
                aria-expanded="false" aria-label="Toggle navigation">
 +
                <span class="navbar-toggler-icon"></span>
 +
            </button>
 +
            <div class="collapse navbar-collapse" id="navbarNavDropdown">
 +
                <ul class="navbar-nav">
 +
                    <li class="nav-item">
 +
                        <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi">Home
 +
                            <span class="sr-only">(current)</span>
 +
                        </a>
 +
                    </li>
 +
                    <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 +
                            Project
 +
                        </a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Description">Our Project</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Demo</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Applied_Design">Design</a>
 +
                        </div>
 +
                    </li>
  
 +
                    <li class="nav-item">
 +
                        <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Collaborations</a>
 +
                    </li>
  
#top-section {
+
                    <li class="nav-item dropdown">
    border: none;
+
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
    height: 0px;}
+
                            Lab Notebook
#content {
+
                        </a>
    border: none !important;}
+
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
#sideMenu,
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a>
#top_title {
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a>
    display: none;
+
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Protocols">Protocols</a>
}
+
                        </div>
 +
                    </li>
  
 +
                    <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 +
                            Human Practices
 +
                        </a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP">Overview</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Silver">Human Practices</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated">Integrated Human Practices</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Engagement">Engagement and Education</a>
 +
                        </div>
 +
                    </li>
  
#globalWrapper {
+
                    <li class="nav-item">
    font-size: inherit;
+
                        <a class="nav-link" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/InterLab">Interlab</a>
    padding-bottom: 0;
+
                    </li>
}
+
  
 +
                    <li class="nav-item dropdown">
 +
                        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 +
                            Team
 +
                        </a>
 +
                        <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a>
 +
                            <a class="dropdown-item" href="https://2017.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a>
 +
                        </div>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </nav>
  
#top_menu_under {
+
        <!-- BEGIN CONTENT HERE https://static.igem.org/mediawiki/2017/b/b2/FinalImg.svg-->
    height: 0px;
+
}
+
  
ul {
+
        <object id="hero-image" data="https://static.igem.org/mediawiki/2017/b/b2/FinalImg.svg" type="image/svg+xml"> </object>
    list-style-image: none; //removes the iGEM wiki bullets
+
}
+
</style>
+
  
    <head>
+
         <!-- END CONTENT HERE -->
        <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 -->
+
        <!-- Footer -->
    <div class="preloader">
+
         <div class="footer">
         <div class="spinner">
+
             <div class="container-fluid">
             <div class="dot1"></div>
+
                <div class="row">
            <div class="dot2"></div>
+
                    <div class="col-lg-4 footer-section">
        </div>
+
                        <p class="footer-text">
    </div>
+
                            NYU Abu Dhabi is a research university with a fully integrated liberal arts and science college. It draws students from around
    <!-- end: PRELOADER  -->
+
                            the world, and prepares them for the challenges and opportunities of our interconnected world.
 
+
                            </br>
<!-- NAVIGATION -->
+
                            <a href="http://nyuad.nyu.edu/en/about.html">Read More</a>
<nav role="navigation">
+
                        </p>
<!-- Logo -->
+
                    </div>
<a href="index.html" class="logo logo-img">
+
                    <div class="col-lg-4 footer-section">
<img src="https://static.igem.org/mediawiki/2017/b/b7/T--NYU_Abu_Dhabi--logo.png" class="img-responsive" alt="euforia">
+
                        <p class="footer-text">
</a>
+
                            NYUAD Saadiyat Island </br>
<!-- end: Logo -->
+
                            Abu Dhabi, P.O. Box 129188, U.A.E </br>
<!-- Menu -->
+
                            <a href="mailto:nyuad.igem@nyu.edu">Email</a>
<div class="navi-scroll">
+
                            </br>
<div class="navi-col">
+
                            <a href="https://www.facebook.com/iGEMNYUAD/" target="_blank">Facebook</a>
<ul class="menu menu-v2">
+
                            </br>
<li><a class="page-link" href="#home"><span data-hover="home">Home</span><i class="fa fa-home"></i></a></li>
+
                        </p>
<li><a class="page-link" href="#team"><span data-hover="team">Team</span><i class="fa fa-briefcase"></i></a></li>
+
                    </div>
<li><a class="page-link" href="#ourproject"><span data-hover="Our Project">Our Project</span><i class="fa fa-lightbulb-o"></i></a></li>
+
                    <div class="col-lg-4 footer-section">
<!--<li><a class="page-link" href="#portfolio"><span data-hover="portfolio">portfolio</span><i class="fa fa-picture-o"></i></a></li>
+
                        <img class="footer-logo" src="https://static.igem.org/mediawiki/2017/7/71/IDT.png" />
<li><a class="page-link" href="#blog"><span data-hover="blog">blog</span><i class="fa fa-pencil"></i></a></li>-->
+
                        <img class="footer-logo2" src="https://static.igem.org/mediawiki/2017/2/2d/T--UrbanTundra_Edmonton--igemlogo.jpg" />
<!--<li><a class="page-link" href="#contact"><span data-hover="contact">contact</span> <i class="fa fa-phone"></i></a></li>-->
+
                        <img class="footer-logo" src="https://static.igem.org/mediawiki/2017/c/c8/NYU_Abu_Dhabi.png" />
</ul>
+
                    </div>
</div><!-- .navi-col -->
+
</div><!-- .navi-scroll -->
+
<!-- end: Menu -->
+
</nav>
+
<!-- end: NAVIGATION -->
+
 
+
<div class="page-wrapper">
+
 
+
<section id="home" class="page-activ">
+
<!-- <div class="owl-carousel rotate-text">
+
<h3><span class="color-default">स्वागतम्</span></h3>
+
<div class="item">
+
<h3><font face="Helvetica" color="red">Welcome</font></h3>
+
</div>
+
<div class="item">
+
<h3><font face="Helvetica" color="blue">Hola!</font></h3>
+
</div>
+
<div class="item">
+
<h3> <font face="Helvetica" color="orange">Bonjour</font></h3>
+
</div>
+
</div> -->
+
<br>
+
                <div class="pw">
+
<img src="https://static.igem.org/mediawiki/2017/1/18/T--NYU_Abu_Dhabi--igemlogo.png" width="600" height="600" align="left">
+
</div>
+
</section>
+
 
+
            <section id="team">
+
                <div class="content">
+
                    <div class="container-fluid">
+
                        <div class="row">
+
                            <div class="col-lg-10 col-lg-offset-1">
+
 
+
                                <header>
+
                                    <h3>About Us</h3>
+
<h5>Meet the team</h5>
+
</header>
+
 
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/6/66/T--NYU_Abu_Dhabi--adrienne.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Adrienne Chang</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Chemistry (Biochemistry)<br>
+
Year: 2018 <br>
+
Where are you from: US/Taiwan <br>
+
Something interesting about yourself: My spirit animal is a sloth. <br>
+
Why do you want to participate in iGEM? I’ve always been interested in engineering and was curious to see how I could combine both passions.
+
        </p>
+
    </div>
+
</div><!-- .row -->
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Alex Cho</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Biology<br>
+
Year: 2020 <br>
+
Where are you from: South Korea <br>
+
Something interesting about yourself: I’m a South Korean soldier next year. <br>
+
Why do you want to participate in iGEM? You don’t say no to these things.
+
        </p>
+
    </div>
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/8/8f/T--NYU_Abu_Dhabi--alex.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
</div><!-- .row -->
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/5/52/T--NYU_Abu_Dhabi--diego.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Diego Kleiman</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Biology<br>
+
Year: 2020 <br>
+
Where are you from: Argentina <br>
+
Something interesting about yourself: I am interested in exploring what can be learnt at the interface between biology and other disciplines. <br>
+
Why do you want to participate in iGEM? I think that iGEM is a great opportunity to develop an interdisciplinary project that draws upon biological knowledge to solve a real-world problem.
+
        </p>
+
    </div>
+
</div><!-- .row -->
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Fathurur Said</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Electrical Engineering<br>
+
Year: 2019 <br>
+
Where are you from: Indonesia <br>
+
Something interesting about yourself: I was 5 days away from getting struck by Tsunami.<br>
+
Why do you want to participate in iGEM? Who says engineers can’t join a Biology competition?
+
        </p>
+
    </div>
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/3/3c/T--NYU_Abu_Dhabi--said.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
</div><!-- .row -->
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/0/0c/T--NYU_Abu_Dhabi--nisa.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Khairunnisa Mentari Semesta</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Biology<br>
+
Year: 2018<br>
+
Where are you from: Indonesia <br>
+
Something interesting about yourself: In my life I’ve survived multiple earthquakes and volcanic eruptions… #Indonesian<br>
+
Why do you want to participate in iGEM? My synthetic biology class introduced me to iGEM - I couldn’t wait to get hands-on experience in my final year!
+
        </p>
+
    </div>
+
</div><!-- .row -->
+
 
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Laura Karpauskaite</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Biology<br>
+
Year: 2020 <br>
+
Where are you from: Lithuania<br>
+
Something interesting about yourself: Went to a 30km cross-country skiing marathon without knowing how to ski.<br>
+
Why do you want to participate in iGEM? It seemed like a great opportunity to learn more about synthetic biology.
+
        </p>
+
    </div>
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/0/06/T--NYU_Abu_Dhabi--laura.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
</div><!-- .row -->
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/9/90/T--NYU_Abu_Dhabi--hamid.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Muhammad Shehryar Hamid</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Civil Engineering (Biochemistry)<br>
+
Year: 2020 <br>
+
Where are you from: Pakistan <br>
+
Something interesting about yourself: I have lived at ten different houses, each for at least more than a year, throughout my life. <br>
+
Why do you want to participate in iGEM? To acknowledge myself with the meeting grounds of biology and engineering, and to learn how to integrate this knowledge in designing bioengineering systems.
+
        </p>
+
    </div>
+
</div><!-- .row -->
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Pratik Maisuria</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Mechanical Engineering<br>
+
Year: 2019<br>
+
Where are you from: Suva,Fiji <br>
+
Something interesting about yourself: Not many people can find Fiji on the map. <br>
+
Why do you want to participate in iGEM? YI get to work with machines and organisms, experimenting and creating a hybrid of life and automata.
+
        </p>
+
    </div>
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/f/f4/T--NYU_Abu_Dhabi--pratik.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
</div><!-- .row -->
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/a/af/T--NYU_Abu_Dhabi--saad.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Saad Sultan</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Mechanical Engineering<br>
+
Year: 2019<br>
+
Where are you from: Faisalabad, Pakistan<br>
+
Something interesting about yourself: Snorkeled with Sharks, sea turtles and dolphins at three different reefs in the Maldives.<br>
+
Why do you want to participate in iGEM? I’ve always had a love for biology and, well, biology and engineering together just sound irresistible so I couldn’t hold myself back.
+
        </p>
+
    </div>
+
</div><!-- .row -->
+
 
+
<br>
+
<!--  image & text -->
+
<div class="row">
+
    <div class="col-md-6 col-box bg-gray-light">
+
        <div class="page-header">
+
            <h3><font face="sans-serif">Sampanna Bhattarai</font></h3>
+
        </div>
+
        <p style="text-align:left">
+
Major: Computer Engineering<br>
+
Year: 2020 <br>
+
Where are you from: Kathmandu, Nepal <br>
+
Something interesting about yourself: I haven’t seen snowfall yet (I’m from Nepal). <br>
+
Why do you want to participate in iGEM? The array of experiences required for iGEM, not only confined synthetic biology, instigated me to work on this project.
+
        </p>
+
    </div>
+
    <div class="col-md-6 no-padding">
+
        <img src="https://static.igem.org/mediawiki/2017/9/9f/T--NYU_Abu_Dhabi--sampanna.jpg" class="img-responsive center-block" alt="">
+
    </div>
+
</div><!-- .row -->
+
 
+
</div>
+
</div>
+
</div>
+
</div>
+
</section>
+
 
+
<section id="ourproject">
+
    <div class="content">
+
        <div class="container-fluid">
+
            <div class="row">
+
                <div class="col-lg-10 col-lg-offset-1">
+
                  <h1>Under Construction</h1>
+
 
                 </div>
 
                 </div>
              </div>
 
 
             </div>
 
             </div>
          </div>
+
        </div>
        </section>
+
</body>
  
</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>

Latest revision as of 17:44, 31 October 2017