-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
106 lines (81 loc) · 3.91 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/compiler/bootstrap.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/compiler/style.css">
<title>FTNow - Home</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="img/logo.png" alt="FTNow"></a>
<button class="navbar-toggler" type="button" data-toggler="collapse" data-target="#navMenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navMenu">
<ul class="navbar-nav ml-auto">
<li class="nav-item ml-3">
<a class="nav-link" href="demo.html">Demo</a>
</li>
<li class="nav-item ml-3">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item ml-3">
<a class="nav-link" href="aboutUs.html">About Us</a>
</li>
<li class="nav-item ml-3">
<a style="color:#07B4EB !important" class="nav-link" href="privacy.html">Privacy</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<div class="centerStage container">
<div class="row">
<div class="col-12 text-center">
<h1><img src="img/demo.png"></h1>
</div>
</div>
<div class="row my-2">
<p>
At FTNow, accessible from Formattextnow.com, one of our main priorities is the privacy of
our visitors. This Privacy Policy document contains types of information that is collected
and recorded by FormatTextNow and how we use it.</br></br>
If you have additional questions or require more information about our Privacy Policy,
do not hesitate to contact us.</br></br>
Policy applies only to our online activities and is valid for visitors to our website with regards to
the information that they shared and/or collect in FormatTextNow. This policy is not applicable to
any information collected offline or via channels other than this website. Our Privacy Policy
was created with the help of the Privacy Policy Generator and the Free Privacy Policy Generator.
</p>
<p><b>Consent</b></p>
<p>
By using our website, you hereby consent to our Privacy Policy and agree to its terms.
For our Terms and Conditions, please visit the Terms & Conditions Generator.
</p>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<p>Copyright ©2020 Format Text Now - All rights reserved</p>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
<script src="node_modules/js/script.js"></script>
</body>
</html>