-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent.html
804 lines (775 loc) · 40 KB
/
component.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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
<!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>
<section>
<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 2: ASSESS THE RISK</a>
<a href="" class="header-link">ONLINE SAFETY ACT READINESS ASSESSMENT TOOL</a>
</div>
</header>
</section>
<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="row">
<div class="col-12">
<div class="py-3"><a href="">< back</a></div>
</div>
</div>
<div class="row">
<div class="col-md-8 order-last-div">
<div class="left-container pt-5 blue-bg">
<h1 id="skipToContent">Components</h1>
<h4 class="qn-text">Checkbox inputs (with hint text)</h4>
<div>
<label class="container-input" for="exampleCheck1">Social Media service
<input type="checkbox" id="exampleCheck1">
<span class="checkmark"></span>
</label>
<p style="margin-left: 45px;" class="fs-12">Service which connect users and enable them to build
communities around common interests or connections </p>
</div>
<div>
<label class="container-input" for="exampleCheck2">Messaging service
<input type="checkbox" id="exampleCheck2">
<span class="checkmark"></span>
</label>
<p style="margin-left: 45px;" class="fs-12">Service that are typically centred around allowing users to
send messages
that can only be viewed or read by a specific recipient or group of people. </p>
</div>
<section>
<h4 class="qn-text">Checkbox inputs</h4>
<div>
<label class="container-input" for="exampleCheck3">Social Media service
<input type="checkbox" id="exampleCheck3">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-input" for="exampleCheck4">Messaging service
<input type="checkbox" id="exampleCheck4">
<span class="checkmark"></span>
</label>
</div>
</section>
<section>
<h4 class="qn-text mt-5">Radio inputs (with hint text)</h4>
<div>
<label class="container-radio" for="exampleCheck5">Social Media service
<input type="radio" id="exampleCheck5">
<span class="checkmark"></span>
</label>
<p style="margin-left: 45px;" class="fs-12">Service which connect users and enable them to build
communities around common interests or connections </p>
</div>
<div>
<label class="container-radio" for="exampleCheck6">Messaging service
<input type="radio" id="exampleCheck6">
<span class="checkmark"></span>
</label>
<p style="margin-left: 45px;" class="fs-12">Service that are typically centred around allowing users
to
send messages
that can only be viewed or read by a specific recipient or group of people. </p>
</div>
</section>
<section>
<h4 class="qn-text">Radio inputs</h4>
<div>
<label class="container-radio" for="exampleCheck7">Social Media service
<input type="radio" id="exampleCheck7">
<span class="checkmark"></span>
</label>
</div>
<div>
<label class="container-radio" for="exampleCheck8">Messaging service
<input type="radio" id="exampleCheck8">
<span class="checkmark"></span>
</label>
</div>
</section>
<section>
<h4 class="qn-text mt-5">Radio input groups</h4>
<label class="mb-3"><b>Group label orem ipsum dolor sit ament</b></label>
<div>
<label class="container-radio display-inline-block mr-2" for="exampleCheck28">Loreum ipsum
<input type="radio" id="exampleCheck28">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck9"> Loreum ipsum
<input type="radio" id="exampleCheck9">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck10"> Loreum ipsum
<input type="radio" id="exampleCheck10">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck11"> Loreum ipsum
<input type="radio" id="exampleCheck11">
<span class="checkmark"></span>
</label>
</div>
</section>
<section>
<h4 class="qn-text mt-5">Radio input groups</h4>
<label class="mb-3"><b>Group label orem ipsum dolor sit ament</b></label>
<div>
<label class="container-radio display-inline-block mr-2" for="exampleCheck12">Loreum ipsum
<input type="radio" id="exampleCheck12">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck13"> Loreum ipsum
<input type="radio" id="exampleCheck13">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck14"> Loreum ipsum
<input type="radio" id="exampleCheck14">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck15"> Loreum ipsum
<input type="radio" id="exampleCheck15">
<span class="checkmark"></span>
</label>
</div>
<label class="mb-3 mt-4"><b>Group label orem ipsum dolor sit ament</b></label>
<div>
<label class="container-radio display-inline-block mr-2" for="exampleCheck16">Loreum ipsum
<input type="radio" id="exampleCheck16">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck17"> Loreum ipsum
<input type="radio" id="exampleCheck17">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck18"> Loreum ipsum
<input type="radio" id="exampleCheck18">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck19"> Loreum ipsum
<input type="radio" id="exampleCheck19">
<span class="checkmark"></span>
</label>
</div>
</section>
<section>
<h4 class="mt-4">Buttons Disabled</h4>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 disabled">Large Button with Arrow <i
class="fa-solid fa-arrow-right ms-2"></i></button>
<label>Large</label>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 disabled">Large Button </button>
<label>Small</label>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 disabled btn-sm">Small Buton
</button>
</section>
<section>
<h4 class="mt-4">Buttons</h4>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 noHover">Large Button with Arrow <i
class="fa-solid fa-arrow-right ms-2"></i></button>
<label>Large</label>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 noHover">Large Button </button>
<label>Small</label>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 noHover btn-sm">Small Buton </button>
</section>
<section>
<h4 class="mt-4">Buttons (Hover States)</h4>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 ">Large Button with Arrow <i
class="fa-solid fa-arrow-right ms-2"></i></button>
<label>Large</label>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 ">Large Button </button>
<label>Small</label>
<button class="btn btn-secondary d-block my-2 btn-green step mt-4 btn-sm">Small Buton </button>
</section>
<section>
<form class="row g-3 mt-4">
<div class="col">
<label for="code" class="mb-1">Input field label </label>
<p class="fs-12">Hint text for this label. sed enim odio, accumsan dapibus
facilisis egestas, fringilla in arcu. Nulla in erat et felis fringilla suscipit..
</p>
<input type="text" class="form-control" id="code">
</div>
</form>
<form class="row g-3 mt-3">
<div class="col">
<label for="code1" class="mb-1">Input field label </label>
<input type="text" class="form-control" id="code1">
</div>
</form>
<form class="row g-3 mt-3">
<div class="col">
<label for="code2" class="mb-1">Input field label </label>
<input type="text" class="form-control" placeholder="Text input focus state" id="code2">
</div>
</form>
</section>
<section>
<div class="red-bg p-4 mb-4">
<div class="d-flex">
<i class="fa-solid fa-triangle-exclamation me-4" style="font-size: 32px;"></i>
<h4 class="fs-sm">Error message title</h4>
</div>
<div class="m-left-60">
<p>
Aenean leo magna, egestas eu tincidunt et, dignissim vel purus. Suspendisse quam ex, ultricies a
nisl sit amet, congue tincidunt nibh. Pellentesque scelerisque suscipit maximus.
</p>
<ul class="ps-3">
<li>
Error message, for example field is required
</li>
</ul>
</div>
</div>
</section>
<section>
<div class="mt-5">
<div class="col-lg-10">
<div id="text-error" class="form-error" role="alert" aria-live="polite">Error message, for example
field is required</div>
<label class="visually-hidden-focusable" for="text-error1" class="form-label">Text</label>
<input type="text" class="form-control input-error" id="text-error1">
</div>
</div>
</section>
<section>
<div class="mt-5">
<div class="col-lg-10">
<div id="text-error" class="form-error" role="alert" aria-live="polite">Error message, for example
field is required</div>
<label class="visually-hidden-focusable" for="text-error" class="form-label">Text</label>
<!-- <input type="text" class="form-control input-error" id="text-error"> -->
<div class="form-control input-error blue-bg">
<label class="mb-3 fs-14"><b>Group label orem ipsum dolor sit ament</b></label></br>
<label class="container-radio display-inline-block mr-2" for="exampleCheck81">Loreum ipsum
<input type="radio" id="exampleCheck81">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck82"> Loreum ipsum
<input type="radio" id="exampleCheck82">
<span class="checkmark"></span>
</label>
<label class="container-radio display-inline-block mr-2" for="exampleCheck83"> Loreum ipsum
<input type="radio" id="exampleCheck83">
<span class="checkmark"></span>
</label>
</div>
</div>
</div>
</section>
<section>
<div class="right-container blue-bg">
<div class="info-box">
<p class="fs-sm fw-bold">Risk factor title </p>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Prasent hendrenft, neque nec
posuere consecteur, nunc dui feugti leo, vitae ornare ipsum tortor ac odio.
Sed dignissim, dolor non convallis tempus, purus orci lobortis lectus, consequant ornare
ero est sed erat, Proin imperidiet, elit et placerat tristique.
</p>
<p class="fs-sm">Illegal harms</p>
<ul class="list-info-blue-bg">
<li class="border-gray">
Illegal harms title
</li>
<li class="border-gray">Illegal harms title </li>
<li class="border-gray">
Illegal harms title
</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">
Closed accordion title
</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>
</section>
<section>
<div class="col-12"></div>
<div class="accordion my-4">
<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="#collapse1" aria-expanded="true"
aria-controls="collapse1">
Closed accordion title
</button>
</h2>
</div>
<div id="collapse1" class="accordion-collapse collapse" data-bs-parent="#myAccordion">
<div class="card-body">
<p>More information</p>
</div>
</div>
</div>
<div class="accordion-item accordian-panel">
<div class="accordion-header" id="heading2">
<h2 class="accordion-header">
<button class="accordion-button accordion-head collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapse2" aria-expanded="true"
aria-controls="collapse2">
Closed accordion title
</button>
</h2>
</div>
<div id="collapse2" class="accordion-collapse collapse" data-bs-parent="#myAccordion">
<div class="card-body">
<p>More information</p>
</div>
</div>
</div>
<div class="accordion-item accordian-panel">
<div class="accordion-header" id="heading3">
<h2 class="accordion-header">
<button class="accordion-button accordion-head collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapse3" aria-expanded="true"
aria-controls="collapse3">
What is ofcom's risk assessment guidance?
</button>
</h2>
</div>
<div id="collapse3" class="accordion-collapse collapse" data-bs-parent="#myAccordion">
<div class="card-body">
<p>
Anenan leo magna, egestas eu tincidunt et, dignissim vel purus. Suspendisse
quam ex, ultri a nisl sit amet, congue tincidunt nibh, Pallentesque scelerisque
suscipit maximus. Cras porittor orci venenatis nisi tempus rhonus.
Vestibulum et eros interdum, maximus justo vel, congue mauris. Vivamus id euismod nisi,
et tincidunt velit.
</p>
</div>
</div>
</div>
</div>
</section>
<Section>
<h4>Cards With Link</h4>
<a href="">
<div class="info-card">
<div class="d-flex justify-content-between align-items-start">
<div class="info-card-header">Terrorism offences</div>
<svg class="svg-arrow" width="40" height="40" viewBox="0 0 40 40"
xmlns="http://www.w3.org/2000/svg">
<circle cx="20.2449" cy="19.7964" r="19"></circle>
<path d="M22.6774 12.2964L30.8422 20.2964L22.6774 28.2964" stroke-width="2"
stroke-linejoin="bevel"></path>
<path d="M30.6472 20.2964L9.64722 20.2964" stroke-width="2" stroke-linejoin="bevel"></path>
</svg>
</div>
<p>
Terrorism is considered a violent action or threat of action, designed to influence a government
and
advance a cause. Online terrorism content is any content made available to others online, which
can
encourage or promote terrorism.
</p>
</div>
</a>
<a href="">
<div class="info-card">
<div class="d-flex justify-content-between align-items-start">
<h4 class="info-card-header">Terrorism offences</h4>
<svg class="svg-arrow" width="40" height="40" viewBox="0 0 40 40"
xmlns="http://www.w3.org/2000/svg">
<circle cx="20.2449" cy="19.7964" r="19"></circle>
<path d="M22.6774 12.2964L30.8422 20.2964L22.6774 28.2964" stroke-width="2"
stroke-linejoin="bevel"></path>
<path d="M30.6472 20.2964L9.64722 20.2964" stroke-width="2" stroke-linejoin="bevel"></path>
</svg>
</div>
<p>
Terrorism is considered a violent action or threat of action, designed to influence a government
and
advance a cause. Online terrorism content is any content made available to others online, which
can
encourage or promote terrorism.
</p>
</div>
</a>
<a href="">
<div class="info-card">
<div class="d-flex justify-content-between align-items-start">
<h4 class="info-card-header">Terrorism offences</h4>
<svg class="svg-arrow" width="40" height="40" viewBox="0 0 40 40"
xmlns="http://www.w3.org/2000/svg">
<circle cx="20.2449" cy="19.7964" r="19"></circle>
<path d="M22.6774 12.2964L30.8422 20.2964L22.6774 28.2964" stroke-width="2"
stroke-linejoin="bevel"></path>
<path d="M30.6472 20.2964L9.64722 20.2964" stroke-width="2" stroke-linejoin="bevel"></path>
</svg>
</div>
<p>
Terrorism is considered a violent action or threat of action, designed to influence a government
and
advance a cause. Online terrorism content is any content made available to others online, which
can
encourage or promote terrorism.
</p>
</div>
</a>
</Section>
<section class="mt-5">
<h4>Information Cards</h4>
<div class="component-margin p-4 blue-bg border-gray">
<div class="d-flex align-items-start">
<i class="fa-solid fa-circle-info me-4" style="font-size: 30px;"></i>
<div>
<h4 class="fs-sm mb-4">Recommendation</h4>
<p>
We recommend that services assess the risks of harm from CSAM and Grooming separately. If you
are
a user-to-user service, you should consider the risks of image-based CSAM and of CSAM URLs
separately. We will provide you with further help in assessing these risks later in the tool.
<p>
Ofcom’s Register of Risks provides more information on understanding risks. You should read the
relevant sections of the Register of Risks to understand how offences may occur on your service.
</p>
</p>
</div>
</div>
</div>
</section>
<section>
<h4>Standard Cards</h4>
<div class="component-margin p-4 blue-bg border-gray">
<div class="d-flex align-items-start">
<i class="fa-solid fa-circle-info me-4" style="font-size: 30px;"></i>
<div>
<h4 class="fs-sm mb-4">Recommendation</h4>
<p>
We recommend that services assess the risks of harm from CSAM and Grooming separately. If you
are
a user-to-user service, you should consider the risks of image-based CSAM and of CSAM URLs
separately. We will provide you with further help in assessing these risks later in the tool.
<p>
Ofcom’s Register of Risks provides more information on understanding risks. You should read the
relevant sections of the Register of Risks to understand how offences may occur on your service.
</p>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container-xxl">
<div class="row">
<!-- <div class="col-12">
<div class="py-3"><a href="">< back</a></div>
</div> -->
</div>
<div class="row">
<div class="col-md-4">
<div class="left-container left-container-with-link border-gray">
<div class="left-container-header active">Understand</div>
<ul class="left-nav">
<li>
<a href="" class="d-flex align-items-center active">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Illegal harms</span>
</a>
</li>
</ul>
<div class="left-container-header">Analyse</div>
<ul class="left-nav">
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Your risk factors</span>
</a>
</li>
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Additional characteristics</span>
</a>
</li>
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Core evidence</span>
</a>
</li>
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Enhanced evidence</span>
</a>
</li>
</ul>
<div class="left-container-header">Assign</div>
<ul class="left-nav">
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Assess likelihood</span>
</a>
</li>
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Assess impact</span>
</a>
</li>
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Assign risk level</span>
</a>
</li>
</ul>
<div class="left-container-header">Check</div>
<ul class="left-nav">
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Make a record</span>
</a>
</li>
<li>
<a href="" class="d-flex align-items-center">
<i class="fa-solid fa-circle-arrow-right me-3" style="font-size: 24px;"></i>
<span>Checklist</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section>
<h1>primary page title (h1)</h1>
<h2>secondary page title (h2)</h2>
<h3>Section/Element title (h3)</h3>
<h4 class="fw-bold">Section/Element title (h3) - BOLD</h4>
<h4>Section/Element title (h3)</h4>
<h4>Paragraphs</h4>
<p class="mt-3">
Paragraph content. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Prasent hendrenft, neque
nec
posuere consecteur, nunc dui feugti leo, vitae ornare ipsum tortor ac odio.
Sed dignissim, dolor non convallis tempus, purus orci lobortis lectus, consequant ornare
ero est sed erat, Proin imperidiet, elit et placerat tristique. Cras ornare congue arcu vitae
hendrerith.
</p>
<p>
Praesent a ultrices lacus. Nam et dui eu urna cursus condimentum sit amet et est.
Donec condimentum, erat non venenatis pallentesque, magna urna euismod nunc dui feugti leo, vitae
ornare ipsum tortor ac odio.
Sed dignissim, dolor non convallis tempus, purus orci lobortis lectus, consequant ornare
ero est sed erat hendrerith mi. Nam efficitur eros velit, id volutpat metus mollis id.
Suspendisse efficitur dictum nulla, ac finibus massa.
</p>
<p class="fw-bold">
Paragraphy BOLD content. Fusce tincidunt ultrices Vestibulum. Donec
tempor id diam vel sagittis. Etiam ac magna tortor. Mauris iaculis nibh at
odio lobortis, in hendrerith ex egestas.
Donec venenatis iaculis condimentum. Duis et pulvinar dolor.
Maecenas consectetur mollis magna lobortis interdum. Ut mollis leo fringilla,
aliquet massa sed, efficitur elit. Morbi ut faucibus est.
</p>
<h4>Unordered List </h4>
<ul>
<li class="mt-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li class="mt-3">Prasent hendrenft, neque nec posuere consecteur, nunc dui feugti leo.</li>
<li class="mt-3"> Libero nisl ornare ipsum, ac vehicula sapien ipsum vel urna. Cras ornare congue arcu
vitae
hendrenft</li>
<li class="mt-3">Praesent a ultrices lacus. Nam et dui eu urna cursus condimentum sit amet et est.
Donec
condimentum, erat non
venenatis Pellentesque magna urna euismod erat, id mattis nulla ex a sem. Proin faucibus nibh sed
convallis
Aliquam faucibus auctor odio, non consequant urna euismod
</li>
</ul>
<h4>Ordered List </h4>
<ol>
<li class="mt-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li class="mt-3">Prasent hendrenft, neque nec posuere consecteur, nunc dui feugti leo.</li>
<li class="mt-3"> Libero nisl ornare ipsum, ac vehicula sapien ipsum vel urna. Cras ornare congue arcu
vitae
hendrenft</li>
<li class="mt-3">Praesent a ultrices lacus. Nam et dui eu urna cursus condimentum sit amet et est.
Donec
condimentum, erat non
venenatis Pellentesque magna urna euismod erat, id mattis nulla ex a sem. Proin faucibus nibh sed
convallis
Aliquam faucibus auctor odio, non consequant urna euismod
</li>
</ol>
</section>
<section>
<table>
<thead>
<tr>
<th> Table row title</th>
<th> Table row title</th>
<th> Table row title</th>
</tr>
</thead>
<tbody>
<tr>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
</tr>
<tr>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
</tr>
<tr>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td colspan="2">Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut
laoreet erat.</td>
</tr>
</tbody>
</table>
</section>
<section class="mt-4">
<table>
<thead>
<tr class="table-tr-border-btm" >
<th > Table row title</th>
<th colspan="2" class="text-center"> Table row title</th>
</tr>
<tr>
<th><p class="visually-hidden">Table</p></th>
<th> Table row title</th>
<th> Table row title</th>
</tr>
</thead>
<tbody>
<tr>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
</tr>
<tr>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
</tr>
<tr>
<td>Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut laoreet
erat.</td>
<td colspan="2">Table row content. Lorem ipsum dolor sit amet, consecteur adipiscing elit. Duis ut
laoreet erat.</td>
</tr>
</tbody>
</table>
</section>
</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>