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>
3636 < div datatype ="rdf:HTML " property ="schema:description ">
3737 < ul >
3838 < li >
39+ < img src ="image/solid-forum-logo.svg " alt ="img_1 " width ="75 " />
3940 < p > < strong > Solid Project Forum</ strong > </ p >
4041 < p > Create and respond to comments, questions, and discussions happening in the community.</ p >
4142 < a href ="https://forum.solidproject.org " rel ="rdfs:seeAlso "> Go to Solid Forum</ a >
4243 </ li >
4344 < li >
45+ < img src ="image/solid-gitter-logo.svg " alt ="img_1 " width ="75 " />
4446 < p > < strong > Solid Matrix Chat</ strong > </ p >
4547 < p > The Solid Matrix Chat is a live chat where community members can connect.</ p >
4648 < a href ="https://matrix.to/#/#solid:converser.eu " rel ="rdfs:seeAlso "> Go to Matrix</ a >
4749 </ li >
4850 < li >
51+ < img src ="image/solid-community-group-logo.svg " alt ="img_1 " width ="75 " />
4952 < p > < strong > Solid Community Group</ strong > </ p >
5053 < p > Learn and work on Solid specifications.</ p >
5154 < 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>
3535 < section id ="solid-organizations " inlist ="" rel ="schema:hasPart " resource ="#solid-organizations ">
3636 < h2 property ="schema:name "> Solid Organizations</ h2 >
3737 < 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 >
4438
4539 < ul >
4640 < li class ="pod-provider ">
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ nav a {
5757 align-items : center;
5858}
5959
60+ # for-users main {
61+ padding : 1rem 5rem ;
62+ }
63+
64+ # community main {
65+ padding : 1rem 6rem ;
66+ }
67+
6068main > article > h1 ,
6169main > article > p {
6270 color : # fff ;
@@ -121,7 +129,7 @@ footer>div>dl>dd>ul li img {
121129
122130# homepage main > article > div > section > div > ul ,
123131# developer-tutorials {
124- padding : 4 rem ;
132+ padding : 2 rem ;
125133 background-color : # fff ;
126134 color : # 202542 ;
127135}
@@ -177,7 +185,7 @@ footer>div>dl>dd>ul li img {
177185# using-solid ,
178186# events > div > ul {
179187 background-color : # fff ;
180- border-radius : 0.5 rem ;
188+ border-radius : 2 rem ;
181189 padding : 2rem ;
182190 color : # 000 ;
183191}
@@ -291,7 +299,7 @@ footer>div>dl>dd>ul li img {
291299 }
292300
293301 main {
294- padding : 6rem ;
302+ padding : 2 rem 6rem ;
295303 }
296304
297305 main > article {
@@ -306,6 +314,10 @@ footer>div>dl>dd>ul li img {
306314 padding : 0 6rem ;
307315 }
308316
317+ # community main > article > div > div > a {
318+ padding-top : 2rem ;
319+ }
320+
309321 # homepage main > article > div > section > div > ul ,
310322 # developer-tutorials {
311323 border-radius : 30px ;
@@ -329,7 +341,7 @@ footer>div>dl>dd>ul li img {
329341 grid-template-rows : repeat (3 , auto);
330342 grid-column-gap : 0 ;
331343 grid-row-gap : 0 ;
332- padding : 4 rem ;
344+ padding : 1 rem 2 rem ;
333345 }
334346
335347 # homepage main > article > div > section > div > ul > : nth-child (odd) {
@@ -476,7 +488,7 @@ footer>div>dl>dd>ul li img {
476488 }
477489
478490 # developer-tutorials {
479- margin : 4rem ;
491+ margin : 1 rem 4 rem 4 rem 4rem ;
480492 }
481493
482494 # hosted-pod-services {
@@ -498,4 +510,4 @@ footer>div>dl>dd>ul li img {
498510 color : # fff ;
499511 }
500512
501- }
513+ }
You can’t perform that action at this time.
0 commit comments