-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-DRCF.html
504 lines (468 loc) · 23 KB
/
about-DRCF.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DRCF website</title>
<link rel="icon" href="assets/img/favicon-3.png" />
<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" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link href="css/main.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<a class="skip-to-content-link" href="#skip" tabindex="0">Skip to main content</a>
<!-- header start hare-->
<header class="header fixed-top d-flex align-items-center">
<a class="skip-to-content-link" href="#skip" tabindex="0">Skip to main content</a>
<div class="container-fluid d-flex align-items-center justify-content-between pdng-right-0px">
<div class="logo me-auto me-lg-0">
<a href="index.html"> <img class="brand-logo" src="assets/img/DRCF-logo-WEB.png" alt="DRCF" /></a>
</div>
<!-- menu start here -->
<div class="header-item ms-auto">
<div class="menu-overlay">
</div>
<nav class="menu">
<div class="mobile-menu-head">
<div class="go-back"><i class="fa fa-angle-left"></i></div>
<div class="current-menu-title"></div>
<div class="mobile-menu-close">×</div>
</div>
<ul class="menu-main">
<li class="menu-item-has-children">
<a href="#">About the DRCF</a>
</li>
<li class="menu-item-has-children">
<a href="#">News & Events</a>
</li>
<li class="menu-item-has-children">
<a href="#">Publications<i class="fa fa-angle-down"></i></a>
<div class="sub-menu mega-menu mega-menu-column-4">
<div class="list-item">
<ul>
<li><a href="#">Blogs & Articles</a></li>
<li><a href="#">Papers</a></li>
<li><a href="#">Joint Statements</a></li>
<li><a href="#">Annual Reports</a></li>
<li><a href="#">Workplans</a></li>
<li><a href="#">Press Releases</a></li>
</ul>
</div>
<div class="list-item">
<ul>
<li class="mb-3"><span class="detail-text">
Optional explanatory text here and quick links to popular or topical content. <br>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore. Lorem ipsum dolor sit amet, consectetur. Lorem ipsum dolor sit amet, consectetur.</span>
</li>
</ul>
</div>
</div>
</li>
<li class="menu-item-has-children">
<a href="#">AI and Digital Hub<i class="fa fa-angle-down"></i></a>
<div class="sub-menu mega-menu mega-menu-column-4">
<div class="list-item">
<ul>
<li><a href="#">Apply Now</a></li>
<li><a href="#">Case Study</a></li>
</ul>
</div>
</div>
</li>
<li class="menu-item-has-children">
<a href="#">More<i class="fa fa-angle-down"></i></a>
<div class="sub-menu mega-menu mega-menu-column-4">
<div class="list-item">
<ul>
<li><a href="#">Key Projects</a></li>
<li><a href="#">Research Library</a></li>
<li><a href="#">Recruitment</a></li>
</ul>
</div>
</div>
</li>
</ul>
</nav>
</div>
<!-- menu end here -->
<!-- <div class="search-icons d-flex align-items-center order-2 order-lg-1">
<i class="fas fa-search" id="search-icon"></i>
</div> -->
<a href="javascript:void(0);" id="search-icon" class="search-icons d-flex align-items-center order-2 order-lg-1">
<i class="fas fa-search"></i>
<span class="visually-hidden-focusable">Global Search</span>
</a>
<form action="" class="search-form">
<div class="search-box mx-auto mb-3 position-relative">
<input type="search" class="search-box-input" name="query" aria-label="Global Search"
placeholder="What are you looking for?" id="globalquery" autocomplete="off">
<label for="globalquery" class="fas fa-search d-none"><span class="d-none">Search</span></label>
<a href="javascript:void(0)" class="fas fa-search gl-search" onclick="globalSearch()"><span
class="d-none">Search</span></a>
</div>
</form>
<!-- mobile menu trigger -->
<!-- <div 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>
</div> -->
<a href="javascript:void(0);" 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>
</div>
</header>
<main>
<div id="skip" class="visually-hidden">Home page features</div>
<section class="breadcrumb-position">
<div class="row">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active ellipsis" aria-current="page">About DRCF</li>
</ol>
</nav>
</div>
</div>
</section>
<section>
<div class="hero-banner-narrow blue-bg">
<div class="container-xl landing-page">
<div class="row">
<div class="col-lg-12">
<h1 id="skipToContent" data-epi-type="title"><strong>About DRCF</strong></h1>
</div>
</div>
</div>
</div>
</section>
<section class="container-xl mt-5">
<h2 class="text-center mb-4">WHO WE ARE</h2>
<div class="row">
<div class="col-12">
<p class="h4 testimonial-text">
The <strong> Regulation Cooperation Forum</strong>, or <strong>DRCF</strong>, brings together four UK
regulators with responsibilities
for digital regulation – the Competition and Markets Authority (CMA), the Financial Conduct Authority (FCA),
the Information Commissioner’s Office (ICO) and Ofcom. These regulators set up the DRCF in 2020 to make it
easier for them to collaborate on digital regulatory matters.
The DRCF supports cooperation and coordination between members and enables coherent, informed and responsive
regulation of the UK digital economy. This effective collaboration greatly benefits UK citizens and
consumers online.</p>
</div>
</div>
</section>
<section class="container-xl mt-5">
<h2 class="text-center mb-4">MEMBERS</h2>
<div class="row extra-margin">
<div class="col-12">
<div class="title-block">
<a href="/about-ofcom/accessibility/accessibility-statement-for-ofcoms-licensing-portal/"
class="title-block-link">
<div class="row g-0">
<div class="col-md-7">
<img src="assets/img/req-cma.png" class="title-block-img" alt="...">
</div>
<div class="col-md-5">
<div class="card-body green-bg">
<h2 class="card-title h3">CMA</h2>
<div class="hr-line"></div>
<p class="card-text">The Information Commissioner’s Office (ICO) is the UK’s
independent public authority set up to uphold information rights. It upholds information rights in
the
public interest, promoting openness by public bodies and data privacy for individuals.</p>
<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>
</div>
</div>
</a>
</div>
</div>
<div class="col-12">
<div class="title-block">
<a href="/about-ofcom/accessibility/accessibility-statement-for-ofcoms-licensing-portal/"
class="title-block-link">
<div class="row g-0">
<div class="col-md-7">
<img src="assets/img/req-ofcom.png" class="title-block-img" alt="...">
</div>
<div class="col-md-5">
<div class="card-body green-bg">
<h2 class="card-title h3">Ofcom</h2>
<div class="hr-line"></div>
<p class="card-text">
Ofcom is the regulator and competition authority for the UK
communications industries. It regulates the TV and radio sectors, fixed line telecoms, mobiles,
postal
services, plus the airwaves over which wireless devices operate. It will also be responsible for
enforcing the upcoming Online Safety Bill.
</p>
<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>
</div>
</div>
</a>
</div>
</div>
<div class="col-12">
<div class="title-block">
<a href="/about-ofcom/accessibility/accessibility-statement-for-ofcoms-licensing-portal/"
class="title-block-link">
<div class="row g-0">
<div class="col-md-7">
<img src="assets/img/req-ico.png" class="title-block-img" alt="...">
</div>
<div class="col-md-5">
<div class="card-body green-bg">
<h2 class="card-title h3">ICO</h2>
<div class="hr-line"></div>
<p class="card-text">The Information Commissioner’s Office (ICO) is the UK’s
independent public authority set up to uphold information rights. It upholds information rights in
the
public interest, promoting openness by public bodies and data privacy for individuals.</p>
<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>
</div>
</div>
</a>
</div>
</div>
<div class="col-12">
<div class="title-block">
<a href="/about-ofcom/accessibility/accessibility-statement-for-ofcoms-licensing-portal/"
class="title-block-link">
<div class="row g-0">
<div class="col-md-7">
<img src="assets/img/req-fca.png" class="title-block-img" alt="...">
</div>
<div class="col-md-5">
<div class="card-body green-bg">
<h2 class="card-title h3">FCA</h2>
<div class="hr-line"></div>
<p class="card-text">
The Financial Conduct Authority (FCA) regulates the financial
services industry in the UK. Its role includes protecting consumers, keeping the industry stable,
and
promoting healthy competition between financial service providers. The FCA regulates the conduct
of
50,000 firms in the UK, ensuring our financial markets are honest, competitive and fair.
</p>
<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>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="container-xl">
<h2 class="text-center mb-4">AIMS & OBJECTIVES</h2>
<div class="social-list-group gray-bg">
<h3 class="mb-3">The DRCF has three core aims:</h3>
<ul>
<li>to promote greater coherence – where regulatory regimes intersect, the DRCF helps to resolve potential
tensions, offering clarity for consumers and industry</li>
<li>to work collaboratively on areas of common interest and address complex issues</li>
<li>to work together to build the necessary capabilities – learning from what each regulator is doing and
striving to be best in class, both now and in the future</li>
</ul>
</div>
</div>
<h3 class="mt-4 mb-3">Key Documents</h3>
<div class="row">
<div class="col-12 mx-auto">
<a href="" class="file-download">
<div class="pdfdownload">
<img src="assets/img/web-icons/Download.svg" class="me-3" alt="">
<div>
<span>DRCF Terms of Reference</span>
<span class="mx-2">•</span><span>PDF</span> <span class="mx-2">•</span> <span>310 KB</span>
</div>
</div>
</a>
</div>
</div>
</section>
<section class="container-xl mt-5">
<h2 class="text-center mb-4">HOW WE WORK</h2>
<div class="row gx-5 gy-3 my-3 how-we-cls">
<!--<div class="col-12 h1 px-5 ">AIMS AND OBJECTIVES</div> -->
<div class="col-lg-6 col-sm-6 col-12 how-cont-count">
<div class="text-center">
<!--<i class="fa fa-regular fa-circle-question"></i>-->
<i class="fa fa-solid fa-check"></i>
</div>
<div class="text-center how-we-sub-head-cls">Agile and responsive</div>
<div class="text-center">The DRCF is a voluntary forum. It is not a statutory entity, nor does it have a
statutory remit. This enables DRCF regulators to adopt an agile approach and respond quickly to developments
in the digital space. The DRCF does not provide formal advice or direction to member regulators, who remain
individually accountable for the delivery of their functions.</div>
</div>
<div class="col-lg-6 col-sm-6 col-12 how-cont-count">
<div class="text-center">
<!--<i class="fa fa-regular fa-circle-question"></i>-->
<i class="fa fa-solid fa-magnifying-glass fa-rotate-90"></i>
</div>
<div class="text-center how-we-sub-head-cls">Expert cooperation</div>
<div class="text-center">The DRCF is resourced and funded equally by the four member regulators. The DRCF
consists of a small core team, led by the DRCF CEO, which supports project teams composed of experts drawn
from the four regulators. These experts come together to tackle the DRCF’s shared agenda, which is agreed by
our member CEOs and set out in the annual workplan, working bilaterally, trilaterally or quadrilaterally as
needed.</div>
</div>
<div class="col-lg-6 col-sm-6 col-12 how-cont-count">
<div class="text-center">
<!--<i class="fa fa-regular fa-circle-question"></i>-->
<i class="fa fa-solid fa-people-group"></i>
</div>
<div class="text-center how-we-sub-head-cls">Stakeholder engagement</div>
<div class="text-center">The DRCF engages extensively with stakeholders to gather inputs and insights to
inform its thinking; to amplify project impacts and outcomes, and to support coordination on digital issues.
Key stakeholders include academia, industry, consumer groups and civil society. The DRCF engages with them
via roundtables, focus groups and larger symposia. It also meets regularly with Government and
Parliamentarians.</div>
</div>
<div class="col-lg-6 col-sm-6 col-12 how-cont-count">
<div class="text-center">
<i class="fa fa-solid fa-handshake-simple"></i>
<!--<i class="fa-solid fa-chart-network"></i>-->
</div>
<div class="text-center how-we-sub-head-cls">Working with other regulators </div>
<div class="text-center">The DRCF works closely with other domestic and international regulators outside its
membership. It shares knowledge and best practice on digital issues through quarterly roundtables with ten
other UK regulators, and seeks to involve other regulators in specific areas of work. It also meets
frequently with international agencies to share knowledge and has established an international community of
regulatory authorities with similar approaches to collaborating on digital regulation.</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container-xl">
<h2 class="visually-hidden text-white">Footer</h2>
<div class="row">
<div class="col-md-12 col-lg-3">
<section class="mt-0 mt-lg-5 social">
<h3 class="follow fw-bold">Follow us </h3>
<ul class="list-unstyled social-icons">
<li class="social-icons-list">
<a class="" href="#" title="Twitter">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li class="social-icons-list">
<a class="" href="#" title="Facebook">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li class="social-icons-list">
<a class="" href="#" title="LinkedIn">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
</ul>
</section>
</div>
<div class="col-md-12 col-lg-3">
<section class="mt-0 mt-lg-5 about-ofcom">
<h3 class="follow fw-bold">About DRCF </h3>
<ul class="list-unstyled">
<li class="">
<a class="footer-link" href="#">Key Projects</a>
</li>
<li class="">
<a class="footer-link" href="#">Research Library</a>
</li>
<li class="">
<a class="footer-link" href="#">Recruitment</a>
</li>
</ul>
</section>
</div>
<div class="col-md-12 col-lg-3">
<section class="mt-0 mt-lg-5 about-ofcom">
<h3 class="follow fw-bold">AI and Digital Hub</h3>
<ul class="list-unstyled">
<li class="">
<a class="footer-link" href="#">Apply Now</a>
</li>
<li class="">
<a class="footer-link" href="#">Case Study</a>
</li>
</ul>
</section>
</div>
<div class="col-md-12 col-lg-3">
<section class="mt-0 mt-lg-5 about-ofcom">
<h3 class="follow fw-bold">About this website</h3>
<ul class="list-unstyled">
<li class="">
<a class="footer-link" href="#">Cookies</a>
</li>
<li class="">
<a class="footer-link" href="#">Privacy Policy</a>
</li>
</ul>
</section>
</div>
</div>
</div>
<div class="container-xl">
<div class="row copyrights ">
<div class="copyright-text text-lg-start text-start text-sm-end">© Copyright DRCF All Rights Reserved</div>
</div>
</div>
</footer>
<a class="back-to-top">
<i class="fa-solid fa-chevron-up"></i>
<span>Back to top</span>
</a>
</main>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
-->
</body>
</html>