From 7464d854ad01e5a63c2417395c8058b556fb0b8d Mon Sep 17 00:00:00 2001
From: Filippos Tourlomousis <filippos.tourlo@cba.mit.edu>
Date: Thu, 19 Mar 2020 19:31:01 -0400
Subject: [PATCH] continue documenting

---
 index.html | 28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)

diff --git a/index.html b/index.html
index 6e54793..77bc8cf 100644
--- a/index.html
+++ b/index.html
@@ -79,16 +79,19 @@
                 <h2>A. Filters: Design Specs</h2>
                 <br>
                 <p class ="lead text-justify">
-                    1.  ISO fittings to mate with the tubing.<br>  
-                    2.  Filtration Efficiency for Covid19. <br>
-                    3. low Resistance to flow.<br>     
+                    1. ISO fittings to mate with the tubing.<br>  
+                    2. Filtration Efficiency for Covid19. <br>
+                    3. Low Resistance to flow.<br>     
                     
                     We will have to trade off specifications for Rqmts 2 and 3.   
                     If the filter is too restrictive, the patient has to work too hard to breath.  
                     It meets the resistance by increasing the surface area, you will have a successful design.
+                    <br>
+                    <a href = "https://gitlab.cba.mit.edu/camblackburn/filter_testing#fn2-7883" class="text-primary" class="nav-link"> Filter Testing Metrics from Camron</a>
                 </p>
                 <p class="lead text-justify">
-                    Press here for link to: <a href="https://www.intersurgical.com/products/airway-management/floguard-low-resistance-breathing-filter-for-cpap-and-bilevel#downloads">
+                    Press here for link to: <a href="https://www.intersurgical.com/products/airway-management/floguard-low-resistance-breathing-filter-for-cpap-and-bilevel#downloads"
+                    class="text-primary" class="nav-link">
                         Commercial Flo-Guard Breathing Filters</a>
                 </p>
                 <br>
@@ -113,11 +116,10 @@
                     overcome the surface tension of the material, fibers in a chaotic motion are deposited on the collector. 
                     The fiber formation mechanism is shown in the video below:
                 </p>
-
-                <br>
-                <div class="embed-responsive embed-responsive-1by1">
-                    <iframe class="embed-responsive-item" src="img/electrospinning-amazing-video-smaller.mp4"></iframe>
-                </div>
+               
+                <video width="800" height="600" style="display:block; margin: 0 auto;" controls>
+                    <source src="img/electrospinning-amazing-video-smaller.mp4" type="video/mp4">
+                </video>
                 <br>
 
                 <p class="lead text-justify">
@@ -187,14 +189,6 @@
                 <p class="lead text-justify">
                     <b><u>Tools:</u></b>
                     <br>
-                    <li>Syringe Pump</li>
-                    <li>Syringes</li>
-                    <li>Needle Tips</li>
-                    <li>Foam</li>
-                    <li>Aluminum Foil</li>
-                    <li>Cables</li>
-                    <li>Aligator Clips</li>
-                    <li>Electrical Tape</li>
                 </p>
 
 
-- 
GitLab