-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
422 lines (400 loc) · 16.8 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8" />
<title>SproutCore</title>
<meta name="description" content="A framework for building fast, desktop caliber web applications." />
<meta name="viewport" content="width=960" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/modal.css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Ubuntu|Allan:bold|Architects+Daughter" />
<script src="/js/libs/modernizr-1.7.min.js"></script>
</head>
<body id="home" class="green">
<script>
var match = document.cookie.match(/scColor=([^;]+)/);
document.body.className = (match && match[1]) || 'green';
</script>
<div id="wrap">
<header role="banner">
<div class="container">
<h1 id="logo">
<a href="/"><img src="/img/logo.png" alt="SproutCore" /></a>
</h1>
<nav role="navigation">
<ul>
<li><a href="/about/">About</a></li>
<li><a href="http://showcase.sproutcore.com/">Showcase</a></li>
<li><a href="http://guides.sproutcore.com/">Guides</a></li>
<li><a href="http://docs.sproutcore.com/">Docs</a></li>
<li><a href="/community/">Community</a></li>
<li><a href="http://blog.sproutcore.com">Blog</a></li>
</ul>
</nav>
<form action="" role="search" onSubmit="return submitQuery()">
<input type="text" id="query-input" />
<input type="reset" value="Clear" />
</form>
</div>
</header>
<div id="main" role="main" class="container">
<p id="blurb">SproutCore is an open-source framework for building blazingly fast, innovative user experiences on the web.</p>
<ul id="action">
<li><a href="#" class="button primary" onclick="_gaq.push(['_trackEvent', 'Download', 'Button']); app.gotoInstall(); return false;"><span class="download">Install Sproutcore</span></a></li>
<li><a href="https://github.com/sproutcore/sproutcore/" class="button primary"><span class="github">View on GitHub</span></a></li>
</ul>
<div id="carousel-container">
<div id="carousel">
<div class="panel tutorials">
<h2>New Tutorial to Help You Get Up and Running!</h2>
<img class="video" src="/img/tutorial.png" width="390" height="247" />
<p>You've heard all about SproutCore and now it's time to see for yourself. It's easier than ever to get started with our new tutorial. In it you'll learn:</p>
<ul>
<li>How to install SproutCore on your machine</li>
<li>How to build your first application</li>
<li>How to add new interactive elements</li>
<li>...and much more!</li>
</ul>
<a href="http://guides.sproutcore.com/getting_started.html" class="button primary"><span>Get Started Now!</span></a>
</div>
<div class="panel guides">
<div>
<h2>The New SproutCore Guides Are Live!</h2>
<p>The community-generated Guides are designed to help you get up, running, and building, in no time at all. By developers, for developers.</p>
</div>
<a href="http://guides.sproutcore.com/" class="button primary"><span>Visit SproutCore Guides</span></a>
</div>
<div class="panel dispatches">
<h2>Dispatches From The Edge</h2>
<p>A series of articles covering the cutting edge of SproutCore.</p>
<a href="http://blog.sproutcore.com/tag/dispatch/" class="button primary"><span>Take Me To The Articles!</span></a>
</div>
<button name="previous" class="previous"> </button>
<div class="tray">
<a class="panel0 active" href="#"></a>
<a class="panel1" href="#"></a>
<a class="panel2" href="#"></a>
<a class="panel3" href="#"></a>
</div>
<button name="next" class="next"> </button>
</div>
</div>
<!-- <section>
<h1>Getting Started Is Easy!</h1>
<pre><code>$ [sudo] gem install sproutcore</code></pre>
</section> -->
<section id="features">
<h1>All The Tools For The Next Generation</h1>
<ul>
<li class="html5">
<h2>The Power of HTML5</h2>
<p>Leverage the latest in web technologies and specifications.</p>
</li>
<li class="mvc">
<h2>Clean MVC Architecture</h2>
<p>Keep your code sensible and organized for easy maintenance.</p>
</li>
<li class="speed">
<h2>Incredible Speed</h2>
<p>Client-side logic means no<br>more waiting on your servers.</p>
</li>
<li class="device">
<h2>Accessible Everywhere</h2>
<p>SproutCore apps give you a native experience—on the web.</p>
</li>
<li class="scale">
<h2>Scale, Scale, Scale</h2>
<p>Your app will grow with you,<br>no matter how big you get.</p>
</li>
<li class="theme">
<h2>Top Notch Theming</h2>
<p>Built-in tools to help you and your app look good. Seriously.</p>
</li>
</ul>
</section>
<section>
<h1>Applications Using SproutCore</h1>
<div id="application-slider">
<div id="left" class="clip-border"></div>
<div id="right" class="clip-border"></div>
<div class="panel active">
<a href="http://www.learndot.com" target="app-slider">
<img src="/img/showcase/learndot.png" />
<div class="caption">Learndot</div>
</a>
<a href="http://unicolet.github.io/mappu/" target="app-slider">
<img src="/img/showcase/mappu.png" />
<div class="caption">Mappu</div>
</a>
<a href="http://read.kobobooks.com/" target="app-slider">
<img src="/img/showcase/kobo.jpg" />
<div class="caption">Kobo</div>
</a>
<a href="https://www.gestixi.com" target="app-slider">
<img src="/img/showcase/gestixi.png" />
<div class="caption">GestiXi</div>
</a>
</div>
<div class="panel">
<a href="http://www.wheelz.com/" target="app-slider">
<img src="/img/showcase/wheelz.jpg" />
<div class="caption">Wheelz</div>
</a>
<a href="https://hubbubapp.com/" target="app-slider">
<img src="/img/showcase/hubbub.jpg" />
<div class="caption">Hubbub</div>
</a>
<a href="http://eloqua.com/" target="app-slider">
<img src="/img/showcase/eloqua.jpg" />
<div class="caption">Eloqua</div>
</a>
<a href="https://chrome.google.com/webstore/detail/hkpcelemhneoooapbbopolpjhmbfmnbf" target="app-slider">
<img src="/img/showcase/npr.jpg" />
<div class="caption">NPR</div>
</a>
</div>
<div class="panel">
<a href="http://www.gemfury.com" target="app-slider">
<img src="/img/showcase/gemfury.png" alt="Gemfury Private Gem Server" />
<div class="caption">Gemfury</div>
</a>
<a href="https://insightify.com/home.html" target="app-slider">
<img src="/img/showcase/insightify.jpg" />
<div class="caption">Insightify</div>
</a>
<a href="http://www.turnitin.com/" target="app-slider">
<img src="/img/showcase/turnitin.jpg" />
<div class="caption">Turnitin</div>
</a>
<a href="http://secondstory.com/portfolio/lists/project/la-plaza/culture-mosaics" target="app-slider">
<img src="/img/showcase/ss.jpg" />
<div class="caption">Second Story</div>
</a>
</div>
<div class="panel">
<a href="http://bong.tv" target="app-slider">
<img src="/img/showcase/bong.jpg" />
<div class="caption">BONG.TV</div>
</a>
</div>
<div id="application-slider-tray">
<button name="previous" class="previous"> </button>
<a class="panel0 active" href="#"></a>
<a class="panel1" href="#"></a>
<a class="panel2" href="#"></a>
<a class="panel3" href="#"></a>
<button name="next" class="next"> </button>
</div>
<br clear="all" />
</div>
</section>
<!--
<div>
<section>
<h1>Upcoming Events</h1>
<ul class="events">
<li>
<time datetime="2011-08-30" class="date"><abbr>Aug</abbr> 30</time>
<h2 class="title"><a href="http://www.environmentsforhumans.com/2011/mobile-javascript-summit/">MobileJS Summit: Online</a></h2>
<p>Tom Dale will be giving a talk on Architecting State-Driven...</p>
</li>
<li>
<time datetime="2011-09-19" class="date"><abbr>Sep</abbr> 19</time>
<h2 class="title"><a href="https://thestrangeloop.com">Strange Loop: St. Louis, MO</a></h2>
<p>Yehuda Katz will be giving a talk on building large-scale jQuery...</p>
</li>
<li>
<time datetime="2012-01-21" class="date"><abbr>Jan</abbr> 21</time>
<h2 class="title"><a href="http://www.meetup.com/SproutCore-DC/events/47955832/">Washington DC Meetup</a></h2>
<p>User Group discussion on the Future of SproutCore.</p>
</li>
</ul>
<footer>
<a href="community/#tab=events" class="button secondary">See All Events</a>
</footer>
</section>
<section>
<h1>Recently From Our Blog</h1>
<article>
<header>
<img src="http://www.gravatar.com/avatar/4677d4c5787dcef72e251c0e6813fbf5?s=32" alt="Picture of Tyler Keating" />
<hgroup>
<h1>Announcing SproutCore 1.8</h1>
<h2><i>by</i> Tyler Keating</h2>
</hgroup>
</header>
<p>I’m very pleased to announce the release of SproutCore version 1.8.0. This release includes several new features, improvements and bug fixes and is a recommended upgrade for all SproutCore developers.</p>
<p>To install the latest version of SproutCore, visit http://sproutcore.com/install/ to get an updated installer...</p>
</article>
<footer>
<a href="http://blog.sproutcore.com" class="button secondary">Visit The Blog</a>
<ul>
<li class="tweets">12</li>
<li class="comments">27</li>
</ul>>
</footer>
</section>
<section id="spotlight">
<h1>Team Spotlight</h1>
<article>
-->
<!-- This content is auto-generated; see core_members.js -->
<!--
</article>
<footer>
<a href="/about/#tab=core-team" class="button secondary">Meet The Team</a>
</footer>
</section>
</div>
-->
</div>
<div id="modals">
<section role="complementary" id="contact-us" class="modal-pane" style="display: none;">
<div class="modal-background" onclick="app.closeModal($('#contact-us')); return false;"></div>
<div class="modal-content" onclick="">
<div class="close-button"><a href="#" onclick="app.closeModal($('#contact-us')); return false;">×</a></div>
<!-- Embed WUFOO Form -->
<script>
var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script>
var r7x3q1 = new WufooForm();
r7x3q1.initialize({
'userName':'strobecorp',
'formHash':'r7x3q1',
'autoResize':true,
// Resize the wufoo iframe and content wrapper
'resizeDone': function(height) {
// In FF & IE, the first height is 0, in Webkit, the first height(s) are really big
// Wufoo also calls the resizeDone function of all its forms on the page when one of them resizes!
// Über hack: set the height to a good value unless it looks like a legitimate resize
if (height == 0 || height > 664) height = 588;
$('#wufooFormr7x3q1').attr('height', height);
$('#contact-us .modal-content').height(height);
},
'height':'588',
'ssl':false});
r7x3q1.display();
</script>
<!-- End Embed -->
</div>
</section>
<section role="complementary" id="local-meetup" class="modal-pane" style="display: none;">
<div class="modal-background" onclick="app.closeModal($('#local-meetup')); return false;"></div>
<div class="modal-content" onclick="">
<div class="close-button"><a href="#" onclick="app.closeModal($('#local-meetup')); return false;">×</a></div>
<!-- Embed WUFOO Form -->
<script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
var m7x3p9 = new WufooForm();
m7x3p9.initialize({
'userName':'strobecorp',
'formHash':'m7x3p9',
'autoResize':true,
// Resize the wufoo iframe and content wrapper
'resizeDone': function(height) {
// In FF & IE, the first height is 0, in Webkit, the first height(s) are really big
// Wufoo also calls the resizeDone function of all its forms on the page when one of them resizes!
// Über hack: set the height to a good value unless it looks like a legitimate resize
if (height == 0 || height > 664) height = 588;
$('#wufooFormm7x3p9').attr('height', height);
$('#local-meetup .modal-content').height(height);
},
'height':'588',
'ssl':false});
m7x3p9.display();
</script>
<!-- End Embed -->
</div>
</section>
<section role="complementary" id="core-team-modal" class="modal-pane" style="display: none;">
<div class="modal-background" onclick="app.closeModal($('#core-team-modal')); return false;"></div>
<div class="modal-content" onclick="">
<div class="close-button"><a href="#" onclick="app.closeModal($('#core-team-modal')); return false;">×</a></div>
<div id="core-team-modal-content">
<!-- This will be replaced with the full-bio content -->
</div>
</div>
</section>
</div>
</div>
<footer>
<div class="container">
<div class="col">
<a href="index.html"><img src="/img/logo_footer.png" alt="SproutCore" /></a>
<p id="license">
SproutCore framework is under MIT License.
</p>
</div>
<nav class="col">
<h1>Site Navigation</h1>
<ul>
<li><a href="/about/">About</a></li>
<li><a href="http://showcase.sproutcore.com/">Showcase</a></li>
<li><a href="http://docs.sproutcore.com/">Docs</a></li>
<li><a href="http://blog.sproutcore.com">Blog</a></li>
<li><a href="#" onclick="app.gotoInstall(); return false;">Download</a></li>
<li><a href="/community/">Community</a></li>
<li><a href="https://github.com/sproutcore/sproutcore">GitHub</a></li>
<!--<li><a href="#" onclick="app.openModal($('#contact-us')); return false;">Contact Us</a></li>-->
<li><a href="http://guides.sproutcore.com/">Guides</a></li>
</ul>
<a href="http://www.w3.org/html/logo/"><img src="/img/html5_tech.png" alt="HTML5 Powered" /></a>
</nav>
<div class="col">
<h1>Get in Touch, Stay Informed</h1>
<ul class="social">
<li><a href="http://twitter.com/sproutcore"><img src="/img/twitter.png" alt="Twitter" /></a></li>
<li><a href="http://www.facebook.com/sproutcore"><img src="/img/facebook.png" alt="Facebook" /></a></li>
<li><a href="http://groups.google.com/group/sproutcore"><img src="/img/google.png" alt="Google Groups" /></a></li>
<li><a href="http://groups.google.com/group/sproutcore">Subscribe To Mailing List</a></li>
</ul>
<!--<a href="http://eepurl.com/dK1-Y" target="_blank" id="newsletter" class="button secondary">Sign Up For Our Newsletter!</a>-->
<!-- Commented out until we have mailchimp API integration.
<h2>Subscribe To Our Newsletter</h2>
<div id="subscribe">
<form>
<input type="text" name="email" />
<button name="subscribe">Sign Up</button>
<div class="processing"><img src="/img/spinner.gif"></div>
<div class="error"></div>
</form>
</div>
-->
</div>
<a href="#wrap" class="top">Back To Top</a>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write("<script src='/js/libs/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script>
jQuery(document).ready(function() {
setTimeout(function() {
jQuery("#get-involved").addClass('visible');
},
1);
});
</script>
<script src="/js/libs/jquery_bbq.js"></script>
<script src="/js/libs/jquery_cookie.js"></script>
<script src="/js/script.js"></script>
<script src="/js/modals.js"></script>
<script src="/js/calendar.js"></script>
<script src="/js/core_members.js"></script>
<script src="/js/tab_slider.js"></script>
<script src="/js/meetup_map.js"></script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19584397-1']);
_gaq.push(['_setDomainName', '.sproutcore.com']);
_gaq.push(['_setAllowHash', false]);
_gaq.push(['_setAllowLinker', true]);
_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>