some small updates

This commit is contained in:
2024-06-30 12:10:57 +02:00
parent 1c4aace806
commit c3bff192bb
2 changed files with 25 additions and 4 deletions

View File

@@ -1,7 +1,27 @@
<template>
<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 offers</p>
<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>
</div>
</div>
</template>
<style scoped>
.logo {
height: 40%;
border-radius: 20px;
}
.top-view {
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
</style>

View File

@@ -6,6 +6,7 @@
>{{ isTryingToSignIn ? 'Signing you in...' : 'Login / Sign up' }}</button>
<p v-else>We are sorry, but we were unable to initialize the login services. Please reload the page if you wish to retry!</p>
<p style="width: 80%;">MusicPlayer is a browser based Music Player, that allows you to connect other devices, simply with another web-browser, where you can see the current playlist with sleek animations. You can log in using your Apple Music account or load a playlist from your local disk, simply by selecting the songs using a file picker.</p>
<p>Head to my store to subscribe</p>
<notificationsModule ref="notifications" location="bottomleft" size="bigger"></notificationsModule>
</div>
</template>