Skip to content

Commit 19196ae

Browse files
committed
Add design seminar video to landing page
1 parent d926cfb commit 19196ae

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

_includes/tiles-simple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
border-radius: 12px;
3636
padding: 25px;
3737
transition: all 0.3s ease;
38-
background: #1c4587ff;
38+
background: #012152;;
3939
width: 100%;
4040
display: flex;
4141
flex-direction: column;

_includes/video-list-columns.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<div style="display: flex; gap: 20px; align-items: center;">
2+
<div style="flex: 1;">
3+
<iframe style="width: 100%; aspect-ratio: 560 / 315;" src="https://www.youtube.com/embed/{{ include.video_id }}"
4+
frameborder="0" allowfullscreen></iframe>
5+
</div>
6+
<div style="flex: 1;">
7+
<ul>
8+
{% assign items = include.list | split: "|" %}
9+
{% for item in items %}
10+
<li>{{ item }}</li>
11+
{% endfor %}
12+
</ul>
13+
</div>
14+
</div>
15+

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ This website is a virtual meeting place and hub for all users of **computing for
1717

1818
{% include tiles-simple.html target = "tiles" col = "2" %}
1919

20+
## Protein design seminar series
21+
22+
{% include video-list-columns.html
23+
video_id="3Ad2gUjeSL8?si=T2Md7RwXn7YWl1S7"
24+
list="The protein design seminar series includes <b>6 presentations</b> from Australian structural biologists utilizing the latest developments in <i>de novo</i> protein design to develop protein binders to various therapeutic targets.|Watch <b>Dr Rhys Grinter</b> share a recent project involving the development of protein binders to a protein target involved in heme piracy.|The next event in the series will be on <b>August 12th</b> and will describe AI-Designed Anti-CRISPRs as Programmable CRISPR Inhibitors." %}
2025

2126
## Upcoming Events
2227

0 commit comments

Comments
 (0)