Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some updates to contact page #319

Merged
merged 1 commit into from
Feb 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 30 additions & 27 deletions app/about/contact/template.hbs
Original file line number Diff line number Diff line change
@@ -1,37 +1,25 @@
<div class="Section Container">
<p>Radio4000 is an open project. The improvements are made by the community, contributors to the user experiences.</p>
<ul>
<li>
<a href="http://blog.radio4000.com/" target="_blank" rel="noopener">Read the blog</a> for news and updates.
Find the <a href="https://github.com/internet4000/radio4000" target="_blank" rel="noopener">code on Github</a>
</li>
<li>
{{#link-to 'feedback' title="Send feedback about Radio4000"}}Send feedback{{/link-to}} if you have questions, bug reports, complaints, praises or ideas.
Explore the <a href="https://api.radio4000.com" target="_blank" rel="noopener">API</a>
</li>
<li>
Contact the team by email contact (a) radio4000.com
News and updates on the
<a href="http://blog.radio4000.com/" target="_blank" rel="noopener">blog</a>,
<a href="https://twitter.com/radio4000" target="_blank" rel="noopener">twitter</a>,
<a href="https://www.facebook.com/radio4000" target="_blank" rel="noopener">facebook</a>
</li>
</ul>

<h2>Philosophy &amp; Technology</h2>
<p>
Radio4000 and its technologies are <a href="https://github.com/internet4000/radio4000" target="_blank" rel="noopener">free software and open source</a>.
</p>
<p>
Non-exhaustive list:
</p>
<ul>
<li><a href="https://emberjs.com/" target="_blank" rel="noopener">Ember.js</a></li>
<li><a href="https://firebase.google.com/" target="_blank" rel="noopener">Firebase</a></li>
<li><a href="https://vuejs.org/" target="_blank" rel="noopener">Vue.js</a></li>
<li>
<a href="http://leafletjs.com" target="_blank" rel="noopener">Leaflet.js</a>
+ <a href="https://opentopomap.org/about" target="_blank" rel="noopener">OpenTopoMap</a></li>
{{#link-to 'feedback' title="Send feedback about Radio4000"}}Send feedback{{/link-to}} if you have questions, bug reports, complaints, praises or ideas
</li>
<li>Come <a href="http://chat.radio4000.com" target="_blank" rel="noopener">chat with the community</a></li>
<li>
Loads of <a href="https://github.com/internet4000/radio4000/blob/master/package.json" target="_blank" rel="noopener">vital</a>
<a href="https://github.com/internet4000/radio4000-player-vue/blob/master/package.json" target="_blank" rel="noopener">free software</a>
<a href="https://github.com/internet4000/radio4000-api/blob/master/package.json" target="_blank" rel="noopener">written and maintained</a>
by the community (and many more giant shoulders, <a href="https://gnu.org" target="_blank" rel="noopener">gnu</a>, <a href="https://www.linuxfoundation.org/" target="_blank" rel="noopener">linux</a>)
contact (a) radio4000.com
</li>
<li>Good grooves</li>
</ul>

<h2>Privacy</h2>
Expand All @@ -43,8 +31,23 @@
<h2>History</h2>
<p>The project started effectively in 2013 with code written from around May 2014.</p>

<h2>Jobs</h2>
<p>
We're always keen to hear from good spirits and minds. What do you want to do, learn, teach? Contact us.
</p>
<h2>Technology, credits, integrations</h2>
<ul>
<li><a href="https://emberjs.com/" target="_blank" rel="noopener">Ember.js</a></li>
<li><a href="https://vuejs.org/" target="_blank" rel="noopener">Vue.js</a></li>
<li>
Loads of <a href="https://github.com/internet4000/radio4000/blob/master/package.json" target="_blank" rel="noopener">vital</a>
<a href="https://github.com/internet4000/radio4000-player-vue/blob/master/package.json" target="_blank" rel="noopener">free software</a>
<a href="https://github.com/internet4000/radio4000-api/blob/master/package.json" target="_blank" rel="noopener">written and maintained</a>
by the community (and many more giant shoulders, <a href="https://gnu.org" target="_blank" rel="noopener">gnu</a>, <a href="https://www.linuxfoundation.org/" target="_blank" rel="noopener">linux</a>)
</li>
<li>
<a href="http://leafletjs.com" target="_blank" rel="noopener">Leaflet.js</a>
+ <a href="https://opentopomap.org/about" target="_blank" rel="noopener">OpenTopoMap</a>
</li>
<li><a href="https://firebase.google.com/" target="_blank" rel="noopener">Firebase</a></li>
<li><a href="https://www.algolia.com/" target="_blank" rel="noopener">Algolia</a></li>
<li><a href="https://www.discogs.com/" target="_blank" rel="noopener">Discogs</a></li>
<li>Good grooves</li>
</ul>
</div>