Skip to content

Commit

Permalink
youtube links now open in new tab. on playlists page, about page, and…
Browse files Browse the repository at this point in the history
… the for developers page
  • Loading branch information
dominrios committed Oct 16, 2024
1 parent 1c4af7e commit cfdd363
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions content/tags/playlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ weight: 42

<div class="playlist-wrapper-flex">
<figure class="PlaylistFig">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUbG7DbFHD9-PCAJ8J1zdVo8">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUbG7DbFHD9-PCAJ8J1zdVo8" target="_blank" rel="noopener noreferrer">
<img style="width: 35vw; height: 20vw;" src="https://i.ytimg.com/vi/IBwtCjiBvR0/maxresdefault.jpg">
</a>
<h4>Eclipse VOLTTRON Intro</h4>
</figure>
<figure class="PlaylistFig">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUYT43KtSlo3zhmjPNqFX7O7">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUYT43KtSlo3zhmjPNqFX7O7" target="_blank" rel="noopener noreferrer">
<img style="width: 35vw; height: 20vw;" src="https://i.ytimg.com/vi/X7nYZLysOM0/maxresdefault.jpg">
</a>
<h4>Eclipse VOLTTRON Demos</h4>
</figure>
<figure class="PlaylistFig" >
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUb5thW8c6f9iQNzqifhUAFl">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUb5thW8c6f9iQNzqifhUAFl" target="_blank" rel="noopener noreferrer">
<img style="width: 35vw; height: 20vw;" src="https://i.ytimg.com/vi/bQ_7IBF-y70/maxresdefault.jpg">
</a>
<h4>Eclipse VOLTTRON Community Meetings</h4>
</figure>
<figure class="PlaylistFig" >
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUbgksKjq4QwwjSjdQZNDjfx">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUbgksKjq4QwwjSjdQZNDjfx" target="_blank" rel="noopener noreferrer">
<img style="width: 35vw; height: 20vw;" src="https://i.ytimg.com/vi/F1cpeu3FK7s/maxresdefault.jpg">
</a>
<h4>Office Hours</h4>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/AboutSidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>Recent Videos</h3>
<p>Check out the playlist below for the newest information on Eclipse VOLTTRON</p>

<figure class="PlaylistFig" style="width: 23vw; height: 15vw;" width="560" height="315" >
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUb6UHOwRuG9ve9XWkpYZTgu">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUb6UHOwRuG9ve9XWkpYZTgu" target="_blank" rel="noopener noreferrer">
<img style="width: 23vw; height: 15vw;" src="https://i.ytimg.com/vi/F1cpeu3FK7s/maxresdefault.jpg">
</a>
</figure>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/sidebar/DevelopersLeft.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3>Tutorial Videos</h3>
<p>For more information, check out the latest Tutorial Videos below!
</p>
<figure class="PlaylistFig" style="width: 23vw; height: 15vw;" width="560" height="315" >
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUabx-r2di9eCE-QclNqIP1y">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUabx-r2di9eCE-QclNqIP1y" target="_blank" rel="noopener noreferrer">
<img style="width: 23vw; height: 15vw;" src="https://i.ytimg.com/vi/bPE_-6nHuSY/maxresdefault.jpg">
</a>
</figure>
Expand All @@ -26,7 +26,7 @@ <h3>Office Hours</h3>
<p>For more information, check out the latest Office Hours below!</p>

<figure class="PlaylistFig" style="width: 23vw; height: 15vw;" width="560" height="315" >
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUbgksKjq4QwwjSjdQZNDjfx">
<a href="https://www.youtube.com/playlist?list=PLb2e9HwqRmUbgksKjq4QwwjSjdQZNDjfx" target="_blank" rel="noopener noreferrer">
<img style="width: 23vw; height: 15vw;" src="https://i.ytimg.com/vi/F1cpeu3FK7s/maxresdefault.jpg">
</a>
</figure>
Expand Down

0 comments on commit cfdd363

Please sign in to comment.