forked from pebble/rockyjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
community.html
54 lines (52 loc) · 1.97 KB
/
community.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
<!DOCTYPE html>
<html lang = "en">
<head>
<!-- build:css ../css/bootstrap.min.css -->
<link href="../html/css/bootstrap.min.css" rel="stylesheet">
<!-- /build -->
<!-- build:css ../css/style.css -->
<link href="../html/css/style.css" rel="stylesheet">
<!-- /build -->
<link href="common/css/style.css" rel="stylesheet">
<title>Community Examples</title>
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Community Examples</h1>
<p class="lead">
Below you can find what people are building with Rocky.js.
<a href="https://github.com/pebble/rockyjs/compare">Open a pull request</a> to share your work!
</p>
</div>
<div class="community-example">
<h3>Simply Square by <a class="example-author" href="https://github.com/NiVZ78">NiVZ78</a></h3>
<p><a class="jsbin-embed" href="http://jsbin.com/wakuha/embed?js,output&height=350px">
Simply Square by NiVZ78 on jsbin.com
</a></p>
</div>
<div class="community-example">
<h3>91 Dub by <a class="example-author" href="https://github.com/orviwan">orviwan</a></h3>
<p><a class="jsbin-embed" href="http://jsbin.com/jaseda/embed?js,output&height=350px">
91 Dub by orviwan on jsbin.com
</a></p>
</div>
<div class="community-example">
<h3>Isotime by <a class="example-author" href="https://github.com/C-D-Lewis">Chris Lewis</a></h3>
<p><a class="jsbin-embed" href="http://jsbin.com/qififa/140/edit?js,console,output&height=350px">
Isotime by Chris Lewis on jsbin.com
</a></p>
</div>
<div class="community-example">
<h3>Game of Life by <a class="example-author" href="https://github.com/fletchto99/rockyjs-tests">Matt Langlois</a></h3>
<p><a class="jsbin-embed" href="http://jsbin.com/jakeqixuso/edit?js,output&height=350px">
Game of Life on jsbin.com
</a></p>
</div>
</div>
<script src="https://static.jsbin.com/js/embed.min.js?3.35.9"></script>
<!-- build:template
<%= github_banner %>
/build -->
</body>
</html>