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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>Privacy Policy</title> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/header.php';?> <!-- end of header-->
<div class="wrapper">
<div class="container-fluid customContainer"> <div class="row"> <div class="col-lg-12"> <h1 class="fontOrange">Privacy Policy</h1> <br> <p>Junior Chamber International (JCI) is a worldwide community of young active citizens ages 18-40 who share the belief that in order to create positive change, we must take collective action to improve ourselves and the world around us. Engaging in activities ranging from community development to international projects, members demonstrate their social responsibility and improve themselves through participation, leadership and action. The global citizens of JCI are committed to becoming better leaders to build better societies.</p>
<p> The Jaycees International (JCI) Foundation is a not-for-profit corporation that is supported solely by voluntary contributions from JCI members and friends of the foundation who share a vision for a better world.</p>
<p> Together, these two entities are collectively referred to as JCI in this privacy statement. In the course of fulfilling its mission of supporting JCI members, National Organizations and Local Organizations, JCI collects personal information regarding the individuals it serves. JCI is committed to maintaining the privacy of these individuals.</p>
<p> JCI has adopted this privacy statement to affirm this commitment and to assure transparency in how it collects, retains and uses personal information.</p>
</p> </div>
</div> </div>
<div class="container-fluid customContainer ">
</div>
<!-- end .row --> </div> <!-- end .container-->
</div> <!-- end #section -->
<!-- footer --> <?php include 'inc/footer.php';?> <!-- end of footer -->
<script type="text/javascript" src="../js/swiper.js"></script>
<!-- custom JS --> <script type="text/javascript" src="../js/custom.js"></script> </body>
<script>
</script>
</html>
|