|
|
Line 1: |
Line 1: |
| {{Template_All_Teams}} | | {{Template_All_Teams}} |
| | | |
− | <html lang="en"> | + | <!-- Declare that you are going to use html code instead of wiki code --> |
| + | <html> |
| | | |
− | <head> | + | <!-- Start of CSS--> |
| + | <style type="text/css"> |
| | | |
− | <meta charset="utf-8">
| + | |
− | <meta http-equiv="X-UA-Compatible" content="IE=edge">
| + | |
− | <meta name="viewport" content="width=device-width, initial-scale=1">
| + | |
− | <meta name="description" content="">
| + | |
− | <meta name="author" content="">
| + | |
− | <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
| + | |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript" ></script>
| + | |
− | <title>UV WRITESBAND - EMELINA URRUTIA</title>
| + | |
| | | |
| | | |
− | <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
| |
− | <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
| |
− | <!--[if lt IE 9]>
| |
− | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
| |
− | <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
| |
− | <![endif]-->
| |
− | <style>
| |
| | | |
| + | /* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */ |
| | | |
| + | p, #content { |
| + | color:#808284; |
| + | } |
| | | |
− | *{
| + | a, a:visited { |
| + | color:#22BCB9; |
| + | } |
| | | |
− | margin: 0 ;
| |
− | padding: 0;
| |
| | | |
− | }
| |
| | | |
| + | /* PAGE LAYOUT */ |
| | | |
− | .contenedor{
| + | |
| + | /* Set up a width, height and color of the body wrapper*/ |
| + | body { |
| + | background-color: #29221F; |
| + | } |
| | | |
− | width:80%; | + | /* Creates a container that will wrap all of the content inside your wiki pages. */ |
− | margin:0 auto; | + | #mainContainer { |
− | background-color:#FAFAFA; | + | width: 980px; |
− | display: flex;
| + | overflow:hidden; |
− | flex-direction:column;
| + | float:left; |
| + | margin-left:20px; |
| + | margin-bottom: 10px; |
| + | background-color: #fff; |
| + | border-bottom: 20px solid #14747D; |
| + | } |
| | | |
| + | /* Creates the container for the menu */ |
| + | #menuContainer { |
| + | float:left; |
| + | width: 150px; |
| + | padding: 20px 0px; |
| + | background-color: #DB1E39; |
| + | border-top: 20px solid #14747D; |
| + | font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; |
| + | } |
| | | |
| + | /* Creates the container for the content */ |
| + | #contentContainer { |
| + | padding-top:20px; |
| + | padding-right:10px; |
| + | margin-bottom: 20px; |
| + | width: 800px; |
| + | padding-left: 20px; |
| + | float: left; |
| + | border-top: 20px solid #14747D; |
| + | background-color: #fff; |
| + | font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; |
| + | } |
| | | |
− | }
| |
| | | |
− | #globalWrapper, #content{ | + | /*Set up height place holder for the banner*/ |
| + | #bannerContainer { |
| + | height:200px; |
| + | margin:auto; |
| + | text-align:center; |
| + | color: #24B694; |
| + | } |
| | | |
− | background-color: transparent;
| + | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ |
− | border: 0px;
| + | |
− | float:none;
| + | |
− | margin:0;
| + | |
− | padding: 0;
| + | |
| | | |
− | } | + | /*Change the styling of text for everything inside main container*/ |
| + | #mainContainer p { |
| + | font-size: 13px; |
| + | color: #000000; |
| + | } |
| + | |
| + | /*This changes the color and font family */ |
| + | #contentContainer h1, h2, h3, h4, h5, h6 { |
| + | font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; |
| + | color: #29221F; |
| + | border-bottom: none; |
| + | font-weight: bold; |
| + | margin-top:10px; |
| + | } |
| | | |
− | header{
| + | /*Style of the links - links are different inside the menu */ |
| + | #contentContainer a { |
| + | font-weight: bold; |
| + | color: #22BCB9; |
| + | } |
| | | |
− | width:100%;
| + | /* Styling links on hover- links are different inside the menu */ |
− | height:150px;
| + | #contentContainer a:hover { |
− | background:white;
| + | color: #14747D; |
| + | } |
| | | |
| + | /*Change the styling of tables */ |
| + | #contentContainer table { |
| + | border: 2px solid #29221F; |
| + | border-collapse: collapse; |
| + | margin: auto; |
| + | margin-bottom: 15px; |
| + | margin-top: 15px; |
| + | margin-right: 10px; |
| + | margin-left: 10px; |
| + | } |
| | | |
| + | /*Change the styling of table cells*/ |
| + | #contentContainer td { |
| + | background-color: #fff; |
| + | padding: 10px; |
| + | border: 2px solid #29221F; |
| + | border-collapse: collapse; |
| + | vertical-align: text-top; |
| + | } |
| | | |
− | }
| |
− | .logo{
| |
| | | |
− | width: 100%;
| + | /*Change the styling of table headers */ |
− | height: 100%;
| + | #contentContainer th { |
− | text-align: center;
| + | background-color: #F4F0D8; |
− | padding: 10px 0px 0px 0px;
| + | padding: 10px; |
| + | border: 2px solid #29221F; |
| + | border-collapse: collapse; |
| + | vertical-align: text-top; |
| + | } |
| | | |
| | | |
− | }
| |
| | | |
− | /* Menu */
| |
| | | |
− | /* RESET STYLES */ | + | /*MENU STYLING */ |
− | *, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
| + | |
− | table { border-collapse:collapse; border-spacing:0 }
| + | |
− | fieldset, img { border:0 }
| + | |
− | address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
| + | |
− | ol, ul, li { list-style:none }
| + | |
− | caption, th { text-align:left }
| + | |
− | h1, h2, h3, h4, h5, h6 {font-weight:normal;}
| + | |
− | q:before, q:after { content:''}
| + | |
− | strong { font-weight: bold }
| + | |
− | em { font-style: italic }
| + | |
− | .italic { font-style: italic }
| + | |
− | .aligncenter { display:block; margin:0 auto; }
| + | |
− | .alignleft { float:left; margin:10px; }
| + | |
− | .alignright { float:right;margin:10px; }
| + | |
− | .no-margin{margin:0px;}
| + | |
− | .no-bottom{margin-bottom:0px;}
| + | |
− | .no-padding{padding:0px;}
| + | |
− | .margin-t{margin-top:22px;}
| + | |
− | div { position:relative }
| + | |
− | a{text-decoration:none;}
| + | |
− | a:hover{text-decoration:underline;}
| + | |
− | a:active,a:focus{outline: none;}
| + | |
| | | |
− | img.alignleft, img.alignright, img.aligncenter {
| + | /*Styling for the links in the menu */ |
− | margin-bottom: 11px;
| + | #menuContainer a { |
− | } | + | color: #fff; |
| + | text-decoration:none; |
| + | font-weight: bold; |
| + | } |
| | | |
− | .alignleft, img.alignleft{
| + | /* Sets the style for lists inside menuContainer */ |
− | display: inline;
| + | #menuContainer ul { |
− | float: left;
| + | list-style: none; |
− | margin-right: 22px;
| + | margin-left:0px; |
− | } | + | } |
| | | |
− | .alignright, img.alignright {
| + | /*Styles the list items to become menu buttons */ |
− | display: inline;
| + | #menuContainer ul li { |
− | float: right;
| + | text-align: center; |
− | margin-left: 22px;
| + | display: block; |
− | } | + | width: 100%; |
| + | height:30px; |
| + | padding-top:10px; |
| + | } |
| | | |
− | .aligncenter, img.aligncenter {
| + | /*For the menu buttons, changes the color when hovering*/ |
− | clear: both;
| + | #menuContainer li:hover { |
− | display: block;
| + | color: #FFF; |
− | margin-left: auto;
| + | background-color: #14747D; |
− | margin-right: auto;
| + | } |
− | } | + | |
| | | |
− | article, aside, figure, footer, header, hgroup, nav, section {display: block;}
| + | /*Submenus are not displayed as default*/ |
| + | #menuContainer li ul { |
| + | display: none; |
| + | padding-top:15px; |
| + | margin-left: -19px; |
| + | } |
| | | |
| + | /*Submenus are displayed when hovering the menu button */ |
| + | #menuContainer li:hover ul { |
| + | /*display: inline-block; */ |
| + | display: block; |
| + | position: absolute; |
| + | float:right; |
| + | margin-left: 150px; |
| + | margin-top:-42px; |
| + | } |
| | | |
− | *{ | + | /*Style the submenu buttons*/ |
− | -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
| + | #menuContainer li ul li{ |
− | -moz-box-sizing: border-box; /* Firefox, other Gecko */
| + | background-color: #22BCB9; |
− | box-sizing: border-box; /* Opera/IE 8+ */
| + | padding-left:20px; |
− | } | + | padding-right:20px; |
| + | height:30px; |
| + | padding-top:10px; |
| + | margin-top:-2px; |
| + | color: #28221E; |
| + | width: 170px; |
| + | } |
| | | |
| + | /*CLASSES */ |
| | | |
| + | /*Clear class for all the pages, adds spacing too*/ |
| + | .clear{ |
| + | clear:both; |
| + | height: 10px; |
| + | } |
| | | |
− | html{-webkit-font-smoothing:antialiased;}
| |
| | | |
− | a{color:#BA0707;}
| + | /* highlight box for special messages */ |
− | a:hover{color:#BA0707;text-decoration:underline;}
| + | .highlightBox { |
| + | width:500px; |
| + | margin:auto; |
| + | background-color: #F4F0D8; |
| + | margin-bottom: 15px; |
| + | margin-top: 15px; |
| + | padding: 15px; |
| + | padding-top: 5px; |
| + | } |
| | | |
− | body{
| |
− | background: #E4CAF2;
| |
− | color:#3E4156;
| |
− | font: 14px "Open Sans", Helvetica, Arial, sans-serif;
| |
− | -webkit-font-smoothing: antialiased;
| |
− | -webkit-text-size-adjust: 100%;
| |
− | line-height:1;
| |
− | width:100%;}
| |
| | | |
− | hr{color:#F9FBFA}
| + | </style> |
− | h1{font-size:36px;line-height:1.3em; }
| + | <!-- End of CSS --> |
− | h2{font-size:32px;line-height:1.3em;}
| + | |
− | h3{font-size:24px;line-height:1.3em;}
| + | |
− | h4{font-size:18px;line-height:1.3em;}
| + | |
− | h5{font-size:16px;}
| + | |
− | h6{font-size:14px;}
| + | |
− | p{padding-bottom:11px; text-align: justify; font-family: 'Roboto', sans-serif;}
| + | |
− | p,div, span{line-height:1.5em;}
| + | |
− | .column-clear{clear:both;}
| + | |
− | .clear{overflow: hidden;}
| + | |
| | | |
| | | |
− | .mainWrap{width:960px;margin:0 auto;} | + | <!-- Start of the template html elements. --> |
| + | <div id ="mainContainer"><!--This div will close on the page.--> |
| | | |
− | .title{margin:100px 0 20px 0;
| + | |
− | text-align:center;
| + | <div id="bannerContainer"> |
− | color:#3E4156;}
| + | <br><br> |
− | .back{text-align:center;}
| + | <h2> Add a banner to your wiki! </h2> |
| + | |
| + | <p>You can make the image 980px by 200px</p> |
| + | <p> Remember to call the file: "<i>Team_Example_banner.jpg</i>" </p> |
| + | </div> |
| | | |
− | nav{display:block;
| + | <!-- Start of menu --> |
− | background:#9c27b0;
| + | <div id="menuContainer"> |
− | }
| + | |
| | | |
− | .menu{display:block;}
| + | <!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons --> |
| + | <ul> |
| + | <a href="https://2015.igem.org/Team:Example2"><li>HOME</li></a> |
| | | |
− | .menu li{display: inline-block; | + | <a href="https://2015.igem.org/Team:Example2/Team"><li>TEAM</li></a> |
− | position: relative;
| + | |
− | z-index:100;}
| + | |
| | | |
− | .menu li:first-child{margin-left:0;} | + | <a href="#"><li>PROJECT |
| + | <ul> |
| + | <a href="https://2015.igem.org/Team:Example2/Description"><li>Description</li></a> |
| + | <a href="https://2015.igem.org/Team:Example2/Experiments"><li>Experiments & Protocols</li></a> |
| + | <a href="https://2015.igem.org/Team:Example2/Results"><li>Results</li></a> |
| + | </ul> |
| + | </li></a> |
| | | |
− | .menu li a {font-weight:normal;
| + | <a href="#"><li>PARTS |
− | text-decoration:none;
| + | <ul> |
− | padding:11px;
| + | <a href="https://2015.igem.org/Team:Example2/Parts"><li>Team Parts</li></a> |
− | display:block;
| + | <a href="https://2015.igem.org/Team:Example2/Basic_Part"><li>Basic Parts</li></a> |
− | color:#ffffff;
| + | <a href="https://2015.igem.org/Team:Example2/Composite_Part"><li>Composite Parts</li></a> |
| + | <a href="https://2015.igem.org/Team:Example2/Part_Collection"><li>Part Collection</li></a> |
| + | </ul> |
| + | </li></a> |
| | | |
− | -webkit-transition: all 0.2s ease-in-out 0s;
| + | <a href="https://2015.igem.org/Team:Example2/Notebook"><li>NOTEBOOK</li></a> |
− | -moz-transition: all 0.2s ease-in-out 0s;
| + | |
− | -o-transition: all 0.2s ease-in-out 0s;
| + | <a href="https://2015.igem.org/Team:Example2/Attributions"><li>ATTRIBUTIONS</li></a> |
− | -ms-transition: all 0.2s ease-in-out 0s;
| + | |
− | transition: all 0.2s ease-in-out 0s;
| + | |
− | }
| + | |
| | | |
− | .menu li a:hover, .menu li:hover > a{color:#ffffff;
| + | <a href="https://2015.igem.org/Team:Example2/Collaborations"><li>COLLABORATIONS</li></a> |
− | background:#9CA3DA;}
| + | |
| | | |
− | .menu ul {display: none; | + | <a href="https://2015.igem.org/Team:Example2/Practices"><li>HUMAN PRACTICES</li></a> |
− | margin: 0;
| + | |
− | padding: 0;
| + | |
− | width: 150px;
| + | |
− | position: absolute;
| + | |
− | top: 43px;
| + | |
− | left: 0px;
| + | |
− | background: #ffffff;
| + | |
− | }
| + | |
| | | |
− | .menu ul li {display:block; | + | <a href="https://2015.igem.org/Team:Example2/Safety"><li>SAFETY</li></a> |
− | float: none;
| + | |
− | background:none;
| + | |
− | margin:0;
| + | |
− | padding:0;
| + | |
− | }
| + | |
− | .menu ul li a {font-size:12px;
| + | |
− | font-weight:normal;
| + | |
− | display:block;
| + | |
− | color:#797979;
| + | |
− | border-left:3px solid #ffffff;
| + | |
− | background:#ffffff;}
| + | |
| | | |
− | .menu ul li a:hover, .menu ul li:hover > a{
| + | <a href="https://2015.igem.org/Team:Example2/Modeling"><li>MODELING</li></a> |
− | background:#f0f0f0;
| + | |
− | border-left:3px solid #9CA3DA;
| + | |
− | color:#797979;
| + | |
− | }
| + | |
| | | |
− | .menu li:hover > ul{ display: block;}
| + | <a href="https://2015.igem.org/Team:Example2/Measurement"><li>MEASUREMENT</li></a> |
− | .menu ul ul {left: 149px; | + | |
− | top: 0px;
| + | |
− | }
| + | |
| | | |
− | .mobile-menu{display:none;
| + | <a href="https://2015.igem.org/Team:Example2/Software"><li>SOFTWARE</li></a> |
− | width:100%;
| + | |
− | padding:11px;
| + | |
− | background:#3E4156;
| + | |
− | color:#ffffff;
| + | |
− | text-transform:uppercase;
| + | |
− | font-weight:600;
| + | |
− | }
| + | |
− | .mobile-menu:hover{background:#3E4156; | + | |
− | color:#ffffff;
| + | |
− | text-decoration:none;
| + | |
− | }
| + | |
| | | |
| + | <a href="https://2015.igem.org/Team:Example2/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a> |
| | | |
− | @media (min-width: 970px) and (max-width: 960px) {
| + | </ul> |
− | | + | </div> |
− | .mainWrap{width:768px;}
| + | <!-- End of menu --> |
− | .menu ul {top:0px;}
| + | |
− | .menu li a{font-size:12px;
| + | |
− | padding:8px;}
| + | |
− | }
| + | |
− | | + | |
− | @media (max-width: 767px) {
| + | |
− | | + | |
− | .mainWrap{width:auto;padding:50px 20px;}
| + | |
− | | + | |
− | .menu{display:none;}
| + | |
− | | + | |
− | .mobile-menu{display:block;
| + | |
− | margin-top:100px;}
| + | |
− | | + | |
− | nav{margin:0;
| + | |
− | background:none;}
| + | |
− | | + | |
− | .menu li{display:block;
| + | |
− | margin:0;}
| + | |
− | | + | |
− | .menu li a {background:#ffffff;
| + | |
− | color:#797979;
| + | |
− | border-top:1px solid #e0e0e0;
| + | |
− | border-left:3px solid #ffffff;}
| + | |
− | | + | |
− | .menu li a:hover, .menu li:hover > a{
| + | |
− | background:#f0f0f0;
| + | |
− | color:#797979;
| + | |
− | border-left:3px solid #9CA3DA;}
| + | |
− | | + | |
− | .menu ul {display:block;
| + | |
− | position:relative;
| + | |
− | top:0;
| + | |
− | left:0;
| + | |
− | width:100%;}
| + | |
− | | + | |
− | .menu ul ul {left:0;}
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | @media (max-width: 480px) {
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | | + | |
− | @media (max-width: 320px) {
| + | |
− | }
| + | |
− | | + | |
− | .team{
| + | |
− | | + | |
− | | + | |
− | float: left;
| + | |
− | padding: 10px 10px 0px 0px;
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | | + | |
− | .intro{
| + | |
− | | + | |
− | margin-top: 0px;
| + | |
− | padding: 0px 50px 0px 50px;
| + | |
− | | + | |
− | }
| + | |
− | | + | |
− | | + | |
− | | + | |
− | /* slider */ | + | |
− | | + | |
− | | + | |
− | | + | |
− | #slider{
| + | |
− | margin:50px auto;
| + | |
− | box-shadow: 0 .1em 1em black;
| + | |
− | -webkit-box-shadow: 0 .1em 1em black;
| + | |
− | -moz-box-shadow: 0 .1em 1em black;
| + | |
− | -o-box-shadow: 0 .1em 1em black;
| + | |
− | }
| + | |
− |
| + | |
− |
| + | |
− | /* ESTILOS DEL SLIDESHOW */
| + | |
− |
| + | |
− | ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;} | + | |
− | li.bjqs-slide{position:absolute; display:none;}
| + | |
− | ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
| + | |
− | ul.bjqs-controls.v-centered li a{position:absolute;}
| + | |
− | ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
| + | |
− | ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
| + | |
− | ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
| + | |
− | ol.bjqs-markers.h-centered{text-align: center;}
| + | |
− | ol.bjqs-markers li{display:inline;}
| + | |
− | ol.bjqs-markers li a{display:inline-block;}
| + | |
− | p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
| + | |
− |
| + | |
− |
| + | |
− | .bjqs-caption{
| + | |
− | color:black;
| + | |
− | background:whitesmoke;
| + | |
− | opacity:.75;
| + | |
− | }
| + | |
− |
| + | |
− | /* BOTONERA UBICADA AL PIE DEL SLIDESHOW */
| + | |
− | ol.bjqs-markers{
| + | |
− | margin-top:35px;
| + | |
− | }
| + | |
− | ol.bjqs-markers li a{
| + | |
− | padding: 5px 10px;
| + | |
− | background: #000;
| + | |
− | color: #fff;
| + | |
− | margin: 5px;
| + | |
− | text-decoration: none;
| + | |
− | transition:background .5s ease;
| + | |
− | -webkit-transition:background .5s ease;
| + | |
− | -moz-transition:background .5s ease;
| + | |
− | -o-transition:background .5s ease;
| + | |
− | }
| + | |
− | li.active-marker a, ol.bjqs-markers li a:hover{
| + | |
− | background:gray!important;
| + | |
− | }
| + | |
− |
| + | |
− | /* CONTROLES ATRAS Y ADELANTE */
| + | |
− | ul.bjqs-controls.v-centered li a {
| + | |
− | display: block;
| + | |
− | padding: 10px;
| + | |
− | background: whitesmoke;
| + | |
− | color: #000;
| + | |
− | text-decoration: none;
| + | |
− | opacity:.75;
| + | |
− |
| + | |
− | transition:color .5s ease, background .5s ease;
| + | |
− | -webkit-transition:color .5s ease, background .5s ease;
| + | |
− | -moz-transition:color .5s ease, background .5s ease;
| + | |
− | -o-transition:color .5s ease, background .5s ease;
| + | |
− | }
| + | |
− | ul.bjqs-controls.v-centered li a:hover{
| + | |
− | background:#000;
| + | |
− | color:#fff;
| + | |
− | }
| + | |
− | | + | |
− | </style>
| + | |
− | </head> | + | |
− | | + | |
− | <body>
| + | |
− | | + | |
− | <div class="contenedor">
| + | |
− | | + | |
− | <header>
| + | |
− | | + | |
− | <div class="logo">
| + | |
− | <img src="https://static.igem.org/mediawiki/2015/a/a0/LOGO_UVWRITSBAND4.png">
| + | |
− | | + | |
− | </div>
| + | |
− | | + | |
− | | + | |
− | </header>
| + | |
− | | + | |
− | <a id="touch-menu" class="mobile-menu" href="#"><i class="icon-reorder"></i>Menu</a>
| + | |
− |
| + | |
− | <nav>
| + | |
− | <ul class="menu">
| + | |
− | <li><a href="#"><i class="icon-envelope-alt"></i>HOME</a></li>
| + | |
− | <li><a href="#"><i class="icon-envelope-alt"></i>TEAM</a></li>
| + | |
− | <li><a href="#"><i class="icon-home"></i>PROYECTS</a>
| + | |
− | <ul class="sub-menu">
| + | |
− | <li><a href="#">DESCRIPTION</a></li>
| + | |
− | <li><a href="#">PROTOCOLS</a></li>
| + | |
− | <li><a href="#">RESULTS</a></li>
| + | |
− | <li><a href="#">DESING</a></li>
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#"><i class="icon-envelope-alt"></i>MODELING</a></li>
| + | |
− | <li><a href="#"><i class="icon-camera"></i>PARTS</a>
| + | |
− | <ul class="sub-menu">
| + | |
− | <li><a href="#">TEAM PARTS</a></li>
| + | |
− | <li><a href="#">BASIC PARTS</a></li>
| + | |
− | <li><a href="#">COMPOSITE PARTS</a></li>
| + | |
− | <li><a href="#">PARTS COLLECTION</a></li>
| + | |
− |
| + | |
− |
| + | |
− | </ul>
| + | |
− | </li>
| + | |
− | <li><a href="#"><i class="icon-bullhorn"></i>NOTEBOOK</a></li>
| + | |
− | <li><a href="#"><i class="icon-envelope-alt"></i>ATTRIBUTIONS</a></li>
| + | |
− | <li><a href="#"><i class="icon-bullhorn"></i>COLLABORATIONS</a></li>
| + | |
− | </ul>
| + | |
− | </nav>
| + | |
− | | + | |
− | <section>
| + | |
− | <!-- SLIDESHOW --> | + | |
− |
| + | |
− | <div id="slider">
| + | |
− | <ul class="bjqs">
| + | |
− | <li>
| + | |
− | <img src="https://static.igem.org/mediawiki/2015/a/a7/Picture_slider_01.jpg" alt="" title="Este mensaje se ve automaticamente si se incluye en el tag title de la imagen" />
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | <img src="https://static.igem.org/mediawiki/2015/3/32/Picture_slider_02.jpg" alt="" title="El aspecto de este texto se modifica con CSS en la clase bjqs-caption" />
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | <img src="https://static.igem.org/mediawiki/2015/3/31/Picture_slider_03.jpg" alt="" title="Para eliminarlo, simplemente remover el tag title en la imagen" />
| + | |
− | </li>
| + | |
− | </ul>
| + | |
− | </div>
| + | |
− | | + | |
− | </section>
| + | |
− | | + | |
− | | + | |
− | <div class="intro">
| + | |
− | <h1>Description:</h1>
| + | |
− | <hr>
| + | |
− | <img class="team" src="https://static.igem.org/mediawiki/2015/f/f4/Img_portada.jpg"><p>
| + | |
− | According to the Ministry of Health in Chile in the last 5 years there have been 20-25 cases of skin cancer per 100 inhabitants. One of the main factors causing skin cancer is the ultraviolet radiation (UV). This is a natural radiation which in low dose is harmless to the cells, even it can be beneficial for an organism survival. However, when a certain amount is exceeded, it can cause a serious cell damage. The highest levels of UV radiation are reported in Chile.
| + | |
− | Our team proposes a system that alerts the intensity of UV radiation. In detail, the project it is represented in a bracelet which it is composed by Bacillus subtilis bacteria that is modified genetically with a system that senses ultraviolet light and according to the intensity it generate the correct coloration . This
| + | |
− | | + | |
− | <p>
| + | |
− | </div>
| + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | | + | |
− | </div>
| + | |
− | | + | |
− | <script type="text/javascript">
| + | |
− | | + | |
− | $(document).ready(function(){
| + | |
− | var touch = $('#touch-menu');
| + | |
− | var menu = $('.menu');
| + | |
− | | + | |
− | $(touch).on('click', function(e) {
| + | |
− | e.preventDefault();
| + | |
− | menu.slideToggle();
| + | |
− | });
| + | |
− |
| + | |
− | $(window).resize(function(){
| + | |
− | var w = $(window).width();
| + | |
− | if(w > 767 && menu.is(':hidden')) {
| + | |
− | menu.removeAttr('style');
| + | |
− | }
| + | |
− | });
| + | |
− |
| + | |
− | });
| + | |
− | | + | |
− | | + | |
− | </script>
| + | |
− | | + | |
− | <script>
| + | |
− | jQuery(document).ready(function($) {
| + | |
− | $('#slider').bjqs({
| + | |
− |
| + | |
− |
| + | |
− | // PARAMETROS OPCIONALES QUE NOS OFRECE EL PLUGIN
| + | |
− | width : 900,
| + | |
− | height : 300,
| + | |
− |
| + | |
− | // animation values
| + | |
− | animtype : 'fade', // accepts 'fade' or 'slide'
| + | |
− | animduration : 500, // how fast the animation are
| + | |
− | animspeed : 4000, // the delay between each slide
| + | |
− | automatic : true, // automatic
| + | |
− |
| + | |
− | // control and marker configuration
| + | |
− | showcontrols : true, // show next and prev controls
| + | |
− | centercontrols : true, // center controls verically
| + | |
− | nexttext : 'Next', // Text for 'next' button (can use HTML)
| + | |
− | prevtext : 'Prev', // Text for 'previous' button (can use HTML)
| + | |
− | showmarkers : false, // Show individual slide markers
| + | |
− | centermarkers : true, // Center markers horizontally
| + | |
− |
| + | |
− | // interaction values
| + | |
− | keyboardnav : true, // enable keyboard navigation
| + | |
− | hoverpause : true, // pause the slider on hover
| + | |
− |
| + | |
− | // presentational options
| + | |
− | usecaptions : true, // show captions for images using the image title tag
| + | |
− | responsive : true // enable responsive capabilities (beta)
| + | |
− | });
| + | |
− | });
| + | |
− | | + | |
− | | + | |
− | | + | |
− | </script>
| + | |
− | | + | |
− | <script>
| + | |
− | | + | |
− | /*
| + | |
− | * Basic jQuery Slider plug-in v.1.3
| + | |
− | *
| + | |
− | * http://www.basic-slider.com
| + | |
− | *
| + | |
− | * Authored by John Cobb
| + | |
− | * http://www.johncobb.name
| + | |
− | * @john0514
| + | |
− | *
| + | |
− | * Copyright 2011, John Cobb
| + | |
− | * License: GNU General Public License, version 3 (GPL-3.0)
| + | |
− | * http://www.opensource.org/licenses/gpl-3.0.html
| + | |
− | *
| + | |
− | */(function(e){"use strict";e.fn.bjqs=function(t){var n={width:700,height:300,animtype:"fade",animduration:450,animspeed:4e3,automatic:!0,showcontrols:!0,centercontrols:!0,nexttext:"Next",prevtext:"Prev",showmarkers:!0,centermarkers:!0,keyboardnav:!0,hoverpause:!0,usecaptions:!0,randomstart:!1,responsive:!1},r=e.extend({},n,t),i=this,s=i.find("ul.bjqs"),o=s.children("li"),u=null,a=null,f=null,l=null,c=null,h=null,p=null,d=null,v={slidecount:o.length,animating:!1,paused:!1,currentslide:1,nextslide:0,currentindex:0,nextindex:0,interval:null},m={width:null,height:null,ratio:null},g={fwd:"forward",prev:"previous"},y=function(){o.addClass("bjqs-slide");r.responsive?b():E();if(v.slidecount>1){r.randomstart&&L();r.showcontrols&&x();r.showmarkers&&T();r.keyboardnav&&N();r.hoverpause&&r.automatic&&C();r.animtype==="slide"&&S()}r.usecaptions&&k();if(r.animtype==="slide"&&!r.randomstart){v.currentindex=1;v.currentslide=2}s.show();o.eq(v.currentindex).show();r.automatic&&(v.interval=setInterval(function(){O(g.fwd,!1)},r.animspeed))},b=function(){m.width=i.outerWidth();m.ratio=m.width/r.width,m.height=r.height*m.ratio;if(r.animtype==="fade"){o.css({height:r.height,width:"100%"});o.children("img").css({height:r.height,width:"100%"});s.css({height:r.height,width:"100%"});i.css({height:r.height,"max-width":r.width,position:"relative"});if(m.width<r.width){o.css({height:m.height});o.children("img").css({height:m.height});s.css({height:m.height});i.css({height:m.height})}e(window).resize(function(){m.width=i.outerWidth();m.ratio=m.width/r.width,m.height=r.height*m.ratio;o.css({height:m.height});o.children("img").css({height:m.height});s.css({height:m.height});i.css({height:m.height})})}if(r.animtype==="slide"){o.css({height:r.height,width:r.width});o.children("img").css({height:r.height,width:r.width});s.css({height:r.height,width:r.width*r.slidecount});i.css({height:r.height,"max-width":r.width,position:"relative"});if(m.width<r.width){o.css({height:m.height});o.children("img").css({height:m.height});s.css({height:m.height});i.css({height:m.height})}e(window).resize(function(){m.width=i.outerWidth(),m.ratio=m.width/r.width,m.height=r.height*m.ratio;o.css({height:m.height,width:m.width});o.children("img").css({height:m.height,width:m.width});s.css({height:m.height,width:m.width*r.slidecount});i.css({height:m.height});h.css({height:m.height,width:m.width});w(function(){O(!1,v.currentslide)},200,"some unique string")})}},w=function(){var e={};return function(t,n,r){r||(r="Don't call this twice without a uniqueId");e[r]&&clearTimeout(e[r]);e[r]=setTimeout(t,n)}}(),E=function(){o.css({height:r.height,width:r.width});s.css({height:r.height,width:r.width});i.css({height:r.height,width:r.width,position:"relative"})},S=function(){p=o.eq(0).clone();d=o.eq(v.slidecount-1).clone();p.attr({"data-clone":"last","data-slide":0}).appendTo(s).show();d.attr({"data-clone":"first","data-slide":0}).prependTo(s).show();o=s.children("li");v.slidecount=o.length;h=e('<div class="bjqs-wrapper"></div>');if(r.responsive&&m.width<r.width){h.css({width:m.width,height:m.height,overflow:"hidden",position:"relative"});s.css({width:m.width*(v.slidecount+2),left:-m.width*v.currentslide})}else{h.css({width:r.width,height:r.height,overflow:"hidden",position:"relative"});s.css({width:r.width*(v.slidecount+2),left:-r.width*v.currentslide})}o.css({"float":"left",position:"relative",display:"list-item"});h.prependTo(i);s.appendTo(h)},x=function(){u=e('<ul class="bjqs-controls"></ul>');a=e('<li class="bjqs-next"><a href="#" data-direction="'+g.fwd+'">'+r.nexttext+"</a></li>");f=e('<li class="bjqs-prev"><a href="#" data-direction="'+g.prev+'">'+r.prevtext+"</a></li>");u.on("click","a",function(t){t.preventDefault();var n=e(this).attr("data-direction");if(!v.animating){n===g.fwd&&O(g.fwd,!1);n===g.prev&&O(g.prev,!1)}});f.appendTo(u);a.appendTo(u);u.appendTo(i);if(r.centercontrols){u.addClass("v-centered");var t=(i.height()-a.children("a").outerHeight())/2,n=t/r.height*100,s=n+"%";a.find("a").css("top",s);f.find("a").css("top",s)}},T=function(){l=e('<ol class="bjqs-markers"></ol>');e.each(o,function(t,n){var i=t+1,s=t+1;r.animtype==="slide"&&(s=t+2);var o=e('<li><a href="#">'+i+"</a></li>");i===v.currentslide&&o.addClass("active-marker");o.on("click","a",function(e){e.preventDefault();!v.animating&&v.currentslide!==s&&O(!1,s)});o.appendTo(l)});l.appendTo(i);c=l.find("li");if(r.centermarkers){l.addClass("h-centered");var t=(r.width-l.width())/2;l.css("left",t)}},N=function(){e(document).keyup(function(e){if(!v.paused){clearInterval(v.interval);v.paused=!0}if(!v.animating)if(e.keyCode===39){e.preventDefault();O(g.fwd,!1)}else if(e.keyCode===37){e.preventDefault();O(g.prev,!1)}if(v.paused&&r.automatic){v.interval=setInterval(function(){O(g.fwd)},r.animspeed);v.paused=!1}})},C=function(){i.hover(function(){if(!v.paused){clearInterval(v.interval);v.paused=!0}},function(){if(v.paused){v.interval=setInterval(function(){O(g.fwd,!1)},r.animspeed);v.paused=!1}})},k=function(){e.each(o,function(t,n){var r=e(n).children("img:first-child").attr("title");r||(r=e(n).children("a").find("img:first-child").attr("title"));if(r){r=e('<p class="bjqs-caption">'+r+"</p>");r.appendTo(e(n))}})},L=function(){var e=Math.floor(Math.random()*v.slidecount)+1;v.currentslide=e;v.currentindex=e-1},A=function(e){if(e===g.fwd)if(o.eq(v.currentindex).next().length){v.nextindex=v.currentindex+1;v.nextslide=v.currentslide+1}else{v.nextindex=0;v.nextslide=1}else if(o.eq(v.currentindex).prev().length){v.nextindex=v.currentindex-1;v.nextslide=v.currentslide-1}else{v.nextindex=v.slidecount-1;v.nextslide=v.slidecount}},O=function(e,t){if(!v.animating){v.animating=!0;if(t){v.nextslide=t;v.nextindex=t-1}else A(e);if(r.animtype==="fade"){if(r.showmarkers){c.removeClass("active-marker");c.eq(v.nextindex).addClass("active-marker")}o.eq(v.currentindex).fadeOut(r.animduration);o.eq(v.nextindex).fadeIn(r.animduration,function(){v.animating=!1;v.currentslide=v.nextslide;v.currentindex=v.nextindex})}if(r.animtype==="slide"){if(r.showmarkers){var n=v.nextindex-1;n===v.slidecount-2?n=0:n===-1&&(n=v.slidecount-3);c.removeClass("active-marker");c.eq(n).addClass("active-marker")}r.responsive&&m.width<r.width?v.slidewidth=m.width:v.slidewidth=r.width;s.animate({left:-v.nextindex*v.slidewidth},r.animduration,function(){v.currentslide=v.nextslide;v.currentindex=v.nextindex;if(o.eq(v.currentindex).attr("data-clone")==="last"){s.css({left:-v.slidewidth});v.currentslide=2;v.currentindex=1}else if(o.eq(v.currentindex).attr("data-clone")==="first"){s.css({left:-v.slidewidth*(v.slidecount-2)});v.currentslide=v.slidecount-1;v.currentindex=v.slidecount-2}v.animating=!1})}}};y()}})(jQuery);
| + | |
− | | + | |
− | | + | |
− | </script>
| + | |
− | </body>
| + | |
| | | |
| + | <!-- Start of content --> |
| + | <div id="contentContainer"> <!--This div will close on the page.--> |
| </html> | | </html> |