-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
117 lines (115 loc) · 5.49 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
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Sencha Labs — Open Source projects which push the limits of HTML5, CSS3, and JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./favicon.ico">
<link rel="stylesheet" href="assets/stylesheets/main.css?v=3">
<!--[if IE]>
<link rel="stylesheet" href="assets/stylesheets/ie.css?v=3">
<![endif]-->
<script type="text/javascript" src="assets/javascripts/ext-core.js"></script>
<script type="text/javascript" src="assets/javascripts/modernizr.js"></script>
<script type="text/javascript" src="assets/javascripts/main.js"></script>
</head>
<body>
<div class="wrapper">
<!-- Start: Header -->
<header class="global col-24">
<h1><a href="/" title="Sencha:Labs"> Labs</a></h1>
<nav>
<a href="Javascript:void(0);" id="about">?</a>
</nav>
</header>
<!-- Start: Main -->
<article class="col-24">
<section id="intro">
<h2 class="prefix-1 suffix-1"><span>Sencha Labs</span> is a non-profit foundation created to support open source projects affiliated with <a href="http://www.sencha.com">Sencha</a>. These projects have repositories hosted on a community-accessible service, like <a href="https://github.com/senchalabs/">GitHub</a>, and have their development funded by Sencha.
</h2>
<h2 class="prefix-1 suffix-1">If you are interested in contributing your project to Sencha Labs, <a href="http://www.sencha.com/contact">let us know!</a> We are most excited by projects which push the boundaries of what HTML5, CSS3, and JavaScript can do.</h2>
<div class="prefix-1">
<a href="Javascript:toggleInfoBox();" class="more">Return to projects</a>
</div>
</section>
<!-- Start: Carousel -->
<section id="carousel">
<div id="container" class="active">
<!-- Start: jQTouch -->
<div class="feature" id="project-jqtouch" data-preview="./assets/images/project-jqtouch-p.jpg">
<section class="info">
<header><h1>jQTouch</h1></header>
<p>A JavaScript framework which provides lightweight animations and mobile UI with jQuery or Zepto.</p>
<a href="http://jqtouch.com/" class="more">View Project</a>
</section>
</div>
<!-- Start: Raphael -->
<div class="feature" id="project-raphael" data-preview="./assets/images/project-raphael-p.jpg">
<section class="info">
<header><h1>Raphaël</h1></header>
<p>A JavaScript library for cross-browser vector graphics on the web.</p>
<a href="http://raphaeljs.com/" class="more">View Project</a>
</section>
</div>
<!-- Start: Connect -->
<div class="feature" id="project-connect" data-preview="./assets/images/project-connect-p.jpg">
<section class="info">
<header><h1>Connect</h1></header>
<p>An application framework that combines Rack and Node.js to provide a lean, event-driven application server.</p>
<a href="http://github.com/senchalabs/Connect" class="more">View Project</a>
</section>
</div>
<!-- Start: AppInspector -->
<div class="feature" id="project-appinspector" data-preview="./assets/images/project-appinspector-p.jpg">
<section class="info">
<header><h1>App Inspector<small>for Sencha</small></h1></header>
<p>A Google Chrome™ Dev Tools extension for debugging Sencha Applications</p>
<a href="http://github.com/senchalabs/AppInspector/" class="more">View Project</a>
</section>
</div>
<!-- Start: InfoVis -->
<div class="feature" id="project-infovis" data-preview="./assets/images/project-infovis-p.jpg">
<section class="info">
<header><h1>InfoVis</h1></header>
<p>A JavaScript toolkit for creating interactive data visualizations for the web.</p>
<a href="http://thejit.org/" class="more">View Project</a>
</section>
</div>
<!-- Start: PhiloGL -->
<div class="feature" id="project-philogl" data-preview="./assets/images/project-philogl-p.jpg">
<section class="info">
<header><h1>PhiloGL</h1></header>
<p>A WebGL Framework for data visualization, creative coding and game development.</p>
<a href="http://senchalabs.github.com/philogl/" class="more">View Project</a>
</section>
</div>
</div>
<div id="previews"></div>
</section>
</article>
<!-- Start: Footer -->
<footer class="global col-24">
<section id="copyright">© 2012 Sencha Labs · <a href="http://www.sencha.com">Learn more about Sencha’s HTML5 platform »</a></section>
<section id="controls">
<ul>
<li><a href="Javascript:void(0);" class="arrow" id="control-left">◄</a></li>
<li><a href="Javascript:void(0);" class="arrow" id="control-right">►</a></li>
<li><a href="Javascript:void(0);" class="arrow" id="control-up">▲</a></li>
<li><a href="Javascript:void(0);" class="arrow" id="control-down">▼</a></li>
</ul>
</section>
</footer>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1396058-17']);
_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>
</body>
</html>