Skip to content

Commit

Permalink
Icon updates and spacing (#904)
Browse files Browse the repository at this point in the history
* Adding updated Icons and removing Solid video

* Updated homepage spacing for title and subtitle, added icon for community page

* Adjusted homepage line height for better readability

* Extra spacing in style note
  • Loading branch information
chelseapinka authored Jun 25, 2024
1 parent 8c0d691 commit b954f4b
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 43 deletions.
6 changes: 2 additions & 4 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
<main>
<article about="" typeof="schema:Article">
<h1 property="schema:name">Community</h1>

<p>Discover ways to join and contribute to the Solid community.</p>

<div datatype="rdf:HTML" property="schema:description">
<section id="where-to-collaborate" inlist="" rel="schema:hasPart" resource="#where-to-collaborate">
<h2 property="schema:name">Where to collaborate</h2>
Expand All @@ -42,13 +40,13 @@ <h2 property="schema:name">Where to collaborate</h2>
<a href="https://forum.solidproject.org" rel="rdfs:seeAlso">Go to Solid Forum</a>
</li>
<li>
<img src="image/solid-gitter-logo.svg" alt="img_1" width="75" />
<img src="image/solid-forum-logo.svg" alt="img_1" width="75" />
<p><strong>Solid Matrix Chat</strong></p>
<p>The Solid Matrix Chat is a live chat where community members can connect.</p>
<a href="https://matrix.to/#/%23solid:converser.eu" rel="rdfs:seeAlso">Go to Matrix</a>
</li>
<li>
<img src="image/solid-community-group-logo.svg" alt="img_1" width="75" />
<img src="image/solid-community-group-logo.svg" alt="img_1" width="65" />
<p><strong>Solid Community Group</strong></p>
<p>Learn and work on Solid specifications.</p>
<a href="https://www.w3.org/groups/cg/solid/" rel="rdfs:seeAlso">Go to Community Group</a>
Expand Down
12 changes: 6 additions & 6 deletions for-developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ <h2 property="schema:name">Hosted Pod Services</h2>
<dd>
<img
rel="foaf:img"
src="image/logo1.png"
src="image/igrant-logo.jpeg"
alt=""
width="100"
width="50"
/>
</dd>
<dt>Project Title</dt>
Expand Down Expand Up @@ -338,9 +338,9 @@ <h2 property="schema:name">Hosted Pod Services</h2>
<dd>
<img
rel="foaf:img"
src="image/logo4.svg"
src="image/teamid-live.svg"
alt=""
width="100"
width="50"
/>
</dd>
<dt>Project Title</dt>
Expand Down Expand Up @@ -376,7 +376,7 @@ <h2 property="schema:name">Hosted Pod Services</h2>
<dd>
<img
rel="foaf:img"
src="image/logo4.svg"
src="image/trinpod-logo.svg"
alt=""
width="100"
/>
Expand Down Expand Up @@ -412,7 +412,7 @@ <h2 property="schema:name">Hosted Pod Services</h2>
<dd>
<img
rel="foaf:img"
src="image/logo4.svg"
src="image/useid-logo.svg"
alt=""
width="100"
/>
Expand Down
32 changes: 0 additions & 32 deletions for-organizations.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,38 +169,6 @@ <h3>Ponder Source</h3>
</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>
Expand Down
11 changes: 11 additions & 0 deletions image/buildapp-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/igrant-logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions image/teamid-live.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions image/trinpod-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b954f4b

Please sign in to comment.