Skip to content

Commit

Permalink
Added binderhub to navbar and footer links.
Browse files Browse the repository at this point in the history
Change-Id: I61f6a4a5db4ece4e5d3b24e92c85833b83562dd3
  • Loading branch information
dmalby committed Jul 1, 2024
1 parent 20dcc2f commit 81814df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h4>External Resources</h4>
<li><a href="https://dashboard.rc.nectar.org.au/">Nectar Dashboard</a></li>
<li><a href="https://desktop.rc.nectar.org.au/">Virtual Desktop Service</a></li>
<li><a href="https://jupyterhub.rc.nectar.org.au/">Jupyter Notebook Service</a></li>
<li><a href="https://binderhub.rc.nectar.org.au/">BinderHub Service</a></li>
<li><a href="https://ardc.edu.au/services/">ARDC Online Services</a></li>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<div class="dropdown-menu">
<a class="dropdown-item" href="https://desktop.rc.nectar.org.au/">Virtual Desktop Service</a>
<a class="dropdown-item" href="https://jupyterhub.rc.nectar.org.au/">Jupyter Notebook Service</a>
<a class="dropdown-item" href="https://binderhub.rc.nectar.org.au/">BinderHub Service</a>
</div>
</li>
</ul>
Expand Down

0 comments on commit 81814df

Please sign in to comment.