-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
261 lines (225 loc) · 12.8 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=no, shrink-to-fit=no">
<!-- Primary Meta Tags -->
<title>StagPHP Website - Privacy Policy</title>
<meta name="title" content="StagPHP Website - Privacy Policy">
<meta name="description" content="Your privacy is important to us. We only ask for personal information when we truly need it to identify you as a community member. We only retain collected information for as long as necessary.">
<meta name="robots" content="noindex">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://stagphp.io/privacy.html">
<meta property="og:title" content="StagPHP Website - Privacy Policy">
<meta property="og:description" content="Your privacy is important to us. We only ask for personal information when we truly need it to identify you as a community member. We only retain collected information for as long as necessary.">
<meta property="og:image" content="https://stagphp.io/assets/media/social.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://stagphp.io/privacy.html">
<meta property="twitter:title" content="StagPHP Website - Privacy Policy">
<meta property="twitter:description" content="Your privacy is important to us. We only ask for personal information when we truly need it to identify you as a community member. We only retain collected information for as long as necessary.">
<meta property="twitter:image" content="https://stagphp.io/assets/media/social.jpg">
<script>
if (top !== self) top.location.replace(self.location.href);
</script>
<!-- Bootstrap Styles -->
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<!-- Theme Styles -->
<link rel="stylesheet" href="/assets/css/theme.min.css">
<!-- Theme Color Styles -->
<link rel="stylesheet" href="/assets/css/light.min.css">
<!-- Google Fonts -->
<link rel="stylesheet" id="google-fonts" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,800%7COpen+Sans:300,400,500,600,700,800%7CMontserrat:400,700" type="text/css" media="none" onload="if(media!='all')media='all'" />
<noscript>
<link rel="stylesheet" id="google-fonts" href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,800%7COpen+Sans:300,400,500,600,700,800%7CMontserrat:400,700" type="text/css" media="all" />
</noscript>
<!-- StagPHP Font Icons -->
<link rel="stylesheet" id="stag-icons" href="/assets/stag-icons/style.css" type="text/css" media="none" onload="if(media!='all')media='all'" />
<noscript>
<link rel="stylesheet" id="stag-icons" href="/assets/stag-icons/style.css" type="text/css" media="all" />
</noscript>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/assets/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/assets/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/assets/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/assets/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/assets/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/assets/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/assets/favicon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="/assets/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/assets/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/assets/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/assets/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/assets/favicon/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="StagPHP" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/assets/favicon/mstile-144x144.png">
<meta name="msapplication-square70x70logo" content="/assets/favicon/mstile-70x70.png">
<meta name="msapplication-square150x150logo" content="/assets/favicon/mstile-150x150.png">
<meta name="msapplication-wide310x150logo" content="/assets/favicon/mstile-310x150.png">
<meta name="msapplication-square310x310logo" content="/assets/favicon/mstile-310x310.png">
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-N6KTSKL');
</script>
<!-- End Google Tag Manager -->
</head>
<body class="light-theme notification-active">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N6KTSKL" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Notification -->
<div class="notification" style="display: none;" data-load-template="notify"></div>
<!-- Header -->
<header>
<!-- Top Navigation Bar -->
<div id="transparent-bar" class="top-nav-bar">
<!-- Top Bar -->
<div class="container-fluid">
<div class="row">
<!-- Logo -->
<div class="col-lg-2 col-6">
<div class="branding text-lg-left float-lg-left float-right">
<a class="logo dark-version" href="/index.html">
<img src="/assets/media/logo/stagphp-logo-dark.png" alt="logo">
</a>
<a class="logo light-version" href="/index.html">
<img src="/assets/media/logo/stagphp-logo-light.png" alt="logo">
</a>
</div>
</div>
<!-- Side menu drawer -->
<div class="col-6 d-lg-none d-block order-first">
<div class="drawer menu-open float-left pr-2">
<span class="stag-icon stag-icon-drawer mr-2"></span>
<span><strong>MENU</strong></span>
</div>
</div>
<!-- menu -->
<div class="col-lg-10 col-12 d-lg-block d-none">
<ul class="top-navigation">
<li>
<a href="/stagons/">
<span class="stag-icon stag-icon-stagon mr-2 d-lg-inline d-none" style="font-size: 15px;"></span>
<span>StagONS</span>
</a>
</li>
<li>
<a id="docs" data-linked="documentation-menu">Documentation</a>
</li>
<li>
<a href="/contribute.html">
<span class="stag-icon stag-icon-heart d-lg-inline d-none"></span>
<span class="d-lg-none d-inline">Contribute</span>
</a>
</li>
<li>
<a class="nav-cta" href="https://github.com/StagPHP/framework/archive/master.zip" download><i class="stag-icon stag-icon-download"></i> Download</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Dropdown Documentation Menu -->
<div id="documentation-menu" class="container-fluid mega-menu d-lg-block d-none" style="background-image: url(/assets/media/menu-bg-textured.jpg);">
<div class="row py-5">
<div class="col-4">
</div>
<div class="col-4">
<h4 class="mb-4">Explore Documentation</h4>
<a class="d-block mt-3 mb-0" href="/docs/">
<span class="stag-icon stag-icon-right"></span> All Documentations
</a>
<a class="d-block mt-3 mb-0" href="/docs/getting-started.html">
<span class="stag-icon stag-icon-right"></span> Getting Started
</a>
<a class="d-block mt-3 mb-0 text-muted">
<span class="stag-icon stag-icon-right"></span> Beginners guide <sup><span class="badge badge-secondary">Under Development</span></sup>
</a>
<a class="d-block mt-3 mb-0 text-muted">
<span class="stag-icon stag-icon-right"></span> Basic Examples <sup><span class="badge badge-secondary">Under Development</span></sup>
</a>
</div>
<div class="col-4">
<h4 class="mb-4">Explore Reference</h4>
<a class="d-block mt-3 mb-0 text-muted">
<span class="stag-icon stag-icon-right"></span> Core Architecture <sup><span class="badge badge-secondary">Under Development</span></sup>
</a>
<div class="p-4"></div>
<h4 class="mb-4">Development</h4>
<a class="d-block mt-3 mb-0 text-muted">
<span class="stag-icon stag-icon-right"></span> StagPHP Development <sup><span class="badge badge-secondary">Under Development</span></sup>
</a>
<a class="d-block mt-3 mb-0 text-muted">
<span class="stag-icon stag-icon-right"></span> StagONS Development <sup><span class="badge badge-secondary">Under Development</span></sup>
</a>
</div>
</div>
</div>
</div>
<!-- Side Navigation -->
<nav class="side-nav-base">
<div class="close-drawer">
<div class="drawer px-3">
<span class="stag-icon stag-icon-arrow-back mr-2"></span>
<span><strong>CLOSE</strong></span>
</div>
</div>
<ul class="nav-menu"></ul>
</nav>
</header>
<!-- Body Container -->
<div class="body-container">
<!-- Header Content -->
<div style="background-image: url(/assets/media/home-bg.jpg); background-size: cover; background-position: center top;">
<div class="py-5" style="height: 350px;">
</div>
</div>
<!-- Body Content -->
<div class="body-content">
<div class="container content-section py-5" id="explore">
<div class="row py-5">
<div class="col-12">
<div class="section-header text-left">
<h1>Privacy Policy</h1>
</div>
<p style="margin-bottom: 30px;">Your privacy is important to us. Our community of StagPHP respect your privacy regarding any information we may collect from you across our website, https://stagphp.io, and other associated sites.</p>
<p style="margin-bottom: 30px;">We only ask for personal information when we truly need it to identify you as a community member. We collect it by fair and lawful means, with your knowledge and consent. We also let you know why we’re collecting it and how it will be used.</p>
<p style="margin-bottom: 30px;">We only retain collected information for as long as necessary. We ask for approval, to publish your contribution and basic information on our website. What data we store, we’ll protect within commercially acceptable means to prevent loss and theft, as well as unauthorised access, disclosure, copying, use or modification.</p>
<p style="margin-bottom: 30px;">We don’t share any personally identifying information publicly or with third-parties, except when required to by law.</p>
<p style="margin-bottom: 30px;">Our website may link to external sites that are not operated by our community. Please be aware that we have no control over the content and practices of these sites, and cannot accept responsibility or liability for their respective privacy policies.</p>
<p style="margin-bottom: 30px;">Your continued use of this website will be regarded as acceptance of our practices around privacy and personal information. If you have any questions about how we handle user data and personal information, feel free to contact us.</p>
<p style="margin-bottom: 30px;">This policy is effective as of 10 February 2020.</p>
</div>
</div>
</div>
</div>
<!-- Site footer -->
<footer style="background: #272c31;" data-load-template="footer"></footer>
</div>
<!-- Back to top -->
<div class="back-to-top">
<span class="stag-icon stag-icon-up"></span>
</div>
<!-- Scripts -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/popper.min.js"></script>
<script src="/assets/js/bootstrap.min.js"></script>
<script src="/assets/js/sweet-alert-2.min.js"></script>
<script src="/assets/js/js.cookie.min.js"></script>
<script src="/assets/js/theme.js"></script>
</body>