mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-08 06:21:28 +02:00
subtitle
This commit is contained in:
parent
a0e7436fff
commit
b7a8d5394e
6 changed files with 39 additions and 13 deletions
25
docs/sliders/merinales.html
Normal file
25
docs/sliders/merinales.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<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" />
|
||||
<style>
|
||||
body {
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container1" class="twentytwenty-container">
|
||||
<img src="penal-dos-hermanas-1956-57.png">
|
||||
<img src="penal-dos-hermanas-2013.png">
|
||||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
$("#container1").twentytwenty();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue