Skip to content

Commit 7eed97f

Browse files
Merge pull request #78 from CURIOSSorg/update-home-page
update home page
2 parents 8511420 + feac6a3 commit 7eed97f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

data/homepage.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ banner:
77
home:
88
enable : true
99
title : "Who are CURIOSS?"
10-
subtitle : "**CURIOSS** is a **C**ommunity for **U**niversity and **R**esearch **I**nstitution **OS**PO**s**."
11-
content: "Our goals are to provide support and to build the collective capacity of members who are creating, managing and sustaining Open Source Program Offices in universities and research institutions around the world."
12-
header: "We do this in a number of ways, including:"
13-
bullet_point: "<ul>
14-
<li>Creating dedicated spaces for sharing learning and good practices.</li>
15-
<li>Creating shared resources.</li>
16-
<li>Facilitating networking and collaboration.</li>
17-
<li>Partnering with other organizations to amplify impact.</li>
18-
<li>Promoting awareness of academic OSPOs and their learning within the wider academic and OSS ecosystems.</li>
19-
</ul>"
10+
subtitle : "**CURIOSS** is a **C**ommunity for **U**niversity and **R**esearch **I**nstitution **OS**PO**s**.
11+
Our goals are to provide support and to build the collective capacity of members who are creating, managing and sustaining Open Source Program Offices in universities and research institutions around the world."
12+
content: "We do this in a number of ways, including:
13+
creating dedicated spaces for sharing learning and good practices;
14+
creating shared resources, facilitating networking and collaboration;
15+
partnering with other organizations to amplify impact;
16+
promoting awareness of academic OSPOs and their learning within the wider academic and OSS ecosystems.
17+
"
18+
description: "CURIOSS was set up in 2023 with the support of a grant from the Alfred P. Sloan Foundation."
2019

2120

2221
########################### joinCURIOSS ##################################

layouts/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
<h2>{{ .title | markdownify }}</h2>
1010
<p class="lead">{{ .subtitle | markdownify}}</p>
1111
<p class="lead">{{ .content | markdownify}}</p>
12-
<p class="lead text-left">{{ .header | markdownify}}</p>
13-
<div class="lead text-left">{{ .bullet_point | safeHTML }}</div>
12+
<p class="lead">{{ .description | markdownify}}</p>
1413
{{ end }}
1514
</div>
1615
<div class="container bg-white">

0 commit comments

Comments
 (0)