Line 336: | Line 336: | ||
+ | <!------------ Awards modal start -------------> | ||
+ | <div id="huji_jamb" class="w3-modal" style="display:inline-block"> | ||
+ | <div class="w3-modal-content w3-animate-zoom"> | ||
+ | <header class="w3-container w3-dark-gray"> | ||
+ | <span onClick="document.getElementById('huji_jamb').style.display='none'" | ||
+ | class="w3-button w3-display-topright">×</span> | ||
+ | <h2 align="center" style="color:white"><b> ~ Giant Jamboree 2018 Results ~ </b></h2> | ||
+ | </header> | ||
+ | <div class="w3-container w3-blue-gray"> | ||
+ | <div style="text-align:center"> | ||
+ | <p style="color:white; font-size:24px;text-align:justify; padding-left:50px;"> <br /> | ||
+ | Hello everyone, <br /> | ||
+ | We are glad to share with you our results from the iGEM conference:<br /><br /> </p> | ||
+ | <p style="color:white; font-size:24px;text-align:justify;padding-left:100px;"> | ||
+ | <b> Best Plant Synthetic Biology </b> <br /> | ||
+ | Second place in the Environmental Research category<br /> | ||
+ | Nominated for the Best Software Tool<br /> | ||
+ | Gold Medal for our overall project achievements<br /><br /> | ||
+ | </p> | ||
+ | <div style="text-align:center"> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/b/b0/T--HebrewU--Bestplant.jpeg" width="80%"> <br /> | ||
+ | <img src="https://static.igem.org/mediawiki/2018/c/cb/T--HebrewU--Jamboree2018_1.jpeg" width="80%"><br /> | ||
+ | </div> <br /> | ||
+ | |||
+ | <p style="color:white; font-size:24px;text-align:justify; padding-left:50px;"> <br /> | ||
+ | We would like to thank again for all of our <a href="https://2018.igem.org/Team:HebrewU/Attributions">supporters</a>, who helped us make it all possible. Toda Raba. <br /> <br /> | ||
+ | </p> | ||
+ | <p style="color:white; font-size:30px;text-align:center;"> <br /> | ||
+ | <b> HebrewU i-GEM Team 2018 </b> <br /> | ||
+ | </p> | ||
+ | </div> | ||
+ | <footer class="w3-container"> | ||
+ | <p> </p> | ||
+ | </footer> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <!------------ Awards modal end -------------> | ||
<!--- Page content start ---> | <!--- Page content start ---> | ||
Line 1,079: | Line 1,118: | ||
</style> | </style> | ||
+ | |||
+ | <script> | ||
+ | var Mac = document.getElementById('huji_jamb'); | ||
+ | |||
+ | // When the user clicks anywhere outside of the modal, close it | ||
+ | window.onclick = function(event) { | ||
+ | //alert(event.target) | ||
+ | if (event.target == Mac) { | ||
+ | Mac.style.display = "none"; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | </script> | ||
+ | |||
<!--game style end--> | <!--game style end--> | ||
Revision as of 17:22, 12 December 2018
Highlights:
We designed an open source platform where researchers anywhere can view our synthetic pathway and conduct their own research, inserting it into native plants and building upon our database.