Skip to content

Commit 8511420

Browse files
authored
Merge pull request #72 from CURIOSSorg/CiaraFlanagan-patch-5
Update homepage.yml
2 parents 20dc3e9 + dfc03e0 commit 8511420

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

data/homepage.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,25 @@ banner:
66
########################### home ##################################
77
home:
88
enable : true
9-
title : "What is CURIOSS?"
10-
subtitle : "CURIOSS is a **C**ommunity for **U**niversity and **R**esearch **I**nstitution **OS**PO**s**. Our goals are to facilitate the networking and collaboration between CURIOSS representatives from universities and research institutions worldwide.
11-
CURIOSS was set up in 2023 with the support of a grant from the Alfred P. Sloan Foundation.
12-
"
9+
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>"
20+
1321

1422
########################### joinCURIOSS ##################################
1523
joincurioss:
1624
enable : true
1725
title : "What is CURIOSS?"
1826
subtitle : "CURIOSS is a community for those working in University and Research Institution OSPOs. Our goals are to facilitate the networking and collaboration between CURIOSS representatives from universities and research institutions worldwide.
19-
CURIOSS was set up in 2023 with the support of a grant from the Alfred P. Sloan Foundation.
27+
CURIOSS was set up in 2023 with the support of a grant from the Alfred P. Sloan Foundation.
2028
"
2129

2230
############################ features #################################
@@ -44,4 +52,3 @@ CURIOSS was set up in 2023 with the support of a grant from the Alfred P. Sloan
4452
content : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmo"
4553

4654

47-

layouts/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
<div class="col-lg-10 mx-auto text-center">
99
<h2>{{ .title | markdownify }}</h2>
1010
<p class="lead">{{ .subtitle | markdownify}}</p>
11+
<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>
1114
{{ end }}
1215
</div>
1316
<div class="container bg-white">
14-
<div class="row justify-content-center">
17+
<div class="row justify-content-center mt-4">
1518
</div>
1619
<div class="row d-flex justify-content-center">
1720
<a href="/about/contact/" class="btn btn-primary btn-sm">Click here to contact the CURIOSS team!</a>

0 commit comments

Comments
 (0)