Skip to content

Commit

Permalink
added YNAB video
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jul 19, 2021
1 parent 532658e commit c9a2d28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion member/templates/member/events/member_videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ <h2>Member Videos</h2>
<hr/>

<div style="text-align: center;">
<h3>Lunch & Learn - You Need a Budget</h3>
<video width='640' controls>
<source src="/videos/YNAB.mp4" type="video/mp4"></source>
Your browser does not support the video tag.
</video>
<h3>Lunch & Learn - 3D Printing with Trevor</h3>
<video width='640' controls>
<source src="/media/member_videos/3D_Printing.mp4" type="video/mp4"></source>
<source src="/videos/3D_Printing.mp4" type="video/mp4"></source>
Your browser does not support the video tag.
</video>
</div>
Expand Down

0 comments on commit c9a2d28

Please sign in to comment.