Commit graph

162 commits

Author SHA1 Message Date
Ray Schamp
5502c86962 Add Tone Synth image 2015-08-10 14:37:20 -04:00
Ray Schamp
e23b10bd0f Add more images 2015-08-10 13:58:14 -04:00
Ray Schamp
3f0353b8c6 Add brightness to top of home header 2015-08-10 13:58:06 -04:00
Ray Schamp
64a07c3412 Add links to example projects in intro content 2015-08-10 10:49:48 -04:00
Ray Schamp
402bd506c3 Add text to extension tag icons 2015-08-10 10:29:05 -04:00
Ray Schamp
e31e10b422 Fix colors on the home page 2015-08-10 10:28:53 -04:00
Ray Schamp
00f9fe4e45 Add littlebits image 2015-08-10 09:45:40 -04:00
Ray Schamp
0a996de94c Add missing links for some sample projects, etc 2015-08-10 09:45:40 -04:00
Ray Schamp
e7ea7f8e3e Be unnecessarily clever 2015-08-10 09:45:40 -04:00
Ray Schamp
15a0756608 List authors consistently 2015-08-10 09:45:39 -04:00
Ray Schamp
273782bbe3 Add tone.js to gallery 2015-08-10 09:45:39 -04:00
Ray Schamp
8ed8eff35b Reduce featured title font size 2015-08-10 09:45:39 -04:00
Ray Schamp
d2f0f41dec Add actual home featured extensions 2015-08-10 09:45:39 -04:00
Ray Schamp
d9e90ae6a1 Don't reload when clicking from the gallery 2015-08-10 09:45:39 -04:00
Ray Schamp
48121a694f Match the homepage comp more closely 2015-08-10 09:45:39 -04:00
Ray Schamp
1384bda68a Remove nonexistent link 2015-08-10 09:45:39 -04:00
Ray Schamp
9819841498 Use relative image links for github.io staging 2015-08-10 09:45:39 -04:00
Ray Schamp
76222a7edf First pass on new homepage design 2015-08-10 09:45:39 -04:00
Ray Schamp
06e5019760 Allow modals of several elements 2015-08-10 09:45:39 -04:00
Ray Schamp
e6dec3fb34 Ignore OS X system file 2015-08-10 09:45:39 -04:00
Ray Schamp
020f4aba98 Fix style on non-gallery pages, fix ul indentation 2015-08-10 09:45:38 -04:00
Ray Schamp
4ef6b3bdba First pass on gallery page 2015-08-10 09:45:38 -04:00
Ray Schamp
fd76bec821 Update header and footer to be less redundant
Fix "Scratch Foundation" link
2015-08-10 09:45:38 -04:00
Ray Schamp
e1d0009385 Add a note to make it easier to get up and running 2015-08-10 09:45:38 -04:00
Chris Willis-Ford
2c998d1ccc Call checkPolling() directly when plugin exists
When the plugin is already started we skip calling createDevicePlugin(),
which is fine except that we were relying on createDevicePlugin() to
call checkPolling() for us. We now call checkPolling() directly in those
cases where it was being skipped before.
2015-08-07 14:20:38 -07:00
Chris Willis-Ford
56083240f2 Bump SWF to v439 2015-08-06 15:09:12 -07:00
Chris Willis-Ford
6c8387da72 Update PicoBoard + WeDo extensions from main site
This includes sync compatibility changes
2015-07-24 17:18:51 +00:00
Chris Willis-Ford
374a4c5baf Ensure that Scratch is defined before extension JS 2015-07-23 15:48:46 -04:00
Chris Willis-Ford
1f61e1ab3e Updated extension interface JS from main site
This should allow communication with the latest version of the Scratch
Device Plugin, including the Scratch Device Plugin for Chrome.
2015-07-23 15:45:28 -04:00
Chris Willis-Ford
ddb0f9bb6e Removed media library to use the one at scratch.mit.edu 2015-06-08 14:24:51 -07:00
Chris Willis-Ford
1a86769730 New SWF has updated logo and loads media from MIT 2015-06-08 14:19:30 -07:00
Chris Willis-Ford
33b44ceeba Updated browser plugin link 2015-05-27 14:33:39 -07:00
Chris Willis-Ford
a48ee04c72 Removed unnecessary example file 2015-05-21 10:06:40 -07:00
Ray Schamp
7ab0a32e30 Fix mailto: link 2015-05-20 12:17:28 -04:00
Ray Schamp
c2ee46f84e Update contact email. Fixes #29 2015-05-20 12:12:48 -04:00
Ray Schamp
29758f7bc9 Change link to documentation to the wiki. Fix #20 2015-05-15 12:15:37 -04:00
Ray Schamp
70a5f49d9d Open the editor when loading from URL params 2015-05-15 10:10:18 -04:00
Ray Schamp
f12635d2b3 Fix shortURL redirection 2015-05-15 10:09:58 -04:00
Ray Schamp
ffd2683cae Update forum link. Closes #15 2015-05-15 10:01:16 -04:00
Ray Schamp
fc3f834561 Update copy to be more accurate. Fixes #19 2015-05-15 09:56:46 -04:00
Ray Schamp
38c584cb00 Remove excess space 2015-05-15 09:56:15 -04:00
Ray Schamp
7a9721f466 Track fragments 2015-05-15 09:52:35 -04:00
Ray Schamp
dba9d08dc8 Track extensions loaded 2015-05-14 17:21:56 -04:00
Ray Schamp
0f66f238e3 Set referrer when changing pages 2015-05-14 17:21:19 -04:00
Ray Schamp
2c0c8f2993 Add Google Analytics 2015-05-14 14:31:54 -04:00
Ray Schamp
d6bfd1bf51 Fix setting page on load 2015-05-14 14:21:08 -04:00
Ray Schamp
eabdf0911b Refactor event handling
Fixes #11, and some unfiled issues:
Loading extensions from the home page now pop up the warning modal
Clicking the "back to home" button from the warning modal returns you to home.
Each time a modal is created, the number of event handlers no longer doubles :|
2015-05-14 14:08:36 -04:00
Ray Schamp
cfc57f3cf5 Handle all static links through hashchange
Fixes #17
2015-05-13 14:27:36 -04:00
Ray Schamp
9034aa66d0 Change GitHub link to point to this repo
Fixes #18
2015-05-13 10:42:38 -04:00
Ray Schamp
c4586be31e Fix top nav links
Oops! Thanks @Rumanti! Fixes #16
2015-05-13 09:46:50 -04:00