-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolicy.html
89 lines (84 loc) · 5.94 KB
/
policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Innovat Architecture</title>
<link rel="icon" href="assets/img/fav.png" />
<link rel="stylesheet" href="assets/css/bootstrap.css" />
<link rel="stylesheet" href="assets/css/fontawesome.css" />
<link rel="stylesheet" href="assets/css/swiper.css">
<link rel="stylesheet" href="assets/css/animated.css">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<link rel="stylesheet" href="assets/css/swiper-slide.css">
<link rel="stylesheet" href="assets/css/animation-2.css">
</head>
<body>
<!----------------- Sticky Scroll Start----------------->
<div id="scrolltop"></div>
<!----------------- Sticky Scroll End----------------->
<!------------------------Header start--------------------------->
<div id="header"></div>
<!------------------------Header End--------------------------->
<!-------------Main Start------------>
<main>
<!---------------------Section 1 Start------------------------>
<section id="teamSection1">
<div class="about-section-1 about-sec-1-wrapper">
<div class="container">
<div class="about-sec-1-content-wrap">
<div>
<a href="/index.html" class="abt-sec-1-a-1">Home</a> /
<a href="" class="abt-sec-1-a">Privacy Policy</a>
</div>
<div>
<h1 class="abt-sec-1-h1">Privacy Policy</h1>
</div>
</div>
</div>
</div>
</section>
<!---------------------Section 1 End------------------------>
<!---------------------Section 2 Start------------------------>
<section>
<div class="terms-sec-2-wrapper">
<div class="container">
<div>
<p>Terms of use dolor sit amet consectetur, adipisicing elit. Recusandae provident ullam aperiam quo ad non corrupti sit vel quam repellat ipsa quod sed, repellendus adipisci, ducimus ea modi odio assumenda. Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium necessitatibus totam debitis saepe earum. A ipsum nostrum in possimus officia! Lorem ipsum dolor sit amet consectetur adipisicing.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi, cum esse possimus officiis amet ea voluptatibus libero! Dolorum assumenda esse, deserunt ipsum ad iusto! Praesentium error nobis tenetur at, quis nostrum facere excepturi architecto totam.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Inventore, soluta alias eaque modi ipsum sint iusto fugiat vero velit rerum.</p>
<p>Sequi, cum esse possimus officiis amet ea voluptatibus libero! Dolorum assumenda esse, deserunt ipsum ad iusto! Praesentium error nobis tenetur at, quis nostrum facere excepturi architecto totam.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Inventore, soluta alias eaque modi ipsum sint iusto fugiat vero velit rerum. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using ‘Content here, content here’, making it look like readable English.</p>
<h2 class="texms-heading">Determination of personal information of users</h2>
<ul>
<li class="policy-li">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</li>
<li class="policy-li">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</li>
<li class="policy-li">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</li>
</ul>
<h2 class="texms-heading">Reasons for collecting and processing user personal information</h2>
<ol>
<li class="policy-li">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</li>
<li class="policy-li">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</li>
<li class="policy-li">All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.</li>
</ol>
</div>
</div>
</div>
</section>
<!---------------------Section 2 End------------------------>
<!---------------------Section 3 Start --------------------------->
<!---------------------Section 3 End --------------------------->
</main>
<!-------------Main End------------>
<!------------------------Footer Starts---------------------->
<div id="footer"></div>
<!------------------------Footer End---------------------->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/fontawesome.js"></script>
<script src="assets/js/swiper.js"></script>
<script src="assets/js/animation.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>