-
Notifications
You must be signed in to change notification settings - Fork 2
/
implement.html
301 lines (210 loc) · 7.98 KB
/
implement.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
<!doctype html>
<html>
<head>
<title>Implement · Solid</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link
rel="shortcut icon"
type="image/x-icon"
href="/favicon.ico?"
/>
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body>
<header>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img
src="/assets/img/solid-emblem.svg"
alt="[Solid logo]"
/>
</a>
<a class="is-hidden-mobile navbar-item navbar-brand-name is-uppercase is-size-4" href="/">
Solid
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/use-solid"
>使用Solid</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/for-developers"
>开发人员</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/for-enterprises"
>企业</a>
<a
class="navbar-item is-size-6 is-size-5-tablet"
href="/faqs"
>常见问题</a>
</div>
</div>
</nav>
</header>
<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 currently viewing a draft version of the Solid website. If you are looking for reliable information, visit the live site at <a href="https://solidproject.org/implement" title="The official Solid website">SolidProject.org</a>.
</div>
</div>
`;
}
</script>
<nav id="breadcrumb" class="breadcrumb">
<div class="container">
<ul>
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="">
Implement
</a>
</li>
</ul>
</div>
</nav>
<main>
<div class="container">
<div class="columns">
<div class="column is-two-thirds">
<article class="section content">
<p>Are you in the business of apps, identification, or storage and interested in implementing Solid?</p>
<p>We would love to hear about your specific needs and set up a call to talk about how to transition your existing code towards being Solid compliant.</p>
<p>Let us know when you would be available via <a href="mailto:[email protected]">[email protected]</a> and you will receive the dial in details and confirmation time.</p>
<p>You can read more about Solid on the webpage and in depth FAQs in preparation. If you have any material on your needs please do send them over so we can understand the details in more depth before our call.</p>
<p>You can find other companies and organisations who have <a href="/use-solid">implemented Solid here</a>.</p>
<p>See also: <a href="/job-board">Job Board</a>, <a href="/funding">Funding Options</a>.</p>
</article>
</div>
<aside id="sidebar" class="column is-one-third is-hidden-mobile section">
<div class="menu is-large">
</div>
</aside>
</div>
</div>
</main>
<footer id="footer" class="footer">
<div class="container">
<div class="columns">
<div class="column">
<ul>
<li>
<a class="title is-size-5" href="/">首页</a>
</li>
<li>
<a class="is-size-5" href="/use-solid">使用Solid</a>
</li>
<li>
<a class="is-size-5" href="/implement">实现Solid</a>
</li>
<li>
<a class="is-size-5" href="/team">团队</a>
</li>
<li>
<a class="is-size-5" href="/faqs">常见问题</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">最新消息</span>
</li>
<li>
<a class="is-size-5" href="/this-week-in-solid">Solid本周</a>
</li>
<li>
<a class="is-size-5" href="/press">新闻</a>
</li>
<li>
<a class="is-size-5" href="/events">Solid事件</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<a class="title is-size-5" href="/for-developers">开发人员</a>
</li>
<li>
<a class="is-size-5" href="/for-developers/apps">写应用</a>
</li>
<li>
<a class="is-size-5" href="/for-developers/pod-server">运行Pod服务</a>
</li>
<li>
<a class="is-size-5" href="/funding">资金</a>
</li>
<li>
<a class="is-size-5" href="https://forum.solidproject.org">论坛</a>
</li>
</ul>
</div>
<div class="column">
<ul>
<li>
<span class="title is-size-5">更多</span>
</li>
<li>
<a class="is-size-5" href="/standardisation">标准化</a>
</li>
<li>
<a class="is-size-5" href="/license">许可</a>
</li>
<li>
<a class="is-size-5" href="/logo-usage-guidelines">图标使用指南</a>
</li>
<li>
<a class="is-size-5" href="https://github.com/solid/solidproject.org/issues/new">网站反馈</a>
</li>
</ul>
</div>
</div>
</div>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img
src="/assets/img/solid-emblem.svg"
alt="[Solid logo]"
/>
</a>
<a class="navbar-item" href="mailto:[email protected]">
</a>
<a class="navbar-item" href="https://github.com/solid/" title="Solid on GitHub">
<span class="image is-24x24">
<img
src="/assets/img/fontawesome-free-5.11.2-web/svgs/brands/github.svg"
alt="GitHub"
class="brand-icon"
/>
</span>
</a>
<a class="navbar-item" href="https://twitter.com/project_solid" title="Solid on Twitter">
<span class="image is-24x24">
<img
src="/assets/img/fontawesome-free-5.11.2-web/svgs/brands/twitter.svg"
alt="Twitter"
class="brand-icon"
/>
</span>
</a>
</div>
</nav>
</footer>
</body>
</html>