diff --git a/_includes/nav.html b/_includes/nav.html index 819873f1..e9a1c228 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -9,6 +9,7 @@ Newsletter | Blog | About | + Videos | Resources diff --git a/videos.html b/videos.html new file mode 100644 index 00000000..1fa95579 --- /dev/null +++ b/videos.html @@ -0,0 +1,36 @@ +--- +layout: default +permalink: /videos/ +title: Software Testing Conference Videos +--- + +
+ This page highlights the 10 most recent past conferences in our archive that include an + event video link. Use it to quickly find freely shared conference recordings, and let us know if we're missing one + by updating past.yml. +
+ +{% assign video_conferences = site.data.past | where_exp: "conference", "conference.video_url" %} +{% assign current_year = "" %} + +{% for conference in video_conferences limit: 10 %} + {% assign conference_year = conference.dates | split: ", " | last %} + {% if conference_year != current_year %} + {% assign current_year = conference_year %} +
+ {{ conference.dates }}
+
+ Watch Event Videos
+