forked from dakshsinghrathore/ISRO-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
175 lines (158 loc) · 7.09 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="icon" href="/ISRO-web/images/favicon.png">
<script src="js/script.js" defer></script>
<title>Privacy Policy</title>
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
min-height: 100vh;
margin: 0;
font-family: "VT323", monospace;
}
header,
footer {
width: 100%;
background-color: rgba(0, 0, 0, 0.7);
backdrop-filter: blur(10px);
padding: 10px 20px;
box-sizing: border-box;
text-transform: uppercase;
}
.privacy-container {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin: 20px 0;
}
.privacy-box {
width: 14cm;
height: 12cm;
background-color: black;
border: 2px solid white;
color: white;
text-align: center;
padding: 20px;
box-sizing: border-box;
margin-top: 90px;
}
.privacy-box h3 {
font-size: 1.5em;
margin-bottom: 10px;
}
.privacy-box p {
font-size: 1em;
margin-bottom: 10px;
}
.read-more-btn {
display: inline-block;
padding: 10px 20px;
background-color: white;
color: black;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
margin-top: 10px;
}
.read-more-btn:hover {
background-color: #f1f1f1;
}
</style>
</head>
<body>
<header class="main-header">
<div class="logo">
<a href="index.html">
<img src="images/logo.png" alt="ISRO" />
</a>
</div>
<nav class="desktop-main-menu">
<ul>
<li><a href="PSLV.html">Polar Satellite LV</a></li>
<li><a href="GSLV.html">Geo Satellite LV</a></li>
<li><a href="LVM3.html">Geo Satellite M3</a></li>
<li><a href="COMMU.html">Communication Satellites</a></li>
<li><a href="Foreign.html">Foreign Satellites</a></li>
</ul>
<div class="menu-content">
<div id="menu-navigation">
<ul class="nav-link">
<li class="nav-item primary"><a href="">Mission</a></li>
<li class="nav-item primary"><a href="">Launches</a></li>
<li class="nav-item primary"><a href="Careers.html">Careers</a></li>
<li class="nav-item primary"><a href="">Updates</a></li>
</ul>
</div>
</div>
<button id="menu">
<div id="bar" onclick="myFunction(this)">
<div id="bar1" class="bar"></div>
<div id="bar2" class="bar"></div>
<div id="bar3" class="bar"></div>
</div>
</button>
</nav>
</header>
<div class="privacy-container">
<div class="privacy-box">
<h3>Space Policy</h3>
<br>
<p style="text-align:left;">ISRO's space policy places paramount importance on transparency, cooperation,
and the peaceful utilization of outer space. We do not automatically gather specific personal
information, such as names, phone numbers, or email addresses, in a way that identifies individuals.
When we do request personal information, we provide clear explanations for its collection and implement
robust security measures to protect this sensitive data.</p>
<p style="text-align:left;">Rest assured, any personally identifiable information volunteered on ISRO's
platforms is never sold or shared with third parties, be they public or private. We maintain stringent
measures to prevent loss, unauthorized access, disclosure, alteration, or destruction of user
information. While certain non-personal information, like IP addresses and browsing behavior, may be
collected, these details are not linked to individual identities unless a security breach is detected.
Your privacy is of utmost importance to us, and we treat your information with the highest level of
respect and protection.
</p>
<br>
<br>
<a href="https://www.isro.gov.in/media_isro/pdf/IndianSpacePolicy2023.pdf" class="read-more-btn">Read
More</a>
</div>
<div class="privacy-box">
<h3>Privacy Policy</h3>
<br>
<p style="text-align:left;">This website prioritizes your privacy and ensures that no specific personal
information, such as your name, phone number, or email address, is automatically collected in a way that
identifies you individually. In instances where we do request personal information, we will explicitly
state the purpose for which it is being gathered, and stringent security measures will be put in place
to safeguard this data. Rest assured, we do not engage in the sale or sharing of any personally
identifiable information provided on this site with any third party, whether public or private. Your
information is held in strict confidence and protected from loss, unauthorized access, disclosure,
alteration, or destruction.</p>
<p style="text-align:left;">Additionally, we may collect certain non-personal information about you,
including Internet protocol (IP) addresses, domain names, browser types, operating systems, and the date
and time of your visit, as well as the specific pages you view. However, we make no effort to link this
information with the identities of individuals unless there is a detected attempt to compromise the
security of the site. Your privacy remains a paramount concern for us, and we take every precaution to
ensure the safety of your information.
</p>
<a href="#" class="read-more-btn">Read More</a>
</div>
</div>
<footer>
<ul>
<li>ISRO © 2023</li>
<li><a href="https://twitter.com/isro" target="_blank">Twitter</a></li>
<li><a href="https://www.youtube.com/@isroofficial5866" target="_blank">YouTube</a></li>
<li><a href="https://www.linkedin.com/company/isro/" target="_blank">LinkedIn</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="#">Suppliers</a></li>
</ul>
</footer>
</body>
</html>