(38 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<!DOCTYPE html> | <!DOCTYPE html> | ||
− | <html> | + | <html>https://2018.igem.org/ |
Line 31: | Line 31: | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | #content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;} | ||
− | body {background-color:white; | + | /* body {background-color:white; |
− | width: 960px; | + | width: 960px; */ |
/* width: 80%; */ | /* width: 80%; */ | ||
− | margin: auto;} | + | /* margin: auto;} */ |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | + | ||
/**************************************************************************************************************************************************************************************************/ | /**************************************************************************************************************************************************************************************************/ | ||
/* MENU */ | /* MENU */ | ||
Line 140: | Line 140: | ||
} | } | ||
/*Styling Buttons*/ | /*Styling Buttons*/ | ||
− | + | .fa { | |
− | + | font-size: 20px; | |
− | + | padding:17px; | |
− | + | width: 54px; | |
− | + | text-align: center; | |
− | + | text-decoration: none; | |
− | + | /* margin: 5px 2px; */ | |
− | + | border-radius: 50%; | |
− | + | } | |
− | + | .fa:hover { | |
− | + | opacity: 0.7; | |
− | + | } | |
− | + | .fa-facebook { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-twitter { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-google { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-youtube { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | .fa-instagram { | |
− | + | background: #7E5BD3; | |
− | + | color: white; | |
− | + | } | |
− | + | /* end of styling buttons */ | |
/* Styling the footer */ | /* Styling the footer */ | ||
− | + | .footer>.container-fluid { | |
− | + | padding: 10px 10px; | |
− | + | } | |
− | + | .footer>.container-fluid>.row { | |
− | + | display: flex; | |
− | + | } | |
− | + | .footer-section { | |
− | + | text-align: center !important; | |
− | + | /* padding: 0px 25px; */ | |
− | + | display: flex; | |
flex-wrap: wrap; | flex-wrap: wrap; | ||
− | + | flex-direction: row; | |
− | + | align-items: center; | |
− | + | align-content: center; | |
− | + | justify-content: center; | |
− | + | font-family: 'IBM Plex Sans', sans-serif; | |
− | + | } | |
− | + | .footer-text { | |
− | + | text-align: center !important; | |
− | + | font-family: 'IBM Plex Sans', sans-serif; | |
− | + | } | |
− | + | .footer-logo { | |
− | + | width: 80%; | |
− | + | padding-right: 10px; | |
− | + | display: inline-block; | |
− | + | } | |
− | + | .footer-logo2 { | |
− | + | width: 100%; | |
− | + | padding-right: 15px; | |
− | + | display: inline-block; | |
− | + | } | |
− | + | .footer { | |
− | + | font-family: 'IBM Plex Sans', sans-serif; | |
− | + | ||
width:100%; | width:100%; | ||
− | + | } | |
/*end of styling the footer */ | /*end of styling the footer */ | ||
/*mobile menu bar styling*/ | /*mobile menu bar styling*/ | ||
Line 505: | Line 504: | ||
h3 { | h3 { | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
− | color: | + | color: white; |
− | font-size: | + | font-size: 15px; |
− | text-align: left; | + | /* text-align: left; */ |
− | margin-right: 90px; | + | /* margin-right: 90px; |
− | margin-left: 90px; | + | margin-left: 90px; */ |
} | } | ||
/* USE THIS FOR SUBHEADINGS */ | /* USE THIS FOR SUBHEADINGS */ | ||
Line 529: | Line 528: | ||
} | } | ||
body { | body { | ||
− | + | /* background-image: url("https://static.igem.org/mediawiki/2018/d/df/T--NYU_Abu_Dhabi--Homepage.png"); */ | |
background-size: cover; | background-size: cover; | ||
− | background-repeat: repeat; | + | background-repeat: no-repeat; |
} | } | ||
div{ | div{ | ||
Line 641: | Line 640: | ||
button:focus {outline:0;} | button:focus {outline:0;} | ||
+ | html, body { | ||
+ | height: 100%; | ||
+ | margin: 0; | ||
+ | } | ||
+ | .content { | ||
+ | min-height: 100%; | ||
+ | } | ||
+ | .content-inside { | ||
+ | padding: 20px; | ||
+ | padding-bottom: 50px; | ||
+ | } | ||
+ | .footer { | ||
+ | height: 150px; | ||
+ | min-height: 150px; | ||
+ | margin-top: -50px; | ||
+ | background-color: #0085B6; | ||
+ | flex-wrap: wrap; | ||
+ | bottom: 0; | ||
+ | } | ||
+ | .footer .columns { | ||
+ | float: left; | ||
+ | width: 65%; | ||
+ | position: relative; | ||
+ | padding-top: 15px; | ||
+ | } | ||
+ | /* .footer .columns1 { | ||
+ | float: left; | ||
+ | width: 20%; | ||
+ | position: relative; | ||
+ | padding-top: 25px; | ||
+ | } */ | ||
+ | .footer .columns2 { | ||
+ | float: left; | ||
+ | width: 35%; | ||
+ | /* height: 100%; */ | ||
+ | position: relative; | ||
+ | text-align: center; | ||
+ | margin-top: 25px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | position: relative; | ||
+ | font-size: 127%; | ||
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
</style> | </style> | ||
− | < | + | <div class="bg"></div> |
− | < | + | <body> |
− | <h6>Science Sketch Collaboration</h6> | + | <div class="content"> |
+ | <div class="content-inside"> | ||
+ | <h6><b>Science Sketch Collaboration</b></h6> | ||
<!-- <hr style="width:25%"> --> | <!-- <hr style="width:25%"> --> | ||
Line 652: | Line 701: | ||
<h2>Through the series of 1-3-minute sketches, we hope to promote public awareness of the iGEM competition as well as to show how synthetic biology can be utilized to solve problems facing mankind in an innovative manner!</h2> | <h2>Through the series of 1-3-minute sketches, we hope to promote public awareness of the iGEM competition as well as to show how synthetic biology can be utilized to solve problems facing mankind in an innovative manner!</h2> | ||
<h2>The aim of the science sketches is to make a collaborative educational playlist with videos from teams all over the world, about their projects and/or the scientific principle behind their project. This playlist will be made public, so that any iGEM team can use it in their outreach activities, thus enabling all teams to spread the knowledge of synthetic biology to their communities.</h2> | <h2>The aim of the science sketches is to make a collaborative educational playlist with videos from teams all over the world, about their projects and/or the scientific principle behind their project. This playlist will be made public, so that any iGEM team can use it in their outreach activities, thus enabling all teams to spread the knowledge of synthetic biology to their communities.</h2> | ||
− | <h2>We have also created a detailed description of <a href="https:// | + | <h2>We have also created a detailed description of <a href="https://static.igem.org/mediawiki/2018/5/58/T--NYU_Abu_Dhabi--Sketch_Guide.pdf" target="_blank"> how to make a science sketch </a> to help other teams in creating their science sketches. </h2> |
− | + | <br> | |
<div class="section-block"> | <div class="section-block"> | ||
Line 665: | Line 714: | ||
</div> | </div> | ||
</center> | </center> | ||
− | |||
<br> | <br> | ||
<div id="iGEM" class="tabcontent"> | <div id="iGEM" class="tabcontent"> | ||
Line 716: | Line 764: | ||
<button class="tablinks5" onclick="openTab(event, 'ICT-Mumbai')">ICT-Mumbai</button> | <button class="tablinks5" onclick="openTab(event, 'ICT-Mumbai')">ICT-Mumbai</button> | ||
+ | <br> | ||
</div> | </div> | ||
</center> | </center> | ||
Line 728: | Line 777: | ||
<source src="https://static.igem.org/mediawiki/2018/4/43/T--NYU_Abu_Dhabi--Science_Sketch_REC_Chennai.mp4"> | <source src="https://static.igem.org/mediawiki/2018/4/43/T--NYU_Abu_Dhabi--Science_Sketch_REC_Chennai.mp4"> | ||
</video> | </video> | ||
+ | <br><br><br> | ||
</center> | </center> | ||
Line 739: | Line 789: | ||
<video width="660" height="450" controls> | <video width="660" height="450" controls> | ||
<source src="https://static.igem.org/mediawiki/2018/0/0c/T--NYU_Abu_Dhabi--Science_Sketch_CPU_CHINA.mp4"> | <source src="https://static.igem.org/mediawiki/2018/0/0c/T--NYU_Abu_Dhabi--Science_Sketch_CPU_CHINA.mp4"> | ||
+ | <br><br><br> | ||
</video> | </video> | ||
</center> | </center> | ||
+ | <br><br><br> | ||
</article> | </article> | ||
</div> | </div> | ||
Line 750: | Line 802: | ||
<source src="https://static.igem.org/mediawiki/2018/3/3b/T--NYU_Abu_Dhabi--Science_Sketch_Uppsala.mp4"> | <source src="https://static.igem.org/mediawiki/2018/3/3b/T--NYU_Abu_Dhabi--Science_Sketch_Uppsala.mp4"> | ||
</video> | </video> | ||
+ | <br><br><br> | ||
</center> | </center> | ||
</article> | </article> | ||
Line 760: | Line 813: | ||
<source src="https://static.igem.org/mediawiki/2018/2/28/T--NYU_Abu_Dhabi--Science_Sketch_Tec-Chihuahua.mp4"> | <source src="https://static.igem.org/mediawiki/2018/2/28/T--NYU_Abu_Dhabi--Science_Sketch_Tec-Chihuahua.mp4"> | ||
</video> | </video> | ||
+ | <br><br><br> | ||
</center> | </center> | ||
</article> | </article> | ||
Line 770: | Line 824: | ||
<source src="https://static.igem.org/mediawiki/2018/e/e3/T--NYU_Abu_Dhabi--Science_Sketch_ICT-Mumbai.mp4"> | <source src="https://static.igem.org/mediawiki/2018/e/e3/T--NYU_Abu_Dhabi--Science_Sketch_ICT-Mumbai.mp4"> | ||
</video> | </video> | ||
+ | <br><br><br> | ||
</center> | </center> | ||
</article> | </article> | ||
− | |||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | <footer class="footer"> | ||
+ | <div class="columns2"> | ||
+ | <a href="https://2018.igem.org/Team:NYU_Abu_Dhabi" target="_blank"><img src="https://static.igem.org/mediawiki/2018/d/d9/T--NYU_Abu_Dhabi--PathoGene2.png" alt="sponsor" width="200" margin-left="60px" ></a> | ||
+ | <br> | ||
+ | <a href="mailto:nyuad.igem@nyu.edu" target="_blank"><span class="fa fa-google"></span></a> | ||
+ | <a href="https://www.facebook.com/iGEMNYUAD/" target="_blank"><span class="fa fa-facebook"></span></a> | ||
+ | <a href="https://www.twitter.com/igemnyuad/" target="_blank"><span class="fa fa-twitter"></span></a> | ||
+ | <a href="https://www.instagram.com/igem_nyuad/" target="_blank"><span class="fa fa-instagram"></span></a> | ||
+ | </div> | ||
+ | <div class="columns"> | ||
+ | <h3>Sponsors:</h3> | ||
+ | <a href="https://worldwide.promega.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/23/T--NYU_Abu_Dhabi--Promega.jpeg" alt="sponsor" width="90"></a> | ||
+ | <a href="http://www.appslink-me.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/f/f6/T--NYU_Abu_Dhabi--Appslink2.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://eu.idtdna.com/pages" target="_blank"><img src="https://static.igem.org/mediawiki/2018/1/17/T--NYU_Abu_Dhabi--IDT.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://www.mathworks.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7f/T--NYU_Abu_Dhabi--Mathworks.png" alt="sponsor" width="90"></a> | ||
+ | <a href="http://www.snapgene.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/5/59/T--NYU_Abu_Dhabi--snapgene.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://www.geneious.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Geneious.png" alt="sponsor" width="90"></a> | ||
+ | <a href="https://www.jenabioscience.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--NYU_Abu_Dhabi--JenaBioscience.png" alt="sponsor" width="90"></a> | ||
+ | |||
+ | </div> | ||
+ | </footer> | ||
+ | </body> | ||
<script> | <script> | ||
Line 796: | Line 874: | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
Line 858: | Line 933: | ||
</button> | </button> | ||
− | + | <div class="collapse navbar-collapse" id="navbarSupportedContent"> | |
− | + | <ul class="navbar-nav mr-auto"> | |
− | + | <li class="nav-item" > | |
− | + | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi">Home<span class="sr-only"></span></a> | |
− | + | </li> | |
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | People | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Sponsors">Sponsors</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/About_Us">About Us</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | Project | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Description">Description</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Hardware">Design</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Demonstration</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Safety">Safety</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/InterLab">Interlab</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Model">Modelling</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Medal_Requirments">Medal Requirements</a> | |
+ | </div> | ||
+ | </li> | ||
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | Lab notebooks | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Ideation">Ideation</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a> | |
− | + | </div> | |
− | + | </li> | |
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | Human practices | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Public_Engagement">Education and Public Engagement</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Human_Practices">Integrated Human Practices</a> | |
− | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/ | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Home_Outreach">Home Country Outreach</a> |
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Social_Media">Social Media</a> | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Social_Media">Social Media</a> | ||
− | + | </div> | |
− | + | </li> | |
− | + | <li class="nav-item dropdown"> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | Collaborations | |
− | + | </a> | |
− | + | <div class="dropdown-menu" aria-labelledby="navbarDropdown"> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Science_Sketch">Science Sketch</a> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Virtual_Conference">Virtual Conference</a> | |
− | + | <div class="dropdown-divider"></div> | |
− | + | <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Other Collaborations</a> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
</div> | </div> | ||
</nav> | </nav> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
− | <div class="igem_2018_team_content"> | + | <!-- <div class="igem_2018_team_content"> |
<div class="igem_2018_team_column_wrapper"> | <div class="igem_2018_team_column_wrapper"> | ||
<div class="clear extra_space"></div> | <div class="clear extra_space"></div> | ||
− | <div class="clear extra_space"></div> | + | <div class="clear extra_space"></div> --> |
+ | |||
+ | </html> |
Latest revision as of 10:28, 13 October 2018
<!DOCTYPE html> https://2018.igem.org/