-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
94 lines (87 loc) · 3.99 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>:: webbox - take back the web :: </title>
<link rel="stylesheet" type="text/css" href="css/fsl.css">
<script type="text/javascript" src="lib/jquery.min.js"></script>
<script type="text/javascript" src="lib/underscore-min.js"></script>
<script type="text/javascript" src="lib/backbone-min.js"></script>
<script type="text/javascript" src="lib/modernizr.custom.37797.js"></script>
<script type="text/javascript" src="lib/require.js" data-main="js/fsl-main.js"></script>
</head>
<body>
<header>
<div id="logo_layer">
<div class="fsllogo intro">the webbox</div>
<div class="fsltagline intro">making the web safe for personal information</div>
<!--<div class="fsltagline intro">helping people manage data the way they want</div>-->
</div>
</header>
<nav id="nav">
<div class="nav_el welcome"><a href="#welcome">welcome</a></div>
<div class="nav_el webbox"><a href="#webbox">webbox</a></div>
<div class="nav_el about"><a href="#about">about</a></div>
</nav>
<div id="content">
<article id="welcome" class="welcome">
<h3>What's the Web's biggest problem?</h3>
<p>
Over <a target="_top" href="http://www.bbc.co.uk/news/technology-15937139">90% of web users in the UK</a> are concerned about the ways that companies
like Facebook, Google, and Amazon are amassing information about
them -- but without alternatives, keep using these "cloud
services" anyway.
</p>
<p>The Web was designed to be democratic - let's take it back!</p><div class="next_arrow">→</div>
</article>
<article id="webbox" class="webbox">
<h3>Introducing WebBox</h3>
<p>
WebBox is an open source platform that turns the
web <em>peer-to-peer</em>. Information flows directly between
people's WebBoxes - meaning no Centralized Databases or
servers needed to share on the Web <em>for the first
time</em>.
</p>
<div class="inviteme">
Request an invite now <em>(Preview 1 out Feb 29):</em>
<input type="text" class="styled"><div class="arrow">▷</div>
</div>
<p>
WebBox is built out of the web and uses many cutting-edge Web
technologies - <a href="http://linkeddata.org">Linked Data</a>, <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL</a>,
<a href="http://www.w3.org/wiki/WebID">WebID</a>, <a href="http://www.w3.org/wiki/WebAccessControl">WebACL</a>, <a href="http://en.wikipedia.org/wiki/Representational_state_transfer">REST</a>
and others.
</p>
<!--
<p>
As a FOSS community project, we will be releasing tutorials, a
discussion forum, and a <a href="http://github.com">github</a> repository
for our first release.
</p>-->
<p>Meet the team <div class="next_arrow">→</div>
</article>
<article id="about" class="about">
<h3>about the team:</h3>
<p>
fastSTREAM labs, based at the <a href="http://www.soton.ac.uk/">University of
Southampton</a> was founded by human-computer interaction
researchers who have experience with interdisciplinary
approaches to understanding personal data management needs.
</p>
<p>
Our team consists of:
</p>
<ul class="founders">
<li><b><a href="http://users.ecs.soton.ac.uk/mc/">dr. mc schraefel</a></b> - mc is lecturer in human-computer interaction at the <a href="">University of Southampton</a>
<li><b><a href="http://hip.cat/emax">dr. max van kleek</a></b> (aka "eMax") - HCI researcher and interaction designer specializing in Personal Information Management (PIM)
<li><b><a href="http://danielsmith.eu">dr. daniel a smith</a></b> - high-performance data interface architect and system designer.
</ul>
</article>
</div>
<!-- background layers -->
<div id="boxlayer">
<img id="blrain" src="imgs/rain.png"/>
<img id="blbox" src="imgs/xparent-box.png"/>
</div>
</body>
</html>