forked from mavoweb/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
116 lines (96 loc) · 3.78 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en" class="plugins">
<head>
<meta charset="UTF-8">
<title>Mavo Plugins</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://dev.mavo.io/dist/mavo.css" />
<link rel="stylesheet" href="//mavo.io/css/style.css" />
<link rel="icon" href="/favicon.ico">
<link rel='stylesheet' href='/css/style.css'>
<script src="https://dev.mavo.io/dist/mavo.es5.js"></script>
</head>
<body>
<header>
<h1 class="logo">
<a href="/"><img src="//mavo.io/logo.svg" alt="Mavo"></a>
</h1>
<nav>
<a href="//mavo.io/docs/primer">Get started</a>
<a href="//mavo.io/docs">Docs</a>
<a href="//mavo.io/demos">Demos</a>
<a href="//mavo.io/faq">FAQ</a>
<a href="https://plugins.mavo.io">Plugins</a>
<a href="//mavo.io/get">Get Mavo</a>
<a href="https://play.mavo.io">Play!</a>
<a class="github-button" href="https://github.com/mavoweb/mavo" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star mavoweb/mavo on GitHub">Star</a>
</nav>
</header>
<h2>Plugins</h2>
<section id="plugin-list">
<p class="intro">Plugins teach Mavo new tricks, so you can create even more awesomeness!</p>
<section mv-app="plugins" mv-storage="https://github.com/LeaVerou/mavo-plugins" mv-plugins="markdown">
<meta property="tagFilter" content="[$url.tag]">
<p class="notice" mv-if="tagFilter">
Some plugins are hidden. <a href="?">Show All.</a>
</p>
<div>
<article property class="plugin" mv-multiple mv-if="!tagFilter or count(tag = tagFilter) > 0">
<div>
<h1>
<a href="/plugin/[id]">
<span property="name">Name</span>
<span property="id" title="Use this id in the mv-plugins attribute to dynamically load this plugin"></span>
</a>
</h1>
<div property="description" class="markdown">Description</div>
<a href="?tag=[tag]" property="tag" mv-attribute="null" mv-multiple></a>
<meta property="repo" mv-edit-placeholder="E.g. [author]/mavo-[id]">
</div>
<footer>
<a class="author" href="https://github.com/[author]">
<img src="https://github.com/[author].png?size=40" alt="">
<span property="author">leaverou</span>
</a>
</footer>
</article>
</div>
</section>
</section>
<footer>
<p>
Made with ♥ by <a href="http://lea.verou.me">Lea Verou</a> and <a href="https://github.com/mavoweb/mavo/graphs/contributors">all these awesome people</a>.
Proudly hosted by <a href="https://www.netlify.com" class="netlify">Netlify</a>.
</p>
<article>
<h1>Explore</h1>
<ul>
<li><a href="//mavo.io/docs/primer">Get started</a></li>
<li><a href="//mavo.io/docs">Docs</a></li>
<li><a href="//mavo.io/demos">Demos</a></li>
<li><a href="//mavo.io/faq">FAQ</a></li>
<li><a href="https://plugins.mavo.io">Plugins</a></li>
<li><a href="//mavo.io/get">Get Mavo</a></li>
<li><a href="https://test.mavo.io">Testsuite</a></li>
<li><a href="//mavo.io/credits">Credits</a></li>
</ul>
</article>
<article>
<h1>Social Mavo</h1>
<ul>
<li><a href="https://twitter.com/mavoweb">Follow @mavoweb on Twitter</a></li>
<li><a href="https://gitter.im/mavoweb">Chat with us on Gitter</a></li>
<li>
<a href="https://github.com/mavoweb/mavo">Github</a>
<a class="github-button" href="https://github.com/mavoweb/mavo" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star mavoweb/mavo on GitHub">Star</a>
</li>
</ul>
</article>
<a href="http://mit.edu" class="logo"><img src="//mavo.io/img/logo-mit.svg" alt="MIT" /></a>
<a href="http://csail.mit.edu" class="logo"><img src="//mavo.io/img/logo-csail.svg" alt="CSAIL" /></a>
</footer>
<script src="//mavo.io/js/prism.js"></script>
<script src="/sitewide.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>