-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 1.22 KB
/
index.html
File metadata and controls
28 lines (27 loc) · 1.22 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<div class="slideEffect" data-id="1">
<h1>This will shine on hover ... and some useless text here just to show the effect</h1>
</div>
<div class="slideEffect" data-id="2">
<h2>This will shine on hover ... and some useless text here just to show the effect</h2>
</div>
<div class="slideEffect" data-id="3">
<h3>This will shine on hover ... and some useless text here just to show the effect</h3>
</div>
<div class="slideEffect" data-id="4">
<h4>This will shine on hover ... and some useless text here just to show the effect</h4>
</div>
<div class="slideEffect" data-id="5">
<h5>This will shine on hover ... and some useless text here just to show the effect</h5>
</div>
<div class="slideEffect" data-id="6">
<p>This will shine on hover ... and some useless text here just to show the effect</p>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="./iphoneUnlockEffect.js" type="text/javascript"></script>
</body>