-
Notifications
You must be signed in to change notification settings - Fork 0
/
start-step1-q5.html
234 lines (224 loc) · 9.83 KB
/
start-step1-q5.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Under the Online Safety Act, Ofcom's job is to make online services safer for the people who use them. We make sure companies have effective systems in place to protect users from harm." />
<title>Online Safety</title>
<link rel="icon" href="assets/img/Favicon2024.svg" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="css/main.css" rel="stylesheet">
<script src="js/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<header class="header fixed-top d-flex align-items-center">
<a class="skip-to-content-link" href="#skipToContent" tabindex="0">Skip to main content</a>
<div class="container-xxl d-flex align-items-center">
<div class="logo me-auto me-lg-0">
<a href="index.html"> <img class="brand-logo" src="assets/img/logo2023_2.svg" alt="OfCom Logo" /></a>
</div>
<!-- <a href="javascript:void(0);" id="mobile-menu-trigger" class="mobile-menu-trigger order-3 order-lg-2">
<i class="mobile-nav-toggle mobile-nav-show fa-solid fa-bars"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none fa-solid fa-xmark"></i>
</a> -->
<!-- menu start here -->
<!-- <div class="header-item ms-auto">
<div class="menu-overlay"> </div>
</div> -->
<a href="" class="header-link">STEP 1: UNDERSTAND THE HARMS</a>
<a href="" class="header-link">ONLINE SAFETY ACT READINESS ASSESSMENT TOOL</a>
</div>
</header>
<main>
<section class="help">
<div class="gray-bg">
<div class="container-xxl">
<div class="row">
<div class="col-12">
<div class="py-3">Help us improve this service. <a href="">Provide feedback</a></div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container-xxl">
<div class="row back">
<div class="col-12">
<div class="py-3"><a href="">< back</a></div>
</div>
</div>
<div class="row">
<div class="col-md-6 order-last-div">
<div class="left-container pt-5 blue-bg">
<span class="summary-pdf-print-class">Question 5 of 8</span>
<h1 id="skipToContent">Does my service have any of the following functionalities that allow users to communicate with one another?
</h1>
<div>
<div class="qn-type">
<div class="qn-text">Select all that apply</div>
</div>
<p class="ans-text"></p>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck1">Livestreaming(either open or closed channels)
<input type="checkbox" id="exampleCheck1">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck2">Direct messaging (including ephemeral direct messaging)
<input type="checkbox" id="exampleCheck2">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck3">Encrypted Messaging
<input type="checkbox" id="exampleCheck3">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck4">Commenting on content
<input type="checkbox" id="exampleCheck4">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck5">Posting or sending images or videos (either open or
closed channels)
<input type="checkbox" id="exampleCheck5">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck6">Posting or sending location information
<input type="checkbox" id="exampleCheck6">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck7">Re-posting and forwarding content
<input type="checkbox" id="exampleCheck7">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input mb-4" for="exampleCheck8">Users do not communicate
<input type="checkbox" id="exampleCheck8">
<span class="checkmark"></span>
</label>
</div>
<div>
<a href="./your-answer.html">
<button class="btn btn-secondary d-block my-3 btn-green step mt-5">Continue <i
class="fa-solid fa-arrow-right ms-2"></i></button>
</a>
</div>
<div>
<p><a href="" class="save-link">Save and Come back later</a> </p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="right-container" id="right-container">
<h2 class="mb-3">Your potential risk factors and illegal harms as User to User service</h2>
<span class="fs-sm">Is my service any of the following service types?</span>
<p class="fs-sm fw-bold">Discussion forum</p>
<div class="info-box">
<p class="fs-sm fw-bold">Discussion forums and chat rooms</p>
<p>
If your service is a discussion forum or chat room, you should consider how your service may be used
by potential perpetrators to discuss and share illegal content in a setting that is typically visible
to the public. For example, our evidence shows that discussion forums and chat room services can act
as spaces where suicide or serious self-harm is assisted or encouraged.
</p>
<p class="fs-sm">Illegal harms</p>
<ul class="list-info">
<li>
CSEA (CSAM - URL)
</li>
<li>CSEA (CSAM - Image-based) </li>
<li>
Encouraging or assisting suicide (or attempted suicide) or serious self-harm offences
</li>
</ul>
<div class="row">
<div class="col-12">
<div class="accordion mt-3">
<div class="accordion-item accordian-panel">
<div class="accordion-header" id="heading1">
<h2 class="accordion-header">
<button class="accordion-button accordion-head collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseBox" aria-expanded="false"
aria-controls="collapse1">
More information
</button>
</h2>
</div>
<div id="collapseBox" class="accordion-collapse collapse" data-bs-parent="#myAccordion">
<div class="card-body">
<p>More information</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container-xxl mt-4">
<div class="row g-0">
<div class="col-12">
<div class="row row-cols-auto g-0 multicolor-strip">
<div class="bg-blue"></div>
<div class="bg-megenta"></div>
<div class="bg-pink"></div>
<div class="bg-yellow"></div>
<div class="bg-green"></div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container-xxl">
<div class="row mt-5">
<div class="col-12">
<h2>About this tool</h2>
<ul>
<li><a href="">Accessibility</a></li>
<li><a href="">Cookies Policy</a></li>
<li><a href="">Terms of use</a></li>
<li><a href="">Something else</a></li>
<li><a href="">Ofcom main website</a></li>
</ul>
</div>
</div>
</div>
<div class="container-xxl">
<div class="row copyrights">
<div class="copyright-text text-lg-start text-start text-sm-end my-5"> © Ofcom 2024 </div>
</div>
</div>
</footer>
<a href="#" class="back-to-top">
<i class="fa-solid fa-chevron-up"></i>
<span>Back to top</span>
</a>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
</body>
</html>