forked from mattsgreen/audiogram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
401.html
80 lines (74 loc) · 3.86 KB
/
401.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Audiogram</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://bbc.github.io/internalGEL/dist/internalgel-bootstrap.css">
<link rel="stylesheet" href="https://bbc.github.io/internalGEL/dist/internalgel-fonts.css">
<link rel="stylesheet" href="https://bbc.github.io/internalGEL/dist/internalgel.css" id="intGEL-stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600" rel="stylesheet" type="text/css">
<link href="/css/base.css" rel="stylesheet" type="text/css">
<link href="/css/editor.css" rel="stylesheet" type="text/css">
<link href="/fonts/fonts.css" rel="stylesheet" type="text/css">
<link href="/css/main.css" rel="stylesheet" type="text/css">
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="/favicon.ico">
<!-- 32x32 -->
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<!-- 48x48 -->
<link rel="icon" type="image/png" href="/favicon-48x48.png" sizes="48x48">
<!-- 96x96 -->
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
</head>
<body class="loading">
<header>
<svg class="labs-logo" width="62" height="80">
<image class="labs-logo-image" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/images/labs-logo.svg" src="/images/labs-logo.png" width="62" height="80"></image>
</svg>
<h1 class="page-title">Audiogram<span class="title-superscript">ALPHA</span></h1>
</header>
<div class="wrapper">
<div id="unauth" class="intGEL">
<section id="splash" class="well" style="border: none;">
<h1>
Welcome to Audiogram
<svg width="50" height="50">
<image xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/images/wave.svg" src="/images/wave.png" width="50" height="50"></image>
</svg>
</h1>
<hr>
<p>
Audiogram is a <a href="http://bbcnewslabs.co.uk/" target="_blank">BBC News Labs</a> prototype, based on <a href="https://medium.com/@WNYC/socialaudio-e648e8a5f2e9#.7se6rlrt8" target="_blank">original work by NPR's WNYC</a> in New York, which <b>converts audio into shareable video</b>. Take a look at <a href="https://twitter.com/i/moments/847796796135026688" target="_blank">some examples on Twitter</a>.
</p>
<hr>
<div class="alert alert-danger" role="alert">
<strong><i class="fa fa-warning"></i> Access Required</strong>
<hr>
<p>
We're currently testing this tool experimentally, and it is only available to whitelisted users.
</p>
<p>
<b>If you would like to use Audiogram, please email <a href="mailto:[email protected]">[email protected]</a> requesting access.</b>
</p>
<p>
We only restrict access for monitoring purposes - everyone is welcome to use the tool!<br/>
It is however only available on Reith, so only BBC staff email addresses can be whitelisted.
</p>
</div>
</section>
</div><!-- #loaded -->
</div><!-- .wrapper -->
<footer class="site-footer-wrap">
<div class="message-box-wrap">
<div class="message-box">
<h3>Please note:</h3>This is a prototype. The tool and its infrastructure may present errors or be unavailable at times.<br/>
Please contact <a href="mailto:[email protected]">[email protected]</a> with error reports, as well as general feedback and feature requests.
</div>
</div>
</footer>
</body>
</html>