Skip to content

Commit

Permalink
MAINT: add title to iframe elements, addresses issue #45
Browse files Browse the repository at this point in the history
  • Loading branch information
ychoy committed Jan 15, 2020
1 parent 61193fa commit 937b7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -140,7 +140,7 @@ <h2>About</h2>
We are part of the <a href="https://brigade.codeforamerica.org/brigades" target="_blank">Code for America Brigade Network:</a>
</p>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/mYzMl_HnEZU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="embed-responsive-item" title="Code for America Brigade Network" src="https://www.youtube.com/embed/mYzMl_HnEZU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br/><br/>
<p><strong>Let's collaborate!</strong></p>
Expand Down Expand Up @@ -199,7 +199,7 @@ <h3>Frequently Asked Questions</h3>
<p>
Check out a creative video project made by our members [Lorin Camargo](https://www.linkedin.com/in/lorincamargo) and [Clarence Leung](https://github.com/clarle) to showcase the construction of a protected bikeway pop-up on 4th Street, between St. John and San Salvador in San Jose, California:
</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/y1rJJxqDo7Y" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" title="San Jose Bikeway Pop-up Construction Timelapse" src="https://www.youtube.com/embed/y1rJJxqDo7Y" frameborder="0" allowfullscreen></iframe>
<p><strong>Does Code for San Jose teach you how to code?</strong></p>
<p>
No, Code for San Jose is not a place that teaches members how to code.
Expand Down

0 comments on commit 937b7d2

Please sign in to comment.