-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
277 lines (260 loc) · 10.2 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital vibe</title>
<link rel="icon" type="image/x-icon" href="images/logo/logo svg transparent.svg">
<link rel="stylesheet" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/d36d507b4c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/master.css">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}
main {
padding: 2rem;
padding-top: 200px;
}
section {
margin-bottom: 2rem;
}
h1, h2 {
color: #fff;
}
main ul {
list-style-type: disc;
margin-left: 1.5rem;
}
address {
font-style: normal;
}
</style>
</head>
<body>
<header>
<div class="container">
<a href="index.html" class="logo soundButton fileLink" data-sound="clickSoundGroup3"><img src="images/logo/dv.png" style="width: 50px; border-radius: 50%;" alt=""></a>
<nav>
<i class="fas fa-bars " id="toggle-menu"></i>
<ul id="myList" class="">
<li><a href="service.html" class="soundButton fileLink" data-sound="clickSoundGroup3">Services</a></li>
<li><a href="portfolio.html" class="soundButton fileLink" data-sound="clickSoundGroup3">portfolio</a></li>
<li><a href="pricing.html" >Pricing</a></li>
<li><a href="" class="soundButton fileLink" data-sound="clickSoundGroup3">community <span class="soon" style="left: -15px; top: -15px;">soon</span></a></li>
<li><a href="about.html" >About</a></li>
</ul>
<button class="loginBtn">
<div class="sign"><svg viewBox="0 0 512 512"><path d="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"></path></svg></div>
<div class="text">Login</div>
</button>
<span class="soon ed" style="height: 19.2px; top: 6px; left: -5px; ">soon</span>
</nav>
</div>
</header>
<!--START loader -->
<div id="loader">
<div class="loader-content">
<svg height="0" width="0" viewBox="0 0 100 100" class="absolute">
<defs class="s-xJBuHA073rTt" xmlns="http://www.w3.org/2000/svg">
<linearGradient
class="s-xJBuHA073rTt"
gradientUnits="userSpaceOnUse"
y2="2"
x2="0"
y1="62"
x1="0"
id="b"
>
<stop class="s-xJBuHA073rTt" stop-color="#0369a1"></stop>
<stop class="s-xJBuHA073rTt" stop-color="#67e8f9" offset="1.5"></stop>
</linearGradient>
<linearGradient
class="s-xJBuHA073rTt"
gradientUnits="userSpaceOnUse"
y2="0"
x2="0"
y1="64"
x1="0"
id="c"
>
<stop class="s-xJBuHA073rTt" stop-color="#0369a1"></stop>
<stop class="s-xJBuHA073rTt" stop-color="#22d3ee" offset="1"></stop>
<animateTransform
repeatCount="indefinite"
keySplines=".42,0,.58,1;.42,0,.58,1;.42,0,.58,1;.42,0,.58,1;.42,0,.58,1;.42,0,.58,1;.42,0,.58,1;.42,0,.58,1"
keyTimes="0; 0.125; 0.25; 0.375; 0.5; 0.625; 0.75; 0.875; 1"
dur="8s"
values="0 32 32;-270 32 32;-270 32 32;-540 32 32;-540 32 32;-810 32 32;-810 32 32;-1080 32 32;-1080 32 32"
type="rotate"
attributeName="gradientTransform"
></animateTransform>
</linearGradient>
<linearGradient
class="s-xJBuHA073rTt"
gradientUnits="userSpaceOnUse"
y2="2"
x2="0"
y1="62"
x1="0"
id="d"
>
<stop class="s-xJBuHA073rTt" stop-color="#38bdf8"></stop>
<stop class="s-xJBuHA073rTt" stop-color="#075985" offset="1.5"></stop>
</linearGradient>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 100 100"
width="100"
height="100"
class="inline-block"
>
<path
stroke-linejoin="round"
stroke-linecap="round"
stroke-width="11"
stroke="url(#c)"
d="M 50,15
A 35,35 0 0 1 85,50
A 35,35 0 0 1 50,85
A 35,35 0 0 1 15,50
A 35,35 0 0 1 50,15 Z"
class="spin"
id="o"
pathLength="360"
></path>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 100 100"
width="100"
height="100"
class="inline-block l"
>
<path
stroke-linejoin="round"
stroke-linecap="round"
stroke-width="11"
stroke="url(#c)"
d="M 50,15
L 50,85"
class="dash2"
id="l"
pathLength="70"
></path>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
style="--rotation-duration:0ms; --rotation-direction:normal;"
viewBox="0 0 100 100"
width="100"
height="100"
class="inline-block"
>
<path
stroke-linejoin="round"
stroke-linecap="round"
stroke-width="12"
stroke="url(#d)"
d="M 20,20 L 50,80 L 80,20"
class="dash"
id="v"
pathLength="360"
></path>
</svg>
</div>
</div>
<!--END loader -->
<main>
<section id="introduction">
<h1>Privacy Policy</h1>
<p>At Digital Vibes, we respect your privacy and are committed to protecting your personal data. This policy explains how we handle your information.</p>
</section>
<section id="data-collection">
<h2>Data Collection</h2>
<p>We collect various types of information in connection with the services we provide, including:</p>
<ul>
<li>Information you provide directly to us.</li>
<li>Information we collect about your use of our services.</li>
<li>Information from third parties.</li>
</ul>
</section>
<section id="data-use">
<h2>Data Use</h2>
<p>We use your information to:</p>
<ul>
<li>Provide, operate, and maintain our services.</li>
<li>Improve, personalize, and expand our services.</li>
<li>Communicate with you, either directly or through one of our partners.</li>
</ul>
</section>
<section id="data-protection">
<h2>Data Protection</h2>
<p>We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information.</p>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<address>
Digital Vibes<br>
53 Main Street,<br>
The 5th Settlement, Industrial Area, 11835
Email: <a href="mailto:[email protected]">[email protected]</a>
</address>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="row" style="gap: 0;">
<div class="footer-col">
<h4>company</h4>
<ul>
<li><a href="about.html">about us</a></li>
<li><a href="service.html">our services</a></li>
<li><a href="privacy.html">privacy policy</a></li>
</ul>
</div>
<div class="footer-col">
<h4>get help</h4>
<ul>
<li><a href="FaQs.html">FAQ</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="pricing.html">buy</a></li>
</ul>
</div>
<div class="footer-col">
<h4>location</h4>
<ul>
<li><a class="footer-location-address" href="https://maps.app.goo.gl/raEN6Lg3KiL8k5sa9" target="_blank">
53 Main Street,<br>
The 5th Settlement, Industrial Area, 11835
</a></li>
</ul>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="current-year"></span> Digital vibe. All rights reserved.</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>