Skip to content

Commit a9c253e

Browse files
add Join button to Collaboration section
1 parent 1dd5688 commit a9c253e

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1 class="display-5 fw-bold">Collaboration</h1>
151151
<a href="{{ site.baseurl }}/collaboration.html" class="btn btn-primary btn-lg px-4 gap-3">Code of Conduct</a>
152152
</div>
153153
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mt-3">
154-
<a href="{{ site.baseurl }}/governance.html" class="btn btn-primary btn-lg px-4 gap-3">Governance &amp; Leadership</a>
154+
<a href="{{ site.baseurl }}/join.html" class="btn btn-primary btn-lg px-4 gap-3">Join</a>
155155
</div>
156156
<div class="pt-4 collab-block">
157157
<h2 class="h3 fw-bold text-center">Collaborating Institutes</h2>

join.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Join
3+
---
4+
5+
{% include head.html %}
6+
7+
<body class="bg-light">
8+
{% include nav.html %}
9+
<div class="bg-light container-fluid">
10+
<div class="px-4 py-5 my-5 text-center">
11+
<h1 class="display-5 fw-bold">Join</h1>
12+
</div>
13+
</div>
14+
{% include footer.html %}
15+
</body>

0 commit comments

Comments
 (0)