forked from podStation/podstation.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (53 loc) · 2.04 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
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>podStation</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<meta name="description" content="The homepage of podStation">
<meta name="keywords" content="RSS,podcast,audio,feed">
<meta name="author" content="Guilherme Dellagustin">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89923782-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<style>
#header {
background-color: Gainsboro;
padding-left: 15px;
padding-bottom: 15px;
font-family: 'Segoe UI', Tahoma, sans-serif;
}
</style>
<body>
<div class="container">
<div id="header" class="row">
<div class="col-md-10">
<h1 id="mainTitle"><img src="images/rss-alt-3x.png"></img> podStation</h1>
</div>
<div class="col-md-1">
<a href="https://www.facebook.com/podStation/" target="_blank">Facebook</a>
</div>
<div class="col-md-1">
<a href="https://github.com/podStation/podStation" target="_blank">GitHub</a>
</div>
</div>
<h1>Welcome to the homepage of podStation</h1>
<p>podStation is a chrome extension to subscribe to podcasts and download/listen to its episodes.</p>
<p>Features list:</p>
<ul>
<li>Save your feeds in your google account and synchronize across computers</li>
<li>Embedded audio player</li>
<li>Podcast search</li>
<li>Configurable auto update</li>
</ul>
<a class="btn btn-success btn-lg" href="https://chrome.google.com/webstore/detail/podstation/bpcagekijmfcocgjlnnhpdogbplajjfn" target="_blank">Install here</a>
</div>
</body>
</html>