-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwho-we-are.html
84 lines (83 loc) · 5.69 KB
/
who-we-are.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Saving Wildlife | Who we are</title>
<link rel="stylesheet" href="./assets/style/index.css">
<script defer src="./assets/js/dropdown.js"></script>
<script defer src="./assets/js/hamburger.js"></script>
<script defer src="./assets/js/modal.js"></script>
</head>
<body>
<div class="popup-wrapper" aria-modal="true" role="dialog" aria-labelledby="popup-title" aria-describedby="popup-description">
<div class="popup">
<h2 id="popup-title">Want to advocate for the animals?</h2>
<p id="popup-description">There are plenty of things you can do to contribute to help the wildlife.</p>
<a href="./make-change.html" class="button-style--light" aria-label="Learn more about getting involved">Learn more</a>
<button type="button" class="close-popup button-style--light" aria-label="Close and return to website">Close</button>
</div>
</div>
<header id="header">
<div id="site-title">SAVING WILDLIFE</div>
<a class="skip-to-content" href="#main_about-us">Skip to main content</a>
<nav class="navbar" role="navigation" aria-expanded="false" aria-label="Main Menu">
<button class="menu-toggle" aria-expanded="false" aria-label="Main menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
<ul>
<li><a class="listitem" href="index.html">Home</a></li>
<li class="submenu-wrapper" aria-label="Sub menu">
<button class="submenu-btn listitem current" aria-controls="submenu-content-one" aria-expanded="false" aria-haspopup="true">About us
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
<div class="submenu-content" id="submenu-content-one">
<a class="listitem" href="who-we-are.html">Who are we?</a>
<a class="listitem" href="our-work.html">Our work</a>
</div>
</button>
</li>
<li class="submenu-wrapper" aria-label="Sub menu">
<button class="submenu-btn listitem" aria-controls="submenu-content-two" aria-expanded="false" aria-haspopup="true">Get involved
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>
<div class="submenu-content" id="submenu-content-two">
<a class="listitem" href="make-change.html">Make a change</a>
</div>
</button>
</li>
<li><a class="listitem" href="wildlife.html">Wildlife</a></li>
<li><a class="listitem" href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main id="main_about-us" class="main_about">
<section>
<h1>Who are we?</h1>
<p>We work for a society where consideration for animals is a matter of course.
That is why we work towards influencing politicians to make animal-friendly decisions, and for
businesses and consumers to make animal-friendly choices. We work to promote the perspective
of animals in the media and research, and for the legal system to take abuse of animals
seriously.</p>
<figure>
<img src="./assets/img/deer.jpg" alt="A norwegian deer in the wild">
<figcaption>A norwegian deer</figcaption>
</figure>
<p>It is a vision. But it is also a possible reality.
It is our choice to participate in the exploitation or not.
We can create a different reality than the one our fellow creatures suffer from today.
We can ensure that words such as animal welfare and animal protection have a real meaning.
That our laws give animals real legal protection, where their right to life
and quality of life is respected.</p>
<!-- translated from https://www.dyrsrettigheter.no/om-noah/ and https://www.dyrsrettigheter.no/om-noah/hva-noah-vil/-->
</section>
</main>
<footer id="footer">
<a id="backtotop" class="button-style--light" href="#header">Back to top</a>
<div>
<p>Multiple text elements retrieved from <a id="footer-link" href="https://www.villedyr.no/">NOAH'S Webpages on wild animals</a></p>
<p>Link to: <a aria-label="video on youtube" href="https://www.youtube.com/watch?v=fERSFh615cc">video</a> and <a aria-label="audio on youtube" href="https://www.youtube.com/watch?v=aSQiLm54gUs">audio</a></p>
</div>
</footer>
</body>
</html>