-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask-list.html
164 lines (144 loc) · 6.37 KB
/
task-list.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
<!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="" 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>
<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="blue-bg full-container mt-5" >
<div class="row">
<div class="col-md-8">
<span>'User-to-user' service</span>
<h1 class="m-bottom-40" id="skipToContent">Your online safety assessment</h1>
<div class="m-bottom-40">
<span>Unique reference code:</span> <strong>OSAXXXYZ123</strong>
<p> Assessment last updated 24 July 2024</p>
</div>
<div class="m-bottom-40">
<span>STEP 1</span>
<h3>UNDERSTAND THE HARMS</h3>
<p>
Step 1 helps you understand which risk factors you have on your service, based on Ofcom’s Risk
Profiles, and give you an indication of what harms are more likely to occur on your service.
</p>
<button class="btn btn-secondary my-2">Answer questions <i
class="fa-solid fa-arrow-right ms-2"></i></button>
</div>
<div class="m-bottom-40">
<span>STEP 2</span>
<h3>ASSESS THE RISK OF HARM</h3>
<p>
Step 2 guides you on how to assess the risk of each kind of illegal harm on your service. The risk
factors you identified in step 1 provide a starting point, but now you need to consider evidence about
harm on your service and make a judgement of the level of risk.
</p>
<button class="btn btn-secondary my-2 disabled">Read guidance <i
class="fa-solid fa-arrow-right ms-2"></i></button>
</div>
<div class="m-bottom-40">
<span>STEP 3</span>
<h3>DECIDE MEASURES, IMPLEMENT AND RECORD</h3>
<p>
Step 3 helps you decide what you are going to do to reduce the risks of harm to individuals. Based on the findings of your risk assessment and what you’ve told us about your service, we will recommend safety measures from Ofcom’s Codes of Practice.
</p>
<button class="btn btn-secondary my-2 disabled">Answer questions <i
class="fa-solid fa-arrow-right ms-2"></i></button>
</div>
<div class="m-bottom-40">
<span>STEP 4</span>
<h3>REPORT, REVIEW AND UPDATE</h3>
<p>
Step 4 guides you on what you should report and to who, when and how to review your risk assessment, and when you are required to do a new assessment.
</p>
<button class="btn btn-secondary my-2">Read guidance <i
class="fa-solid fa-arrow-right ms-2"></i></button>
</div>
</div>
<div class="col-md-2">
</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>