rover.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="stylesheet" href="static/css/rsq.css">
  7. <title>RSQueue</title>
  8. </head>
  9. <body>
  10. <div class="wrapper">
  11. <div class="content">
  12. <section class="top-nav">
  13. <div class="logo">
  14. <a class="logo" href="index.html"><h1>RSQ</h1></a>
  15. </div>
  16. <input id="menu-toggle" type="checkbox">
  17. <label class="menu-button-container" for="menu-toggle">
  18. <div class="menu-button"></div>
  19. </label>
  20. <ul class="menu">
  21. <li><a class="menu-link" href="index.html">Home</a></li>
  22. <li><a class="menu-link" href="description.html">Description</a></li>
  23. <li><a class="menu-link" href="documentation.html">Documentation</a></li>
  24. <li class="menu-here">Who is Rover?</li>
  25. <li><a class="menu-link" href="source-code.html">Source Code</a></li>
  26. </ul>
  27. </section>
  28. <div class="body-content">
  29. <h1>Who is Rover?</h1>
  30. <img class="img-rover" alt="Image Rover" src="static/img/rover.png">
  31. <p>
  32. Rover is the macot of the rescue project. He is a young dog of type Saint Bernard, the type of dog that has been used in rescue actions.
  33. </p>
  34. <p>
  35. The name is a line from the song "Fire" by Jimi Hendrix, the line goes:<br/>
  36. "Move over Rover and let Jimi take over".
  37. </p>
  38. </div>
  39. </div>
  40. <footer>
  41. <div>
  42. Copyright © 2023 Marcus Pedersén
  43. <br>
  44. <br>
  45. <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
  46. <img alt="Creative Commons License" style="border-width:0" src="static/img/cc-by-sa.png">
  47. </a>
  48. <br>
  49. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
  50. </div>
  51. </footer>
  52. </div>
  53. </body>
  54. </html>