-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (75 loc) · 3.22 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
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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>TalkScroll | Master Your Speech</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Your personal teleprompter extension designed to boost your speech skills.">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link href='favicon.ico' rel='icon' />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<img style src="./images/logo.png" alt="TalkScroll Logo" />
</div>
<div class="content">
<div class="inner">
<p>Your personal teleprompter extension designed to boost your speech skills.</p>
<h3>Website Coming soon</h3>
</div>
</div>
<nav>
<ul>
<li><a href="https://chromewebstore.google.com/detail/talkscroll-master-your-sp/inbdjbgalbhagmpdkgjabgabcniahhll" target="_blank" class="button icon small brands fa-chrome">Add to Chrome</a></li>
<li><a href="#" class="button icon small brands fa-firefox disabled">Add to Firefox</a></li>
</ul>
</nav>
</header>
<div id="main">
<!-- Intro -->
<article id="privacy">
<h1 class="major">Privacy Policy</h1>
<h3>Consent</h3>
<p>By using our website or software, you agree to our Privacy Policy.</p>
<h3>Data We Collect</h3>
<ul>
<li>User data remains stored on your own device unless you opt to activate secure backups on Google's managed servers.</li>
<li>We utilize the built-in analytics of the Chrome Web Store, which provides us with anonymous user data. This data helps us improve application performance, user engagement, installation, and uninstallation rates.</li>
<li>When you contact us directly, we may collect information such as your name, email address, the content of your message, and any other details you provide.</li>
</ul>
<h3>Contact</h3>
<p>For any questions or concerns about this Privacy Policy, please contact us at <a href="mailto:[email protected]">[email protected]</a></p>
<p>Thanks for using TalkScroll</p>
<h6>Last update: 02/06/2024</h6>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<ul>
<li>
<a href="#privacy">Privacy Policy</a>
</li>
</ul>
<p class="copyright">© 2024: <a target="_blank" href="https://www.linkedin.com/in/rezamajidi/">Reza Majidi</a></p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>