Skip to content

Commit 1a8180f

Browse files
committed
tweaking navbar and people links on page 1
1 parent ae4f9c0 commit 1a8180f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
About</a>
44
<a href="{{site.baseurl}}/people/">
55
People</a>
6+
<a href="{{site.baseurl}}/calendar/">
7+
Schedule</a>
68
<a href="{{site.baseurl}}/apply/">
79
Apply</a>
810
<a href="{{site.baseurl}}/code-of-conduct/">
911
Code of Conduct</a>
1012
<a href="{{site.baseurl}}/archive/">
1113
Lecture Archive</a>
12-
<a href="{{site.baseurl}}/calendar/">
13-
Schedule</a>
1414
</nav>

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ collaboration sessions on topics of interest.
3636
{% assign fullname = page.forename | append: " " | append: page.surname %}
3737
<div class="splash-instructor-card">
3838
<div class="splash-instructor-card-photo">
39-
<a href="{{site.baseurl}}/{{page.url}}">
39+
<a href="{{site.baseurl}}{{page.url}}">
4040
<img
4141
{% if page.image %}
4242
src="{{page.image}}"
4343
alt="The profile picture for {{fullname}}"
4444
{% elsif page.github %}
45-
src="https://github.com/{{page.github}}.png"
46-
alt="The GitHub profile picture for {{fullname}}"
45+
src="https://github.com/{{page.github}}.png"
46+
alt="The GitHub profile picture for {{fullname}}"
4747
{% else %}
48-
src="https://upload.wikimedia.org/wikipedia/commons/a/ac/Default_pfp.jpg"
49-
alt="An anonymous profile picture"
48+
src="https://upload.wikimedia.org/wikipedia/commons/a/ac/Default_pfp.jpg"
49+
alt="An anonymous profile picture"
5050
{% endif %}
5151
/>
5252
</a>
5353
</div>
54-
<p><a href="{{site.baseurl}}/{{page.url}}">{{fullname}}</a></p>
54+
<p><a href="{{site.baseurl}}{{page.url}}">{{fullname}}</a></p>
5555
</div>
5656
{% endif %}
5757
{% endfor %}

0 commit comments

Comments
 (0)