-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacy Policy.html
More file actions
83 lines (74 loc) · 4.22 KB
/
Privacy Policy.html
File metadata and controls
83 lines (74 loc) · 4.22 KB
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
<!DOCTYPE html>
<html>
<Title>ABC Learning Centre</Title>
<head>
<script src="https://kit.fontawesome.com/245b1dabe8.js" crossorigin="anonymous"></script>
<link rel="scrpiptsheet" href="script.js">
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body style="padding: 20px;">
<Section class="header">
<div class="row">
<img class="mainlogo" src="main logo.png" alt="">
<h1 class="centre">ABC Learning Centre</h1>
<h1 style="text-align: right;" class="call"><a href="Contact Us.html">Contact Now</a></h1>
<img class="callnow" src="call now logo.png" alt="">
</div>
<br><br>
<div class="topnav">
<nav>
<menu>
<menuitem><a href="Home.html">Home</a></menuitem>
<menuitem id="demo1">
<a>Courses</a>
<menu>
<menuitem><a href="Projava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="ProNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem id="demo1">
<a>Courses Shedule</a>
<menu>
<menuitem><a href="SheduleJava.html">Progrmming Of Java</a></menuitem>
<menuitem><a href="SheduleNET.html">Programming of .NET</a></menuitem>
</menu>
</menuitem>
<menuitem><a href="About Us.html">About Us</a></menuitem>
<menuitem><a href="Contact Us.html">Contact Us</a></menuitem>
<menuitem><a href="Sitemap.html">Sitemap</a></menuitem>
<menuitem><a href="Privacy Policy.html">Privacy Policy</a></menuitem>
<menuitem><a href="reggister.html">Register</a></menuitem>
</menu>
</nav>
</div>
</Section>
<br><br><br><br>
<div class="row" style="color: rgb(251, 203, 233);">
<div class="privacy">
<h1>Introductions</h1>
<p>This page explains how and why we collect, and use, your personal information when you visit ABC learning Centre website (www.abc.edu.lk) or our Social<br> Media Pages including our official Facebook page (www.facebook.com/ABC learning centre).</p>
<br>
<br>
<br>
<br>
<h1>Who will process my personal information?</h1>
<p>When you view or use www.ABC.edu.lk, or any website within the same domain (ABC.edu.lk) that has referred you to this privacy notice, ABC learning centre <br>
(‘we’, ‘us’ and ‘the centre’) is the data controller. In case of Facebook Page, ABC learning centre is the joint data controller.</p>
</div>
</div>
<br> <br><br> <br><br>
<footer>
<div class="footer">
<a href="www.Facebook.com"><img src="facebook.png" alt="" class="fb" height="40px" width="40px"></a>
<a href="www.Telegram.com"><img src="Telegram-i-removebg-preview.png" alt="" class="tele" height="40px" width="60px"></a>
<a href="www.Twitter.com"><img src="twitter_logo-removebg-preview.png" alt="" class="twit" height="40px" width="45px"></a>
<a href="www.whatsapp.com"><img src="whatsapp 01.jpg" alt="" class="wp" height="40px" width="40px"></a>
<br>
<p>Copyright 2020 © ABC. All Rights Reserved. Concept designed and developed by Jisc</p>
</div>
</footer>
</body>
</html>