Skip to content

Commit b857e7e

Browse files
authored
add new organisational home (#912)
1 parent eac84ed commit b857e7e

File tree

6 files changed

+31
-1
lines changed

6 files changed

+31
-1
lines changed

community.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
</head>
99

1010
<body about="" prefix="schema: http://schema.org/ doap: http://usefulinc.com/ns/doap# foaf: http://xmlns.com/foaf/0.1/" id="community">
11+
<div class="banner">
12+
🎉 Exciting news! The <a href="https://theodi.org/">Open Data Institute (ODI)</a> is now a steward for Solid - learn more <a href="https://forum.solidproject.org/t/a-new-organisational-home-for-solid/8004">here</a> 🎉
13+
</div>
14+
1115
<header>
1216
<address>
1317
<a href="/"><img alt="Solid logo" src="/image/logo.svg" width="50" /> Solid</a>
@@ -27,7 +31,8 @@
2731
<main>
2832
<article about="" typeof="schema:Article">
2933
<h1 property="schema:name">Community</h1>
30-
<p>Discover ways to join and contribute to the Solid community.</p>
34+
<p>Solid is powered by a community of passionate volunteers committed to the project's success. As of October 2024, the Open Data Institute (ODI) has <a href="https://forum.solidproject.org/t/a-new-organisational-home-for-solid/8004">committed</a> to provide organisational stewardship and support to the project.</p>
35+
<p>Everyone is welcome in the Solid community - discover ways to join and contribute to the Solid community.</p>
3136
<div datatype="rdf:HTML" property="schema:description">
3237
<section id="where-to-collaborate" inlist="" rel="schema:hasPart" resource="#where-to-collaborate">
3338
<h2 property="schema:name">Where to collaborate</h2>

for-organizations.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
</head>
99

1010
<body about="" prefix="schema: http://schema.org/ doap: http://usefulinc.com/ns/doap# foaf: http://xmlns.com/foaf/0.1/" id="for-organizations">
11+
<div class="banner">
12+
🎉 Exciting news! The <a href="https://theodi.org/">Open Data Institute (ODI)</a> is now a steward for Solid - learn more <a href="https://forum.solidproject.org/t/a-new-organisational-home-for-solid/8004">here</a> 🎉
13+
</div>
14+
1115
<header>
1216
<address>
1317
<a href="/"><img alt="Solid logo" src="/image/logo.svg" width="50" /> Solid</a>

for-users.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
</head>
99

1010
<body about="" prefix="schema: http://schema.org/ doap: http://usefulinc.com/ns/doap# foaf: http://xmlns.com/foaf/0.1/" id="for-users">
11+
<div class="banner">
12+
🎉 Exciting news! The <a href="https://theodi.org/">Open Data Institute (ODI)</a> is now a steward for Solid - learn more <a href="https://forum.solidproject.org/t/a-new-organisational-home-for-solid/8004">here</a> 🎉
13+
</div>
14+
1115
<header>
1216
<address>
1317
<a href="/"><img alt="Solid logo" src="/image/logo.svg" width="50" /> Solid</a>

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
</head>
99

1010
<body about="" id="homepage" prefix="schema: http://schema.org/ doap: http://usefulinc.com/ns/doap# foaf: http://xmlns.com/foaf/0.1/">
11+
<div class="banner">
12+
🎉 Exciting news! The <a href="https://theodi.org/">Open Data Institute (ODI)</a> is now a steward for Solid - learn more <a href="https://forum.solidproject.org/t/a-new-organisational-home-for-solid/8004">here</a> 🎉
13+
</div>
14+
1115
<header>
1216
<address>
1317
<a href="/"><img alt="Solid logo" src="/image/logo.svg" width="50" /> Solid</a>

style/base.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@ nav a {
5353
margin-left: 2rem;
5454
}
5555

56+
.banner {
57+
background-color: #ffcc00;
58+
color: black;
59+
text-align: center;
60+
padding: 15px;
61+
font-size: 1.2em;
62+
font-weight: bold;
63+
}
64+
5665
#homepage main>article {
5766
align-items: center;
5867
}

terms.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
</head>
99

1010
<body about="" prefix="schema: http://schema.org/ doap: http://usefulinc.com/ns/doap# foaf: http://xmlns.com/foaf/0.1/" id="terms">
11+
<div class="banner">
12+
🎉 Exciting news! The <a href="https://theodi.org/">Open Data Institute (ODI)</a> is now a steward for Solid - learn more <a href="https://forum.solidproject.org/t/a-new-organisational-home-for-solid/8004">here</a> 🎉
13+
</div>
14+
1115
<header>
1216
<address>
1317
<a href="/"><img alt="Solid logo" src="/image/logo.svg" width="50" /> Solid</a>

0 commit comments

Comments
 (0)