|
|
Line 1: |
Line 1: |
| {{:Team:Valencia_UPV/header}} | | {{:Team:Valencia_UPV/header}} |
| <html> | | <html> |
- | | + | <div style="background-color: black; width: 225px; height: 300px;"></div> |
- | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery-1.6.1.min.js?action=raw&ctype=text/javascript" type="text/javascript" ></script>
| + | |
- | | + | |
- | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery.easing.1.3.js?action=raw&ctype=text/javascript" type="text/javascript" ></script>
| + | |
- | | + | |
- | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery.mousewheel.js?action=raw&ctype=text/javascript" type="text/javascript" ></script>
| + | |
- | | + | |
- | <script src="https://2014.igem.org/Team:Valencia_UPV/Core:JS/jquery.vaccordion.js?action=raw&ctype=text/javascript" type="text/javascript" ></script>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <link rel="stylesheet" href="https://2014.igem.org/Team:Valencia_UPV/style_css?action=raw&ctype=text/css" type="text/css" />
| + | |
- | | + | |
- | <body>
| + | |
- | | + | |
- | <div class="container"> | + | |
- | <h1 align="center" style="color: #FFFF00;">Team Accordion</h1>
| + | |
- | <div id="va-accordion" class="va-container">
| + | |
- | <div class="va-wrapper">
| + | |
- | <div class="va-slice va-slice-Javier">
| + | |
- | <h3 class="va-title">Javier Urchueguía</h3>
| + | |
- | <div class="va-content">
| + | |
- | <p style="color: white;">Expertise</p>
| + | |
- | <ul>
| + | |
- | <li><a href="Profile_Javier.html"><strong>Profile</strong></a></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="va-slice va-slice-6">
| + | |
- | <h3 class="va-title">Jesús Picó</h3>
| + | |
- | <div class="va-content">
| + | |
- | <p style="color: white;">Expertise</p>
| + | |
- | <ul>
| + | |
- | <li><a href="#"><strong>Profile</strong></a></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="va-slice va-slice-3">
| + | |
- | <h3 class="va-title">Diego Orzáez</h3>
| + | |
- | <div class="va-content">
| + | |
- | <p style="color: white;">Expertise</p>
| + | |
- | <ul>
| + | |
- | <li><a href="#"><strong>Profile</strong></a></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <div class="va-slice va-slice-4">
| + | |
- | <h3 class="va-title">Alberto Conejero</h3> <!-------------------------------------------------------------ADAPTAR MARCO A 4 FILAS!!------------------------------------------------------------------------------->
| + | |
- | <div class="va-content">
| + | |
- | <p style="color: white;">Expertise</p>
| + | |
- | <ul>
| + | |
- | <li><a href="#"><strong>Profile</strong></a></li>
| + | |
- | </ul>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | </div>
| + | |
- | <br/><br/><br/><br/>
| + | |
- | </div>
| + | |
- | <script type="text/javascript">
| + | |
- | $(function() {
| + | |
- | $('#va-accordion').vaccordion({
| + | |
- | visibleSlices : 5,
| + | |
- | expandedHeight : 250,
| + | |
- | animOpacity : 0.1,
| + | |
- | contentAnimSpeed: 100
| + | |
- | });
| + | |
- | });
| + | |
- | </script>
| + | |
- | </body>
| + | |
| </html> | | </html> |