Skip to content

Commit

Permalink
Add specification links to ForDevelopers page (#915)
Browse files Browse the repository at this point in the history
* Add links to Specification on ForDevelopers page

#909

* Update base.css

---------

Co-authored-by: Jesse Wright <[email protected]>
  • Loading branch information
DerSaidin and jeswr authored Feb 10, 2025
1 parent c5896bd commit 4dc8dd0
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
31 changes: 30 additions & 1 deletion for-developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,36 @@
<article about="" typeof="schema:Article">
<h1 property="schema:name">For Developers</h1>

<div datatype="rdf:HTML" property="schema:description">
<div datatype="rdf:HTML" property="schema:description">
<section
id="specifications"
inlist=""
rel="schema:hasPart"
resource="#specifications"
>
<h3 property="schema:name">Specifications</h3>
<div datatype="rdf:HTML" property="schema:description">
<p>
See the Solid Technical Reports.
</p>

<ul>
<li>
<a
href="https://solidproject.org/TR/"
>Technical Reports Index</a
>
</li>
<li>
<a
href="https://solidproject.org/TR/protocol"
>Solid Protocol</a
>
</li>
</ul>
</div>
</section>

<section
id="developer-tutorials"
inlist=""
Expand Down
15 changes: 14 additions & 1 deletion style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ footer>div>dl>dd>ul li img {
background-color: #fff;
color: #202542;
}
#specifications {
padding: 2rem;
background-color: #fff;
color: #202542;
}

#about main>article>h1,
#about main>article>div>p,
Expand Down Expand Up @@ -288,7 +293,9 @@ footer>div>dl>dd>ul li img {
#developer-tutorials {
margin: 0;
}

#specifications {
margin: 0;
}


/* Desktop styles */
Expand Down Expand Up @@ -332,6 +339,9 @@ footer>div>dl>dd>ul li img {
#developer-tutorials {
border-radius: 30px;
}
#specifications {
border-radius: 30px;
}

#solutions-using-solid-technology h2 {
padding: 0 6rem;
Expand Down Expand Up @@ -500,6 +510,9 @@ footer>div>dl>dd>ul li img {
#developer-tutorials {
margin: 1rem 4rem 4rem 4rem;
}
#specifications {
margin: 1rem 4rem 4rem 4rem;
}

#hosted-pod-services {
margin-bottom: 4rem;
Expand Down

0 comments on commit 4dc8dd0

Please sign in to comment.