From 8d48e515057e89bc7c3a4a9b1cb224e6723806b1 Mon Sep 17 00:00:00 2001 From: mrschnei <mrschnei@umich.edu> Date: Thu, 18 Jun 2020 02:16:20 -0400 Subject: [PATCH] Updated mask page --- servicePoints/templates/mask.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/servicePoints/templates/mask.html b/servicePoints/templates/mask.html index 26466ba..c36506c 100644 --- a/servicePoints/templates/mask.html +++ b/servicePoints/templates/mask.html @@ -24,7 +24,8 @@ <div> <div class="column" style="border-right:1px solid;"> <h2 style="text-align:center">How to Make Masks</h2> - <p>Text with simple directions and list of what is needed. Also embedded video(s) below with more indepth directions</p> + <p>Linked below is a video tutorial for making masks with simple materials that can be bought cheaply or found around the home. + </p> <div style="text-align:center"> <iframe width="560" height="315" src="https://www.youtube.com/embed/VgHrnS6n4iA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> @@ -32,7 +33,10 @@ </div> <div class="column"> <h2 style="text-align:center">Where to donate masks</h2> - <p>Text and donation links</p> + <p>Find places can be tricky as the stock in masks rises around the country. Donations can still be useful for organizations or communities + that might not be able to purchase masks. Places to donate in your local area can be found through some searches on google.</p> + <p>Some links that might be useful: </p> + <a href="https://deaconess.com/How-to-make-a-Face-Mask/Mask-Donations?state=Michigan">Deaconess</a> </div> </div> -- GitLab