-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy-policy.html
183 lines (182 loc) · 10.3 KB
/
privacy-policy.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A.S.T.R.A.L. | Projects</title>
<link rel="stylesheet" href="homepage.css">
<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=Space+Mono:ital,wght@0,400;0,700;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="code-of-conduct.css">
<link rel="icon" href="logo.ico">
</head>
<body>
<div class="cursor">
<p></p>
</div>
<div class="blob"></div>
<div class="navbar bg-nav">
<a href="index.html">
<img src="logo.svg" alt="" class="logo">
</a>
<div class="menu-icon">
<a onclick="toggleMenu();">
<div class="text">
<p>menu</p>
<p>close</p>
</div>
</a>
<a class="img-icon" onclick="toggleMenu();"><img src="menu-icon.svg" alt="" class="menu-img"></a>
</div>
<div class="menu">
<div class="links">
<div class="categories">
<a href="index.html">HOME</a>
<a onclick="toggleOptions('about-options');">ABOUT</a>
<a onclick="toggleOptions('work-options');">Work</a>
<a onclick="toggleOptions('cohort-options');">COHORT</a>
<a href="apply.html">APPLY</a>
<a href="support.html">SUPPORT</a>
<a href="contact.html">CONTACT</a>
<a href="faqs.html">FAQS</a>
</div>
<div class="options">
<div class="about-options nav-options">
<a href="about.html">Vision and Mission</a>
<a href="team.html">Mentors</a>
<a href="code-of-conduct.html">Code of Conduct</a>
</div>
<div class="work-options nav-options">
<a href="projects.html">Projects</a>
<a onclick="goTo('.hero')">Online Tools</a>
</div>
<div class="cohort-options nav-options">
<a href="cohort.html">Current ASTRAL Cohort</a>
</div>
</div>
</div>
</div>
</div>
<div class="scroll-container">
<div class="hero with-bg">
<div class="title-container">
<h1 class="glitch-header" data-value="PRIVACY POLICY_">PRIVACY POLICY_</h1>
</div>
</div>
<div class="content">
<h2>Our Privacy Statement</h2>
<p>At ASTRAL, we are committed to the online security and safety of all members. This privacy policy explains how we collect, use, and protect your data. We are dedicated to maintaining the confidentiality and security of your personal information, and adhere to strict data protection regulations to ensure we are being transparent about our data handling practices. We believe in transparency and want you to understand how and why we collect your data. If you have any questions or concerns about our Privacy Policy or data practices, please contact us via the contact form at astral.institute
</p>
<h2>What We Collect</h2>
<p>When you contact ASTRAL, our mentors collect your email addresses so we can respond to your inquiries. Any additional information provided in contact forms will also be recorded. Our two forms collect different profiles from you, to ensure we only record what is necessary for each applicant.
Our work experience form may collect: </p>
<ul>
<li>Your name</li>
<li>Birth date</li>
<li>Student details (e.g. school, year level, academic record)</li>
<li>Contact details (e.g. phone number, email)</li>
<li>Parent name</li>
<li>Parent contact details</li>
</ul>
<p>If sponsoring ASTRAL via Swinburne University, they may collect:</p>
<ul>
<li>Your name and title</li>
<li>Contact details (e.g. phone number, email)</li>
<li>Banking details (e.g. credit card number, type, expiry date)</li>
<li>Address</li>
</ul>
<p>Support form may collect:</p>
<ul>
<li>Your name</li>
<li>Contact details (e.g. phone number, email)</li>
</ul>
<h2>How We Use Your Data</h2>
<p>The purpose of collecting your data varies based on what the information has been provided for but is primarily to ensure that we have a means of contacting you should further communication be required. This includes informing you of the outcome of a work experience application, confirming a donation or discussing other ways in which you may want to support us. Data collected from the work experience form is also used to verify eligibility and determine suitability for the offered programs. Data collected from the sponsorship form is used to carry out the monetary transfer and ensure due recognition can be given.
</p>
<h2>How We Protect Your Data</h2>
<p>We use third party apps to ensure data privacy, including JotForm and the Swinburne donation system, of whose integrity and security we are assured. Their policies can be found below.
</p>
<a href="https://www.swinburne.edu.au/privacy/">SWINBURNE</a>
<a href="https://www.jotform.com/privacy/">JOTFORM</a>
<p>Neither we nor they will share your details or use them for any purpose other than our stated objectives. We also will not store your information outside of these secure platforms beyond contact details (i.e. name & email) to enable clear lines of communication. These details will only be used when necessary and will not be used for promotional purposes without explicit consent.
</p>
</div>
<div class="footer">
<div class="supporters">
<h2>A.S.T.R.A.L. is supported by</h2>
<div class="partners">
<a href="https://www.swinburne.edu.au">
<img src="swin.jpg" alt="">
</a>
<a href="https://ozgrav.org">
<img src="ozgrav.png" alt="">
</a>
</div>
</div>
<div class="final-info">
<div class="copyright">
<p>We acknowledge and pay respects to the Elders and Traditional Owners of the land on which our program runs.</p>
<p>© 2024. astrophysics, supercomputing, technology, research analytics, technology program (A.S.T.R.A.L.). all rights reserved. designed and developed by rudra sekhri</p>
<p>credit to carl knox from ozgrav, nasa</p>
<a class="underline-button" href="privacy-policy.html">
<div>
<div class="text-indicator">
<p>PRIVACY POLICY</p>
<p>PRIVACY POLICY</p>
</div>
<div class="img-indicator">
<img src="arrow-link.svg" alt="">
<img src="arrow-link.svg" alt="">
</div>
</div>
</a>
</div>
<div class="socials">
<h2>SOCIALS</h2>
<div class="links">
<a href="" class="footer-link">TWITTER</a>
<a href="" class="footer-link">YOUTUBE</a>
<a href="" class="footer-link">LINKEDIN</a>
<a href="" class="footer-link">INSTAGRAM</a>
<a href="" class="footer-link">EMAIL</a>
</div>
</div>
<div class="sitemap">
<h2>SITEMAP</h2>
<div class="links">
<a href="index.html" class="footer-link">HOME</a>
<a href="about.html" class="footer-link">ABOUT</a>
<a onclick="lenis.scrollTo('.hero')" class="footer-link">PROJECTS</a>
<a href="tools.html" class="footer-link">TOOLS</a>
<a href="cohort.html" class="footer-link">COHORT</a>
<a href="mentors.html" class="footer-link">MENTORS</a>
<a href="apply.html" class="footer-link">APPLY</a>
<a href="events.html" class="footer-link">EVENTS</a>
<a href="support.html" class="footer-link">SUPPORT</a>
<a href="contact.html" class="footer-link">CONTACT</a>
<a href="faqs.html" class="footer-link">FAQS</a>
</div>
</div>
<div class="back-to-top">
<a onclick="lenis.scrollTo('.hero')"><img src="circle_arrow.svg" alt=""></a>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@1.0.19/bundled/lenis.min.js"></script>
<script src="smooth-scroll.js"></script>
<script src="cursor.js"></script>
<script src="glitch_effect.js"></script>
<script src="navbar.js"></script>
<script src="parallax_bg.js"></script>
<script src="white-cursor-bg.js"></script>
<script src="team.js"></script>
<script>
function toggleDescription(person) {
document.querySelector('.' + person).classList.toggle('card-activated');
}
</script>
</body>
</html>