Skip to content

Commit 89cf9a9

Browse files
[PYT-634] modified episodes title, added Watch CTA
1 parent 9279c17 commit 89cf9a9

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

Gemfile.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -273,5 +273,4 @@ DEPENDENCIES
273273
RUBY VERSION
274274
ruby 2.5.1p57
275275

276-
BUNDLED WITH
277-
2.2.22
276+

_events/episode_20.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
category: live-stream
33
title: Episode 20
44
guest: E.Ulises Moya Sanchez and Abraham Sanchez
5-
company: A Robust PyTorch Trainable Entry Convnet Layer in Fourier Domain
5+
company: PyTorch Monogenic ConvNet Layer
66
date: September 29, 2021
77
time: 9 AM PST
88
poster: https://assets.pytorch.org/pted2021/posters/B7.png
9+
video: https://pytorch.org
910
---

_events/episode_27.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
category: live-stream
33
title: Episode 27
44
guest: Dr. Ariel Biller
5-
company: "The Fundamentals of MLOps for R&D: Orchestration, Automation, Reproducibility"
5+
company: "MLOps"
66
date: December 8, 2021
77
time: 9 AM PST
88
poster: https://assets.pytorch.org/pted2021/posters/I1.png

_events/episode_6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
category: live-stream
33
title: Episode 6
44
guest: Ludovic Denoyer
5-
company: A Robust PyTorch Trainable Entry Convnet Layer in Fourier Domain
5+
company: Rlstructures
66
date: June 23, 2021
77
time: 1 PM PST
88
poster: https://assets.pytorch.org/pted2021/posters/D2.png

_includes/latest_episodes.html

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ <h2 class="episode-header-text">Latest Episodes</h2>
2323
{% if item.poster %}
2424
<ul class="episode-info">
2525
<li class="episode-poster"><a href="{{ item.poster }}">Poster</a></li>
26+
<li class="episode-poster"><a href="{{ item.video }}">Watch</a></li>
2627
</ul>
2728
{% endif %}
2829
</div>

_sass/events.scss

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260

261261
.episode-info {
262262
display: flex;
263+
justify-content: space-between;
263264
span {
264265
padding-left: 5px;
265266
padding-right: 5px;

0 commit comments

Comments
 (0)