-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIemanja-img.html
31 lines (27 loc) · 897 Bytes
/
Iemanja-img.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Iemanjá</title>
<link rel="stylesheet" href="assets/Estilos/style_iemanja.css" type="text/css" />
<link rel="stylesheet" href="assets/Estilos/node_modules/fontawesome-free-5.2.0/css/all.css">
</head>
<body>
<div class="covered second" data-passive="assets/img/iemanja4.png" data-active="assets/img/iemanja3.png">
<div class="handle"></div>
<div class="changeable"></div>
</div>
<script src="assets/Estilos/node_modules/jquery/dist/jquery.js"></script>
<script src="assets/Estilos/js/coveringBad.js"></script>
<script type="text/javascript">
$('.second').coveringBad({
marginY : 20,
marginX : 20 ,
setX : 210,
setY : 140 ,
direction : "horizontal"
});
</script>
</body>
</html>