Difference between revisions of "Team:NTU-LIHPAO-Taiwan"
Line 1: | Line 1: | ||
− | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
− | <html> | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
+ | <head> | ||
− | + | <link rel="stylesheet" href="flexslider.css" type="text/css"> | |
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | ||
+ | <script src="jquery.flexslider.js"></script> | ||
− | + | <script type="text/javascript" charset="utf-8"> | |
− | + | $(window).load(function() { | |
+ | $('.flexslider').flexslider(); | ||
+ | }); | ||
+ | </script> | ||
− | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
+ | <title>無標題文件</title> | ||
+ | <style type="text/css"> | ||
− | + | /*-------------------------------------------*/ | |
− | + | /*--------------Wiki Page Reset--------------*/ | |
− | + | /*-------------------------------------------*/ | |
− | + | ||
− | + | #contentSub, #contentcontainer, #footer-box, #sitesub, #catlinks, #search-controls, #p-logo, .h3, .printfooter, .firstHeading, .visualClear { | |
− | + | display: none; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | #globalWrapper, #content { | |
− | + | width: 100%; | |
− | + | height: 100%; | |
− | + | border: 0px; | |
− | + | background-color: transparent; | |
− | + | margin: 0px; | |
− | + | padding: 0px; | |
− | + | } | |
− | + | html, body, .wrapper { | |
− | + | width: 100%; | |
− | + | height: 100%; | |
− | + | background-color: transparent; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | /*-------------------------------------------*/ | |
− | + | /*-------------------Body--------------------*/ | |
− | + | /*-------------------------------------------*/ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | body { | |
+ | background-color: #F0F0F0; | ||
+ | } | ||
+ | body,td,th { | ||
+ | font-size: 16px; | ||
+ | font-family: Calibri, "新細明體", "Arial Narrow", "Agency FB"; | ||
+ | } | ||
+ | #Wrapper { | ||
+ | margin-right: auto; | ||
+ | margin-left: auto; | ||
+ | background-color: #FFF; | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 0px; | ||
+ | width: 90%; | ||
+ | height: 2000px; | ||
+ | top: -10px; | ||
+ | left: 5%; | ||
+ | right: 5%; | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | padding-top: 0px; | ||
+ | padding-bottom: 0px; | ||
+ | z-index: 0; | ||
+ | } | ||
− | + | #Wrapper_TopPic { | |
− | + | margin-right: auto; | |
− | + | margin-left: auto; | |
− | + | background-color: #FFF; | |
− | + | margin-top: 0px; | |
− | + | margin-bottom: 0px; | |
− | + | width: 100%; | |
− | + | height: 80px; | |
− | + | top: 0px; | |
− | + | left:0px; | |
− | + | right:0px; | |
− | + | position: fixed; | |
− | + | bottom: 0px; | |
− | + | padding-top: 0px; | |
+ | padding-bottom: 0px; | ||
+ | z-index: 9999; | ||
+ | border-bottom-style: ridge; | ||
+ | border-bottom-color: #06F; | ||
+ | border-bottom-width: 3px; | ||
+ | z-index: 9999; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
− | + | /*-------------------------------------------*/ | |
− | + | /*-----------------Top icons-----------------*/ | |
− | + | /*-------------------------------------------*/ | |
− | + | ||
− | + | ||
− | + | #Facebook_icon a { | |
− | + | background-image: url(facebook_icon.png); | |
− | + | height: 45px; | |
− | + | width: 45px; | |
+ | position: absolute; | ||
+ | left: auto; | ||
+ | top: 20px; | ||
+ | right: 6%; | ||
+ | bottom: auto; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | #Facebook_icon a:hover { | ||
+ | background-image: url(facebook_icon_hover.png); | ||
+ | height: 45px; | ||
+ | width: 45px; | ||
+ | position: absolute; | ||
+ | left: auto; | ||
+ | top: 20px; | ||
+ | right: 6%; | ||
+ | bottom: auto; | ||
+ | z-index: 9999; | ||
+ | } | ||
− | + | #iGEM_icon a { | |
− | + | background-image: url(iGEM_icon.png); | |
− | + | height: 53px; | |
− | + | width: 62px; | |
− | + | position: absolute; | |
− | + | left: auto; | |
− | + | top: 20px; | |
− | + | right: 1%; | |
− | + | bottom: auto; | |
− | + | z-index: 9999; | |
− | + | } | |
+ | #iGEM_icon a:hover { | ||
+ | background-image: url(iGEM_icon_hover.png); | ||
+ | height: 53px; | ||
+ | width: 62px; | ||
+ | position: absolute; | ||
+ | left: auto; | ||
+ | top: 20px; | ||
+ | right: 1%; | ||
+ | bottom: auto; | ||
+ | z-index: 9999; | ||
+ | } | ||
− | + | #NTUXLIHPAO_icon { | |
− | + | background-image: url(NTUXLIHPAO.png); | |
− | + | height: 79px; | |
− | + | width: 233px; | |
− | + | position: absolute; | |
− | + | left: 5%; | |
− | + | top: 10px; | |
+ | right: auto; | ||
+ | bottom: auto; | ||
+ | z-index: 9999; | ||
+ | } | ||
− | + | #CareWeights_icon { | |
− | + | background-image: url(CareWeights.png); | |
− | + | height: 56px; | |
− | + | width: 561px; | |
− | + | position: absolute; | |
− | + | left: 25%; | |
− | + | top: 10px; | |
− | + | right: auto; | |
+ | bottom: auto; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | #NTU_icon a { | ||
+ | background-image: url(NTU_Logo.png); | ||
+ | height: 61px; | ||
+ | width: 131px; | ||
+ | position: absolute; | ||
+ | left: auto; | ||
+ | top: 14px; | ||
+ | right: 10%; | ||
+ | bottom: auto; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | #NTU_icon a:hover { | ||
+ | background-image: url(NTU_Logo2.png); | ||
+ | height: 70px; | ||
+ | width: 131px; | ||
+ | position: absolute; | ||
+ | left: auto; | ||
+ | top: 9px; | ||
+ | right: 10%; | ||
+ | bottom: auto; | ||
+ | z-index: 9999; | ||
+ | } | ||
− | |||
− | + | /*-------------------------------------------*/ | |
− | + | /*-----------------Slide Menu----------------*/ | |
− | + | /*-------------------------------------------*/ | |
− | + | .nav { | |
− | + | z-index: 9999; | |
− | + | position: fixed; | |
+ | top: 80px; | ||
+ | left: 28.5%; | ||
+ | right: auto; | ||
+ | list-style:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | /*background:rgba(100%,100%,100%,0); 主選單色系選擇*/ | ||
+ | } | ||
− | + | .nav ul { | |
− | + | *zoom:1; | |
− | + | list-style:none; | |
− | + | margin:0; | |
− | + | padding:0; | |
+ | /*background:rgba(100%,100%,100%,0); 主選單色系選擇*/ | ||
+ | } | ||
− | + | .nav ul:before,.nav ul:after { | |
− | + | content:""; | |
− | + | display:table; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .nav ul:after { | |
− | + | clear:both; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | .nav a { | |
− | + | text-decoration:none; | |
− | + | display:block; | |
− | + | padding:4px 4px; | |
− | + | line-height:1em; | |
− | + | color:#000; | |
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
+ | height: auto; | ||
+ | width: auto; | ||
+ | font-family: "Agency FB"; | ||
+ | font-size: 19px; | ||
+ | } | ||
− | + | .nav a:hover { | |
− | + | text-decoration:none; | |
− | + | background:rgba(0,0,0,0.1); | |
− | + | text-align: center; | |
− | + | vertical-align: middle; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | .nav li ul { | |
− | + | position:absolute; | |
− | + | left:0; | |
− | + | top:24px; | |
− | + | z-index:1; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .nav li ul li { | |
+ | overflow:hidden; | ||
+ | height:0; | ||
+ | } | ||
− | + | .nav li ul a { | |
− | + | border:none; | |
− | + | background:rgba(255,255,255,0.9); /*--改拉出選單顏色--*/ | |
− | + | -webkit-transition:background 300ms ease-in-out; | |
− | + | -moz-transition:background 300ms ease-in-out; | |
+ | -o-transition:background 300ms ease-in-out; | ||
+ | transition:background 300ms ease-in-out; | ||
+ | } | ||
+ | .nav li ul a:hover { | ||
+ | background-color: rgba(240,240,240,1); | ||
+ | } | ||
− | + | .nav ul > li { | |
− | + | text-decoration:none; | |
− | + | float:left; | |
− | + | position:relative; | |
− | + | height: 24px; /*--改主要選單高度--*/ | |
− | + | width: 115px; /*--改主要選單寬度--*/ | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
+ | .nav ul > li:hover ul.subs { | ||
+ | height: auto; | ||
+ | width: 150px; /*--改拉出的選單寬度--*/ | ||
+ | } | ||
− | + | .nav ul > li:hover ul li { | |
− | + | text-decoration:none; | |
+ | height: 27px; /*--改拉出的選單高度--*/ | ||
+ | width: 150px; /*--改拉出的選單寬度--*/ | ||
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
+ | -webkit-transition:height 250ms ease-in; | ||
+ | -moz-transition:height 250ms ease-in; | ||
+ | -o-transition:height 250ms ease-in; | ||
+ | transition:height 250ms ease-in; | ||
+ | border-left-width: 3px; | ||
+ | border-left-style: solid; | ||
+ | border-left-color: #E3E4E5; | ||
+ | } | ||
+ | /*-------------------------------------------*/ | ||
+ | /*----------------flexslider-----------------*/ | ||
+ | /*-------------------------------------------*/ | ||
− | + | .Container_flexslider { | |
− | + | position: absolute; | |
+ | top: 110px; | ||
+ | left: 0px; | ||
+ | right: 0px; | ||
+ | margin:0px; | ||
+ | padding:0px; | ||
+ | height: 600px; | ||
+ | width: 100%; | ||
+ | background-color:#FFF; | ||
+ | z-index:9997; | ||
+ | } | ||
+ | @font-face { | ||
+ | font-family: 'flexslider-icon'; | ||
+ | src: url('fonts/flexslider-icon.eot'); | ||
+ | src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg'); | ||
+ | font-weight: normal; | ||
+ | font-style: normal; | ||
+ | } | ||
+ | .flex-container a:hover, | ||
+ | .flex-slider a:hover, | ||
+ | .flex-container a:focus, | ||
+ | .flex-slider a:focus { | ||
+ | outline: none; | ||
+ | } | ||
+ | .slides, | ||
+ | .slides > li, | ||
+ | .flex-control-nav, | ||
+ | .flex-direction-nav { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | list-style: none; | ||
+ | } | ||
+ | .flex-pauseplay span { | ||
+ | text-transform: capitalize; | ||
+ | } | ||
+ | .flexslider { | ||
+ | margin: 0; | ||
+ | } | ||
+ | .flexslider .slides > li { | ||
+ | display: none; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | } | ||
+ | .flexslider .slides img { | ||
+ | width: 100%; | ||
+ | display: block; | ||
+ | } | ||
+ | .flexslider .slides:after { | ||
+ | content: "\0020"; | ||
+ | display: block; | ||
+ | clear: both; | ||
+ | visibility: hidden; | ||
+ | line-height: 0; | ||
+ | height: 0; | ||
+ | } | ||
+ | html[xmlns] .flexslider .slides { | ||
+ | display: block; | ||
+ | } | ||
+ | * html .flexslider .slides { | ||
+ | height: 1%; | ||
+ | } | ||
+ | .no-js .flexslider .slides > li:first-child { | ||
+ | display: block; | ||
+ | } | ||
+ | .flexslider { | ||
+ | margin: 0 0 60px; | ||
+ | background: #ffffff; | ||
+ | border: 4px solid #ffffff; | ||
+ | position: absolute; | ||
+ | zoom: 1; | ||
+ | -webkit-border-radius: 4px; | ||
+ | -moz-border-radius: 4px; | ||
+ | border-radius: 4px; | ||
+ | -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); | ||
+ | -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); | ||
+ | -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); | ||
+ | box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2); | ||
+ | } | ||
+ | .flexslider .slides { | ||
+ | zoom: 1; | ||
+ | } | ||
+ | .flexslider .slides img { | ||
+ | height: auto; | ||
+ | } | ||
+ | .flex-viewport { | ||
+ | max-height: 2000px; | ||
+ | -webkit-transition: all 1s ease; | ||
+ | -moz-transition: all 1s ease; | ||
+ | -ms-transition: all 1s ease; | ||
+ | -o-transition: all 1s ease; | ||
+ | transition: all 1s ease; | ||
+ | } | ||
+ | .loading .flex-viewport { | ||
+ | max-height: 300px; | ||
+ | } | ||
+ | .carousel li { | ||
+ | margin-right: 5px; | ||
+ | } | ||
+ | .flex-direction-nav { | ||
+ | *height: 0; | ||
+ | } | ||
+ | .flex-direction-nav a { | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | width: 40px; | ||
+ | height: 40px; | ||
+ | margin: -20px 0 0; | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | z-index: 10; | ||
+ | overflow: hidden; | ||
+ | opacity: 0; | ||
+ | cursor: pointer; | ||
+ | color: rgba(0, 0, 0, 0.8); | ||
+ | text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); | ||
+ | -webkit-transition: all 0.3s ease-in-out; | ||
+ | -moz-transition: all 0.3s ease-in-out; | ||
+ | -ms-transition: all 0.3s ease-in-out; | ||
+ | -o-transition: all 0.3s ease-in-out; | ||
+ | transition: all 0.3s ease-in-out; | ||
+ | } | ||
+ | .flex-direction-nav a:before { | ||
+ | content: " "; | ||
+ | display: block; | ||
+ | background: url('Symbol_P.png') no-repeat; | ||
+ | width: 40px; | ||
+ | height: 40px; | ||
+ | } | ||
+ | .flex-direction-nav a.flex-next:before { | ||
+ | content: " "; | ||
+ | display: block; | ||
+ | background: url('Symbol_Y.png') no-repeat; | ||
+ | width: 40px; | ||
+ | height: 40px; | ||
+ | } | ||
+ | .flex-direction-nav .flex-prev { | ||
+ | left: 25px; | ||
+ | } | ||
+ | .flex-direction-nav .flex-next { | ||
+ | right: 25px; | ||
+ | text-align: right; | ||
+ | } | ||
+ | .flexslider:hover .flex-direction-nav .flex-prev { | ||
+ | opacity: 0.7; | ||
+ | left: 10px; | ||
+ | } | ||
+ | .flexslider:hover .flex-direction-nav .flex-prev:hover { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .flexslider:hover .flex-direction-nav .flex-next { | ||
+ | opacity: 0.7; | ||
+ | right: 10px; | ||
+ | } | ||
+ | .flexslider:hover .flex-direction-nav .flex-next:hover { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .flex-direction-nav .flex-disabled { | ||
+ | opacity: 0!important; | ||
+ | filter: alpha(opacity=0); | ||
+ | cursor: default; | ||
+ | } | ||
+ | .flex-pauseplay a { | ||
+ | display: block; | ||
+ | width: 20px; | ||
+ | height: 20px; | ||
+ | position: absolute; | ||
+ | bottom: 5px; | ||
+ | left: 10px; | ||
+ | opacity: 0.8; | ||
+ | z-index: 10; | ||
+ | overflow: hidden; | ||
+ | cursor: pointer; | ||
+ | color: #000; | ||
+ | } | ||
+ | .flex-pauseplay a:before { | ||
+ | font-family: "flexslider-icon"; | ||
+ | font-size: 20px; | ||
+ | display: inline-block; | ||
+ | content: '\f004'; | ||
+ | } | ||
+ | .flex-pauseplay a:hover { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | .flex-pauseplay a.flex-play:before { | ||
+ | content: '\f003'; | ||
+ | } | ||
+ | .flex-control-nav { | ||
+ | width: 100%; | ||
+ | position: absolute; | ||
+ | bottom: -40px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .flex-control-nav li { | ||
+ | margin: 0 6px; | ||
+ | display: inline-block; | ||
+ | zoom: 1; | ||
+ | *display: inline; | ||
+ | } | ||
+ | .flex-control-paging li a { | ||
+ | width: 11px; | ||
+ | height: 11px; | ||
+ | display: block; | ||
+ | background: #666; | ||
+ | background: rgba(0,0,0,0.5); | ||
+ | cursor: pointer; | ||
+ | text-indent: -9999px; | ||
+ | -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 1); | ||
+ | -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 1); | ||
+ | -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 1); | ||
+ | box-shadow: inset 0 0 3px rgba(0, 0, 0, 1); | ||
+ | -webkit-border-radius: 20px; | ||
+ | -moz-border-radius: 20px; | ||
+ | border-radius: 20px; | ||
+ | } | ||
+ | .flex-control-paging li a:hover { | ||
+ | background: #333; | ||
+ | background: rgba(0, 0, 0, 0.7); | ||
+ | } | ||
+ | .flex-control-paging li a.flex-active { | ||
+ | background: #000; | ||
+ | background: rgba(0, 0, 0, 0.9); | ||
+ | cursor: default; | ||
+ | } | ||
+ | .flex-control-thumbs { | ||
+ | margin: 5px 0 0; | ||
+ | position: static; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .flex-control-thumbs li { | ||
+ | width: 25%; | ||
+ | float: left; | ||
+ | margin: 0; | ||
+ | } | ||
+ | .flex-control-thumbs img { | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | display: block; | ||
+ | opacity: .7; | ||
+ | cursor: pointer; | ||
+ | -webkit-transition: all 1s ease; | ||
+ | -moz-transition: all 1s ease; | ||
+ | -ms-transition: all 1s ease; | ||
+ | -o-transition: all 1s ease; | ||
+ | transition: all 1s ease; | ||
+ | } | ||
+ | .flex-control-thumbs img:hover { | ||
+ | opacity: 5; | ||
+ | } | ||
+ | .flex-control-thumbs .flex-active { | ||
+ | opacity: 1; | ||
+ | cursor: default; | ||
+ | } | ||
+ | @media screen and (max-width: 860px) { | ||
+ | .flex-direction-nav .flex-prev { | ||
+ | opacity: 1; | ||
+ | left: 10px; | ||
+ | } | ||
+ | .flex-direction-nav .flex-next { | ||
+ | opacity: 1; | ||
+ | right: 10px; | ||
+ | } | ||
+ | } | ||
− | + | /*-------------------------------------------*/ | |
− | + | /*-------------------intro-------------------*/ | |
− | + | /*-------------------------------------------*/ | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | .Container_intro { | |
− | + | width: 1150px; | |
+ | height: 590px; | ||
+ | top: 580px; | ||
+ | right: 0px; | ||
+ | left: 0px; | ||
+ | position: absolute; | ||
+ | background-color: rgba(0,0,0,0); | ||
+ | } | ||
+ | .Container_intro_title { | ||
+ | width: 1150px; | ||
+ | height: 100px; | ||
+ | top: 0px; | ||
+ | right: 0px; | ||
+ | left: 0px; | ||
+ | position: absolute; | ||
+ | background-color: rgba(0,0,0,0); | ||
+ | } | ||
+ | .Container_intro_video { | ||
+ | padding-left: 50px; | ||
+ | padding-top: 50px; | ||
+ | padding-bottom: 50px; | ||
+ | width: 520px; | ||
+ | height: 390px; | ||
+ | top: 100px; | ||
+ | right: 0px; | ||
+ | left: 0px; | ||
+ | position: absolute; | ||
+ | background-color: rgba(0,0,0,0); | ||
+ | } | ||
+ | .Container_intro_text { | ||
+ | padding-left: 50px; | ||
+ | width: 530px; | ||
+ | height: 490px; | ||
+ | top: 100px; | ||
+ | right: 0px; | ||
+ | left: 570px; | ||
+ | position: absolute; | ||
+ | background-color: rgba(0,0,0,0); | ||
+ | } | ||
− | |||
− | |||
− | |||
− | + | h1 { | |
+ | font-size: 1.6em; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 1.4em; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 1.2em; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <!----------------------------------------> | |
− | + | <!----------------------------------------> | |
− | + | <!------------------BODY------------------> | |
− | + | <!----------------------------------------> | |
− | + | <!----------------------------------------> | |
− | + | ||
− | + | ||
− | + | ||
− | + | <body> | |
− | + | ||
− | + | ||
− | + | <div id="Wrapper"> | |
+ | <div id="Wrapper_TopPic"> | ||
+ | <div id="Facebook_icon"><a href="https://www.facebook.com/NationalTaiwanUniversityiGEM"></a></div> | ||
+ | <div id="iGEM_icon"><a href="https://igem.org/Main_Page"></a></div> | ||
+ | <div id="NTU_icon"><a href="http://www.ntu.edu.tw/english/index.html"></a></div> | ||
+ | <div id="NTUXLIHPAO_icon"></div> | ||
+ | <div class="nav"> | ||
+ | <ul> | ||
+ | <li><a href="#">Home</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Team</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Project</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Results</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Modeling</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Notebook</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Safety</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="#">Human Practice</a> | ||
+ | <ul class="subs"> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | <li><a href="#">Subnav Item</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="Container_flexslider"> | ||
+ | <div class="flexslider"> | ||
+ | <ul class="slides"> | ||
+ | <li> | ||
+ | <img src="slide4.jpg" /> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img src="slide4.jpg" /> | ||
+ | </li> | ||
+ | <li> | ||
+ | <img src="slide4.jpg" /> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="Container_intro"> | ||
+ | <div class="Container_intro_title"> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="Container_intro_video"> | ||
+ | <video width="520" height="390" controls> | ||
+ | <source src="https://static.igem.org/mediawiki/2015/2/2e/Team-HKUST-Rice-Ethical_debate_part_1.mp4" type="video/ogg"> | ||
+ | <source src="https://static.igem.org/mediawiki/2015/2/2e/Team-HKUST-Rice-Ethical_debate_part_1.mp4" type="video/mp4"> | ||
+ | </div> | ||
+ | |||
+ | <div class="Container_intro_text"> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | + | </body> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</html> | </html> |
Revision as of 12:32, 26 July 2015
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">