-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
executable file
·343 lines (313 loc) · 17.4 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Solid</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/img/favicon.png" rel="shortcut icon" type="img/png">
<!-- Custom CSS -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/animate-custom.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
<link href="assets/css/main.css" rel="stylesheet">
<script src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/modernizr.custom.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="0" data-target="#navbar-main">
<div id="navbar-main">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="#home"><img class="small-logo" alt="Solid logo" src="assets/img/solid-logo.svg">Solid</a> </div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li> <a href="#home" class="smoothScroll"> Home</a></li>
<li> <a href="#about" class="smoothScroll"> About</a></li>
<li> <a href="#team" class="smoothScroll"> Team</a></li>
<li> <a href="#sponsors" class="smoothScroll"> Sponsors</a></li>
<li> <a href="#contact" class="smoothScroll"> Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<div class="container-fluid legacy-banner" >
You are viewing the original website of the Solid Project at MIT. Please join us at the <a href="https://solidproject.org">official Solid project website</a> for current activities.
</div>
</div>
</div>
<!-- ==== HEADERWRAP ==== -->
<!--
<div id="headerwrap" name="home" class="intro-primary-gradient">
<div class="block-lowpoly block-texture">
<header class="clearfix"> <img class="large-logo" src="assets/img/solid-logo.svg" alt="Solid logo">
<h1>Solid</h1>
<p>Radically changing the way Web applications work today, resulting in true data ownership and improved privacy.</p>
<a href="#portfolio" class="smoothScroll btn btn-lg">Learn how</a> </header>
</div>
</div>
-->
<!-- /headerwrap -->
<div id="draft-warning"></div>
<script>
if (document.location.hostname === 'localhost' || document.location.hostname === 'solid.github.io') {
const draftWarningElement = document.getElementById('draft-warning')
draftWarningElement.innerHTML = `
<div class="message is-danger is-large" role="alert">
<div class="message-body">
You are viewing the original website of the Solid Project at MIT. Please join us at the official [Solid project website](https://solidproject.org) for current activities.</div>
</div>
`;
}
</script>
<!-- ==== ABOUT ==== -->
<div id="home" name="home">
<div class="container">
<div class="row">
<header class="clearfix centered top20">
<img class="large-logo" src="assets/img/solid-logo.svg" alt="Solid logo">
</header>
<h2 class="centered">What is Solid?</h2>
<hr>
<div class="col-md-2"></div>
<div class="col-md-8">
<p class="justified">Solid is an exciting new project led by Prof. Tim Berners-Lee, inventor of
the World Wide Web, taking place at <a href="http://mit.edu/" target="_blank">MIT</a>.
The project aims to radically change the way Web applications work today,
resulting in true data ownership as well as improved privacy.
</p>
</div>
<div class="col-md-2"></div>
</div>
<!-- row -->
</div>
</div>
<!-- container -->
<!-- ==== SERVICES ==== -->
<div id="about" class="sections" name="about">
<div class="container">
<div class="row">
<h1 class="centered">What does Solid offer?</h1>
<hr>
<p class="centered">
Solid (derived from "social linked data") is a proposed set of conventions
and tools for building decentralized social applications based on Linked
Data principles. Solid is modular and extensible and it relies as much as
possible on existing <a href="https://w3.org/" target="_blank">W3C</a> standards and protocols.
</p>
<p class="centered">
At a glance, here is what Solid offers...
</p>
<hr>
<div class="col-lg-4 callout centered"> <i class="fa fa-database fa-3x icon-color"></i>
<h3>True data ownership</h3>
<p class="justified">Users should have the freedom to choose where their
data resides and who is allowed to access it. By decoupling content from the application itself, users are now able to do so.</p>
</div>
<div class="col-lg-4 callout centered"> <i class="fa fa-random fa-3x icon-color"></i>
<h3>Modular design</h3>
<p class="justified">Because applications are decoupled from the data they
produce, users will be able to avoid vendor lock-in, seamlessly
switching between apps and personal data storage servers, without losing
any data or social connections.</p>
</div>
<div class="col-lg-4 callout centered"> <i class="fa fa-recycle fa-3x icon-color"></i>
<h3>Reusing existing data</h3>
<p class="justified">Developers will be able to easily innovate by creating
new apps or improving current apps, all while reusing existing data
that was created by other apps.</p>
</div>
</div>
</div>
</div>
<!-- container -->
<!-- ==== WHATS HAPPENING ==== -->
<div id="happening" class="sections" name="happening">
<div class="container">
<div class="row">
<h1 class="centered">What’s happening now?</h1>
<hr>
<p class="centered">
The success of the Solid project has led to some new exciting developments to help it gain broad worldwide adoption.
</p>
</div>
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-8 callout centered">
<h3>Inrupt</h3>
<p class="centered">We are pleased to note that a new start-up, <a href="https://www.inrupt.com/">Inrupt, Inc</a>, will be putting its own effort into the Solid open source technology and the Solid movement.</p>
<p class="centered"><a href="https://www.inrupt.com/">Inrupt</a> is building a commercial ecosystem to fuel Solid’s success and protect the integrity of the next phase of the web. Its mission is to restore rightful ownership of data back to every web user and unleash a new wave of innovation - for developers, for business, for everyone.</p>
<p class="centered">Read <a href="https://www.inrupt.com/blog/one-small-step-for-the-web">Tim's open letter</a> to the community about Solid and Inrupt.</p>
</div>
<div class="col-lg-2"></div>
</div>
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-8 callout centered">
<h3>Solid Community Site</h3>
<p class="centered">The best resource for all things Solid is now the <a href="https://solidproject.org">Solid Community Site</a>.</p>
<p class="centered">There you will find regular community updates, a wealth of <a href="https://solidproject.org/for-developers/">developer resources</a>, and <a href="https://solidproject.org/use-solid/">general information</a> about how Solid works.</p>
</div>
<div class="col-lg-2"></div>
</div>
</div>
</div>
<!-- container -->
<!-- ==== TEAM MEMBERS ==== -->
<div id="team" class="sections" name="team">
<div class="container">
<div class="row centered">
<h2 class="centered">Meet Our Team</h2>
<hr>
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/timbl.jpg" height="120px" width="120px" alt="">
<h4><b>Tim</b></h4>
<p>As the project director, but also as a web developer, Tim Berners-Lee is involved in the overall planning and evolution of Solid.</p>
<a href="https://github.com/timbl/" target="_blank"><i class="fa fa-github icon-color"></i></a> </div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/lalana.jpg" height="120px" width="120px" alt="">
<h4><b>Lalana</b></h4>
<p>Lalana is the project manager, but she also keeps an eye on the research aspects of the project.</p>
</div>
<div class="col-lg-2"></div>
</div>
</div>
<div class="row centered top20">
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/ericp.jpg" height="120px" width="120px" alt="">
<h4><b>Eric</b></h4>
<p>Eric has a background as W3C staff member, and developer of many RDF-based systems, including query systems.</p>
<a href="https://github.com/ericprud" target="_blank"><i class="fa fa-github icon-color"></i></a> </div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/melvin.png" height="120px" width="120px" alt="">
<h4><b>Melvin</b></h4>
<p>Melvin is an independent developer who likes to collaborate with us on Solid applications.</p>
<a href="https://github.com/melvincarvalho" target="_blank"><i class="fa fa-github icon-color"></i></a> </div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/ruben.jpg" height="120px" width="120px" alt="Ruben">
<h4><b>Ruben</b></h4>
<p>Ruben is a Professor of Semantic Web technology at IDLab, Ghent University – imec, and a recurring visitor to MIT/CSAIL.</p>
<a href="https://github.com/RubenVerborgh" target="_blank"><i class="fa fa-github icon-color"></i></a> </div>
</div>
</div>
<!-- row -->
</div>
<!-- ==== OLD TEAM MEMBERS ==== -->
<div id="alums" class="sections" name="alums">
<div class="container">
<div class="row centered">
<h2 class="centered">Team Alumni</h2>
<hr>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/amy.png" height="120px" width="120px" alt="">
<h4><b>Amy</b></h4>
<p>Amy was a PhD visiting student at MIT from the University of Edinburgh in 2015-2016. She led the bridging of the Solid concepts with the W3C Social Web WG, and co-led the development of the <a href="https://www.w3.org/TR/ldn/">Linked Data Notifications</a> (LDN) protocol.</p>
<a href="http://rhiaro.co.uk/#me" target="_blank"><i class="fa fa-hand-spock-o"></i></a><a href="https://twitter.com/rhiaro" target="_blank"><i class="fa fa-twitter icon-color"></i></a> <a href="https://github.com/rhiaro" target="_blank"><i class="fa fa-github icon-color"></i></a> </div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/andrei.png" height="120px" width="120px" alt="">
<h4><b>Andrei</b></h4>
<p>Andrei was a researcher and developer for the Solid project. His time is spent between writing code and helping advance the Solid project.</p>
<a href="https://twitter.com/slashdeiu" target="_blank"><i class="fa fa-twitter icon-color"></i></a> <a href="https://github.com/deiu"><i class="fa fa-github icon-color"></i></a> </div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/daniel.jpg" height="120px" width="120px" alt="">
<h4><b>Daniel</b></h4>
<p>Daniel was a front-end developer for the Solid project. He did amazing work writing client-side apps, and he contributed to the libraries,
to integrate the two forms of authentication into the double auth stack.</p>
<a href="https://twitter.com/dan____f" target="_blank"><i class="fa fa-twitter icon-color"></i></a> <a href="https://github.com/dan-f"><i class="fa fa-github icon-color"></i></a> </div>
</div>
<div class="row centered top20">
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/dmitri.jpg" height="120px" width="120px" alt="">
<h4><b>Dmitri</b></h4>
<p>Dmitri was the lead developer for the JS-based Solid server, and he played an important role as our community manager.
He was responsible for developing the OpenID COnnect (OIDC) authentication.</p>
<a href="https://github.com/dmitrizagidulin" target="_blank"><i class="fa fa-github icon-color"></i></a> </div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/nicola.jpg" height="120px" width="120px" alt="">
<h4><b>Nicola</b></h4>
<p>Nicola is currently a PhD student at MIT, visiting Protocol Labs for a year from September 2017.
He was also a lead developer for the reference implementation of the Solid server.</p>
<a href="https://github.com/nicola" target="_blank"><i class="fa fa-github icon-color"></i></a></div>
<div class="col-lg-4 centered top20"> <img class="img img-circle" src="assets/img/team/sarven.jpg" height="120px" width="120px" alt="">
<h4><b>Sarven</b></h4>
<p>Sarven was a PhD visiting student at MIT from the University of Bonn in 2015-2016. He co-led the development of LDN and works on <a href="https://dokie.li/">dokieli</a>.</p>
<a href="http://csarven.ca/#i"><i class="fa fa-hand-rock-o icon-color"></i></a> <a href="https://twitter.com/csarven"><i class="fa fa-twitter icon-color"></i></a> <a href="https://github.com/csarven"><i class="fa fa-github icon-color"></i></a></div>
</div>
</div>
<!-- row -->
</div>
<!-- container -->
<!-- ==== Sponsors ==== -->
<div id="sponsors" class="sections" name="sponsors">
<div class="container">
<div class="row">
<h2 class="centered">Sponsors</h2>
</div>
<div class="row">
<div class="col-sm-5 centered">
<a href="http://qcri.csail.mit.edu/"><img src="assets/img/qcri_logo.png" width="350" alt="QCRI" title="QCRI"></a>
</div>
<div class="col-sm-2"></div>
<div class="col-sm-5 centered">
<a href="http://www.csail.mit.edu/solid_mastercard_gift"><img src="assets/img/2000px-MasterCard_Logo.svg.png" width="300" alt="MasterCard" title="MasterCard"></a>
</div>
</div>
</div>
</div>
<!-- ==== CONTACT ==== -->
<div id="contact" class="sections" name="contact">
<div class="container">
<div class="row">
<h2 class="centered">Contact Us</h2>
<hr>
<div class="col-md-4 centered"> <i class="fa fa-map-marker fa-2x icon-color"></i>
<p>CSAIL-MIT<br>
32 Vassar Street<br>
Cambridge, MA 02139, USA</p>
</div>
<div class="col-md-4 centered">
<a href="https://github.com/solid/solid" alt="Solid on github" title="Solid on Github">
<i class="fa fa-github fa-2x icon-color"></i>
<br />
github.com/solid
</a>
</div>
<div class="col-md-4 centered"> <a href="https://twitter.com/solidmit" alt="@SolidMIT twitter account" title="@SolidMIT twitter account">
<i class="fa fa-2x fa-twitter icon-color"></i>
<br />
@SolidMIT
</a>
</div>
</div>
</div>
</div>
<!-- container -->
<div id="footerwrap">
<div class="container">
<div class="row">
<div class="col-md-12"> <span class="copyright">Copyright © 2017 The Solid Project.</span> </div>
<!-- <div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a> </li>
<li><a href="#"><i class="fa fa-facebook"></i></a> </li>
<li><a href="#"><i class="fa fa-google-plus"></i></a> </li>
<li><a href="#"><i class="fa fa-linkedin"></i></a> </li>
</ul>
</div> -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/js/retina.js"></script>
<script type="text/javascript" src="assets/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="assets/js/smoothscroll.js"></script>
<script type="text/javascript" src="assets/js/jquery-func.js"></script>
</body>
</html>