Team:ITESM-CEM/Project/HP/slider2
From 2014.igem.org
(Difference between revisions)
(Created page with "<!-- SLIDER 2 INICIO--> <div> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel" style="width:45%; position: absolute; left: 52%; top: 1300px;"> <!-...") |
|||
Line 1: | Line 1: | ||
+ | <head> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Exo:300,400,600' rel='stylesheet' type='text/css'> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'> | ||
+ | <title>TEC-CEM | Project</title> | ||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
+ | |||
+ | <!-- External scripts --> | ||
+ | <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | ||
+ | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
+ | |||
+ | <script> | ||
+ | $('.carousel').carousel({ | ||
+ | interval: 2000 | ||
+ | }) | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <style type="text/css"> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
<!-- SLIDER 2 INICIO--> | <!-- SLIDER 2 INICIO--> | ||
<div> | <div> | ||
Line 65: | Line 87: | ||
<!-- SLIDER 2 FIN--> | <!-- SLIDER 2 FIN--> | ||
+ | </body> |
Revision as of 00:50, 15 October 2014
<head> <link href='http://fonts.googleapis.com/css?family=Exo:300,400,600' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'> <title>TEC-CEM | Project</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script> $('.carousel').carousel({ interval: 2000 }) </script>
<style type="text/css">
</head>
<body>
</body>