-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (92 loc) · 5.71 KB
/
index.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html>
<head>
<title>Submariner: a Subsonic client for macOS</title>
<meta name="description" content="Submariner is a modern way to access music and podcasts from Subsonic servers on Mac.">
<meta name=”robots” content="index, follow">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark" data-bs-theme="dark">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img srcset="static/img/icon_128x128@2x.png 2x" src="static/img/icon_128x128.png" width=32 height=32>
Submariner
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" aria-current="page" href="https://github.com/SubmarinerApp/Submariner">Source</a></li>
<li class="nav-item"><a class="nav-link" aria-current="page" href="https://github.com/SubmarinerApp/Submariner/issues">Issues</a></li>
<li class="nav-item"><a class="nav-link" aria-current="page" href="https://github.com/SubmarinerApp/Submariner/discussions">Discussions</a></li>
</ul>
</div>
</div>
</nav>
<!-- BEGIN PAGE CONTENT -->
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<picture>
<source srcset="static/img/server-library-playing-dark.png" media="(prefers-color-scheme: dark)">
<img src="static/img/server-library-playing-light.png" class="d-block mx-lg-auto img-fluid" alt="Submariner on macOS" width="700" height="500" loading="lazy">
</picture>
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">
Subsonic, on your Mac
</h1>
<p class="lead">
Submariner provides the Mac way to access self-hosted music and podcasts with Subsonic and compatible alternatives. Fully native, no Electron, with the polish you'd expect from a Mac app.
</p>
<p>
Submariner development has resumed after a long hiatus. <a href="https://github.com/SubmarinerApp/Submariner/releases/tag/v3.2.1">Version 3.2.1</a> has been released on 2024-09-06.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="https://github.com/SubmarinerApp/Submariner/releases/download/v3.2.1/Submariner-3.2.1.zip" class="btn btn-primary px-4 me-md-2" role="button">Download (.app in .zip)</a>
<a href="https://apps.apple.com/app/submariner/id6444016180">
<picture>
<source srcset="static/img/Download_on_the_Mac_App_Store_Badge_US-UK_RGB_wht_092917.svg" media="(prefers-color-scheme: dark)">
<img src="static/img/Download_on_the_Mac_App_Store_Badge_US-UK_RGB_blk_092917.svg" class="d-block mx-lg-auto img-fluid" alt="Download on the Mac App Store">
</picture>
</a>
</div>
<!-- xxx: better way than mt-2? putting it inline in div above messes with the SVG -->
<div class="mt-2 d-grid gap-2 d-md-flex justify-content-md-start">
<a href="https://formulae.brew.sh/cask/submariner" class="btn btn-secondary px-4 me-md-2" role="button">Install from Homebrew</a>
</div>
</div>
<div class="row flex-lg-row align-items-center g-5 py-5">
<div class="col">
<h2>
An open source project
</h2>
<p>
Submariner is an open source project <a href="https://github.com/SubmarinerApp/Submariner/blob/master/COPYING">licensed under the 3-clause BSD license</a>. We host the <a href="https://github.com/SubmarinerApp/Submariner">repository</a>, <a href="https://github.com/SubmarinerApp/Submariner/issues">bug tracking</a>, <a href="https://github.com/SubmarinerApp/Submariner/pulls">pull requests</a>, <a href="https://github.com/SubmarinerApp/Submariner/wiki">wiki</a>, and <a href="https://github.com/SubmarinerApp/Submariner/discussions">forum</a> out in the open on GitHub, and have a <a href="https://discord.gg/sHR4HX9q9q">Discord guild</a> for additional discussion.
</p>
</div>
<div class="col align-self-end">
<!-- XXX: Is the Discord widget a good idea to embed? Let me know if it's not -->
<iframe src="https://discord.com/widget?id=1247999470503723160&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div>
</div>
<!-- END PAGE CONTENT -->
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<span class="text-muted">© 2022-2024 Calvin Buckley, © 2011-2014 Rafaël Warnault</span>
</div>
<ul class="nav col-md-4 justify-content-end">
<li class="nav-item"><a href="privacy.html" class="nav-link px-2 text-muted">Privacy Policy</a></li>
<li class="nav-item"><a href="https://github.com/SubmarinerApp/Submariner" class="nav-link px-2 text-muted">GitHub</a></li>
</ul>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous"></script>
</body>
</html>