-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.php
More file actions
178 lines (151 loc) · 7.64 KB
/
Copy pathprivacy.php
File metadata and controls
178 lines (151 loc) · 7.64 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CampusXchange Privacy and Policies</title>
<meta name="title" content="CampusXchange Privacy and Policies">
<meta name="description" content="Secure your CampusXchange experience with account verification. Verify your internship certificate.">
<meta name="keywords" content="account verification, secure login, CampusXchange verification, student account security, verify identity, campusxchange certificate-verification">
<meta name="author" content="CampusXchange"/>
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://campusxchange.wuaze.com/privacy-policyandterms">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://campusxchange.wuaze.com/privacy-policyandterms">
<meta property="og:title" content="CampusXchange - Find Internships, Projects & Opportunities">
<meta property="og:description" content="Join CampusXchange and explore internships, live projects, and opportunities to build your career. Apply online today!">
<meta property="og:image" content="https://campusxchange.wuaze.com/assets/images/og-images/og.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://campusxchange.wuaze.com/privacy-policyandterms">
<meta property="twitter:title" content="CampusXchange - Find Internships, Projects & Opportunities">
<meta property="twitter:description" content="CampusXchange helps students connect with internships, live projects, and career opportunities. 100% online and easy to apply!">
<meta property="twitter:image" content="https://campusxchange.wuaze.com/assets/images/og-images/og.png">
<!-- Styles & Fonts -->
<link rel="stylesheet" href="<?php echo ROOT_URL?>assets/css/style.css" type="text/css">
<style>
@import url("root.css");
body {
font-family: var(--font-main);
margin: 0;
background: var(--bg-light);
color: var(--text-color);
}
section.policies {
padding: 60px 10%;
background: #fff;
}
section.policies h2 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
color:var(--primary-color);
}
section.policies h3 {
font-size: 1.25rem;
font-weight: 600;
margin-top: 30px;
display: flex;
align-items: center;
gap: 8px;
color:var(--primary-color);
}
section.policies p {
font-size: 1rem;
line-height: 1.7;
margin-bottom: 15px;
}
section.policies ul {
list-style: none;
margin: 10px 0 0 0;
padding-left: 0;
}
section.policies li {
margin-bottom: 10px;
display: flex;
align-items: flex-start;
gap: 10px;
}
section.policies li i {
color: #6366f1;
min-width: 20px;
margin-top: 3px;
}
section.policies a {
color: #6366f1;
text-decoration: none;
font-weight: 600;
}
section.policies a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<?php include_once __DIR__ . "/../components/header.php"?>
<!-- Combined Privacy Policy & Terms Section -->
<section class="policies">
<div class="container">
<!-- Privacy Policy -->
<h2><i class="fa-solid fa-shield-halved"></i> CampusXchange Privacy Policy</h2>
<p>At <strong>CampusXchange</strong>, we value your privacy and are committed to protecting your personal information. This policy explains what data we collect, how we use it, and your rights regarding your information.</p>
<h3><i class="fa-solid fa-user"></i> Information We Collect</h3>
<ul>
<li><i class="fa-solid fa-id-badge"></i> Personal details like name, email, and contact information when you sign up or contact us.</li>
<li><i class="fa-solid fa-chart-line"></i> Usage data including pages visited, time spent on site, and interactions with content.</li>
<li><i class="fa-solid fa-cookie-bite"></i> Cookies and tracking technologies for improving user experience.</li>
</ul>
<h3><i class="fa-solid fa-lock"></i> How We Use Your Information</h3>
<ul>
<li><i class="fa-solid fa-cogs"></i> To provide and maintain our services.</li>
<li><i class="fa-solid fa-lightbulb"></i> To improve website content and user experience.</li>
<li><i class="fa-solid fa-envelope"></i> To communicate updates, offers, or important notifications.</li>
<li><i class="fa-solid fa-balance-scale"></i> To comply with legal obligations.</li>
</ul>
<h3><i class="fa-solid fa-share-nodes"></i> Sharing and Security</h3>
<ul>
<li><i class="fa-solid fa-ban"></i> We do not sell your personal information.</li>
<li><i class="fa-solid fa-user-shield"></i> Information may be shared with trusted service providers to operate the website.</li>
<li><i class="fa-solid fa-shield"></i> We use secure protocols and encryption to protect data.</li>
</ul>
<h3><i class="fa-solid fa-people-arrows"></i> Your Rights</h3>
<ul>
<li><i class="fa-solid fa-eye"></i> Access and request a copy of your data.</li>
<li><i class="fa-solid fa-pen"></i> Request corrections or updates to your personal information.</li>
<li><i class="fa-solid fa-ban"></i> Opt-out of marketing communications at any time.</li>
</ul>
<p>For any questions regarding this Privacy Policy, please <a href="lettalk" title="Contact CampusXchange Team"><i class="fa-solid fa-comments"></i> contact us</a>.</p>
<!-- Terms & Conditions -->
<h2><i class="fa-solid fa-file-contract"></i> CampusXchange Terms & Conditions</h2>
<p>Welcome to <strong>CampusXchange</strong>. By accessing our website, services, or resources, you agree to comply with the following terms and conditions. Please read them carefully.</p>
<h3><i class="fa-solid fa-globe"></i> Use of Website</h3>
<ul>
<li><i class="fa-solid fa-check"></i> You agree to use our website for lawful purposes only.</li>
<li><i class="fa-solid fa-check"></i> You must not attempt to disrupt or harm the website or its services.</li>
<li><i class="fa-solid fa-check"></i> Access to certain areas may require registration or authorization.</li>
</ul>
<h3><i class="fa-solid fa-copyright"></i> Intellectual Property</h3>
<ul>
<li><i class="fa-solid fa-check"></i> All content, notes, blogs, images, and assignments are property of CampusXchange.</li>
<li><i class="fa-solid fa-check"></i> You may not copy, reproduce, or distribute content without permission.</li>
</ul>
<h3><i class="fa-solid fa-user-shield"></i> User Conduct</h3>
<ul>
<li><i class="fa-solid fa-check"></i> Users must provide accurate information when registering or submitting forms.</li>
<li><i class="fa-solid fa-check"></i> Any misuse of services, harassment, or spam is strictly prohibited.</li>
</ul>
<h3><i class="fa-solid fa-scale-balanced"></i> Limitation of Liability</h3>
<ul>
<li><i class="fa-solid fa-check"></i> CampusXchange is not responsible for any indirect or consequential damages arising from the use of the website.</li>
<li><i class="fa-solid fa-check"></i> The information provided is for educational purposes and should be used responsibly.</li>
</ul>
<p>If you have questions about these terms, please <a href="lettalk" title="Contact CampusXchange Team"><i class="fa-solid fa-comments"></i> contact us</a>.</p>
</div>
</section>
<?php include_once __DIR__ . "/../components/footer.php"?>
</body>
</html>