forked from ankit071105/Ticket-Booking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModernSlaveryAct.html
245 lines (232 loc) · 7.8 KB
/
ModernSlaveryAct.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
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Modern Slavery Act - Ticket Booking</title>
<link rel="stylesheet" href="styles.css" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<style>
.nav-container {
display: flex;
}
</style>
</head>
<body>
<nav class="navbar">
<a href="./index.html" id="logo-href">
<div class="logo-container">
<img
src="images/4.jpeg"
alt="Ticket Booking Logo"
class="logo-image"
/>
<div class="logo">Ticket Booking</div>
</div>
</a>
<div class="nav-container">
<div class="menu-toggle">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="nav-links">
<li>
<a href="index.html" class="home-button"
><i class="fas fa-home"></i>HOME</a
>
</li>
<li>
<a href="buy.html"><i class="fas fa-shopping-cart"></i> Buy</a>
</li>
<li>
<a href="sell.html"><i class="fas fa-tag"></i> Sell</a>
</li>
<li>
<a href="#contact"><i class="fas fa-envelope"></i> Contact</a>
</li>
<li>
<a href="contributors.html"
><i class="fas fa-users"></i> Our Contributors</a
>
</li>
<li>
<a href="/client/register.html" class="login-btn"
><i class="fas fa-user"></i
></a>
</li>
</ul>
<button id="darkModeToggle" style="width: 40px; height: 40px">
🌙
</button>
</div>
</nav>
<script>
const darkModeToggle = document.getElementById("darkModeToggle");
const body = document.querySelector("body");
if (darkModeToggle) {
darkModeToggle.addEventListener("click", () => {
document.body.classList.toggle("dark-mode");
if (body.classList.contains("dark-mode")) {
darkModeToggle.innerHTML = "🔆";
} else {
darkModeToggle.innerHTML = "🌙";
}
});
}
// change icon of the dark/light mode
const menuToggle = document.querySelector(".menu-toggle");
const navLinks = document.querySelector(".nav-links");
menuToggle.addEventListener("click", () => {
navLinks.classList.toggle("active");
menuToggle.classList.toggle("active");
// Special effect for hamburger icon
const bars = menuToggle.querySelectorAll(".bar");
bars.forEach((bar, index) => {
if (menuToggle.classList.contains("active")) {
bar.style.transform =
index === 1
? "scale(0)"
: `rotate(${index === 0 ? "45deg" : "-45deg"})`;
} else {
bar.style.transform = "none";
}
});
});
// Close menu when clicking outside
document.addEventListener("click", (event) => {
if (
!navLinks.contains(event.target) &&
!menuToggle.contains(event.target)
) {
navLinks.classList.remove("active");
menuToggle.classList.remove("active");
menuToggle.querySelectorAll(".bar").forEach((bar) => {
bar.style.transform = "none";
});
}
});
</script>
<section id="Slavery-us">
<div class="Slavery-container">
<h1>Modern Slavery Act</h1>
<p>
Modern slavery is a crime resulting in an abhorrent abuse of
the human rights of vulnerable workers. It can take various
forms, such as slavery, servitude, forced or compulsory labour
and human trafficking. Travel Places has a zero-tolerance approach
to modern slavery. We are committed to acting ethically and with
integrity and transparency in all of our business dealings and
relationships, and to implementing and enforcing effective
systems and controls to ensure that modern slavery and human
trafficking are not taking place anywhere within either our
own business or in any of our supply chains. This is consistent
with our obligations under the Modern Slavery Act 2015.
</p>
<p>
Travel Places expects the same high standards from all of our
suppliers, contractors and other business partners. As part
of our contracting processes, we include specific
prohibitions against the use of modern slavery and we expect
that our suppliers will in turn hold their own suppliers to
the same standards.
</p>
<p>
Identifying potential victims of modern slavery or human rights
violation can be a challenge because the crime can manifest
itself in many different ways. There is a spectrum of abuse,
and it is not always clear at what point, for example, poor
working practices and lack of health and safety awareness
have become instances of human trafficking, sexual exploitation,
slavery or forced labour in a work environment. In addition,
some companies may go to great lengths to hide the fact that
they are using slave labour. However, we accept that we have
a responsibility through our due diligence processes to ensure
that workers are not being exploited, that they are safe and that
relevant employment, health and safety and human rights laws
and standards are being adhered to, including freedom of
movement and communications.
</p>
<p>
This policy applies to all individuals working for Travel Places
or on our behalf in any capacity, including employees, directors,
officers, agency workers, volunteers, agents, contractors,
consultants and business partners. The policy is embodied in
our code of ethics, which applies to all our employees.
</p>
</div>
</section>
<div class="gtranslate_wrapper"></div>
<script>
window.gtranslateSettings = {
default_language: "en",
detect_browser_language: true,
wrapper_selector: ".gtranslate_wrapper",
};
</script>
<script
src="https://cdn.gtranslate.net/widgets/latest/float.js"
defer
></script>
</body>
</html>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Arial", sans-serif;
line-height: 1.6;
}
#Slavery-us {
background-image: url("your-background-image.jpg");
background-size: cover;
background-position: center;
color: #fff;
padding: 80px 0;
text-align: center;
}
.Slavery-container {
max-width: 800px;
margin: 0 auto;
background-color: rgba(0, 0, 0, 0.7);
padding: 40px;
border-radius: 10px;
}
#Slavery-us h1 {
font-size: 3rem;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 3px;
color: #f0a500;
}
#Slavery-us p {
color: #fff;
font-size: 1.2rem;
margin-bottom: 20px;
}
#Slavery-us li{
margin-top: 10px;
}
@media (max-width: 768px) {
#Slavery-us h1 {
font-size: 2.5rem;
}
#Slavery-us p {
font-size: 1rem;
}
}
</style>