Skip to content

Commit d1f961d

Browse files
committed
tweaking calendar
1 parent aa296ec commit d1f961d

3 files changed

Lines changed: 27 additions & 27 deletions

File tree

_data/schedule.yaml

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ events:
2727
speakers: []
2828
- time: 1:30pm
2929
minutes: 90
30-
title: 'Intro to Python | Designing Libraries in Python'
30+
title: '(1) Intro to Python <br/> &mdash;OR&mdash; <br/> (2) Designing Libraries in Python'
3131
style: tutorial
3232
speakers:
33-
- Kelly Chang
34-
- Ariel Rokem
33+
- '(1) Kelly Chang'
34+
- '(2) Ariel Rokem'
3535
- time: 3:00pm
3636
minutes: 30
3737
title: Coffee Break
@@ -75,11 +75,11 @@ events:
7575
speakers: []
7676
- time: 1:30pm
7777
minutes: 90
78-
title: '[1] Introduction to Git and GitHub | [2] Collaboration using Git'
78+
title: '(1) Introduction to Git and GitHub <br/> &mdash;OR&mdash; <br/> (2) Collaboration using Git'
7979
style: tutorial
8080
speakers:
81-
- Noah C. Benson
82-
- Ariel Rokem
81+
- '(1) Noah C. Benson'
82+
- '(2) Ariel Rokem'
8383
- time: 3:00pm
8484
minutes: 30
8585
title: Coffee Break
@@ -117,24 +117,22 @@ events:
117117
speakers: []
118118
- time: 1:30pm
119119
minutes: 90
120-
title: '[1] Machine Learning in Python | [2] Deep Learning in Pytorch'
120+
title: '(1) Machine Learning in Python <br/> &mdash;OR&mdash; <br/> (2) Deep Learning in Pytorch'
121121
style: tutorial
122122
speakers:
123-
- Ariel Rokem
124-
- Noah C. Benson
123+
- '(1) Ariel Rokem'
124+
- '(2) Noah C. Benson'
125125
- time: 3:00pm
126126
minutes: 30
127127
title: Coffee Break
128128
style: break
129129
speakers: []
130130
- time: 3:30pm
131131
minutes: 90
132-
title: '[1] Week 1 Group Projects: Work Time | [2] Center for Human Neuroscience visit'
132+
title: '(1) Week 1 Group Projects: Work Time <br/> &mdash;OR&mdash; <br/> (2) Center for Human Neuroscience visit'
133133
style: other
134134
speakers:
135-
- Noah C. Benson
136-
- Ariel Rokem
137-
- John Pyles
135+
- '(2) John Pyles'
138136
Thursday:
139137
- time: 9:00am
140138
minutes: 60
@@ -205,11 +203,11 @@ events:
205203
speakers: []
206204
- time: 1:30pm
207205
minutes: 90
208-
title: '[1] Python Ecosystem Control with uv | [2] GitHub Actions'
206+
title: '(1) Python Ecosystem Control with uv <br/> &mdash;OR&mdash; <br/> (2) GitHub Actions'
209207
style: lecture
210208
speakers:
211-
- Don Setiawan
212-
- Serge Koudoro
209+
- '(1) Don Setiawan'
210+
- '(2) Serge Koudoro'
213211
- time: 3:00pm
214212
minutes: 30
215213
title: Coffee Break

index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,20 @@ 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-
<img
40-
{% if page.image %}
41-
src="{{page.image}}"
42-
alt="The profile picture for {{fullname}}"
43-
{% elsif page.github %}
44-
src="https://github.com/{{page.github}}.png"
45-
alt="The GitHub profile picture for {{fullname}}"
46-
{% else %}
47-
src="https://upload.wikimedia.org/wikipedia/commons/a/ac/Default_pfp.jpg"
48-
alt="An anonymous profile picture"
39+
<a href="{{site.baseurl}}/{{page.url}}">
40+
<img
41+
{% if page.image %}
42+
src="{{page.image}}"
43+
alt="The profile picture for {{fullname}}"
44+
{% elsif page.github %}
45+
src="https://github.com/{{page.github}}.png"
46+
alt="The GitHub profile picture for {{fullname}}"
47+
{% else %}
48+
src="https://upload.wikimedia.org/wikipedia/commons/a/ac/Default_pfp.jpg"
49+
alt="An anonymous profile picture"
4950
{% endif %}
5051
/>
52+
</a>
5153
</div>
5254
<p><a href="{{site.baseurl}}/{{page.url}}">{{fullname}}</a></p>
5355
</div>

style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ nav {
880880
}
881881
.eventstyle-other {
882882
background: var(--cap-bg-color);
883-
color: #000000;
883+
color: #FFFFFF;
884884
}
885885

886886
/* Accordion for calendars */

0 commit comments

Comments
 (0)