Files @ 26ff31bb7878
Branch filter:

Location: website/www/conservancy/templates/submenus/learn_partial.html

bsturmfels
progress bar: Drop JS, make mobile friendly, match design to new site.

The existing jQuery UI-based fundraising progress bar used a float layout,
making it hard to adapt for mobile use. Given that there is not interactivity,
I've dropped all the JS and switched to a flexbox layout. This works well
because the bar will stretch to fit the text rather than always maintaining its scale.
1
2
3
4
5
6
<ul>
  <li><a href="/copyleft-compliance/glossary.html">Glossary of Terms</a></li>
  <li><a href="/copyleft-compliance/vizio.html">Vizio Lawsuit</a></li>
  <li><a href="/press/qanda.html">Q&amp;A</a></li>
  <li><a class="IssuesInTheNews" href="/press/inthenews.html">Our Issues In The News</a></li>
</ul>