Skip to content

Commit

Permalink
navbar change, Fixed setup link, time, removed placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
catchSheep committed Jul 30, 2024
1 parent 27fcee7 commit 94db0fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 3 additions & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@
</a>

{% comment %} Always show link to home page. {% endcomment %}
<a class="navbar-brand" href="{{ relative_root_path }}{% link index.md %}">Home</a>
<a class="navbar-brand" href="https://datascience.curtin.edu.au/">CIDS</a>

</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
{% comment %} Always show code of conduct. {% endcomment %}
<li><a href="{{ relative_root_path }}{% link index.md %}">Home</a></li>

{% comment %} Always show code of conduct. {% endcomment %}
<li><a href="{{ relative_root_path }}{% link CODE_OF_CONDUCT.md %}">Code of Conduct</a></li>
Expand Down
5 changes: 1 addition & 4 deletions _includes/schedule.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
This is currently an example schedule. Delete this once you've set the schedule


<div class="row">
<div class="col-md-6">
<h3>Day 1</h3>
Expand Down Expand Up @@ -113,7 +110,7 @@ <h3>Day 2</h3>
</td>
</tr>
<tr>
<td>4:30</td>
<td>16:30</td>
<td>End of Python Day 2</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Display the contact email address set in the configuration file by looping throu

<p id="before-attending">
<strong>What do I need to do before attending?</strong> <br>
Before attending please ensure you've followed the <a href="{{ relative_root_path }}/setup">setup</a> . This means you should have:
Before attending please ensure you've followed the <a href="{{ relative_root_path }}/{% link setup/index.md %}">setup</a> . This means you should have:
<ol>
<li> Installed VSCode </li>
<li> Installed the python enviornment </li>
Expand Down

0 comments on commit 94db0fc

Please sign in to comment.