2023-01-07 14:58:41 +01:00
|
|
|
---
|
2023-01-07 22:22:09 +01:00
|
|
|
import CenteredContent from '../layouts/CenteredContent.astro';
|
2023-01-07 14:58:41 +01:00
|
|
|
|
|
|
|
const currentYear = new Date().getFullYear();
|
|
|
|
---
|
|
|
|
|
2023-01-07 22:22:09 +01:00
|
|
|
<CenteredContent
|
2023-01-07 14:58:41 +01:00
|
|
|
title="About"
|
|
|
|
description="Browse past versions of thousands of Spotify playlists saved over time"
|
|
|
|
>
|
2023-01-07 22:22:09 +01:00
|
|
|
<h1 class="md:mb-3 mb-2 font-bold md:text-5xl text-3xl">
|
|
|
|
Spotify Playlist Archive
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
© 2019-{currentYear} Mack Ward, Maciej Pędzich. Released under MIT License.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Developed using
|
|
|
|
<a
|
|
|
|
href="https://github.com/maciejpedzich/spotify-playlist-archive-website/blob/master/package.json#L11"
|
|
|
|
target="_blank">these packages</a
|
|
|
|
>. Hosted on
|
|
|
|
<a href="https://www.netlify.com" target="_blank">Netlify</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Source code:
|
|
|
|
<a
|
|
|
|
href="https://github.com/mackorone/spotify-playlist-archive"
|
|
|
|
target="_blank">playlist archive</a
|
2023-01-07 14:58:41 +01:00
|
|
|
>
|
2023-01-07 22:22:09 +01:00
|
|
|
|
|
|
|
|
<a
|
|
|
|
href="https://github.com/maciejpedzich/spotify-playlist-archive-website"
|
|
|
|
target="_blank">this website</a
|
|
|
|
>.
|
|
|
|
</p>
|
|
|
|
<p class="m-0 font-bold">
|
|
|
|
This project is not associated with Spotify AB in any way!
|
|
|
|
</p>
|
|
|
|
</CenteredContent>
|