|
|
Line 2: |
Line 2: |
| | | |
| | | |
- | <html>
| |
- | <!--init and scripts -->
| |
- | <script type="text/javascript" src="https://raw.githubusercontent.com/jssor/jquery-slider/master/js/jquery-1.9.1.min.js"></script>
| |
- | <script type="text/javascript" src="https://raw.githubusercontent.com/jssor/jquery-slider/master/js/jssor.core.js"></script>
| |
- | <script type="text/javascript" src="https://raw.githubusercontent.com/jssor/jquery-slider/master/js/jssor.utils.js"></script>
| |
- | <script type="text/javascript" src="https://raw.githubusercontent.com/jssor/jquery-slider/master/js/jssor.slider.js"></script>
| |
- | <script>
| |
- | jssor_slider1_starter = function (containerId) {
| |
| | | |
- | var options = {
| |
- | $AutoPlay: false,
| |
- | $SlideDuration: 800,
| |
- | $BulletNavigatorOptions: {
| |
- | $Class: $JssorBulletNavigator$,
| |
- | $ChanceToShow: 2,
| |
- | $AutoCenter: 1,
| |
- | $Steps: 1,
| |
- | $Lanes: 1,
| |
- | $SpacingX: 10,
| |
- | $SpacingY: 10,
| |
- | $Orientation: 1
| |
- | }
| |
- | };
| |
- |
| |
- | var jssor_slider1 = new $JssorSlider$(containerId, options);
| |
- | }
| |
- | </script>
| |
- |
| |
- | <!--main content -->
| |
- | <div id="mainblock" style="position: relative; width: 1024px; margin-left: auto; margin-right: auto; border: 1px solid;">
| |
- | <table style="background-color:#ebebeb;" align="center" width="100%">
| |
- | <tr><th><table style="background-color:#ebebeb;" width="90%" align="center" style="border:1px solid black;" >
| |
- | <!-- Jssor Slider Begin -->
| |
- | <!-- You can move inline styles to css file or css block. -->
| |
- | <div id="slider1_container" style="position: relative; width: 910px;
| |
- | height: 300px; overflow: hidden; margin-left: auto; margin-right: auto">
| |
- |
| |
- | <!-- Slides Container -->
| |
- | <div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 910px; height: 300px;
| |
- | overflow: hidden;">
| |
- | <div><img u="image" src="https://static.igem.org/mediawiki/2014/8/87/ULB2014PLACEHOLDER1.png" /></div>
| |
- | <div><img u="image" src="https://static.igem.org/mediawiki/2014/8/82/ULB2014PLACEHOLDER2.png" /></div>
| |
- | </div>
| |
- |
| |
- | <!-- Bullet Navigator Skin Begin -->
| |
- | <style>
| |
- | /* jssor slider bullet navigator skin 05 css */
| |
- | /*
| |
- | .jssorb05 div (normal)
| |
- | .jssorb05 div:hover (normal mouseover)
| |
- | .jssorb05 .av (active)
| |
- | .jssorb05 .av:hover (active mouseover)
| |
- | .jssorb05 .dn (mousedown)
| |
- | */
| |
- | .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av
| |
- | {
| |
- | background: url(https://static.igem.org/mediawiki/2014/c/c2/ULB2014BULLETS2.png) no-repeat;
| |
- | overflow:hidden;
| |
- | cursor: pointer;
| |
- | }
| |
- | .jssorb05 div { background-position: -7px -7px; }
| |
- | .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
| |
- | .jssorb05 .av { background-position: -67px -7px; }
| |
- | .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
| |
- | </style>
| |
- | <!-- bullet navigator container -->
| |
- | <div u="navigator" class="jssorb05" style="position: absolute; bottom: 16px; right: 6px;">
| |
- | <!-- bullet navigator item prototype -->
| |
- | <div u="prototype" style="POSITION: absolute; WIDTH: 16px; HEIGHT: 16px;"></div>
| |
- | </div>
| |
- | <!-- Bullet Navigator Skin End -->
| |
- |
| |
- | <a style="display: none" href="http://www.jssor.com">carousel slider</a>
| |
- | <!-- Trigger -->
| |
- | <script>
| |
- | jssor_slider1_starter('slider1_container');
| |
- | </script>
| |
- | </div>
| |
- | <!-- Jssor Slider End -->
| |
- |
| |
- | <!--navigation menu -->
| |
- | <td align="center" colspan="3">
| |
- |
| |
- | <table cellspacing="0"width="100%">
| |
- | <tr heigth="15px"></tr>
| |
- | <tr heigth="75px">
| |
- |
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" >
| |
- | <a href="https://2014.igem.org/Team:ULB-Brussels"style="color:#000000">Home </a> </td>
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" >
| |
- | <a href="https://2014.igem.org/Team:ULB-Brussels/Team"style="color:#000000"> Team </a> </td>
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" ><a href="https://igem.org/Team.cgi?year=2014&team_name=ULB-Brussels"style="color:#000000"> Official Team Profile </a></td>
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" >
| |
- | <a href="https://2014.igem.org/Team:ULB-Brussels/Project"style="color:#000000"> Project</a></td>
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" ><a href="https://2014.igem.org/Team:ULB-Brussels/Parts"style="color:#000000"> Parts</a></td>
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" ><a href="https://2014.igem.org/Team:ULB-Brussels/Modeling"style="color:#000000"> Modeling</a></td>
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" ><a href="https://2014.igem.org/Team:ULB-Brussels/Notebook"style="color:#000000"> Notebook</a></td>
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" ><a href="https://2014.igem.org/Team:ULB-Brussels/Safety"style=" color:#000000"> Safety </a></td>
| |
- |
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" ><a href="https://2014.igem.org/Team:ULB-Brussels/Attributions"style="color:#000000"> Attributions </a></td>
| |
- | <td style= "
| |
- | background :#8b8b8b;
| |
- | filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a');
| |
- | -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a9a9a9', endColorstr=' #7a7a7a')";
| |
- | background : -moz-linear-gradient(top, #a9a9a9, #7a7a7a);
| |
- | border-top: 2px solid #939393;
| |
- | position: relative;
| |
- | margin-bottom: 30px;" align="center" height ="45px" >
| |
- | <a href="https://2014.igem.org/Team:ULB-Brussels/"style="color:#000000"> Dutch </a></td>
| |
- |
| |
- |
| |
- | <td align ="center"> <a href="https://2014.igem.org/Main_Page"> <img src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="55px"></a> </td>
| |
| </tr> | | </tr> |
- | </table>
| |
- |
| |
- | <!--end navigation menu -->
| |
- | </tr>
| |
- |
| |
- |
| |
- | </tr>
| |
- |
| |
- |
| |
- |
| |
- |
| |
| | | |
| </td> | | </td> |
$~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\newcommand{\MyColi}{{\small Mighty\hspace{0.12cm}Coli}}
\newcommand{\Stabi}{\small Stabi}$
$\newcommand{\EColi}{\small E.coli}
\newcommand{\SCere}{\small S.cerevisae}\\[0cm]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\newcommand{\PI}{\small PI}$
$\newcommand{\Igo}{\Large\mathcal{I}}
\newcommand{\Tgo}{\Large\mathcal{T}}
\newcommand{\Ogo}{\Large\mathcal{O}}
~$