mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-08 06:21:28 +02:00
sliders
This commit is contained in:
parent
1cffc33eed
commit
9208bd921a
62 changed files with 6895 additions and 0 deletions
19
docs/sliders/bardenas.html
Normal file
19
docs/sliders/bardenas.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<html>
|
||||
<head>
|
||||
<script src="jquery-3.2.1.min.js"></script>
|
||||
<script src="jquery.event.move.js"></script>
|
||||
<script src="jquery.twentytwenty.js"></script>
|
||||
<link rel="stylesheet" href="twentytwenty.css" type="text/css" media="screen" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="container1" class="twentytwenty-container">
|
||||
<img src="bardenas-caudillo-1956.jpeg">
|
||||
<img src="bardenas-caudillo-2014.jpeg">
|
||||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
$("#container1").twentytwenty();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue