Skip to content

Commit

Permalink
Added new videos
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Dec 7, 2021
1 parent ac9928c commit f490b6c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions member/templates/member/events/member_videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ <h2>Member Videos</h2>
<hr/>

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

<h3>Lunch & Learn - State of the Nomads</h3>
<video width='640' controls>
<source src="/videos/StateOfTheNomads.mp4" type="video/mp4"></source>
Your browser does not support the video tag.
</video>

<h3>Lunch & Learn - Cyber Security</h3>
<video width='640' controls>
<source src="/videos/Cybersecurity.mp4" type="video/mp4"></source>
Your browser does not support the video tag.
</video>

<h3>Lunch & Learn - Backpacking</h3>
<video width='640' controls>
<source src="/videos/Backpacking.mp4" type="video/mp4"></source>
Expand Down

0 comments on commit f490b6c

Please sign in to comment.