-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (42 loc) · 2.48 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
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A working group for improving digital syndicated media.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>syndicated.media</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="./main.css">
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-76144898-1', 'auto');
ga('send', 'pageview');
</script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
</head>
<body>
<div class="container">
<div class="jumbotron">
<div class="container">
<h1>syndicated.media</h1>
<h2>open standards working group</h2>
<p>Improving podcasting for <strong>producers</strong>, <strong>listeners</strong>, <strong>developers</strong>, and <strong>advertisers</strong>.</p>
<p>
<a class="btn btn-primary btn-lg" href="https://www.github.com/syndicated-media/sn-spec" role="button">Join us on GitHub <i class="fa fa-github-square"></i></a>
<a class="btn btn-info btn-lg" href="https://invite.syndicated.media/" role="button">Join us on Slack <i class="fa fa-slack"></i></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-8">
<p><strong>syndicated.media</strong> is an open standard maintained by the community.</p>
<p>Current areas of focus include: extending RSS to support the modern needs of producers and their content; standardizing host and client behavior; improving the availability and accuracy of metrics and analytics; establishing and publishing best practices for de facto standards that have been adopted in the industry; thinking about the future of podcasting and needs that may arise.</p>
</div>
<div class="col-md-4"></div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>