forked from soft-skills-engineering/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.html
39 lines (39 loc) · 992 Bytes
/
subscribe.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
---
layout: page
title: Subscribe
permalink: /subscribe/
tags: subscribe
---
<div>
<style>
a.subscribe-link {
text-decoration: none;
background-image: none;
}
a.subscribe-link:hover {
text-decoration: underline;
}
</style>
<p>
To subscribe, search for "Soft Skills Engineering" in your favorite podcast app, or use one of these links:
</p>
<ul>
<p><a class="subscribe-link" href="{{site.podcast_itunes_url}}"> Subscribe on iPhone</a></p>
<p>
<a class="subscribe-link" href="{{site.podcast_android_url}}">
<img src="/img/android.png" style="height: 20px; width: 20px"/>
Subscribe on Android
</a>
</p>
<p>
Or
</p>
<p>
Copy and paste the feed URL:
<a class="subscribe-link" href="{{site.podcast_feed_url}}">{{site.podcast_feed_url}}</a>
</p>
</ul>
<div style="text-align: center; margin-top: 50px">
<img style="height: 60px" src="/img/computer.svg" />
</div>
</div>