A website made for a class project to document an ecological issue resulting from human impact on the environment
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Impact of Poaching on Ecosystems</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="This biology project looks into the impact of poaching on ecosystems.">
  7. <meta charset="UTF-8">
  8. <link href="css/styles.css" rel="stylesheet" media="screen">
  9. <!-- Rhino Icons by Twemoji. Generated using favicon.io -->
  10. <link rel="manifest" href="static/site.webmanifest">
  11. <link rel="apple-touch-icon" sizes="180x180" href="static/icons/apple-touch-icon.png">
  12. <link rel="icon" type="image/png" sizes="32x32" href="static/icons/favicon-32x32.png">
  13. <link rel="icon" type="image/png" sizes="16x16" href="static/icons/favicon-16x16.png">
  14. </head>
  15. <body>
  16. <!-- Top Navbar -->
  17. <div class="Navbar">
  18. <div class="Navbar__Link Navbar__Link-brand">
  19. <h1><a href="#">Impact of Poaching on Ecosystems</a></h1>
  20. </div>
  21. <nav class="Navbar__Items Navbar__Items--right">
  22. <div class="Navbar__Link">
  23. <a href="mailto:ravi@yeetpc.com">Contact Me</a>
  24. </div>
  25. </nav>
  26. </div>
  27. <!-- End Top Navbar -->
  28. <script src="js/redirects.js"></script>
  29. </body>
  30. </html>