Difference between revisions of "Template:Aix-Marseille/top"

 
(73 intermediate revisions by 3 users not shown)
Line 48: Line 48:
 
<style>
 
<style>
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
 +
@charset "UTF-8";
  
 +
/* Import ET Book styles
 +
  adapted from https://github.com/edwardtufte/et-book/blob/gh-pages/et-book.css */
 +
 +
@font-face { font-family: "et-book";
 +
            src: url("https://static.igem.org/mediawiki/2018/f/f4/T--Aix-Marseille--et-book-roman-line-figures.eot");
 +
            src: url("https://static.igem.org/mediawiki/2018/f/f4/T--Aix-Marseille--et-book-roman-line-figures.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2018/6/6a/T--Aix-Marseille--et-book-roman-line-figures.woff") format("woff"), url("https://static.igem.org/mediawiki/2018/6/6e/T--Aix-Marseille--et-book-roman-line-figures.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2018/f/fd/T--Aix-Marseille--et-book-roman-line-figures.svg#etbookromanosf") format("svg");
 +
            font-weight: normal;
 +
            font-style: normal; }
 +
 +
@font-face { font-family: "et-book";
 +
            src: url("https://static.igem.org/mediawiki/2018/4/4a/T--Aix-Marseille--et-book-display-italic-old-style-figures.eot");
 +
            src: url("https://static.igem.org/mediawiki/2018/4/4a/T--Aix-Marseille--et-book-display-italic-old-style-figures.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2018/b/bd/T--Aix-Marseille--et-book-display-italic-old-style-figures.woff") format("woff"), url("https://static.igem.org/mediawiki/2018/5/52/T--Aix-Marseille--et-book-display-italic-old-style-figures.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2018/0/01/T--Aix-Marseille--et-book-display-italic-old-style-figures.svg#etbookromanosf") format("svg");
 +
            font-weight: normal;
 +
            font-style: italic; }
 +
 +
@font-face { font-family: "et-book";
 +
            src: url("https://static.igem.org/mediawiki/2018/c/c0/T--Aix-Marseille--et-book-bold-line-figures.eot");
 +
            src: url("https://static.igem.org/mediawiki/2018/c/c0/T--Aix-Marseille--et-book-bold-line-figures.eot?#iefix") format("embedded-opentype"), url("https://static.igem.org/mediawiki/2018/4/48/T--Aix-Marseille--et-book-bold-line-figures.woff") format("woff"), url("https://static.igem.org/mediawiki/2018/3/33/T--Aix-Marseille--et-book-bold-line-figures.ttf") format("truetype"), url("https://static.igem.org/mediawiki/2018/b/b9/T--Aix-Marseille--et-book-bold-line-figures.svg#etbookromanosf") format("svg");
 +
            font-weight: bold;
 +
            font-style: normal; }
  
  
Line 71: Line 92:
 
/*this wraps the whole of the menu*/
 
/*this wraps the whole of the menu*/
 
.igem_2018_team_menu {  
 
.igem_2018_team_menu {  
background-color:#c4baba;  
+
background-color:#273f20;  
border-left: 1px solid #c4baba;
+
border-left: 1px solid #273f20;
 
display:block;
 
display:block;
 
float:right;  
 
float:right;  
 
height:100vh;  
 
height:100vh;  
max-width: 270px;
+
max-width: 320px;
 
overflow-y: auto;
 
overflow-y: auto;
 
overflow-x: hidden;
 
overflow-x: hidden;
 
padding:0px;
 
padding:0px;
position:fixed;  
+
position:fixed;  z-index: 99;
 
right:0%;
 
right:0%;
 
text-align:left;
 
text-align:left;
width: 15%;  
+
width: 20%;  
 
}
 
}
 +
 +
.igem_2018_team_menu .menu_logo { background: white; }
  
  
Line 92: Line 115:
  
 
.igem_2018_team_menu  a {
 
.igem_2018_team_menu  a {
color: #484848;
+
/*color: #008000;*/
 
text-decoration:none;
 
text-decoration:none;
 
}
 
}
Line 102: Line 125:
  
 
.igem_2018_team_menu .menu_item {
 
.igem_2018_team_menu .menu_item {
     background-color: #c4baba;
+
     background-color:#273f20;
     border-bottom: 1px solid #928b8b;
+
     /*border-bottom: 1px solid #928b8b;*/
 
     clear: both;
 
     clear: both;
color: #484848;
+
color: #FFF;
 
     cursor: pointer;
 
     cursor: pointer;
 
float: left;
 
float: left;
Line 115: Line 138:
  
 
.igem_2018_team_menu .menu_item.direct_link {
 
.igem_2018_team_menu .menu_item.direct_link {
color: #484848;
+
color: #FFF;
 
padding-left: 15%;
 
padding-left: 15%;
 
}
 
}
 
.igem_2018_team_menu .menu_item:hover {
 
.igem_2018_team_menu .menu_item:hover {
background-color: #ecb656;
+
background-color: #3a7243;
 
}
 
}
  
  
 
.igem_2018_team_menu .menu_item .submenu_control_icon {
 
.igem_2018_team_menu .menu_item .submenu_control_icon {
color: #484848;
+
color: #FFF;
 
float: left;
 
float: left;
 
width: 10%;
 
width: 10%;
Line 141: Line 164:
 
/*submenu wrapper*/
 
/*submenu wrapper*/
 
.igem_2018_team_menu .submenu{
 
.igem_2018_team_menu .submenu{
background-color: #e4dede;
+
background-color: #273f20;
 
clear:both;
 
clear:both;
 
display:none;
 
display:none;
Line 150: Line 173:
 
/*styling for a submenu item*/
 
/*styling for a submenu item*/
 
.igem_2018_team_menu .submenu .submenu_item {
 
.igem_2018_team_menu .submenu .submenu_item {
border-bottom: 1px solid #c4baba;
+
/*border-bottom: 1px solid #FFF;*/
   color: #635d5d;
+
   color: #FFF;
 
     height: 30px;
 
     height: 30px;
 
   float: left;
 
   float: left;
Line 161: Line 184:
  
 
.igem_2018_team_menu .submenu .submenu_item:hover {
 
.igem_2018_team_menu .submenu .submenu_item:hover {
background-color: #f3bd5d;
+
background-color: #3a7243;
 
}
 
}
  
Line 168: Line 191:
 
.igem_2018_team_menu .menu_item.current_page,  
 
.igem_2018_team_menu .menu_item.current_page,  
 
.igem_2018_team_menu .menu_item.direct_link.current_page {
 
.igem_2018_team_menu .menu_item.direct_link.current_page {
background-color:#7acbd8;
+
background-color:#5fae6c;
 
}
 
}
  
Line 227: Line 250:
 
.igem_2018_team_content .igem_2018_team_column_wrapper {
 
.igem_2018_team_content .igem_2018_team_column_wrapper {
 
margin:auto;
 
margin:auto;
max-width: 1400px;
+
max-width: 60em;
 
width:90%;
 
width:90%;
 
}
 
}
Line 242: Line 265:
 
.igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 140%;}
 
.igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 140%;}
 
.igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;}
 
.igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;}
 
+
       
 +
        h1.main_title { padding: 0.8em 0.8em 0.7em; color: #fff; background: #3a7243; text-transform: uppercase; }
  
 
/* styling for the titles h1, h2*/
 
/* styling for the titles h1, h2*/
 
.igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
 
.igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 {
 
border-bottom:0px;  
 
border-bottom:0px;  
color: #635d5d;
+
color: #000000;
font-family: "Arial Black", Gadget, sans-serif;
+
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
 
padding: 10px 0px;
 
padding: 10px 0px;
 
}
 
}
Line 258: Line 282:
 
.igem_2018_team_content .igem_2018_team_column_wrapper h6 {  
 
.igem_2018_team_content .igem_2018_team_column_wrapper h6 {  
 
border-bottom:0px;  
 
border-bottom:0px;  
color: #928b8b;   
+
color: #000000;   
font-family: "Arial Black", Gadget, sans-serif;
+
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
 
padding: 5px 0px;
 
padding: 5px 0px;
 
}
 
}
Line 266: Line 290:
 
.igem_2018_team_content .igem_2018_team_column_wrapper p {  
 
.igem_2018_team_content .igem_2018_team_column_wrapper p {  
 
font-size: 130%;
 
font-size: 130%;
font-family: Arial, Helvetica, sans-serif;
+
                font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
 
padding: 5px 0px;
 
padding: 5px 0px;
text-align: left;
+
/*text-align: justify;*/
color: #484848;
+
color: #000000;
 
}
 
}
  
 
/* Links */
 
/* Links */
 
.igem_2018_team_content .igem_2018_team_column_wrapper a {
 
.igem_2018_team_content .igem_2018_team_column_wrapper a {
color: #5bc7d8;
+
color: #000080;
 
font-weight: bold;  
 
font-weight: bold;  
 
text-decoration: underline;
 
text-decoration: underline;
text-decoration-color:#5bc7d8;
+
text-decoration-color:#000080;
 
transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
 
-webkit-transition: all 0.4s ease;
Line 285: Line 309:
 
}
 
}
  
 +
.igem_2018_team_content .igem_2018_team_column_wrapper b {
 +
color: #5fae6c;
 +
}
 +
/* links */
 +
 +
.igem_2018_team_content .igem_2018_team_column_wrapper a {
 +
color: #273f20;
 +
}
 +
.igem_2018_team_content .igem_2018_team_column_wrapper a:visited {
 +
color: #3a7243;
 +
}
 
/* hover for the links */
 
/* hover for the links */
 
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover {  
 
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover {  
Line 297: Line 332:
 
border-collapse: collapse;  
 
border-collapse: collapse;  
 
font-size: 130%;
 
font-size: 130%;
 +
                font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
 
width: 100%;  
 
width: 100%;  
 
}
 
}
Line 324: Line 360:
 
.igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol {
 
.igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol {
 
font-size: 130%;
 
font-size: 130%;
font-family: Arial, Helvetica, sans-serif;
+
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
 
padding:0px 20px;
 
padding:0px 20px;
 
}
 
}
Line 397: Line 433:
 
font-size: 130%;
 
font-size: 130%;
 
margin: 30px auto;
 
margin: 30px auto;
text-align: center;
 
 
}
 
}
  
 
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a  {
 
.igem_2018_team_content .igem_2018_team_column_wrapper .button_link a  {
background-color: #5bc7d8;
+
                font-family: sans-serif;
color: #635d5d !important;
+
background-color: #3a7243;
 +
color: #fefefe !important;
 
font-weight: bold;
 
font-weight: bold;
 
margin: auto;
 
margin: auto;
Line 434: Line 470:
  
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top {
     border-top: 4px solid #5bc7d8;
+
     border-top: 4px solid #3a7243;
 
}
 
}
  
  
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
 
.igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full {
     border: 4px solid #5bc7d8;
+
     border: 4px solid #3a7243;
 
}
 
}
  
Line 461: Line 497:
 
/************************************************/
 
/************************************************/
 
@media only screen and (max-width: 1800px) {
 
@media only screen and (max-width: 1800px) {
.igem_2018_team_content { width: 85%;}
+
.igem_2018_team_content { width: 80%;}
 
.igem_2018_team_menu {display:block;}
 
.igem_2018_team_menu {display:block;}
 
}
 
}
Line 481: Line 517:
 
@media only screen and (max-width: 1000px) {
 
@media only screen and (max-width: 1000px) {
 
.igem_2018_team_content {width:100%; margin-left:0px;}
 
.igem_2018_team_content {width:100%; margin-left:0px;}
.igem_2018_team_menu {display:none; margin-top: 45px; min-width:50%; width:50%;}
+
.igem_2018_team_menu {display:none; margin-top: 45px; /*min-width:50%;*/ width:50%;}
 +
                h1.main_title { padding-top: calc(45px + 0.8em); }
 
.igem_2018_team_mobile_bar {display:block;}
 
.igem_2018_team_mobile_bar {display:block;}
 
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size, .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size,.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size {width:96%; }
 
.igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size, .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size,.igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size {width:96%; }
Line 495: Line 532:
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
  
 
+
@media screen {
 +
#bodyContent a[href^="https://"], .link-https {
 +
  background:url(https://2018.igem.org/wiki/resources/src/mediawiki.skinning/images/external-ltr.png?2014-12-17T20:11:40Z) center right no-repeat;
 +
  background-image:-webkit-linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDEuNDcsMjU5LjQsNywwLDAsNy0yLTItMywyLDAtMSwzLTIuMjUsMSwxLDAtMy43NS0zLjc1LDAsMSwxLTIuMjUsMy0xLDAsMi0zeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzMzNjZiYjsiIGQ9Im00My40NywyNjEuNC01LDAsMCw4LDgsMCwwLTUtMSwwLDAsNC02LDAsMC02LDQsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtNDAuNTUsMjYzLjljMC0wLjYyMTMsMC42MjEzLTAuNjIxMywwLjYyMTMtMC42MjEzLDEuODY0LDAuNjIxMywzLjEwNywxLjg2NCwzLjcyOCwzLjcyOCwwLDAsMCwwLjYyMTMtMC42MjEzLDAuNjIxMy0xLjI0My0xLjg2NC0xLjg2NC0yLjQ4NS0zLjcyOC0zLjcyOHoiLz4KPC9nPgo8L3N2Zz4K);
 +
  background-image:-webkit-linear-gradient(transparent,transparent),url(https://2018.igem.org/wiki/resources/src/mediawiki.skinning/images/external-ltr.svg?2014-12-17T20:11:40Z)!ie;
 +
  background-image:linear-gradient(transparent,transparent),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTMiIHdpZHRoPSIxMyIgdmVyc2lvbj0iMS4xIiB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzYuNDY3ODA4LC0yNTguMzkwMDUpIj4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMzMzY2YmI7IiBkPSJtNDEuNDcsMjU5LjQsNywwLDAsNy0yLTItMywyLDAtMSwzLTIuMjUsMSwxLDAtMy43NS0zLjc1LDAsMSwxLTIuMjUsMy0xLDAsMi0zeiIvPgo8cGF0aCBzdHlsZT0ib3BhY2l0eToxO2ZpbGw6IzMzNjZiYjsiIGQ9Im00My40NywyNjEuNC01LDAsMCw4LDgsMCwwLTUtMSwwLDAsNC02LDAsMC02LDQsMHoiLz4KPHBhdGggc3R5bGU9Im9wYWNpdHk6MTtmaWxsOiMxNWE1ZWE7IiBkPSJtNDAuNTUsMjYzLjljMC0wLjYyMTMsMC42MjEzLTAuNjIxMywwLjYyMTMtMC42MjEzLDEuODY0LDAuNjIxMywzLjEwNywxLjg2NCwzLjcyOCwzLjcyOCwwLDAsMCwwLjYyMTMtMC42MjEzLDAuNjIxMy0xLjI0My0xLjg2NC0xLjg2NC0yLjQ4NS0zLjcyOC0zLjcyOHoiLz4KPC9nPgo8L3N2Zz4K);
 +
  background-image:linear-gradient(transparent,transparent),url(https://2018.igem.org/wiki/resources/src/mediawiki.skinning/images/external-ltr.svg?2014-12-17T20:11:40Z)!ie;
 +
  padding-right:15px
 +
}
 +
}
  
  
Line 541: Line 587:
  
  
<a href="https://2018.igem.org/Team:Aix-Marseille">
+
<a href="https://2018.igem.org/Team:Aix-Marseille" >
<img src="http://placehold.it/350x150/e4dede/c4baba">
+
<img src="https://static.igem.org/mediawiki/2018/thumb/3/31/T--Aix-Marseille--BreakingB.png/320px-T--Aix-Marseille--BreakingB.png" class="menu_logo">
 
</a>
 
</a>
  
Line 553: Line 599:
 
</a>
 
</a>
  
<!-- Team -->
 
<div class="menu_item">
 
<div class="submenu_control_icon"> </div>
 
TEAM
 
</div>
 
<div class="submenu">
 
 
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Team">
+
              <a href="https://2018.igem.org/Team:Aix-Marseille/Team">
<div class="submenu_item">
+
<div class="menu_item direct_link">
Team Members
+
TEAM
</div>
+
</div>  
</a>
+
</a>
  
<a href="https://2018.igem.org/Team:Aix-Marseille/Collaborations">
 
<div class="submenu_item">
 
Collaborations
 
</div>
 
</a>
 
</div>
 
  
  
Line 604: Line 638:
 
Notebook
 
Notebook
 
</div>
 
</div>
 +
</a>
 +
 +
<a href="https://2018.igem.org/Team:Aix-Marseille/Protocols">
 +
<div class="submenu_item">
 +
Protocols
 +
                              </div>
 +
 
</a>
 
</a>
  
Line 623: Line 664:
 
Results
 
Results
 
</div>
 
</div>
</a>
 
  
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Demonstrate">
 
<div class="submenu_item">
 
Demonstrate
 
</div>
 
 
</a>
 
</a>
  
<a href="https://2018.igem.org/Team:Aix-Marseille/Improve">
+
                      <a href="https://2018.igem.org/Team:Aix-Marseille/Perspectives">
 
<div class="submenu_item">
 
<div class="submenu_item">
Improve
+
Perspectives
 
</div>
 
</div>
 
</a>
 
</a>
  
<a href="https://2018.igem.org/Team:Aix-Marseille/Attributions">
+
                      <a href="https://2018.igem.org/Team:Aix-Marseille/Safety">
 
<div class="submenu_item">
 
<div class="submenu_item">
Attributions
+
Safety
 
</div>
 
</div>
</a>
 
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Sponsors">
 
<div class="submenu_item">
 
Sponsors
 
</div>
 
</a>
 
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Sponsors">
 
<div class="submenu_item">
 
Meetups
 
</div>
 
 
</a>
 
</a>
  
Line 683: Line 706:
 
</div>
 
</div>
 
</a>
 
</a>
 
+
<!--
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Part_Collection">
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Part_Collection">
 
<div class="submenu_item">
 
<div class="submenu_item">
Line 689: Line 712:
 
</div>
 
</div>
 
</a>
 
</a>
</div>
+
-->
 
+
                 
+
+
+
+
 
+
<a href="https://2018.igem.org/Team:Aix-Marseille/Safety">
+
<div class="menu_item direct_link">
+
SAFETY
+
</div>
+
</a>
+
 
+
 
+
  
  
 +
</div>
  
  
Line 716: Line 728:
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Human_Practices">
 
<a href="https://2018.igem.org/Team:Aix-Marseille/Human_Practices">
 
<div class="submenu_item">
 
<div class="submenu_item">
Human Practices
+
Integrated HP
 
</div>
 
</div>
 
</a>
 
</a>
Line 724: Line 736:
 
<div class="submenu_item">
 
<div class="submenu_item">
 
Education & Engagement
 
Education & Engagement
 +
</div>
 +
                        </a>
 +
                        <a href="https://2018.igem.org/Team:Aix-Marseille/Collaborations">
 +
<div class="submenu_item">
 +
Collaborations
 
</div>
 
</div>
 
</a>
 
</a>
 
 
</div>
 
</div>
  
  
  
 
+
              <div class="menu_item">
 
+
<div class="menu_item">
+
 
<div class="submenu_control_icon"> </div>  
 
<div class="submenu_control_icon"> </div>  
AWARDS
+
ACKNOWLEDGEMENTS 
 
</div>  
 
</div>  
  
 
<div class="submenu">
 
<div class="submenu">
  
<a href="https://2018.igem.org/Team:Aix-Marseille/Applied_Design">
+
<a href="https://2018.igem.org/Team:Aix-Marseille/Sponsors">
 
<div class="submenu_item">
 
<div class="submenu_item">
Applied Design
+
Sponsors
 
</div>
 
</div>
 
</a>
 
</a>
  
<a href="https://2018.igem.org/Team:Aix-Marseille/Entrepreneurship">
 
<div class="submenu_item">
 
Entrepreneurship
 
</div>
 
</a>
 
  
<a href="https://2018.igem.org/Team:Aix-Marseille/Hardware">
+
<a href="https://2018.igem.org/Team:Aix-Marseille/Attributions">
 
<div class="submenu_item">
 
<div class="submenu_item">
Hardware
+
Attributions
 
</div>
 
</div>
</a>
+
                        </a>
 
+
                        <a href="https://2018.igem.org/Team:Aix-Marseille/Donors">
<a href="https://2018.igem.org/Team:Aix-Marseille/Measurement">
+
 
<div class="submenu_item">
 
<div class="submenu_item">
Measurement
+
Crowdfunding
 
</div>
 
</div>
 
</a>
 
</a>
 +
</div>
  
<a href="https://2018.igem.org/Team:Aix-Marseille/Model">
+
              <a href="https://igem.org/2018_Judging_Form?team=Aix-Marseille">
<div class="submenu_item">
+
Model
+
</div>
+
</a>
+
 
+
<a href="https://2018.igem.org/Team:Aix-Marseille/Plant">
+
<div class="submenu_item">
+
Plant
+
</div>
+
</a>
+
 
+
 
+
<a href="https://2018.igem.org/Team:Aix-Marseille/Software">
+
<div class="submenu_item">
+
Software
+
</div>
+
</a>
+
 
+
</div>
+
 
+
 
+
 
+
<a href="https://igem.org/2018_Judging_Form?team=Aix-Marseille">
+
 
<div class="menu_item direct_link">
 
<div class="menu_item direct_link">
 
JUDGING FORM ⇗  
 
JUDGING FORM ⇗  
 
</div>  
 
</div>  
 
</a>
 
</a>
 
 
 
  
  
Line 804: Line 787:
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
  
<h1></html>{{{title}}}<html></h1>
+
<h1 class="main_title"></html>{{{title}}}<html></h1>
 
</div>
 
</div>
 
<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></html>
 
<div class="clear extra_space"></div></html>

Latest revision as of 02:26, 18 October 2018

{{{title}}}