-
Notifications
You must be signed in to change notification settings - Fork 0
/
user_experience.html
33 lines (32 loc) · 3.28 KB
/
user_experience.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-16">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="site.css">
<title>bandcamp User Experience</title>
</head>
<body>
<h1>bandcamp User Experience</h1>
<p>Speaking as a music buyer, here is why I think bandcamp's user experience is great</p>
<ol>
<li>Pricing is transparent and upfront</li>
<li>Offers a wide range of music formats</li>
<li>Remembers which format you choose and makes it the default—it truly is the little things which are delightful</li>
<li>You can tip as much or as little as you want</li>
<li>The shopping cart lets you add items from multiple artists and labels—in a mix of dollars, pounds, and euros—then just check out once</li>
<li>Periodically bandcamp has a day when it waives fees</li>
<li>You can redownload anything you bought previously</li>
<li>No special downloader application is needed, just use your browser</li>
<li>Save your credit card info or not, choice is up to you</li>
<li>Labels and independent artists both sell music on the service</li>
</ol>
<h1>Nothing is perfect</h1>
<ul>
<li>bandcamp used to require there always be a digital option but that now seems to be optional</li>
<li>No Apple Pay support, only Paypal</li>
</ul>
</body>
</html>