start writing marketing materials

This commit is contained in:
2024-07-18 17:45:42 +02:00
parent 361523172d
commit 221ae67ec2
3 changed files with 23 additions and 7 deletions

View File

@@ -2,17 +2,32 @@
<div>
<div class="top-view">
<img src="https://github.com/simplePCBuilding/MusicPlayerV2/raw/master/assets/logo.png" alt="MusicPlayer Logo" class="logo">
<h1>Get MusicPlayer</h1>
<p>MusicPlayer is a Open Source, Web-Based Music Player, which you can use to have other people join your playlist and see live playback status.</p>
<p>On music.janishutz.com, MusicPlayer is all set up for you, no need to spend time setting it up yourself</p>
<a href="https://store.janishutz.com/product/com.janishutz.MusicPlayer" class="fancy-button">Subscribe</a>
<h1>MusicPlayer</h1>
<p><i>An Open Source, browser-based MusicPlayer with beautiful graphics</i></p>
<div style="margin-top: 20px;">
<a href="https://store.janishutz.com/product/com.janishutz.MusicPlayer" class="fancy-button">Subscribe</a>
<a href="https://github.com/simplePCBuilding/MusicPlayerV2" class="fancy-button" style="margin-left: 10px;">GitHub</a>
</div>
</div>
<div class="full-height">
<h2>Fully featured Music Player</h2>
</div>
<div class="full-height">
<h2>Apple Music integration</h2>
</div>
<div class="full-height">
<h2>Share your playlist</h2>
</div>
<div class="full-height">
<h2>Fully browser based</h2>
</div>
</div>
</template>
<style scoped>
.logo {
height: 40%;
height: 60vh;
max-height: 90vw;
border-radius: 20px;
}

View File

@@ -30,9 +30,10 @@
<h1>Loading...</h1>
</div>
<div v-else>
<span class="material-symbols-outlined" style="font-size: 4rem;">wifi_off</span>
<h1>Couldn't connect!</h1>
<p>There does not appear to be a share with the specified name, or an error occurred when connecting.</p>
<p>You may reload the page to try again!</p>
<p>You may <a href="">reload</a> the page to try again!</p>
</div>
</div>
</div>