forked from Catrobat/catrobat.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCreateAtSchool.html
102 lines (84 loc) · 3.73 KB
/
CreateAtSchool.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
<!doctype html>
<html lang="en">
<head>
<meta name="google-site-verification" content="33BwFHgU9gNh23a0Dohh2QoaXHApF0C5xCUEFiu22Ds" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Catrobat</title>
<link rel="shortcut icon" href="https://developer.catrobat.org/favicon.ico?v=2" />
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
</header>
<section>
<center>
<a href="https://www.catrobat.org/"><img src="images/CreateAtSchool-logo.png" alt="Create@School logo" /></a>
</center>
<p />
<p>
<em>Create@School</em> is a visual programming language and a set of creativity tools.
</p>
<p>
All features and extensions of our Create@School app have been integrated into our free <a href="https://catrob.at/pc">Pocket Code</a> app.
</p>
<p>
See <a href="https://youtu.be/32W3BjtRasg">this YouTube video</a> for some
sample applications that can be made with CreateSchool.
</p>
<p>
If you are interested in licensing Create@School for the specific requirements of schools, e.g., security and data safety, availability, support etc, please contact us via <a href="mailto:[email protected]">[email protected]</a>.
</p>
<p>
The Create@School app has been developed by the Catrobat team together with the "No One Left Behind" consortium. The No One Left Behind project, co-funded by the EU Horizon 2020 Innovation Action (Grant Agreement No. 645215), aimed at allowing children to use a non-leisure gaming toolkit to develop digital games on mobile devices with the aim of enhancing their abilities across all academic subjects, as well as their logical reasinong, creativity and social skills.
</p>
<p>
Catrobat and the software developed by the Catrobat team are
inspired by the Scratch programming system
developed by the Lifelong Kindergarten Group at the MIT Media Lab.
Catrobat itself is an independent free/libre open source software (FOSS/FLOSS) non-profit project.
</p>
<p>
<em>Pocket Code</em>
allows to create and execute Catrobat
programs on Android and iOS smartphones.
</p>
<p>
Catrobat programs written or Catrobat projects
created on one platform can be directly run on all
other platforms as well and can be shared via a our
<em><a href="https://share.catrob.at/">sharing site</a></em>.
Uploaded Catrobat programs are AGPLed to
allow learning, remixing, and sharing them freely.
</p>
<p>
The <a href="https://catrob.at/pc">Android smartphone
version of Pocket Code</a>
can be found on Google Play.
</p>
<p>
The <a href="https://catrob.at/PCios">iPhone
version of Pocket Code</a>
can be found on iTunes.
</p>
<p>
<a href="https://developer.catrobat.org/imprint">Contact and Imprint</a>
</p>
</section>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42270417-2', 'catrobat.org');
ga('send', 'pageview');
</script>
</body>
</html>