File tree Expand file tree Collapse file tree 7 files changed +406
-70
lines changed Expand file tree Collapse file tree 7 files changed +406
-70
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,19 @@ <h2 property="schema:name">Where to collaborate</h2>
36
36
< div datatype ="rdf:HTML " property ="schema:description ">
37
37
< ul >
38
38
< li >
39
+ < img src ="image/solid-forum-logo.svg " alt ="img_1 " width ="75 " />
39
40
< p > < strong > Solid Project Forum</ strong > </ p >
40
41
< p > Create and respond to comments, questions, and discussions happening in the community.</ p >
41
42
< a href ="https://forum.solidproject.org " rel ="rdfs:seeAlso "> Go to Solid Forum</ a >
42
43
</ li >
43
44
< li >
45
+ < img src ="image/solid-gitter-logo.svg " alt ="img_1 " width ="75 " />
44
46
< p > < strong > Solid Matrix Chat</ strong > </ p >
45
47
< p > The Solid Matrix Chat is a live chat where community members can connect.</ p >
46
48
< a href ="https://matrix.to/#/#solid:converser.eu " rel ="rdfs:seeAlso "> Go to Matrix</ a >
47
49
</ li >
48
50
< li >
51
+ < img src ="image/solid-community-group-logo.svg " alt ="img_1 " width ="75 " />
49
52
< p > < strong > Solid Community Group</ strong > </ p >
50
53
< p > Learn and work on Solid specifications.</ p >
51
54
< a href ="https://www.w3.org/groups/cg/solid/ " rel ="rdfs:seeAlso "> Go to Community Group</ a >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ <h1 property="schema:name">Organizations using Solid</h1>
35
35
< section id ="solid-organizations " inlist ="" rel ="schema:hasPart " resource ="#solid-organizations ">
36
36
< h2 property ="schema:name "> Solid Organizations</ h2 >
37
37
< div datatype ="rdf:HTML " property ="schema:description ">
38
- < dl class ="legend ">
39
- < dt > < img src ="image/hexagon.png " alt ="hexagon " width ="20 " height ="20 " /> </ dt >
40
- < dd > Pod provider</ dd >
41
- < dt > < img src ="image/research.png " alt ="research " width ="25 " height ="25 " /> </ dt >
42
- < dd > Research institutions</ dd >
43
- </ dl >
44
38
45
39
< ul >
46
40
< li class ="pod-provider ">
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ nav a {
57
57
align-items : center;
58
58
}
59
59
60
+ # for-users main {
61
+ padding : 1rem 5rem ;
62
+ }
63
+
64
+ # community main {
65
+ padding : 1rem 6rem ;
66
+ }
67
+
60
68
main > article > h1 ,
61
69
main > article > p {
62
70
color : # fff ;
@@ -121,7 +129,7 @@ footer>div>dl>dd>ul li img {
121
129
122
130
# homepage main > article > div > section > div > ul ,
123
131
# developer-tutorials {
124
- padding : 4 rem ;
132
+ padding : 2 rem ;
125
133
background-color : # fff ;
126
134
color : # 202542 ;
127
135
}
@@ -177,7 +185,7 @@ footer>div>dl>dd>ul li img {
177
185
# using-solid ,
178
186
# events > div > ul {
179
187
background-color : # fff ;
180
- border-radius : 0.5 rem ;
188
+ border-radius : 2 rem ;
181
189
padding : 2rem ;
182
190
color : # 000 ;
183
191
}
@@ -291,7 +299,7 @@ footer>div>dl>dd>ul li img {
291
299
}
292
300
293
301
main {
294
- padding : 6rem ;
302
+ padding : 2 rem 6rem ;
295
303
}
296
304
297
305
main > article {
@@ -306,6 +314,10 @@ footer>div>dl>dd>ul li img {
306
314
padding : 0 6rem ;
307
315
}
308
316
317
+ # community main > article > div > div > a {
318
+ padding-top : 2rem ;
319
+ }
320
+
309
321
# homepage main > article > div > section > div > ul ,
310
322
# developer-tutorials {
311
323
border-radius : 30px ;
@@ -329,7 +341,7 @@ footer>div>dl>dd>ul li img {
329
341
grid-template-rows : repeat (3 , auto);
330
342
grid-column-gap : 0 ;
331
343
grid-row-gap : 0 ;
332
- padding : 4 rem ;
344
+ padding : 1 rem 2 rem ;
333
345
}
334
346
335
347
# homepage main > article > div > section > div > ul > : nth-child (odd) {
@@ -476,7 +488,7 @@ footer>div>dl>dd>ul li img {
476
488
}
477
489
478
490
# developer-tutorials {
479
- margin : 4rem ;
491
+ margin : 1 rem 4 rem 4 rem 4rem ;
480
492
}
481
493
482
494
# hosted-pod-services {
@@ -498,4 +510,4 @@ footer>div>dl>dd>ul li img {
498
510
color : # fff ;
499
511
}
500
512
501
- }
513
+ }
You can’t perform that action at this time.
0 commit comments