-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.htm
53 lines (38 loc) · 3.18 KB
/
index.htm
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RDBL Demo</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/jquery.nouislider.min.js"></script>
<script src="js/rdbl.min.js"></script>
<link rel="stylesheet" href="style.css">
<!-- If you want the slider to simulate the effect of media queries in Firefox, the stylesheet with your media queries must be external and must be loaded before the RDBL script.
headumes your media queries are in em values. Can emulate max-width, max-width and min-width, but not min-width alone. To test min-width only queries, resize your browser. :) -->
<script>
jQuery( document ).ready(function() {
init_rdbl();
// init_rdbl(63, 90); To use a non default target characters per line range, enter the min and max like you see on this line
});
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<main>
<article class="post">
<!-- Samuel L. Ipsum (http://slipsum.com/) > Lorem Ipsum -->
<h3>In Firefox, Slide Me and Watch The Panel</h3>
<p>Normally, both your heads would be dead as forking fried chicken, but you happen to pull this shiznit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shiznit this morning over this case to hand it over to your dumb head. </p>
<p>The path of the righteous man is beset on all sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee. </p>
<p>You think water moves fast? You should see ice. It moves like it has a mind. Like it knows it killed the world once and got a taste for murder. After the avalanche, it took us a week to climb out. Now, I don't know exactly when we turned on each other, but I know that seven of us survived the slide... and only five made it out. Now we took an oath, that I'm breaking now. We said we'd say it was the snow that killed the other two, but it wasn't. Nature is lethal but it doesn't hold a candle to man. </p>
<p>Normally, both your heads would be dead as forking fried chicken, but you happen to pull this shiznit while I'm in a transitional period so I don't wanna kill you, I wanna help you. But I can't give you this case, it don't belong to me. Besides, I've already been through too much shiznit this morning over this case to hand it over to your dumb head. </p>
<p>This script is just for <strong>Firefox</strong> right now, but I'll iron out the kinks for Chrome soon too, hokay?</p>
<p>Get this at Github: <a href="https://github.com/polygonix/RDBL">https://github.com/polygonix/RDBL</a></p>
</article>
<aside>
Sidebar
</aside>
</main>
</body>
</html>