-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
86 lines (81 loc) · 4.45 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<head>
<meta charset="utf-8">
<title>face-cursor.js — Demo</title>
<meta name="description" content="face-cursor.js is a little jQuery plugin to 3D transform elements relative to the cursor position">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1><a href="https://github.com/matthias-vogt/face-cursor.js">face-cursor.js</a> — Demo</h1>
<div class="card">
<h2>Content</h2>
<img src="//unsplash.it/300/300" />
</div>
<div class="card">
<h2>More content</h2>
<p>One a those days, huh. Wal, a wiser fella than m'self once said, sometimes you eat the bar and sometimes the bar, wal, he eats you.</p>
<p>That wasn't her toe. Excuse me! Mark it zero. Next frame. Mind if I smoke a jay? Brandt can't watch though. Or he has to pay a hundred. Sex. The physical act of love. Coitus. Do you like it? Shomer shabbos.</p>
</div>
<div class="card">
<h2>Content</h2>
<img src="//unsplash.it/300/300" />
</div>
<div class="card">
<h2>More content</h2>
<p>One a those days, huh. Wal, a wiser fella than m'self once said, sometimes you eat the bar and sometimes the bar, wal, he eats you.</p>
<p>That wasn't her toe. Excuse me! Mark it zero. Next frame. Mind if I smoke a jay? Brandt can't watch though. Or he has to pay a hundred. Sex. The physical act of love. Coitus. Do you like it? Shomer shabbos.</p>
</div>
<div class="card">
<h2>Content</h2>
<img src="//unsplash.it/300/300" />
</div>
<div class="card">
<h2>More content</h2>
<p>One a those days, huh. Wal, a wiser fella than m'self once said, sometimes you eat the bar and sometimes the bar, wal, he eats you.</p>
<p>That wasn't her toe. Excuse me! Mark it zero. Next frame. Mind if I smoke a jay? Brandt can't watch though. Or he has to pay a hundred. Sex. The physical act of love. Coitus. Do you like it? Shomer shabbos.</p>
</div>
<div class="card">
<h2>Content</h2>
<img src="//unsplash.it/300/300" />
</div>
<div class="card">
<h2>More content</h2>
<p>One a those days, huh. Wal, a wiser fella than m'self once said, sometimes you eat the bar and sometimes the bar, wal, he eats you.</p>
<p>That wasn't her toe. Excuse me! Mark it zero. Next frame. Mind if I smoke a jay? Brandt can't watch though. Or he has to pay a hundred. Sex. The physical act of love. Coitus. Do you like it? Shomer shabbos.</p>
</div>
<div class="card">
<h2>Content</h2>
<img src="//unsplash.it/300/300" />
</div>
<div class="card">
<h2>More content</h2>
<p>One a those days, huh. Wal, a wiser fella than m'self once said, sometimes you eat the bar and sometimes the bar, wal, he eats you.</p>
<p>That wasn't her toe. Excuse me! Mark it zero. Next frame. Mind if I smoke a jay? Brandt can't watch though. Or he has to pay a hundred. Sex. The physical act of love. Coitus. Do you like it? Shomer shabbos.</p>
</div>
<div class="card">
<h2>Content</h2>
<img src="//unsplash.it/300/300" />
</div>
<div class="card">
<h2>More content</h2>
<p>One a those days, huh. Wal, a wiser fella than m'self once said, sometimes you eat the bar and sometimes the bar, wal, he eats you.</p>
<p>That wasn't her toe. Excuse me! Mark it zero. Next frame. Mind if I smoke a jay? Brandt can't watch though. Or he has to pay a hundred. Sex. The physical act of love. Coitus. Do you like it? Shomer shabbos.</p>
</div>
<div class="card">
<h2>Content</h2>
<img src="//unsplash.it/300/300" />
</div>
<div class="card">
<h2>More content</h2>
<p>One a those days, huh. Wal, a wiser fella than m'self once said, sometimes you eat the bar and sometimes the bar, wal, he eats you.</p>
<p>That wasn't her toe. Excuse me! Mark it zero. Next frame. Mind if I smoke a jay? Brandt can't watch though. Or he has to pay a hundred. Sex. The physical act of love. Coitus. Do you like it? Shomer shabbos.</p>
</div>
<aside>they can see your soul…</aside>
<link rel="stylesheet" href="demo-media/dist/prod/css/demo.css">
<script src="dist/prod/vendor/js/jquery.min.js"></script>
<script type="text/javascript" src="dist/prod/js/jQuery-face-cursor.js"></script>
<script>
$(".card").faceCursor();
</script>
</body>