Skip to content
Merged
Show file tree
Hide file tree
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
Binary file added public/fonts/OpenSans.woff2
Binary file not shown.
Binary file added public/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/favicon.ico
Binary file not shown.
Binary file added public/icons/largetile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/mediumtile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/smalltile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icons/widetile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/.DS_Store
Binary file not shown.
Binary file removed public/images/Soundnode-app.png
Binary file not shown.
Binary file removed public/images/favicon.ico
Binary file not shown.
Binary file removed public/images/fbog.png
Binary file not shown.
Binary file removed public/images/logo-grande.png
Binary file not shown.
Binary file removed public/images/logo.120.png
Binary file not shown.
Binary file added public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/screenshot-1200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/screenshot-768.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/screenshot-992.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/screenshot.png
151 changes: 151 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Soundnode</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="An opensource SoundCloud app for desktop">
<meta name="author" content="Michael Lancaster">
<link rel="shortcut icon" href="/icons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="/icons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/icons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/icons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/icons/android-chrome-192x192.png" sizes="192x192">
<meta name="msapplication-square70x70logo" content="/icons/smalltile.png">
<meta name="msapplication-square150x150logo" content="/icons/mediumtile.png">
<meta name="msapplication-wide310x150logo" content="/icons/widetile.png">
<meta name="msapplication-square310x310logo" content="/icons/largetile.png">
<meta property="og:title" content="Soundnode">
<meta property="og:type" content="website">
<meta property="og:url" content="http://www.soundnodeapp.com/">
<meta property="og:image" content="http://www.soundnodeapp.com/images/screenshot.png">
<meta property="og:description" content="An opensource SoundCloud app for desktop">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@weblancaster">
<meta name="twitter:title" content="Soundnode">
<meta name="twitter:description" content="An opensource SoundCloud app for desktop">
<meta name="twitter:image" content="http://www.soundnodeapp.com/images/screenshot.png">
<link rel="stylesheet" href="/stylesheets/bootstrap.min.css">
<link rel="stylesheet" href="/stylesheets/main.css">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#intro"><img src="/images/logo.png"> Soundnode</a>
</div>

<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-left">
<li><a href="#featuredon" class="featuredon">Featured on</a></li>
<li><a href="#download" class="download">Download</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/Soundnode/soundnode-app"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill-rule="evenodd" clip-rule="evenodd" fill="#9d9d9d" d="M18 1.4C9 1.4 1.7 8.7 1.7 17.7c0 7.2 4.7 13.3 11.1 15.5.8.1 1.1-.4 1.1-.8v-2.8c-4.5 1-5.5-2.2-5.5-2.2-.7-1.9-1.8-2.4-1.8-2.4-1.5-1 .1-1 .1-1 1.6.1 2.5 1.7 2.5 1.7 1.5 2.5 3.8 1.8 4.7 1.4.1-1.1.6-1.8 1-2.2-3.6-.4-7.4-1.8-7.4-8.1 0-1.8.6-3.2 1.7-4.4-.2-.4-.7-2.1.2-4.3 0 0 1.4-.4 4.5 1.7 1.3-.4 2.7-.5 4.1-.5 1.4 0 2.8.2 4.1.5 3.1-2.1 4.5-1.7 4.5-1.7.9 2.2.3 3.9.2 4.3 1 1.1 1.7 2.6 1.7 4.4 0 6.3-3.8 7.6-7.4 8 .6.5 1.1 1.5 1.1 3v4.5c0 .4.3.9 1.1.8 6.5-2.2 11.1-8.3 11.1-15.5C34.3 8.7 27 1.4 18 1.4z"/></svg>&nbsp;</a></li>
</ul>
</div>
</div>
</nav>

<section class="jumbotron" id="intro">
<div class="container">
<h1>Soundnode</h1>
<p>An opensource SoundCloud app for desktop</p>
<img srcset="/images/screenshot-768.png 768w, /images/screenshot-992.png 992w, /images/screenshot-1200.png 1200w, /images/screenshot.png 1970w">
</div>
</section>

<section class="jumbotron" id="featuredon">
<div class="container">
<h1>Featured on</h1>
<p><a href="https://www.producthunt.com/tech/soundnode-2">Producthunt</a> - <a href="http://thenextweb.com/apps/2016/01/25/soundnode-is-the-soundcloud-desktop-app-youve-been-waiting-for/">TNW</a> - <a href="http://gizmodo.com/soundnode-turns-soundcloud-into-a-spotify-like-desktop-1754953529">Gizmodo</a></p>
</div>
</section>

<section class="jumbotron" id="download">
<div class="container">
<h1>Download now</h1>
<p><a href="https://github.com/Soundnode/soundnode-app/releases">What's new in v0.6.4?</a></p>
<div class="row">
<div class="col-md-4">
<a href="/downloads/win/Soundnode-App.zip" class="btn btn-default btn-lg">
Windows
<small>36.2 MB, .zip</small>
</a>
</div>
<div class="col-md-4">
<a href="/downloads/mac/Soundnode-App.zip" class="btn btn-default btn-lg">
OS X
<small>35.9 MB, .zip</small>
</a>
</div>
<div class="col-md-4">
<a class="btn btn-default btn-lg" id="packagecloud">
Debian/Ubuntu
<small>PackageCloud repository</small>
</a>
<a href="/downloads/linux32/Soundnode-App.zip" class="btn btn-default btn-lg">
Linux (32 bit)
<small>38.7 MB, .zip</small>
</a>
<a href="/downloads/linux64/Soundnode-App.zip" class="btn btn-default btn-lg">
Linux (64 bit)
<small>36.8 MB, .zip</small>
</a>
</div>
</div>
</div>
</section>

<div id="popup-wrapper">
<div id="packagecloud-popup">
<div class="close" id="packagecloud-close">&times;</div>
<pre><code>curl -s https://packagecloud.io/install/repositories/JonasGroeger/soundnode/script.deb.sh | sudo bash
sudo apt-get install soundnode</code></pre>
</div>
</div>

<footer>
<p class="container">
Soundnode is built with &hearts; by <a href="http://www.bymichaellancaster.com/">Michael Lancaster</a>
</p>
<p class="container">
This website is built with &hearts; by <a href="https://github.com/wb9688">@wb9688</a>
</p>
</footer>

<script src="/javascript/picturefill.min.js"></script>
<script src="/javascript/main.js"></script>

<script type="applcation/ld+json">
{
"@context": "http://schema.org",
"@type": "SoftwareApplication",
"applicationCategory": "Multimedia",
"creator": {
"@type": "Person",
"familyName": "Lancaster",
"givenName": "Michael"
},
"operatingSystem": "Windows, OS X, Linux",
"releasenotes": "https://github.com/Soudnode/soundnode-app/releases",
"screenshot": "http://www.soundnodeapp.com/screenshot.png",
"softwareVersion": "v0.6.4"
}
</script>
</body>
</html>
2 changes: 2 additions & 0 deletions public/javascript/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading