about.hbs 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <div class="about">
  2. {{> nav activeAbout="active" }}
  3. <div class="container">
  4. <ol class="breadcrumb">
  5. <li><a href="#">Gallery</a></li>
  6. <li>About "Animals"</li>
  7. </ol>
  8. <h1>About "Animals"</h1>
  9. <div class="row">
  10. <div class="col-sm-6">
  11. <h2>What's This For ?</h2>
  12. <p>The "Animals" gallery is the final "<a href="https://www.coursera.org/learn/responsive-web-design/home/week/4">Data Driven Website</a>" assignment for the
  13. <a href="">Responsive Web Design</a> MOOC on Coursera,
  14. by University of London &amp; Goldsmiths, University of London.</p>
  15. </div>
  16. <div class="col-sm-6">
  17. <h2>Give me the facts!</h2>
  18. <ul>
  19. <li>This specific version is <a href="https://fr.linkedin.com/in/marand">Frederic G. MARAND</a>'s submission.</li>
  20. <li><a href="http://formation.osinet.fr:3000/fgm/coursera-responsive-design">Get the source on formation.osinet.fr</a></li>
  21. <li><a href="https://www.youtube.com/watch?v=HDH6dcbRtuU&amp;feature=youtu.be&amp;t=37s" title="Animals: Dogs">More "Animals"</a>
  22. <em class="glyphicon glyphicon-film"></em>
  23. </li>
  24. </ul>
  25. </div>
  26. </div>
  27. </div>
  28. </div>