diff --git a/server/routes.json b/server/routes.json index 78ac23d5b..7867f964a 100644 --- a/server/routes.json +++ b/server/routes.json @@ -29,6 +29,11 @@ "view": "cards", "title": "Cards" }, + { + "pattern": "/info/communityblocks-interviews", + "view": "communityblocks-interviews", + "title": "Community Blocks Beta Tester Interviews" + }, { "pattern": "/jobs", "view": "jobs", diff --git a/src/views/communityblocks-interviews/communityblocks-interviews.jsx b/src/views/communityblocks-interviews/communityblocks-interviews.jsx new file mode 100644 index 000000000..45ab825ab --- /dev/null +++ b/src/views/communityblocks-interviews/communityblocks-interviews.jsx @@ -0,0 +1,62 @@ +var React = require('react'); +var render = require('../../lib/render.jsx'); + +var Page = require('../../components/page/page.jsx'); + +var CommunityBlocksInterviews = React.createClass({ + type: 'communityblocks-interviews', + render: function () { + return ( +
+ Hello Scratchers! +
++ I am Sayamindu Dasgupta (sdg1 on Scratch) and I am a member of + the MIT Scratch Team. +
++ One of our projects on the MIT Scratch Team is to understand how people use Scratch, the Scratch Community + Blocks, and participate in the Scratch community. To do this, we are talking to Scratchers who have been + particapting the Community Blocks beta testing program directly through interviews. In the interview, we + would talk for an hour, asking about your Scratch experience (by phone or a service like Skype). +
++ Thank you for indicating in the beta invitation survey that you are willing to be interviewed. + If you are still interested, please do the following steps: +
+ ++ Thank you and I look forward to speaking with you. Scratch on! +
+ Sayamindu +