-
Notifications
You must be signed in to change notification settings - Fork 11
/
_template._html
81 lines (70 loc) · 3.01 KB
/
_template._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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>jmpress.js documentation</title>
<meta name="description" content="jmpress.js documentation">
<meta name="author" content="Kyle Robinson Young @shama & Tobias Koppers @sokra" />
<meta name="viewport" content="width=device-width" />
<meta property="og:title" content="jmpress.js documentation" />
<meta property="og:site_name" content="jmpress.js" />
<meta property="og:image" content="http://gravatar.com/avatar/adfd2cdcf4baae0480a2e7a05afba9ed?s=40" />
<link rel="icon" type="image/png" href="http://gravatar.com/avatar/adfd2cdcf4baae0480a2e7a05afba9ed?s=40" />
<link href="http://fonts.googleapis.com/css?family=Quicksand|Headland+One" rel="stylesheet" type="text/css"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28251006-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<h1 class="header">jmpress.js documentation</h1>
<div class="row">
<div class="sidebar">
<ul class="nav">
<li><a href="index.html">Getting Started</a></li>
<li><a href="basic.html">Basic Usage</a></li>
<li><a href="inline.html">Inline Attributes</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li class="nav-header">Basic Components</li>
<li><a href="circular.html">Circular Stepping</a></li>
<li><a href="active.html">Active</a></li>
<li><a href="viewport.html">Viewport</a></li>
<li><a href="mobile.html">Mobile</a></li>
<li class="nav-header">Advanced Components</li>
<li><a href="ways.html">Ways Routing</a></li>
<li><a href="start.html">Starting Step</a></li>
<li><a href="hash.html">Hash in URL</a></li>
<li><a href="ajax.html">Ajax</a></li>
<li><a href="core.html">Core</a></li>
<li class="nav-header">Expert Components</li>
<li><a href="templates.html">Templates</a></li>
<li><a href="animation.html">Animation</a></li>
<li><a href="keyboard.html">Keyboard</a></li>
<li><a href="mouse.html">Mouse</a></li>
<li><a href="jqevents.html">jQuery Events</a></li>
<li><a href="near.html">Near</a></li>
<li class="nav-header">Plugins</li>
<li><a href="plugin.html">Writing a Plugin</a></li>
<li><a href="pluginduration.html">Duration</a></li>
<li><a href="pluginsecondary.html">Secondary</a></li>
<li><a href="plugintoggle.html">Toggle</a></li>
<li class="nav-header">Support</li>
<li><a href="examples.html">Examples</a></li>
<li><a href="help.html">Where To Get Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
</ul>
</div>
<div class="content">
{{html}}
<br/><br/><a href="https://github.com/jmpressjs/docs/edit/master/{{name}}.md" class="editpage" target="_blank">Edit This Page</a><br/>
</div>
</div>
</body>
</html>