-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.html
49 lines (40 loc) · 1.96 KB
/
about.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
/*
--------------------------------------------------------------------------
Copyright 2012 British Broadcasting Corporation and Vrije Universiteit
Amsterdam
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--------------------------------------------------------------------------
*/
<html>
<link type="text/css" rel="stylesheet" href="css/ipad.css" />
<script type="text/javascript">
</script>
</head>
<body>
<div class="about">
This is <a
href="http://notube.tv/2011/10/10/n-screen-a-second-screen-application-for-small-group-exploration-of-on-demand-content/">N-Screen</a>,
an application that helps you choose what to watch on TV. It was created by <a
href="http://twitter.com/libbymiller">Libby Miller</a>, <a
href="http://twitter.com/vickybuser">Vicky Buser</a> and <a
href="http://twitter.com/danbri">Dan Brickley</a> within the <a
href="http://notube.tv">NoTube Project</a>. Many thanks to <a
href="http://dannyayers.com/">Danny Ayers</a> for the sounds, <a
href="http://www.sparkslabs.com/michael/">Michael Sparks</a> for the channel icons, and <a
href="http://www.fabrique.nl/">Fabrique</a> for the designs. <br /> <br /> Thanks also to <a
href="http://www.cs.vu.nl/~laroyo/">Lora Aroyo</a> and <a
href="http://www.cs.vu.nl/~guus/">Guus Schreiber</a> and the rest of the NoTube Project, to
Andrew McParland at the BBC and to <a href="http://twitter.com/nevali">Mo McRoberts</a> from
the internet. <br /> <br />
<a href="index.html#default">Try it</a>
</div>
</body>
</html>