Skip to content

Commit

Permalink
added backpacking viceo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jul 19, 2021
1 parent c9a2d28 commit f871e9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions member/templates/member/events/member_videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,18 @@ <h2>Member Videos</h2>
<hr/>

<div style="text-align: center;">
<h3>Lunch & Learn - Backpacking</h3>
<video width='640' controls>
<source src="/videos/Backpacking.mp4" type="video/mp4"></source>
Your browser does not support the video tag.
</video>

<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="/videos/3D_Printing.mp4" type="video/mp4"></source>
Expand Down

0 comments on commit f871e9f

Please sign in to comment.