-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (24 loc) · 1.56 KB
/
index.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
<!DOCTYPE html>
<html lang="en" title="BBC Studios - Home">
<head>
<title>BBC Studios - Home</title>
<link href="/dist/css/style.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the paage via file:// -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="pink">
<div class="green">
<div>
<div >
<h3 class="">Bold. British. Creative: that’s BBC Studios.</h3>
<h4>We are a global business of scale, able to fund, create, distribute and commercialise premium content for the BBC and other companies both in the UK and internationally. We can take an idea seamlessly from thought to screen, with award-winning creative talent and expertise in every major media market in the world.</h4>
<p>Working with the best British writers, directors and programme-makers, we champion British creativity, crafting over 2500 hours of content every year through seven production bases in the UK and production bases and partnerships in a further nine countries around the world. And that’s not all. We’re a committed partner to the UK’s thriving independent production community, as well as other broadcasters and digital platforms, delivering content that showcases the best of British talent, stamped with the hallmark of quality.</p>
</div>
</div>
</div>
</body>
</html>