-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
38 lines (36 loc) · 1.84 KB
/
index.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
32
33
34
35
36
37
<!doctype html>
<html>
<head>
<title>peeler.js</title>
<meta charset="utf-8">
<meta name="description" content="Add peeling to get to the center of your content">
<link href="css/peeler.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
</head>
<body>
<article>
<header>
<a href="https://github.com/mduvall/peeler.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<h1>peeler.js</h1>
<div>Let your users peel their way through your content.</div>
<br/>
<div>Scroll down to start peeling!</div>
</header>
</article>
<article>
<a href="https://github.com/mduvall/peeler.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<h1><span class="header-caption">Open the pages to a chapter of your imagination.</span></h1>
<img class="background" src="http://f.cl.ly/items/3E2C2g302z0n3t0u2A31/Pisa-Monochrome-900x1440.jpg"/>
</article>
<article>
<a href="https://github.com/mduvall/peeler.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<h1><span class="header-caption">Let them experience it for themselves.</span></h1>
<img class="background" src="http://cl.ly/image/3745343j3E3X/03374_mthoodpainted_1440x900.jpg"/>
</article>
<script type="text/javascript" src="js/peeler.js"></script>
<script type="text/javascript">
var peeler = new Peeler();
peeler.bind();
</script>
</body>
</html>