Skip to content

Commit

Permalink
Update program videos (#319)
Browse files Browse the repository at this point in the history
* Fix alt text spelling mistake

* Update video IDs for YouTube hosted program videos

* Update program video page year
  • Loading branch information
JoeProgrammer88 authored Jul 1, 2024
1 parent e89286d commit 66ec310
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions PC2/Views/ProgramVideos/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
ViewData["Title"] = "Program Videos";
}
<div class="d-flex justify-content-center">
<img src="~/images/program-videos/Filmstrip.webp" alt="A bllack and white film strip going horizontally across the screen" width="977" height="279"/>
<img src="~/images/program-videos/Filmstrip.webp" alt="A black and white film strip going horizontally across the screen" width="977" height="279"/>
</div>

<div>
<h1>FALL, 2022 LEGAL SERIES</h1>
<h1>FALL, 2024 LEGAL SERIES</h1>
</div>

<div class="divider"></div>
Expand Down Expand Up @@ -57,7 +57,7 @@
player = new YT.Player('player', {
height: '390',
width: '640',
videoId: '7_59VpYuG-g',
videoId: 'tRadgduogZg',
playerVars: {
'playsinline': 1
},
Expand All @@ -69,7 +69,7 @@
player = new YT.Player('player2', {
height: '390',
width: '640',
videoId: 'FKsGwKA_dRY',
videoId: 'yAzIQmPAB_Y',
playerVars: {
'playsinline': 1
},
Expand All @@ -81,7 +81,7 @@
player = new YT.Player('player3', {
height: '390',
width: '640',
videoId: '6fyhtfyEruk',
videoId: 'giIjClhjU-8',
playerVars: {
'playsinline': 1
},
Expand Down

0 comments on commit 66ec310

Please sign in to comment.