Skip to content

Commit

Permalink
Rotated video links, updated heading. (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dauthi66 authored Nov 18, 2022
1 parent bf02384 commit 3fc7dd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PC2/Views/ProgramVideos/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</div>

<div>
<h1>FALL, 2021 LEGAL SERIES</h1>
<h1>FALL, 2022 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: 'Ouvh3_l-4DA',
videoId: '7_59VpYuG-g',
playerVars: {
'playsinline': 1
},
Expand All @@ -69,7 +69,7 @@
player = new YT.Player('player2', {
height: '390',
width: '640',
videoId: 'b-L9KI5JNeM',
videoId: 'FKsGwKA_dRY',
playerVars: {
'playsinline': 1
},
Expand All @@ -81,7 +81,7 @@
player = new YT.Player('player3', {
height: '390',
width: '640',
videoId: '4N1FSMkCO1M',
videoId: '6fyhtfyEruk',
playerVars: {
'playsinline': 1
},
Expand Down

0 comments on commit 3fc7dd6

Please sign in to comment.