-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
37 lines (35 loc) · 1.9 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PlaylistProxy - Share spotify playlists anonymously</title>
<meta name="description" content="PlaylistProxy - Share playlists anonymously">
<meta name="author" content="PlaylistProxy">
<link rel="stylesheet" href="static/css/main.css">
<script src="static/js/main.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="bg-img"></div>
<main class="grid-container" id="main-content">
<header class="header-nav">
<nav>
<label id="hamlabel" for="hambtn">☰</label>
<input type="checkbox" id="hambtn">
<ul id="nav-items">
<li class="logo-bg home"><a href="index.html">Home</a></li>
<li class="logo-bg github"><a target="_blank" href="https://github.com/okanten">GitHub</a></li>
<li class="logo-bg info"><a href="about.html">Why?</a></li>
</ul>
</nav>
</header>
<section class="title">
<h3 class="text-center">What's this?</h3>
<section class="about-text">
<p>I wanted to share music with strangers online (through IRC etc) without revealing my identity in the process. This service is intented to let you share playlists anonymously. Although this is a spotify playlists anonymization service, you can also use this to share 8 (or any number) of your favorite tracks from a specific artist without hogging up your library. The way you would go about that is by creating a temporary playlist on your end, adding tracks and duplicating it with this service. You can delete your playlist afterwards and your friend can still enjoy your recommendations for as long as they want.</p>
<p>The playlists generated will either have user-defined names and descriptions or predefined ones. We do not copy names and descriptions by default.</p>
</section>
</section>
</main>
</body>
</html>