This repository has been archived by the owner on Mar 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·105 lines (105 loc) · 5.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CloudKid Studio</title>
<meta name="author" content="Matt Karl">
<meta name="description" content="List of popular CloudKid repositories.">
<meta name="keywords" content="js, html5, canvas, pixi, easeljs, animation, games, bower">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.ico">
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/boilerplate.css">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/css/main.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400italic' rel='stylesheet' type='text/css'>
<script src="assets/js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<h1><span class="title"><img src="assets/images/logo.png" alt="CloudKid"></span><a href="http://github.com/CloudKidStudio" class="git icon-source"></a></h1>
</header>
<div id="frame">
<div class="content">
<nav>
<h2><span class="icon-libraries"></span>JavaScript Projects</h2>
<ul class="clearfix">
<li class="library">SpringRoll
<span class="description">Framework for building educational HTML5 canvas games.</span>
<ul class="clearfix">
<li class="src"><a href="http://github.com/SpringRoll/SpringRoll" class="icon-source"></a></li>
<li class="docs"><a href="http://springroll.github.io/SpringRoll" class="icon-docs"></a></li>
</ul>
</li>
<li class="library">Pixi Particles
<span class="description">Particle emitter to work with Pixi.js renderer.</span>
<ul class="clearfix">
<li class="src"><a href="http://github.com/CloudKidStudio/PixiParticles" class="icon-source"></a></li>
<li class="docs"><a href="http://cloudkidstudio.github.io/PixiParticles" class="icon-docs"></a></li>
</ul>
</li>
<li class="library">Pixi Particles Editor
<span class="description">Front-end editor for the Pixi Particles library.</span>
<ul class="clearfix">
<li class="src"><a href="http://github.com/CloudKidStudio/PixiParticles" class="icon-source"></a></li>
<li class="docs"><a href="https://github.com/CloudKidStudio/PixiParticles/releases/latest" class="icon-download"></a></li>
</ul>
</li>
<li class="library">Pixi Flash
<span class="description">PIXI pipeline publishing for Adobe Flash Pro.</span>
<ul class="clearfix">
<li class="src"><a href="http://github.com/CloudKidStudio/PixiFlash" class="icon-source"></a></li>
<li class="docs"><a href="http://cloudkidstudio.github.io/PixiFlash" class="icon-docs"></a></li>
</ul>
</li>
<li class="library">Bellhop
<span class="description">Javascript event-based communication layer between DOM and iframe.</span>
<ul class="clearfix">
<li class="src"><a href="http://github.com/SpringRoll/Bellhop" class="icon-source"></a></li>
<li class="docs"><a href="http://springroll.github.io/Bellhop" class="icon-docs"></a></li>
</ul>
</li>
<li class="library">Namespace
<span class="description">JavaScript utility method for creating namespaces.</span>
<ul class="clearfix">
<li class="src wide"><a href="http://github.com/CloudKidStudio/namespace" class="icon-source"></a></li>
</ul>
</li>
<li class="library">project-grunt
<span class="description">Grunt tasks and scaffolding for creating HTML5 apps and sites.</span>
<ul class="clearfix">
<li class="src"><a href="https://github.com/CloudKidStudio/project-grunt" class="icon-source"></a></li>
<li class="docs"><a href="https://www.npmjs.org/package/project-grunt" class="icon-download"></a></li>
</ul>
</li>
<li class="library">library-grunt
<span class="description">Grunt tasks and scaffolding for creating JavaScript libraries.</span>
<ul class="clearfix">
<li class="src"><a href="https://github.com/CloudKidStudio/library-grunt" class="icon-source"></a></li>
<li class="docs"><a href="https://www.npmjs.org/package/library-grunt" class="icon-download"></a></li>
</ul>
</li>
</ul>
</nav>
</div>
<footer class="copyright">
© 2015 <a href="http://cloudkid.com">CloudKid</a>
</footer>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54925270-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>