Skip to content

Commit

Permalink
Merge pull request #32 from ynotradio:feature/content-changes-august-…
Browse files Browse the repository at this point in the history
…2023

content changes to aboutus, contact, mobile, ymail
  • Loading branch information
tjnicolaides committed Aug 27, 2023
2 parents 0f3107d + ef8830a commit dd2418b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/aboutus.php
Expand Up @@ -20,7 +20,7 @@
<a href="contact.php"><h3>Contact Us</h3></a>
<a href="deejays.php"><h3>Y-Not Radio Staff</h3></a>
<a href="donate.php"><h3>Support Y-Not Radio</h3></a>
<a href="mobile.php"><h3>Get The iRadioPhilly App</h3></a>
<a href="mobile.php"><h3>Get The Y-Not Radio Mobile App</h3></a>
<a href="ymail.php"><h3>Subscribe To Y-Not's Newsletter</h3></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/contact.php
Expand Up @@ -50,7 +50,7 @@
<?php } else {
require ("partials/_sendmail.php");
} ?>
<div class="center top-spacer_20"> To make a request contact us via <a href="http://www.facebook.com/ynotradio" target=_new>Facebook</a>, AIM at IMYNotRadio, or text to 267-293-YNOT (9668).</div>
<div class="center top-spacer_20">To make a request e-mail the <a href="/deejays">DJ</a> currently on air or text to 707-800-YNOT (9668).</div>
</div>
<div class="three columns"><?php require ("partials/_featured_concerts_and_ads.php") ?></div>
</div> <!-- end of row div -->
Expand Down
15 changes: 6 additions & 9 deletions src/mobile.php
Expand Up @@ -12,15 +12,12 @@
<div class="nine columns content">
<h1>Mobile</h1>
<div class="clearfix">
<img src="imgs/ynot_on_i_radio_philly.jpg" alt="iRadioPhilly" width="150px" align="left" style="margin-right: 10px;">
Listen to Y-Not Radio on the go with the <b>iRadioPhilly</b> app for iOS devices (iPhone, iPad, iPod) and Android. Get it from the <a href="http://itunes.apple.com/us/app/iradiophilly/id428128166?mt=8" target="_new">iTunes App Store</a> or <a href="https://market.android.com/details?id=com.internetradiopartners.iradiophilly" target="_new">Android Market</a>. Then just find Y-Not Radio in the list of iRadioPhilly's 20 stations. Once you're in the app, tap the arrow in the upper right corner to see the last 10 songs played.
</div>
<div class="top-spacer_20">
<a href="http://tunein.com/mobile/" target="_blank"><img src="images/tunein_radio_logo.jpg" alt="TuneIn Radio" width="150px" align="right" style="margin-left: 10px;"></a>
If you're a Blackberry, Windows Phone, or Palm user, Y-Not Radio is also available through the free TuneIn Radio app. Find your phone and download the app <a href="http://tunein.com/mobile/">here</a>. After downloading and launching the TuneIn Radio, search for Y-Not Radio (spelling counts) and then make us a preset for easy access every time.
</div>
<div class="footnote">
*As with any streaming media, charges may be applied from your mobile phone provider depending on your data plan.
<img src="https://i.imgur.com/VUuVmLd.jpg" alt="iRadioPhilly" width="150px" align="left" style="margin-right: 10px;">
<p>Take your indie on the go with the Y-Not Radio mobile app for <strong><a href="https://apps.apple.com/app/y-not-radio/id6443588275">iOS</a></strong> or <strong><a href="https://play.google.com/store/apps/details?id=com.live365.ynotradio&pli=1">Android</a></strong>.</p>

<p class="top-spacer_20">For other devices, Y-Not Radio is also available through the TuneIn Radio app. Find your device and download the app <a href="https://tunein.com/get-tunein/">here</a>. After downloading and launching the TuneIn Radio, search for Y-Not Radio (spelling counts) and then make us a preset for easy access every time.</p>

<p class="top-spacer_20">You can now also listen on Alexa devices by enabling the Y-Not Radio skill on the device and then saying, "Alexa, play Y-Not Radio."</p>
</div>
</div>
<div class="three columns"><?php require ("partials/_featured_concerts_and_ads.php") ?></div>
Expand Down
5 changes: 3 additions & 2 deletions src/ymail.php
Expand Up @@ -10,8 +10,9 @@
?>
<div class="row">
<div class="nine columns content">
<iframe class="mj-w-res-iframe" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://app.mailjet.com/widget/iframe/6cdM/Hx4" width="100%"></iframe>
<script type="text/javascript" src="https://app.mailjet.com/statics/js/iframeResizer.min.js"></script>
<iframe data-w-type="embedded" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://xqjxi.mjt.lu/wgt/xqjxi/nur/form?c=5ba46127" width="100%" style="height: 0;"></iframe>

<script type="text/javascript" src="https://app.mailjet.com/pas-nc-embedded-v1.js"></script>
</div>

<div class="three columns"><?php require "partials/_featured_concerts_and_ads.php" ?></div>
Expand Down

0 comments on commit dd2418b

Please sign in to comment.