-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathfor-organizations.html
More file actions
138 lines (123 loc) · 5.89 KB
/
for-organizations.html
File metadata and controls
138 lines (123 loc) · 5.89 KB
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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>For Organizations - 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-organizations">
<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-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">
<header>
<h1 property="schema:name">Organizations using Solid</h1>
<p>These organizations work in a range of capacities to support the deployment and research
of Solid technology.</p>
</header>
<div datatype="rdf:HTML" property="schema:description">
<section id="solid-organizations" inlist="" rel="schema:hasPart" resource="#solid-organizations">
<h2 property="schema:name">Solid Organizations</h2>
<div datatype="rdf:HTML" property="schema:description">
<dl class="legend">
<dt><img src="image/hexagon.png" alt="hexagon" width="20" height="20" /></dt>
<dd>Pod provider</dd>
<dt><img src="image/research.png" alt="research" width="25" height="25" /></dt>
<dd>Research institutions</dd>
</dl>
<ul>
<li class="pod-provider">
<h3>BBC Research & Development</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<details>
<summary>Organization details</summary>
<dl>
<dt class="entity-logo">Logo</dt>
<dd><img src="image/img_1.png" alt="img_1" width="50" /></dd>
<dt class="entity-url">URL</dt>
<dd><a href="bbc.co.uk/rd/blog/2021-09-personal-data-store-research">bbc.co.uk/rd/blog/2021-09-personal-data-store-research</a></dd>
<dt class="entity-type">Type</dt>
<dd>Pod provider</dd>
</dl>
</details>
</li>
<li class="research-institution">
</li>
</ul>
<p>If you want your organization to be included in
this list, please reach out to <a href="#">info@solidproject.org</a> or make a <a href="https://github.com/solid/solidproject.org/">pull request at GitHub</a>.</p>
</div>
</section>
<section id="solutions-using-solid-technology" inlist="" rel="schema:hasPart" resource="#solutions-using-solid-technology">
<h2 property="schema:name">Solutions using Solid technology</h2>
<div datatype="rdf:HTML" property="schema:description">
<ul>
<li>
<figure id="figure-video" rel="schema:video" resource="#figure-foo-bar-baz">
<video controls="controls" poster="video/foo-bar-baz-poster.jpg" preload="none" resource="#figure-foo-bar-baz" typeof="schema:VideoObject" width="400">
<source rel="schema:contentUrl" src="video/foo-bar-baz.mp4" type="video/webm" />
</video>
<figcaption>
<details>
<summary>Video details</summary>
<dl>
<dt>Title</dt>
<dd property="schema:name">Foo bar baz</dd>
<dt>Date</dt>
<dd>yyyy-mm-dd</dd>
<dt>Download</dt>
<dd><a href="video/foo-bar-baz.mp4">Video</a></dd>
<dt>Duration</dt>
<dd><time datatype="xsd:duration" datetime="PT31S" property="schema:duration">31s</time></dd>
<dt>Format</dt>
<dd lang="" property="schema:encodingFormat" xml:lang="">WebM</dd>
</dl>
</details>
</figcaption>
</figure>
</li>
</ul>
</div>
</section>
</div>
</article>
</main>
<footer>
<nav>
<ul>
<li><a href="/about.html">About</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:info@solidproject.org">info@solidproject.org</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>