-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
27 lines (21 loc) · 1.92 KB
/
index.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
<html>
<style>
body {
padding: 2%;
background-color: bisque;
text-align: justify;
text-justify: inter-word;
font-size: 2vw;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
</style>
<body>
<p><strong style="font-size: 3vw;">Privacy Policy</strong><br>This privacy policy governs your use of the software application Swimbols (“Application”) for Apple devices (Mac, iPhone and iPad) that was created by Mohammed Imthathullah M("Developer"). The Application lets you browse through SF Symbols, select and modify them. Once you are happy with the design, you can copy the generated code directly to your SwiftUI or UIKit project.<br></p>
<p><strong style="font-size: 2.5vw;">No Data Collection</strong><br>The Application does not collect any information from you. Internet connection is not required to use this application. </p>
<p><strong style="font-size: 2.5vw;">Data Source</Source></strong><br>The symbols displayed in this application are the same provided by Apple via the SF Symbols app. The application lets you browse, select and design the symbols with SwiftUI modifers.</p>
<p><strong style="font-size: 2.5vw;">Changes to This Privacy Policy</strong><br>The developer may update this Privacy Policy from time to time. Thus, you are advised to review this page
periodically for any changes. The developer will notify you of any changes by posting the new Privacy Policy
on this page. These changes are effective immediately, after they are posted on this page.</p>
<p><strong style="font-size: 2.5vw;">Contact</strong><br>If you have any questions or suggestions about this Privacy Policy, kindly send an email to <a href="mailto:[email protected]">[email protected]</a> with the subject line "Swimbols App Privacy Policy".</p>
</body>
</html>