-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023 redesign css updates #855
base: 2023-redesign-css-updates
Are you sure you want to change the base?
Changes from all commits
979cb14
cdcb68c
e400251
f7a756e
6000745
c52dbbe
d0d93fb
d50ffb7
37f18c1
1782514
ba46049
72532bb
d4094f8
68181a5
382485b
4846380
565bf85
361eb89
49f534e
e9bafaf
49e8f97
53e8517
96cd8f4
d13322b
e6eac52
8e7ee56
29f78e3
22a11f3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -25,9 +25,11 @@ | |||||
|
||||||
<main> | ||||||
<article about="" typeof="schema:Article"> | ||||||
<h1 property="schema:name">Community</h1> | ||||||
<header> | ||||||
<h1 property="schema:name">Community</h1> | ||||||
|
||||||
<p>Discover ways to join and contribute to the Solid community.</p> | ||||||
<p>Discover ways to join and contribute to the Solid community.</p> | ||||||
</header> | ||||||
|
||||||
<div datatype="rdf:HTML" property="schema:description"> | ||||||
<section id="where-to-collaborate" inlist="" rel="schema:hasPart" resource="#where-to-collaborate"> | ||||||
|
@@ -37,86 +39,89 @@ <h2 property="schema:name">Where to collaborate</h2> | |||||
<li> | ||||||
<p><strong>Solid Project Forum</strong></p> | ||||||
<p>Create and respond to comments, questions, and discussions happening in the community.</p> | ||||||
<a href="" rel="rdfs:seeAlso">Go to Solid Forum</a> | ||||||
<a href="https://forum.solidproject.org/" rel="rdfs:seeAlso">Go to Solid Forum</a> | ||||||
</li> | ||||||
<li> | ||||||
<p><strong>Solid Matrix Chat</strong></p> | ||||||
<p>The Solid Matrix Chat is a live chat where community members can connect.</p> | ||||||
<a href="" rel="rdfs:seeAlso">Go to Matrix</a> | ||||||
<a href="https://matrix.to/#/#solid:converser.eu" rel="rdfs:seeAlso">Go to Matrix</a> | ||||||
</li> | ||||||
<li> | ||||||
<p><strong>Solid Community Group</strong></p> | ||||||
<p>Learn and work on Solid specifications.</p> | ||||||
<a href="" rel="rdfs:seeAlso">Go to Community Group</a> | ||||||
<a href="https://www.w3.org/groups/cg/solid/" rel="rdfs:seeAlso">Go to Community Group</a> | ||||||
</li> | ||||||
</ul> | ||||||
</div> | ||||||
</section> | ||||||
|
||||||
<section id="events" inlist="" rel="schema:hasPart" resource="#events"> | ||||||
<h2 property="schema:name">Events</h2> | ||||||
<div datatype="rdf:HTML" property="schema:description"> | ||||||
<p>Discover Solid events taking place virtually and/or in person around the world.</p> | ||||||
<header> | ||||||
<h2 property="schema:name">Events</h2> | ||||||
<p>Discover Solid events taking place virtually and/or in person around the world.</p> | ||||||
</header> | ||||||
<article> | ||||||
<ul id="events-list"> | ||||||
<li id="events-2023" rel="schema:hasPart" resource="#events-2023"> | ||||||
<details open=""> | ||||||
<summary property="schema:name">2023 Events</summary> | ||||||
<ul rel="schema:hasPart"> | ||||||
<li> | ||||||
<dl about="#mydata-2023-conference" id="mydata-2023-conference" rel="schema:hasPart" typeof="schema:Event"> | ||||||
<dt>Title</dt> | ||||||
<dd property="schema:name"><a href="https://2023.mydata.org/" rel="schema:url">MyData 2023 Conference</a></dd> | ||||||
<dt>Organization</dt> | ||||||
<dd><a href="https://mydata.org/" rel="schema:organizer">MyData</a></dd> | ||||||
<dt>Date</dt> | ||||||
<dd><time property="schema:startDate" datatype="xsd:date" content="2023-05-31" datetime="2023-05-31">2023-05-31</time>–<time property="schema:endDate" datatype="xsd:date" content="2023-06-02" datetime="2023-06-02">2023-06-02</time></dd> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know I included
Suggested change
Not sure if you want to follow this pattern for the rest. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have no strong opinions on this, but in general I think less is better. Do you want me to remove all uses of |
||||||
<dt>Location</dt> | ||||||
<dd><a href="https://en.wikipedia.org/wiki/Helsinki" rel="schema:location">Helsinki</a></dd> | ||||||
<dt>Description</dt> | ||||||
<dd datatype="rdf:HTML" property="schema:description">There will be a dedicated workshop/panel session about the Solid project at this conference, alongside interesting people and presentations from many like-minded projects.</dd> | ||||||
</dl> | ||||||
</li> | ||||||
<li> | ||||||
<dl about="#example-2023-conference" id="example-2023-conference" typeof="schema:Event"> | ||||||
<dt>Title</dt> | ||||||
<dd property="schema:name"><a href="https://example.org/" property="schema:url">Event Title</a></dd> | ||||||
<dt>Organization</dt> | ||||||
<dd><a href="" rel="schema:organizer">Organization Name</a></dd> | ||||||
<dt>Date</dt> | ||||||
<dd><time property="schema:startDate" datatype="xsd:date" datetime="2023-01-01">2023-01-01</time>–<time property="schema:endDate" datatype="xsd:date" datetime="2023-01-03">2023-01-03</time></dd> | ||||||
<dt>Location</dt> | ||||||
<dd><a href="https://en.wikipedia.org/wiki/Bern" rel="schema:location">Location</a></dd> | ||||||
<dt>Description</dt> | ||||||
<dd datatype="rdf:HTML" property="schema:description">Description</dd> | ||||||
</dl> | ||||||
</li> | ||||||
</ul> | ||||||
</details> | ||||||
</li> | ||||||
|
||||||
<ul> | ||||||
<li id="events-2023" rel="schema:hasPart" resource="#events-2023"> | ||||||
<details open=""> | ||||||
<summary property="schema:name">2023 Events</summary> | ||||||
<ul rel="schema:hasPart"> | ||||||
<li> | ||||||
<dl about="#mydata-2023-conference" id="mydata-2023-conference" rel="schema:hasPart" typeof="schema:Event"> | ||||||
<dt>Title</dt> | ||||||
<dd property="schema:name"><a href="https://2023.mydata.org/" rel="schema:url">MyData 2023 Conference</a></dd> | ||||||
<dt>Organization</dt> | ||||||
<dd><a href="https://mydata.org/" rel="schema:organizer">MyData</a></dd> | ||||||
<dt>Date</dt> | ||||||
<dd><time property="schema:startDate" datatype="xsd:date" content="2023-05-31" datetime="2023-05-31">2023-05-31</time>–<time property="schema:endDate" datatype="xsd:date" content="2023-06-02" datetime="2023-06-02">2023-06-02</time></dd> | ||||||
<dt>Location</dt> | ||||||
<dd><a href="https://en.wikipedia.org/wiki/Helsinki" rel="schema:location">Helsinki</a></dd> | ||||||
<dt>Description</dt> | ||||||
<dd datatype="rdf:HTML" property="schema:description">There will be a dedicated workshop/panel session about the Solid project at this conference, alongside interesting people and presentations from many like-minded projects.</dd> | ||||||
</dl> | ||||||
</li> | ||||||
<li> | ||||||
<dl about="#example-2023-conference" id="example-2023-conference" typeof="schema:Event"> | ||||||
<dt>Title</dt> | ||||||
<dd property="schema:name"><a href="https://example.org/" property="schema:url">Event Title</a></dd> | ||||||
<dt>Organization</dt> | ||||||
<dd><a href="" rel="schema:organizer">Organization Name</a></dd> | ||||||
<dt>Date</dt> | ||||||
<dd><time property="schema:startDate" datatype="xsd:date" datetime="2023-01-01">2023-01-01</time>–<time property="schema:endDate" datatype="xsd:date" datetime="2023-01-03">2023-01-03</time></dd> | ||||||
<dt>Location</dt> | ||||||
<dd><a href="https://en.wikipedia.org/wiki/Bern" rel="schema:location">Location</a></dd> | ||||||
<dt>Description</dt> | ||||||
<dd datatype="rdf:HTML" property="schema:description">Description</dd> | ||||||
</dl> | ||||||
</li> | ||||||
</ul> | ||||||
</details> | ||||||
</li> | ||||||
|
||||||
<li id="events-2022" rel="schema:hasPart" resource="#events-2022"> | ||||||
<details open=""> | ||||||
<summary property="schema:name">2022 Events</summary> | ||||||
<ul> | ||||||
<li> | ||||||
<dl about="#example-2022-conference" id="example-2022-conference" typeof="schema:Event"> | ||||||
<dt>Title</dt> | ||||||
<dd property="schema:name"><a href="https://example.org/" property="schema:url">Event Title</a></dd> | ||||||
<dt>Organization</dt> | ||||||
<dd><a href="" rel="schema:organizer">Organization Name</a></dd> | ||||||
<dt>Date</dt> | ||||||
<dd><time property="schema:startDate" datatype="xsd:date" datetime="2022-01-01">2022-01-01</time>–<time property="schema:endDate" datatype="xsd:date" datetime="2022-01-03">2022-01-03</time></dd> | ||||||
<dt>Location</dt> | ||||||
<dd><a href="https://en.wikipedia.org/wiki/Bern" rel="schema:location">Location</a></dd> | ||||||
<dt>Description</dt> | ||||||
<dd datatype="rdf:HTML" property="schema:description">Description</dd> | ||||||
</dl> | ||||||
</li> | ||||||
</ul> | ||||||
</details> | ||||||
</li> | ||||||
</ul> | ||||||
<li id="events-2022" rel="schema:hasPart" resource="#events-2022"> | ||||||
<details open=""> | ||||||
<summary property="schema:name">2022 Events</summary> | ||||||
<ul> | ||||||
<li> | ||||||
<dl about="#example-2022-conference" id="example-2022-conference" typeof="schema:Event"> | ||||||
<dt>Title</dt> | ||||||
<dd property="schema:name"><a href="https://example.org/" property="schema:url">Event Title</a></dd> | ||||||
<dt>Organization</dt> | ||||||
<dd><a href="" rel="schema:organizer">Organization Name</a></dd> | ||||||
<dt>Date</dt> | ||||||
<dd><time property="schema:startDate" datatype="xsd:date" datetime="2022-01-01">2022-01-01</time>–<time property="schema:endDate" datatype="xsd:date" datetime="2022-01-03">2022-01-03</time></dd> | ||||||
<dt>Location</dt> | ||||||
<dd><a href="https://en.wikipedia.org/wiki/Bern" rel="schema:location">Location</a></dd> | ||||||
<dt>Description</dt> | ||||||
<dd datatype="rdf:HTML" property="schema:description">Description</dd> | ||||||
</dl> | ||||||
</li> | ||||||
</ul> | ||||||
</details> | ||||||
</li> | ||||||
</ul> | ||||||
</article> | ||||||
</div> | ||||||
</section> | ||||||
</div> | ||||||
|
@@ -130,8 +135,8 @@ <h2 property="schema:name">Events</h2> | |||||
<li><a href="/for-developers.html">For Developers</a></li> | ||||||
<li><a href="/for-organizations.html">For Organizations</a></li> | ||||||
<li><a href="/community.html">Community</a></li> | ||||||
<li><a href="/#">License</a></li> | ||||||
<li><a href="/#">Code of Conduct</a></li> | ||||||
<li><a href="https://github.com/solid/solidproject.org/blob/main/LICENSE.md">License</a></li> | ||||||
<li><a href="https://github.com/solid/process/blob/main/code-of-conduct.md">Code of Conduct</a></li> | ||||||
</ul> | ||||||
</nav> | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's currently on the website is most comprehensive and up to date. Any particular reason to direct people to the forum?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not part of my update (I only removed the class button).
I agree that https://solidproject.org/apps is (probably) better, but then we should add that page to the new redesign as well.
Maybe @KyraAssaad have some thoughts on this?