diff --git a/website/callback/index.html b/website/callback/index.html deleted file mode 100644 index f498d6c..0000000 --- a/website/callback/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - Big Brother - - - -
-
-
-
Big Brother
-
Never forget again a good album with your Big Brother !
-
- - - - - -
- -
-
-
If you have liked at least 60% of the track of an album:
-
-
    -
  1. add the album to your library
  2. -
  3. removes the tracks from your Liked Songs playlist
  4. -
-
-
-
- -
-
-
- - - - diff --git a/website/index.html b/website/index.html deleted file mode 100644 index 5417fa0..0000000 --- a/website/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - Big Brother - - -
-
-
-
Big Brother
-
Never forget again a good album with your Big Brother !
-
- - -
- -
-
-
If you have liked at least 60% of the track of an album:
-
-
    -
  1. add the album to your library
  2. -
  3. removes the tracks from your Liked Songs playlist
  4. -
-
-
- - - -
-
- - - - diff --git a/website/resources/fm-logo.png b/website/resources/fm-logo.png deleted file mode 100644 index 1e976bc..0000000 Binary files a/website/resources/fm-logo.png and /dev/null differ diff --git a/website/style.css b/website/style.css deleted file mode 100644 index 5a5d241..0000000 --- a/website/style.css +++ /dev/null @@ -1,101 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap'); - -html, body { - font-family: 'Montserrat', sans-serif; -} - -body { - margin: 0px; - background-color: black; - color: white; - - display: flex; - flex-direction: column; - - min-height: 100vh; - justify-content: space-between; -} - -a { - color: white; - text-decoration: none; -} - -.footer { - height: 80px; - width: 100%; - background-color: #0d0d0d; - display: flex; - flex-direction: row; - align-items: center; - font-size: 14px; -} - -.me { - margin: auto; - text-decoration: underline; -} - -.top-content { - display: flex; - flex-direction: row; - margin-top: 50px; - margin-bottom: 100px; - width: 80%; - margin-inline: auto; - justify-content: space-between; -} - -.top-text { - display: flex; - flex-direction: column; - max-width: 55%; -} - -.top-title { - font-size: 40px; - margin-block: 20px; -} - -.top-description { - font-size: 20px; - color: #BDBDBD; -} - -.top-logo { - max-height: 100px; -} - -.bb-content { - font-size: 20px; - display: flex; - flex-direction: column; - justify-content: space-around; - align-items: center; - height: 200px; -} - -.activate-button { - color: inherit; - border: none; - font: inherit; - cursor: pointer; - - margin-top: 40px; - padding-inline: 20px; - padding-block: 10px; - background-color: #1db954; - border-radius: 40px; -} - -.activate-button:hover { - cursor: pointer; -} - -.activated-status { - margin-top: 40px; - padding-inline: 20px; - padding-block: 10px; - background-color: #0d0d0d; - border-radius: 40px; -} \ No newline at end of file