layout | title |
---|---|
home |
Welcome to the Radio Companions website where you can find details of the organisations featured in our campaign across radio stations in East Anglia.
Companions, known on Cambridge 105 Radio, Cam FM and Star Radio as Cambridge Companions, is supported by the government-backed Audio Content Fund. It's designed to draw attention to loneliness and offer help and advice to listeners who may be suffering or may be able to reach out to support others.
To listen to the interviews, select the organisation you would like to hear about:
{% for post in site.contributors %}
<div class="col-sm-12 col-lg-6">
<div class="media position-relative contributor-entry">
<img src="/assets/logos/orgs/{{ post.contriblogo }}" class="mr-3 contrib-logo" alt="{{ post.title }}">
<div class="media-body">
<h5 class="mt-0">{{ post.title }}</h5>
<p>{{ post.excerpt }}</p>
<a href="{{ post.url }}" class="stretched-link">Listen...</a>
</div>
</div>
</div>
{% endfor %}
</div>