Skip to content

Commit 9a3e8af

Browse files
authored
2023 redesign css adjustments (#901)
* Reduce padding for top of main on for-users and community pages * Updated button labels and links * Removed organization type legend * Added community logos * Update border radius to 30 curve * Reduce title header spacing on For Developers page * Adjusted spacing on homepage grid layout
1 parent 31e507e commit 9a3e8af

File tree

7 files changed

+406
-70
lines changed

7 files changed

+406
-70
lines changed

community.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

for-developers.html

Lines changed: 341 additions & 58 deletions
Large diffs are not rendered by default.

for-organizations.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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">

image/solid-community-group-logo.svg

Lines changed: 26 additions & 0 deletions
Loading

image/solid-forum-logo.svg

Lines changed: 9 additions & 0 deletions
Loading

image/solid-gitter-logo.svg

Lines changed: 9 additions & 0 deletions
Loading

style/base.css

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
6068
main>article>h1,
6169
main>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: 4rem;
132+
padding: 2rem;
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.5rem;
188+
border-radius: 2rem;
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: 2rem 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: 4rem;
344+
padding: 1rem 2rem;
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: 1rem 4rem 4rem 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+
}

0 commit comments

Comments
 (0)