-
Notifications
You must be signed in to change notification settings - Fork 103
/
for-users.html
88 lines (79 loc) · 3.63 KB
/
for-users.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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>For Users - Solid</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="style/base.css" />
</head>
<body about="" prefix="schema: http://schema.org/ doap: http://usefulinc.com/ns/doap# foaf: http://xmlns.com/foaf/0.1/" id="for-users">
<div class="banner">
🎉 Exciting news! The <a href="https://theodi.org/">Open Data Institute (ODI)</a> is now a steward for Solid - learn more <a href="https://theodi.org/news-and-events/news/odi-and-solid-come-together-to-give-individuals-greater-control-over-personal-data/">here</a> 🎉
</div>
<header>
<address>
<a href="/"><img alt="Solid logo" src="/image/logo.svg" width="50" /> Solid</a>
</address>
<nav>
<ul>
<li><a href="/about.html">About Solid</a></li>
<li><a href="/for-users.html">For Users</a></li>
<li><a href="/for-developers.html">For Developers</a></li>
<li><a href="/for-organizations.html">For Organizations</a></li>
<li><a href="/community.html">Community</a></li>
</ul>
</nav>
</header>
<main>
<article about="" typeof="schema:Article">
<h1 property="schema:name">For Users</h1>
<p>Discover ways to using Solid Pods and applications.</p>
<div datatype="rdf:HTML" property="schema:description">
<section id="using-solid" inlist="" rel="schema:hasPart" resource="#using-solid">
<h2 property="schema:name">Using Solid</h2>
<div datatype="rdf:HTML" property="schema:description">
<ul>
<li>
<p><strong>Get a Pod</strong></p>
<p>Pods are where you store your data. Any kind of data can be stored in a Solid Pod. Once stored in a Pod, you control who can access your data.</p>
<a href="https://solidproject.org/for-developers#hosted-pod-services" rel="rdfs:seeAlso">Go to getting a Pod</a>
</li>
<li>
<p><strong>Solid Apps</strong></p>
<p>Solid apps enable individuals to use and manage data in Solid Pods.</p>
<a href="https://solidproject.org/apps">Go to Solid Apps</a>
</li>
</ul>
</div>
</section>
</div>
</article>
</main>
<footer>
<nav>
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/for-users.html">For Users</a></li>
<li><a href="/for-developers.html">For Developers</a></li>
<li><a href="/for-organizations.html">For Organizations</a></li>
<li><a href="/community.html">Community</a></li>
<li><a href="https://github.com/solid/solidproject.org/blob/main/LICENSE.md">License</a></li>
<li><a href="https://github.com/solid/process/blob/main/code-of-conduct.md">Code of Conduct</a></li>
</ul>
</nav>
<div>
<img alt="logo" src="/image/logo.svg" width="40" />
<dl id="accounts">
<dt>Accounts</dt>
<dd>
<ul about="/#i">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://github.com/solid/"><img src="/image/github.svg" alt="github" width="20" /></a></li>
<li><a href="https://twitter.com/project_solid"><img src="/image/twitter.svg" alt="twitter" width="20" /></a></li>
</ul>
</dd>
</dl>
</div>
</footer>
</body>
</html>