(28 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
Line 31: | Line 30: | ||
#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 139: | ||
} | } | ||
/*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 486: | Line 484: | ||
clear: both; | clear: both; | ||
} | } | ||
− | |||
/* USE THIS FOR PAGE HEADINGS */ | /* USE THIS FOR PAGE HEADINGS */ | ||
h6 { | h6 { | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: #0BB4C1; | color: #0BB4C1; | ||
− | font-size: | + | font-size: 31px; |
text-align: center; | text-align: center; | ||
} | } | ||
Line 498: | Line 495: | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: black; | color: black; | ||
− | font-size: | + | font-size: 16px; |
text-align: justify; | text-align: justify; | ||
margin-right: 90px; | margin-right: 90px; | ||
Line 506: | Line 503: | ||
h3 { | h3 { | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
− | color: | + | color: white; |
− | font-size: | + | font-size: 16px; |
− | 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 516: | Line 513: | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: #274F96; | color: #274F96; | ||
− | font-size: | + | font-size: 21px; |
text-align: left; | text-align: left; | ||
margin-right: 90px; | margin-right: 90px; | ||
Line 524: | Line 521: | ||
font-family: 'IBM Plex Sans', serif; | font-family: 'IBM Plex Sans', serif; | ||
color: #0085B6; | color: #0085B6; | ||
− | font-size: | + | font-size: 16px; |
text-align: left; | text-align: left; | ||
margin-right: 90px; | margin-right: 90px; | ||
Line 530: | Line 527: | ||
} | } | ||
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 642: | Line 639: | ||
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> |
− | <h6> Sponsorship </h6> | + | |
+ | <body> | ||
+ | <div class="content"> | ||
+ | <div class="content-inside"> | ||
+ | <h6><b>Sponsorship</b></h6> | ||
<!-- <hr style="width:25%"> --> | <!-- <hr style="width:25%"> --> | ||
<!-- IDT --> | <!-- IDT --> | ||
<br> | <br> | ||
− | <h4>IDT: Integrated DNA Technologies</h4> | + | <h4><u>IDT: Integrated DNA Technologies</u></h4> |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/1/17/T--NYU_Abu_Dhabi--IDT.png" style= "padding-left: 100px; | <img src="https://static.igem.org/mediawiki/2018/1/17/T--NYU_Abu_Dhabi--IDT.png" style= "padding-left: 100px; | ||
Line 659: | Line 708: | ||
<br><br> | <br><br> | ||
<!-- Promega --> | <!-- Promega --> | ||
− | <h4>Promega Corporation</h4> | + | <h4><u>Promega Corporation</u></h4> |
<br> | <br> | ||
− | <img src="https://static.igem.org/mediawiki/2018/ | + | <img src="https://static.igem.org/mediawiki/2018/2/23/T--NYU_Abu_Dhabi--Promega.jpeg" style= "padding-left: 100px; |
width: 250px;" position= "relative"> | width: 250px;" position= "relative"> | ||
<br><br> | <br><br> | ||
<h2>Promega provides innovative and technical support to researchers, technicians, and analysts in life sciences, industry and government. We offer 3,500 products to enable scientists worldwide to advance knowledge in the fields of genomics, proteomics, cellular analysis, molecular diagnostics, human identification and applied biotechnology <a href="https://www.promega.com/">read more...</a></h2> | <h2>Promega provides innovative and technical support to researchers, technicians, and analysts in life sciences, industry and government. We offer 3,500 products to enable scientists worldwide to advance knowledge in the fields of genomics, proteomics, cellular analysis, molecular diagnostics, human identification and applied biotechnology <a href="https://www.promega.com/">read more...</a></h2> | ||
− | <h2><u>Sponsorship</u>:We were one of the ten teams selected as the winners of the 2018 Promega iGEM Award. In addition to the award of $2,000 in free Promega products, we received technical, product, and customer support from Promega.<h2> | + | <h2><u>Sponsorship</u>: We were one of the ten teams selected as the winners of the 2018 Promega iGEM Award. In addition to the award of $2,000 in free Promega products, we received technical, product, and customer support from Promega.<h2> |
− | <h2> | + | <h2>On the Promega website, we are featured <a href="https://www.promega.com/applications/molecular-biology-essentials/igem/">here</a><h2> |
<br><br> | <br><br> | ||
<!-- MathWorks--> | <!-- MathWorks--> | ||
− | <h4>Mathworks</h4> | + | <h4><u>Mathworks</u></h4> |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/6/65/T--NYU_Abu_Dhabi--Mathworks.jpeg" style= "padding-left: 100px; | <img src="https://static.igem.org/mediawiki/2018/6/65/T--NYU_Abu_Dhabi--Mathworks.jpeg" style= "padding-left: 100px; | ||
Line 692: | Line 741: | ||
<br><br> | <br><br> | ||
<!-- SnapGene --> | <!-- SnapGene --> | ||
− | <h4>SnapGene</h4> | + | <h4><u>SnapGene</u></h4> |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/5/59/T--NYU_Abu_Dhabi--snapgene.png" style= "padding-left: 100px; | <img src="https://static.igem.org/mediawiki/2018/5/59/T--NYU_Abu_Dhabi--snapgene.png" style= "padding-left: 100px; | ||
Line 701: | Line 750: | ||
<br><br> | <br><br> | ||
<!-- Geneious --> | <!-- Geneious --> | ||
− | <h4>Geneious</h4> | + | <h4><u>Geneious</u></h4> |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Geneious.png" style= "padding-left: 100px; | <img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Geneious.png" style= "padding-left: 100px; | ||
width: 350px;" position= "relative"> | width: 350px;" position= "relative"> | ||
− | + | <br> | |
<h2><i>“A powerful and comprehensive suite of molecular biology and NGS analysis tools.”</i><h2> | <h2><i>“A powerful and comprehensive suite of molecular biology and NGS analysis tools.”</i><h2> | ||
<h2>First released in 2005, Geneious is one the world’s leading bioinformatics software platforms, used by over 4,000 universities and institutes and commercial companies in 125 countries. | <h2>First released in 2005, Geneious is one the world’s leading bioinformatics software platforms, used by over 4,000 universities and institutes and commercial companies in 125 countries. | ||
Geneious is used by all 20 of the top 20 universities globally (Times Higher Education, 2016) and by 16 of the 20 largest pharmaceutical companies <a href="https://www.geneious.com/">read more...</a></h2> | Geneious is used by all 20 of the top 20 universities globally (Times Higher Education, 2016) and by 16 of the 20 largest pharmaceutical companies <a href="https://www.geneious.com/">read more...</a></h2> | ||
− | <h2><u>Sponsorship</u>:We received 6 license keys for the Geneious software.<h2> | + | <h2><u>Sponsorship</u>: We received 6 license keys for the Geneious software.<h2> |
<br><br> | <br><br> | ||
<!-- Appslink --> | <!-- Appslink --> | ||
− | <h4>Appslink</h4> | + | <h4><u>Appslink</u></h4> |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/5/5a/T--NYU_Abu_Dhabi--Appslink.png" style= "padding-left: 100px; | <img src="https://static.igem.org/mediawiki/2018/5/5a/T--NYU_Abu_Dhabi--Appslink.png" style= "padding-left: 100px; | ||
Line 724: | Line 773: | ||
<!--Jena Bioscience--> | <!--Jena Bioscience--> | ||
− | <h4>Jena Bioscience</h4> | + | <h4><u>Jena Bioscience</u></h4> |
<br> | <br> | ||
<img src="https://static.igem.org/mediawiki/2018/7/7a/T--NYU_Abu_Dhabi--JenaBioscience.png" style= "padding-left: 100px; | <img src="https://static.igem.org/mediawiki/2018/7/7a/T--NYU_Abu_Dhabi--JenaBioscience.png" style= "padding-left: 100px; | ||
width: 350px;" position= "relative"> | width: 350px;" position= "relative"> | ||
− | + | <br> | |
<h2>Established in 1998 by a team of scientists from the Max-Planck-Institute of Molecular Physiology (Dortmund), Jena Bioscience utilizes more than 25 years of academic know-how to develop innovative reagents for clients from both research and industry in 100+ countries <a href="https://www.jenabioscience.com/">read more... </a></h2> | <h2>Established in 1998 by a team of scientists from the Max-Planck-Institute of Molecular Physiology (Dortmund), Jena Bioscience utilizes more than 25 years of academic know-how to develop innovative reagents for clients from both research and industry in 100+ countries <a href="https://www.jenabioscience.com/">read more... </a></h2> | ||
<h2><u>Sponsorship</u>: Jena Bioscience provided us with Restriction Enzymes, Modifying Enzymes, DNA/RNA Preparation Kit, and DNA Cleanup Kit. <h2> | <h2><u>Sponsorship</u>: Jena Bioscience provided us with Restriction Enzymes, Modifying Enzymes, DNA/RNA Preparation Kit, and DNA Cleanup Kit. <h2> | ||
<br><br> | <br><br> | ||
+ | </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> | ||
<!-- END --> | <!-- END --> | ||
Line 816: | Line 889: | ||
</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/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_Requirements">Medal Requirements</a> | |
− | + | </div> | |
+ | </li> | ||
+ | <li class="nav-item" > | ||
+ | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Hardware">Design<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"> | |
− | + | 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" > | ||
+ | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Entrepreneurship">Entrepreneurship<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"> | |
− | + | 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" > | |
− | + | <a class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Collaborations<span class="sr-only"></span></a> | |
− | + | </li> | |
− | + | </ul> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
</nav> | </nav> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
Latest revision as of 21:44, 17 October 2018