From b74d857ad95266b27385d02a188642d1de269417 Mon Sep 17 00:00:00 2001 From: Radman Siddiki <61620631+R4356th@users.noreply.github.com> Date: Fri, 7 Aug 2020 15:46:17 +0600 Subject: [PATCH] Delete communityblocks-interviews.jsx --- .../communityblocks-interviews.jsx | 86 ------------------- 1 file changed, 86 deletions(-) delete mode 100644 src/views/communityblocks-interviews/communityblocks-interviews.jsx diff --git a/src/views/communityblocks-interviews/communityblocks-interviews.jsx b/src/views/communityblocks-interviews/communityblocks-interviews.jsx deleted file mode 100644 index 91d86dc71..000000000 --- a/src/views/communityblocks-interviews/communityblocks-interviews.jsx +++ /dev/null @@ -1,86 +0,0 @@ -const React = require('react'); -const render = require('../../lib/render.jsx'); - -const Page = require('../../components/page/www/page.jsx'); - -const CommunityBlocksInterviews = () => ( -
-

Community Blocks Beta Tester Interviews

-
-

- 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 -
-); - -render(, document.getElementById('app'));