-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
73 lines (68 loc) · 3.74 KB
/
privacy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Madagascar Fishes - Privacy Policy</title>
<link href="./resources/css/reset.css" rel="stylesheet" type="text/css" media="screen">
<link href="./resources/css/app.css" rel="stylesheet" type="text/css" media="screen">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@400;600&family=Lora:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@300;400;700&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/f5812fa2c6.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="navHeader">
<nav class="headerMenuWrap bg-black">
<a class="headerFirstItem uppercase" href="index.html">
Madagascar Fishes
</a>
<a class="headerListItem" href="about.html"><span class="navIcon"><i class="fas fa-question"></i></span><span
class="navName">About</span></a>
<a class="headerListItem" href="projects.html"><span class="navIcon"><i
class="fas fa-globe-africa fa-lg"></i></span><span class="navName">Projects</span></a>
<a class="headerListItem" href="species.html"><span class="navIcon"><i class="fas fa-fish fa-lg"></i></span><span
class="navName">Species</span></a>
<a class="headerListItem" href="collaborators.html"><span class="navIcon"><i
class="fas fa-users fa-lg"></i></span><span class="navName">Collaborators</span></a>
</nav>
</header>
<main class="pageMain flex">
<h1>Privacy Policy</h1>
<div class="container ff-serif">
<p>The Madagascar Fishes website does not currently collect private information about its users.</p>
<p>The Madagascar Fishes website does not currently use any analytic software to track users behavior on this
site.</p>
<p>The Madagascar Fishes website currently uses <a class="styledLinks" href="https://mailchimp.com/"
target="_blank">MailChimp</a> as
our contact form host and <a class="styledLinks" href="https://kindest.com/" target="_blank">Kindest</a>,
through the <a class="styledLinks" href="https://www.katieadamsonconservationfund.org/" target="_blank">Katie
Adamson
Conservation Fund</a>, as our donation
processing
site. These websites are
outside the domain and control of the Madagascar Fishes website and have their own Privacy Policies.</p>
<p>Changes to this policy will be updated on this page.</p>
</div>
</main>
<footer class="pageFooter">
<nav class="footerMenuWrap bg-black">
<a class="footerListItem text-accent ff-sans-headings fs-400"
href="https://us5.list-manage.com/contact-form?u=3b42d6e2447bdae5dbad626f7&form_id=9fc62a01312406dd4f2089c3fb9eaeeb"
target="_blank"><span class="navIcon"><i class="far fa-envelope fa-lg"></i></span><span class="navName">Contact
Us</span></a>
<a class="footerListItem text-white ff-sans-normal fs-400" href="sitemap.html"><span class="navIcon"><i
<a class="footerListItem text-white ff-sans-normal fs-400" href="sitemap.html"><span class="navIcon"><i
class="fas fa-sitemap fa-lg"></i></span><span class="navName">Site Map</span></a>
<!-- <a class="footerListItem text-white ff-sans-normal fs-400" href="index.html"><span class="navIcon"><i
class="fas fa-user-shield fa-lg"></i></span><span class="navName">Our Privacy Policy</span></a> -->
<a class="footerListItem text-white ff-sans-normal fs-400" href="copyright.html"><span class="navIcon"><i
class="far fa-copyright fa-lg"></i></span><span class="navName">© Madagascar Fishes
2021</span></a>
</nav>
</footer>
<script src="/script/master.js" type="text/javascript"></script>
</body>
</html>