Difference between revisions of "Team:Slovenia"

(Undo revision 233044 by Zigapusnik (talk))
Line 1: Line 1:
 +
{{Slovenia}}
 
<html>
 
<html>
 
+
<head>
<style>
+
    <title>Home page</title>
 
+
    <script src="https://code.jquery.com/jquery-1.11.1.min.js"
/********************************* DEFAULT WIKI SETTINGS  ********************************/
+
            integrity="sha256-VAvG3sHdS5LqTT+5A/aeq/bZGa/Uj04xKxY8KM/w9EE="
 
+
            crossorigin="anonymous"></script>
#sideMenu, #top_title {display:none;}
+
    <link rel="stylesheet"
#content { padding:0px; width:1000px; margin-top:-7px; margin-left:0px;}
+
          href="https://igem2016.fri.uni-lj.si/index.php?title=Template:Slovenia/semantic.min.css&action=raw&ctype=text/css">
body {background-color:white; }
+
    <script type="text/javascript"
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
            src="https://igem2016.fri.uni-lj.si/index.php?title=Template:Slovenia/semantic.min.js&action=raw&ctype=text/javascript"></script>
 
+
    <link rel="stylesheet" type="text/css" href="//igem2016.fri.uni-lj.si/index.php?title=Custom.css&action=raw&ctype=text/css">
/********************************* MENU ********************************/
+
    <script type="text/javascript" src="https://igem2016.fri.uni-lj.si/index.php?title=Custom.js&action=raw&ctype=text/javascript"></script>
/* Wrapper for the menu */
+
    <script type="text/javascript"
.menu_wrapper {  
+
            src="https://igem2016.fri.uni-lj.si/index.php?title=Zitator.js&action=raw&ctype=text/javascript"></script>
width:150px;
+
<!-- MathJax (LaTeX for the web) -->
height:100vh;
+
    <script type="text/x-mathjax-config">
position:fixed;
+
        MathJax.Hub.Config({
padding:0px;
+
            tex2jax: {
float:left;
+
                inlineMath: [['$', '$'], ['\\(', '\\)']]
background-color:#f2f2f2;
+
            },
text-align:left;
+
            jax: ["input/TeX","output/SVG"],
}
+
            TeX: {
 
+
                extensions: ["mhchem.js"],
/* styling for the menu items */
+
                equationNumbers: {autoNumber: "all" },
.menu_item {
+
                Macros: {
width:100%;
+
                  goodbreak: '\\mmlToken{mo}[linebreak="goodbreak"]{}',
margin:-2px 0px 0px -20px;
+
                  badbreak: ['\\mmlToken{mo}[linebreak="badbreak"]{#1}',1],
padding: 10px 10px; 
+
                  nobreak: ['\\mmlToken{mo}[linebreak="nobreak"]{#1}',1],
border-bottom: 1px solid #d3d3d3;
+
                  invisibletimes: ['\\mmlToken{mo}{\u2062}']
font-weight:bold;
+
                }
color:#000000;
+
            },
cursor: pointer;
+
            CommonHTML: { linebreaks: { automatic: true, width: "75% container" } },
}
+
            "HTML-CSS": { linebreaks: { automatic: true, width: "68% container" }},
 
+
            SVG: { linebreaks: { automatic: true, width: "200% container" }}
/* when hovering on a menu item */
+
        });
.menu_item:hover {  
+
    </script>
color:#000000;  
+
<script type="text/javascript" async
background-color: #72c9b6;
+
            src="//2016.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
}
+
    </script>
 
+
</head>
/* decoration icon for the menu buttons*/
+
<body>
.icon {
+
<style>
float:right;
+
.container {
font-size:16px;  
+
position: relative;
font-weight:bold;  
+
}
}
+
.bottomLeft {
 +
position: absolute;
 +
bottom: 100px;
 +
left: 16px;
 +
}
 
 
/* this is the icon for when the content is collapsed */
+
/* Popup container - can be anything you want */
.plus::before {
+
.popup {
content: "+";  
+
display: inline-block;
}
+
cursor: pointer;
/* this is the icon for when the content is expanded */
+
-webkit-user-select: none;
.less::before {
+
-moz-user-select: none;
content: "–";  
+
-ms-user-select: none;
}
+
user-select: none;
 +
}
  
/* styling for the ul that creates the buttons */
+
/* The actual popup */
ul.menu_items {
+
.popup .popuptext {
width:100%;  
+
visibility: hidden;
margin-left:0px;  
+
width: 220px;
padding:0px;
+
background-color: #555;
list-style: none;  
+
color: #fff;
}
+
text-align: center;
 +
border-radius: 6px;
 +
padding: 8px 0;
 +
position: absolute;
 +
z-index: 100;
 +
}
  
/* styling for the li that are the menu items */
+
/* Toggle this class - hide and show the popup */
.menu_items li {
+
.popup .show {
width:90%;
+
visibility: visible;
margin-top:-2px;
+
-webkit-animation: fadeIn 1s;
padding: 15px 0px 15px 15px ;
+
animation: fadeIn 1s;
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 );  
+
 
}
 
}
  
else if ( ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
+
/* Add animation (fade in the popup) */
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );  
+
@-webkit-keyframes fadeIn {
 +
from {opacity: 0;}
 +
to {opacity: 1;}
 
}
 
}
  
else {
+
@keyframes fadeIn {
// this adds the team's name as an h1
+
from {opacity: 0;}
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/")  ) );  
+
to {opacity:1 ;}
 
+
// 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(){
+
}
 
+
//Expand or collapse this panel
+
</style>
submenu = $(this).find('.submenu');
+
<script>
submenu.toggle();
+
$( document ).ready(
 
+
function() {
icon = $(this).find('.icon');
+
var getImgs = function() {
 
+
var imgs = [];
if ( !$( submenu ).is(':visible') ) {
+
$('img').each(function() {
icon.removeClass("less").addClass("plus");
+
console.log("image detected");
 +
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 {
+
);
icon.removeClass("plus").addClass("less");
+
function loadImage(sourceImage, popupname) {
}
+
console.log(sourceImage);
 
+
var image = document.getElementById("projectScheme");
//Hide the other panels
+
image.src = sourceImage;
$(".submenu").not(submenu).hide();
+
$(".icon").not(icon).removeClass("less").addClass("plus");
+
//var rect = image.getBoundingClientRect();
});
+
//console.log(rect.top, rect.right, rect.bottom, rect.left);
 
+
 
+
var popup = document.getElementById(popupname);
$(".collapsable_menu_control").click(function() {
+
//popup.style.top = ((rect.bottom - rect.top)/2).toString().concat("px");
$(".menu_item").toggle();
+
//popup.style.left =  ((rect.right - rect.left)/2).toString().concat("px");
});
+
//console.log((rect.right - rect.left)/2, (rect.bottom - rect.top)/2);
 
+
popup.classList.toggle('show');
$( window ).resize(function() {
+
}
$(".menu_item").show();
+
</script>
});
+
 
+
<div id="example">
 
+
<div class="pusher">
});
+
<div class="full height">
 
+
<div class="banana">
/* track visitors */
+
<a href = "//igem2016.fri.uni-lj.si/index.php/Team:Slovenia">
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+
<img class="ui medium sticky image" src="//igem2016.fri.uni-lj.si/img_auth.php/5/58/Slog%26logo.png">
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+
</a>
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+
<div class="ui vertical sticky text menu" style="background-color: transparent; padding-top: 80px; margin-left: 10px">
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
<a class="item" href="">
 
+
<i class="chevron circle left icon"></i>
  ga('create', 'UA-82482772-1', 'auto');
+
<b>Human practices</b>
  ga('send', 'pageview');
+
</a>
 
+
<a class="item" href="" style="margin-left: 10%">
 
+
<i class="selected radio icon"></i>
 
+
<b>Safety</b>
</script>
+
</a>
 
+
<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:36, 14 October 2016

Home page

  Project

project scheme module1 module1 module1 module1

  Achievements

  Medal requirements