Difference between revisions of "Team:Slovenia"

Line 1: Line 1:
{{Slovenia}}
 
 
<html>
 
<html>
<head>
+
 
    <title>Home page</title>
+
<style>
    <script src="https://code.jquery.com/jquery-1.11.1.min.js"
+
 
            integrity="sha256-VAvG3sHdS5LqTT+5A/aeq/bZGa/Uj04xKxY8KM/w9EE="
+
/********************************* DEFAULT WIKI SETTINGS  ********************************/
            crossorigin="anonymous"></script>
+
 
    <link rel="stylesheet"
+
#sideMenu, #top_title {display:none;}
          href="https://igem2016.fri.uni-lj.si/index.php?title=Template:Slovenia/semantic.min.css&action=raw&ctype=text/css">
+
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
    <script type="text/javascript"
+
body {background-color:white; }
            src="https://igem2016.fri.uni-lj.si/index.php?title=Template:Slovenia/semantic.min.js&action=raw&ctype=text/javascript"></script>
+
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
    <link rel="stylesheet" type="text/css" href="//igem2016.fri.uni-lj.si/index.php?title=Custom.css&action=raw&ctype=text/css">
+
 
    <script type="text/javascript" src="https://igem2016.fri.uni-lj.si/index.php?title=Custom.js&action=raw&ctype=text/javascript"></script>
+
/********************************* MENU ********************************/
    <script type="text/javascript"
+
/* Wrapper for the menu */
            src="https://igem2016.fri.uni-lj.si/index.php?title=Zitator.js&action=raw&ctype=text/javascript"></script>
+
.menu_wrapper {  
<!-- MathJax (LaTeX for the web) -->
+
width:150px;
    <script type="text/x-mathjax-config">
+
height:100vh;
        MathJax.Hub.Config({
+
position:fixed;
            tex2jax: {
+
padding:0px;
                inlineMath: [['$', '$'], ['\\(', '\\)']]
+
float:left;
            },
+
background-color:#f2f2f2;
            jax: ["input/TeX","output/SVG"],
+
text-align:left;
            TeX: {
+
}
                extensions: ["mhchem.js"],
+
 
                equationNumbers: {autoNumber: "all" },
+
/* styling for the menu items */
                Macros: {
+
.menu_item {
                  goodbreak: '\\mmlToken{mo}[linebreak="goodbreak"]{}',
+
width:100%;
                  badbreak: ['\\mmlToken{mo}[linebreak="badbreak"]{#1}',1],
+
margin:-2px 0px 0px -20px;
                  nobreak: ['\\mmlToken{mo}[linebreak="nobreak"]{#1}',1],
+
padding: 10px 10px; 
                  invisibletimes: ['\\mmlToken{mo}{\u2062}']
+
border-bottom: 1px solid #d3d3d3;
                }
+
font-weight:bold;
            },
+
color:#000000;
            CommonHTML: { linebreaks: { automatic: true, width: "75% container" } },
+
cursor: pointer;
            "HTML-CSS": { linebreaks: { automatic: true, width: "68% container" }},
+
}
            SVG: { linebreaks: { automatic: true, width: "200% container" }}
+
 
        });
+
/* when hovering on a menu item */
    </script>
+
.menu_item:hover {  
<script type="text/javascript" async
+
color:#000000;  
            src="//2016.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
+
background-color: #72c9b6;
    </script>
+
}
</head>
+
 
<body>
+
/* decoration icon for the menu buttons*/
<style>
+
.icon {
.container {
+
float:right;
position: relative;
+
font-size:16px;  
}
+
font-weight:bold;  
.bottomLeft {
+
}
position: absolute;
+
bottom: 100px;
+
left: 16px;
+
}
+
 
 
/* Popup container - can be anything you want */
+
/* this is the icon for when the content is collapsed */
.popup {
+
.plus::before {
display: inline-block;
+
content: "+";  
cursor: pointer;
+
}
-webkit-user-select: none;
+
/* this is the icon for when the content is expanded */
-moz-user-select: none;
+
.less::before {
-ms-user-select: none;
+
content: "–";  
user-select: none;
+
}
}
+
  
/* The actual popup */
+
/* styling for the ul that creates the buttons */
.popup .popuptext {
+
ul.menu_items {
visibility: hidden;
+
width:100%;  
width: 220px;
+
margin-left:0px;  
background-color: #555;
+
padding:0px;
color: #fff;
+
list-style: none;  
text-align: center;
+
}
border-radius: 6px;
+
padding: 8px 0;
+
position: absolute;
+
z-index: 100;
+
}
+
  
/* Toggle this class - hide and show the popup */
+
/* styling for the li that are the menu items */
.popup .show {
+
.menu_items li {
visibility: visible;
+
width:90%;
-webkit-animation: fadeIn 1s;
+
margin-top:-2px;
animation: fadeIn 1s;
+
padding: 15px 0px 15px 15px ;
 +
display:block;
 +
border-bottom: 1px solid #d3d3d3; 
 +
text-align:left;
 +
font-weight:bold;
 +
text-decoration:none;
 +
color:#000000;
 +
list-style-type:none;
 +
cursor:pointer;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease; transition: all 0.4s ease; 
 +
}
 +
 
 +
.menu_item a {
 +
width: 100%;
 +
margin-left: -20px;
 +
padding: 11px 90px 12px 20px;
 +
text-decoration: none;
 +
color:black;
 +
}
 +
 
 +
/* When hovering on a menu item */
 +
.menu_items li:hover {
 +
background-color:#72c9b6;
 +
color: #000000;
 +
}
 +
 
 +
/* styling for the submenus */
 +
.submenu {
 +
width:100%;
 +
display: none; 
 +
font-weight:bold;
 +
cursor:pointer;
 +
 
 +
}
 +
 
 +
/* moving the margin for the submenu ul list */
 +
ul.submenu {
 +
width: 100%;
 +
margin: 10px 0px -11px 0px;
 +
list-style: none;
 +
}
 +
 
 +
/*styling for the submenu buttons */
 +
.submenu li {
 +
width: 100%;
 +
margin-left: 10px;
 +
margin-bottom: 0px;
 +
}
 +
 
 +
 
 +
/* hover state for the submenu buttons */
 +
.submenu li a {
 +
width: 100%;
 +
padding: 5px 10px;
 +
display: inline-block;
 +
border-bottom: 1px solid #d3d3d3;
 +
background-color:white;
 +
text-decoration:none;
 +
color:#000000;
 +
}
 +
 
 +
 
 +
 
 +
.submenu li a:hover  {
 +
background-color:#000000;
 +
color: #72c9b6;
 +
}
 +
 
 +
 
 +
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
 +
.collapsable_menu_control {
 +
width:100%;
 +
padding: 15px 0px;
 +
display:none;
 +
background-color:#000000;
 +
text-align:center; 
 +
font-weight:bold;
 +
color:#72c9b6;
 +
cursor:pointer;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;
 +
}
 +
 
 +
/* when hovering on that button */
 +
.collapsable_menu_control:hover {
 +
background-color: #72c9b6;
 +
color:#000000; 
 +
}
 +
 
 +
/********************************* CONTENT OF THE PAGE ********************************/
 +
 
 +
/* Wrapper for the content */
 +
.content_wrapper {
 +
width: 85%;
 +
margin-left:150px;
 +
padding:10px 0px;
 +
float:left;
 +
background-color:white;
 +
}
 +
 
 +
/*LAYOUT */
 +
.column  {
 +
padding: 10px 0px;
 +
float:left;
 +
background-color:white;
 +
}
 +
 
 +
.full_size {
 +
width:100%;  
 +
}
 +
 
 +
.full_size img {
 +
padding: 10px 15px;
 +
width:96.5%;
 +
}
 +
 
 +
.half_size {
 +
width: 50%;
 +
}
 +
.half_size img {
 +
padding: 10px 15px;
 +
width: 93%;
 +
}
 +
 
 +
 
 +
.clear {
 +
clear:both;
 +
}
 +
 
 +
.highlight {
 +
width: 90%;
 +
margin: auto;
 +
padding: 15px 5px;
 +
background-color: #f2f2f2;
 +
}
 +
 
 +
.judges-will-not-evaluate {
 +
border: 4px solid #72c9b6;
 +
display: block;
 +
margin: 5px 15px;
 +
width: 95%;
 +
font-weight:bold;
 +
}
 +
 
 +
 
 +
/*STYLING */
 +
 
 +
/* styling for the titles */
 +
.content_wrapper h1, .content_wrapper h2 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color:#72c9b6;
 +
 
 +
}
 +
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
 +
padding:5px 15px;
 +
border-bottom:0px;
 +
color: #000000; 
 +
}
 +
 
 +
 
 +
/* font and text */
 +
.content_wrapper p {
 +
padding:0px 15px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* Links */
 +
.content_wrapper a {
 +
font-weight: bold;
 +
text-decoration: underline;
 +
text-decoration-color:#72c9b6;
 +
color: #72c9b6;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;
 +
}
 +
 
 +
/* hover for the links */
 +
.content_wrapper a:hover {
 +
text-decoration:none;
 +
color:#000000;
 +
}
 +
 
 +
/* non numbered lists */
 +
.content_wrapper ul {
 +
padding:0px 20px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* numbered lists */
 +
.content_wrapper ol {
 +
padding:0px;
 +
font-size: 13px;
 +
font-family:Tahoma, Geneva, sans-serif;
 +
}
 +
 
 +
/* Table */
 +
.content_wrapper table {
 +
width: 97%;
 +
margin:15px 10px;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
}
 +
 
 +
/* table cells */
 +
.content_wrapper  td {
 +
padding: 10px;
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
}
 +
 
 +
/* table headers */
 +
.content_wrapper th {
 +
padding: 10px;
 +
vertical-align: text-top;
 +
border: 1px solid #d3d3d3;
 +
border-collapse: collapse;
 +
background-color:#f2f2f2;
 +
}
 +
 
 +
/* Button class */
 +
.button_click {
 +
margin: 10px auto;
 +
padding: 15px; width:12%; 
 +
text-align:center;
 +
font-weight:bold;
 +
background-color: #72c9b6;
 +
cursor:pointer; 
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
transition: all 0.4s ease;
 +
}
 +
 
 +
/* button class on hover */
 +
.button_click:hover { 
 +
background-color:#000000;
 +
color:#72c9b6;
 +
}
 +
 
 +
/********************************* RESPONSIVE STYLING ********************************/
 +
 
 +
/* IF THE SCREEN IS LESS THAN 1000PX */
 +
 
 +
@media only screen and (max-width: 1000px) {
 +
 
 +
#content {width:100%; }
 +
.menu_wrapper {width:15%;}
 +
.content_wrapper {margin-left: 15%;}
 +
.menu_item {display:block;}
 +
.icon {display:none;}
 +
.highlight {padding:10px 0px;}
 +
}
 +
 
 +
 
 +
/* IF THE SCREEN IS LESS THAN 680PX */
 +
 
 +
@media only screen and (max-width: 680px) {
 +
.collapsable_menu_control { display:block;}
 +
.menu_item {display:none;}
 +
.menu_wrapper { width:100%; height: 15%; position:relative;}
 +
.content_wrapper {width:100%; margin-left:0px;}
 +
.column.half_size {width:100%; }
 +
.column img { width: 100%; padding: 5px 0px;}
 +
.icon {display:block;}
 +
.highlight {padding:15px 5px;}
 +
}
 +
 
 +
/* customized fix to enable saving after showing preview */
 +
 
 +
#wpTextbox1 {
 +
padding-left: 150px;
 +
margin-left: 150px;
 +
}
 +
 
 +
.editOptions {
 +
padding-left: 150px;
 +
margin-left: 150px;
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
 
 +
 
 +
<!--- THIS IS WHERE THE HTML BEGINS --->
 +
 
 +
 
 +
<!-- This tells the browser that your page is responsive -->
 +
 
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
</head>
 +
 
 +
 
 +
 
 +
 
 +
<!-- <div class="menu_wrapper" >
 +
 
 +
 
 +
 
 +
 
 +
<div class="collapsable_menu_control"> MENU ▤ </div>
 +
 
 +
<!-- <ul id="accordion" class="accordion">
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Slovenia">HOME </a> </li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> TEAM
 +
<ul class="submenu">
 +
<li> <a href=" https://2016.igem.org/Team:Slovenia/Team"> Team  </a> </li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Collaborations">★  Collaborations </a> </li>
 +
                    </ul>
 +
                </li>
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> PROJECT 
 +
<ul class="submenu">
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Description"> ★  Description </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Design"> ★ Design </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Experiments"> Experiments </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Proof"> ★ Proof of Concept </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Demonstrate"> ★ Demonstrate </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Results"> Results </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Notebook"> Notebook </a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> PARTS 
 +
<ul class="submenu">
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Parts">Parts </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Basic_Part"> ★ Basic Parts </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Composite_Part"> ★ Composite Parts </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Part_Collection"> ★ Part Collection </a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Slovenia/Safety"> SAFETY </a> </li>
 +
 
 +
 
 +
<li class="menu_item"> <a href="https://2016.igem.org/Team:Slovenia/Attributions">★  ATTRIBUTIONS </a></li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES
 +
<ul class="submenu">
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Human_Practices"> Human Practices </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/HP/Silver">★ Silver </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/HP/Gold">★ Gold </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Integrated_Practices"> ★ Integrated Practices </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Engagement">★ Engagement </a></li>
 +
                    </ul>
 +
                </li>
 +
 
 +
 
 +
<li class="menu_item"> <div class="icon plus"></div> AWARDS
 +
<ul class="submenu">
 +
<li><a href="https://2016.igem.org/Team:Slovenia/Entrepreneurship"> ★ Entrepreneurship </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Hardware"> ★ Hardware </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Software">★ Software </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Measurement">★  Measurement </a></li>
 +
<li> <a href="https://2016.igem.org/Team:Slovenia/Model">★ Model </a></li>
 +
 
 +
                    </ul>
 +
                </li>
 +
</ul>
 +
 
 +
 
 +
</div> -->
 +
 
 +
 
 +
 
 +
<!--
 +
 
 +
<div class="content_wrapper">
 +
 
 +
 
 +
 
 +
<h1 id="team_name">  </h1>
 +
<h4 id="page_name">  </h4>
 +
 
 +
-->
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<script>
 +
 
 +
// This is the jquery part of your template.  Try not modify any of this code since it makes your menu work.
 +
 
 +
$(document).ready(function() {
 +
 
 +
$("#HQ_page").attr('id','');
 +
 +
 
 +
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
 +
$("#team_name").html( wgPageName );  
 
}
 
}
  
/* Add animation (fade in the popup) */
+
else if ( ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
@-webkit-keyframes fadeIn {
+
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );  
from {opacity: 0;}
+
to {opacity: 1;}
+
 
}
 
}
  
@keyframes fadeIn {
+
else {
from {opacity: 0;}
+
// this adds the team's name as an h1
to {opacity:1 ;}
+
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );  
 +
 
 +
// this adds the page's title as an h4
 +
$("#page_name").html (    ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ")  );
 
}
 
}
.container img{
+
 
display: block;
+
 
margin-left: auto;
+
 
margin-right: auto;
+
 
}
+
$('#accordion').find('.menu_item').click(function(){
+
 
</style>
+
//Expand or collapse this panel
<script>
+
submenu = $(this).find('.submenu');
$( document ).ready(
+
submenu.toggle();
function() {
+
 
var getImgs = function() {
+
icon = $(this).find('.icon');
var imgs = [];
+
 
$('img').each(function() {
+
if ( !$( submenu ).is(':visible') ) {
console.log("image detected");
+
icon.removeClass("less").addClass("plus");
var data = $(this).data('alt');
+
imgs.push(data);
+
});
+
return imgs;
+
}
+
var imgs = getImgs();
+
//preload images
+
var image = [];
+
$.each(imgs, function(index) {
+
console.log("loading resource");
+
image[index] = new Image();
+
image[index].src = imgs[index];
+
});
+
 
}
 
}
);
+
else {
function loadImage(sourceImage, popupname) {
+
icon.removeClass("plus").addClass("less");
console.log(sourceImage);
+
}
var image = document.getElementById("projectScheme");
+
 
image.src = sourceImage;
+
//Hide the other panels
+
$(".submenu").not(submenu).hide();
//var rect = image.getBoundingClientRect();
+
$(".icon").not(icon).removeClass("less").addClass("plus");
//console.log(rect.top, rect.right, rect.bottom, rect.left);
+
});
+
 
var popup = document.getElementById(popupname);
+
 
//popup.style.top = ((rect.bottom - rect.top)/2).toString().concat("px");
+
$(".collapsable_menu_control").click(function() {
//popup.style.left =  ((rect.right - rect.left)/2).toString().concat("px");
+
$(".menu_item").toggle();
//console.log((rect.right - rect.left)/2, (rect.bottom - rect.top)/2);
+
});
popup.classList.toggle('show');
+
 
}
+
$( window ).resize(function() {
</script>
+
$(".menu_item").show();
+
});
<div id="example">
+
 
<div class="pusher">
+
 
<div class="full height">
+
});
<div class="banana">
+
 
<a href = "//igem2016.fri.uni-lj.si/index.php/Team:Slovenia">
+
/* track visitors */
<img class="ui medium sticky image" src="//igem2016.fri.uni-lj.si/img_auth.php/5/58/Slog%26logo.png">
+
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
</a>
+
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
<div class="ui vertical sticky text menu" style="background-color: transparent; padding-top: 80px; margin-left: 10px">
+
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
<a class="item" href="">
+
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
<i class="chevron circle left icon"></i>
+
 
<b>Human practices</b>
+
  ga('create', 'UA-82482772-1', 'auto');
</a>
+
  ga('send', 'pageview');
<a class="item" href="" style="margin-left: 10%">
+
 
<i class="selected radio icon"></i>
+
 
<b>Safety</b>
+
 
</a>
+
</script>
<a class="item" href="">
+
 
<i class="chevron circle right icon"></i>
+
 
<b>Sponsors</b>
+
</a>
+
</div>
+
</div>
+
<div class="article" id="context">
+
<!-- menu goes here -->
+
<!-- content goes here -->
+
<div class="main ui citing justified container">
+
<!-- <div class="ui two column grid">
+
<div class="ui eight wide column">
+
<img class="ui centered image"
+
src="https://igem2016.fri.uni-lj.si/img_auth.php/2/21/13521771_1756491854619523_237846538_n.jpg">
+
</div>
+
<div class="ui eight wide column">
+
<h1 class="ui centered dividing header"><span>&nbsp; </span>Project description</h1>
+
<p class="ui fluid segment text container">
+
In the past years of iGEM and synthetic biology a lot of projects have been devoted to the development of
+
synthetic genetic circuits and logic gates. Most of those were based on transcription regulation, however
+
this mechanism is relatively slow and the final output can be detected only after several hours or days.<br>
+
This year team Slovenia has decided to tackle the problem of the design of fast logic circuits. We plan to
+
introduce new protein-based sensors that will allow cells to quickly respond to input signals such as light
+
stimulation or chemical dimerizers and produce outputs that could potentially be used for therapeutic
+
treatment.
+
</p>
+
</div>
+
</div> -->
+
<h1 class="ui centered dividing header"><span id="intro" class = "section"> &nbsp; </span>Project</h1>
+
<div class = "container">
+
<img width = "800px" style = "border-radius: 15px;" src="//igem2016.fri.uni-lj.si/img_auth.php/d/da/Main-scheme0.png" alt="project scheme" usemap="#projectmap" id = "projectScheme"></img>
+
<map name="projectmap">
+
  <area class="popup" shape="poly" coords="74, 132, 136, 217, 241, 225, 319, 175, 365, 89, 298, 42, 152, 62" alt="module1" onmouseover="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/9/92/Main-scheme1.png', 'module1')" onmouseout="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/d/da/Main-scheme0.png', 'module1')" href="resultsModule1.html"></area>
+
  <area class="popup" shape="poly" coords="387, 125, 393, 283, 423, 316, 518, 190, 486, 120" alt="module1" onmouseover="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/2/2a/Main-scheme3.png', 'module2')" onmouseout="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/d/da/Main-scheme0.png', 'module2')" href="resultsModule2.html"></area>
+
  <area class="popup" shape="poly" coords="528, 77, 497, 134, 537, 173, 672, 185, 739, 145, 733, 94, 694, 71" alt="module1" onmouseover="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/2/2e/Main-scheme2.png', 'module3')" onmouseout="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/d/da/Main-scheme0.png', 'module3')" href="resultsModule3.html"></area>
+
  <area class="popup" shape="poly" coords="393, 283, 423, 316, 454, 300, 474, 260, 537, 273, 494, 305, 678, 285, 697, 243, 788, 239, 788, 330, 383, 374, 343, 319" alt="module1" onmouseover="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/3/39/Main-scheme4.png', 'module4')" onmouseout="loadImage('//igem2016.fri.uni-lj.si/img_auth.php/d/da/Main-scheme0.png', 'module4')" href="resultsModule4.html"></area>
+
</map>
+
<div class="popup bottomLeft">
+
<span class="popuptext" id="module1">Module 1 some text <br/> some other text</span>
+
</div>
+
<div class="popup bottomLeft">
+
<span class="popuptext" id="module2">Module 2 some text <br/> some other text</span>
+
</div>
+
<div class="popup bottomLeft">
+
<span class="popuptext" id="module3">Module 3 some text <br/> some other text</span>
+
</div>
+
<div class="popup bottomLeft">
+
<span class="popuptext" id="module4">Module 4 some text <br/> some other text</span>
+
</div>
+
</div>
+
+
<h1 class="ui centered dividing header"><span id="achievements" class = "section"> &nbsp; </span>Achievements</h1>
+
<h1 class="ui centered dividing header"><span id="requirements" class = "section"> &nbsp; </span>Medal requirements</h1>
+
+
</div>
+
</div>
+
</div>
+
</div>
+
</div>
+
</body>
+
 
</html>
 
</html>

Revision as of 08:35, 14 October 2016