-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
26 lines (22 loc) · 1.43 KB
/
default.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Listen to the radio</title>
<meta name="description" content="Listen to your Mixlr radio station and view recent tweets">
<meta name="author" content="Carike Blignaut-Staden">
</head>
<body>
<h1>Listen to the radio</h1>
<p>When Don Williams sang "Listen to the radio", I doubt that this is what he had in mind</p>
<p>With the advancements of technology, people can broadcast live from their cell phones and one such a platform is Mixlr. They enable creators to have their own virtual station so to speak.</p>
<p>So as a proof of concept I'm creating a mini website to display the audio player and adding the Twitter feed for viewers to engage with the brand using social media.</p>
<br>
<iframe src="https://mixlr.com/dordtmedia/embed" width="100%" height="180px" scrolling="no" frameborder="no" marginheight="0" marginwidth="0"></iframe>
<small><a href="https://mixlr.com/dordtmedia" style="color:#1a1a1a;text-align:left; font-family:Helvetica, sans-serif; font-size:11px;">Using DordtMedia as an example to embed a Mixlr player</a></small>
<br>
<br>
<a class="twitter-timeline" data-width="100%" data-height="800" data-theme="dark" href="https://twitter.com/dordtdefenders?ref_src=twsrc%5Etfw">Tweets by dordtdefenders</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>