Skip to content

Commit

Permalink
Deploy Jekyll to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleey committed Jul 12, 2024
0 parents commit 1a235f4
Show file tree
Hide file tree
Showing 72 changed files with 71 additions and 0 deletions.
Binary file added assets/img/equaliser-animated.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/js/player/data.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/js/player/elements.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/js/player/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import player from"./player.js";window.addEventListener("load",()=>{player.start()});
1 change: 1 addition & 0 deletions assets/js/player/player.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/js/player/utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/js/progressbar/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/js/progressbar/progressbar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html> <html lang="en" translate="no"> <head> <meta charset="UTF-8"> <meta http-equiv="Cache-Control" content="max-age=1800"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Listen and download music" /> <link rel="preconnect" href="https://xmp3.github.io"> <link rel="dns-prefetch" href="https://xmp3.github.io"> <link rel="icon" href="https://github.com/xmp3.png" type="image/png"> <meta http-equiv="refresh" content="0; URL='/xmp3'" /> <script src="https://cdn.tailwindcss.com"></script> <title>Redirecting... | xmp3</title> <style type="text/tailwindcss"> @tailwind base; @tailwind components; @tailwind utilities; @layer base { body { @apply bg-[#111]; } h5 { @apply text-xl; } h6 { @apply text-lg; } } @layer components { .btn { @apply flex items-center justify-center text-center text-white; } .listitem { @apply relative flex items-center px-6 py-3; } .fallback-image-img { @apply absolute hidden w-full h-full object-cover object-center z-10; } .fallback-image-icon { @apply absolute top-[35%] left-[35%] w-[31.22%] h-[31.22%] z-0; } } @layer utilities { .primary { @apply text-white; } .secondary { @apply text-white/60; } } :root { color-scheme: dark; } * { outline: 0; box-sizing: border-box; } html { font-size: 1rem; line-height: 1.25rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } img { user-select: none; pointer-events: none; } svg { fill: currentcolor; } a { text-decoration: none; } button { all: unset; cursor: pointer; user-select: none; } /* Extra small devices (phones, 640px and down) @media only screen and (max-width: 640px) {} */ /* Small devices (phones, 640px and up) @media only screen and (min-width: 640px) {} */ /* Medium devices (portrait tablets and large phones, 768px and up) @media only screen and (min-width: 768px) {} */ /* Large devices (landscape tablets, 1024px and up) @media only screen and (min-width: 1024px) {} */ /* Extra large devices (laptops/desktops, 1280px and up) @media only screen and (min-width: 1280px) {} */ /* Double extra large devices (large laptops and desktops, 1536px and up) @media only screen and (min-width: 1536px) {} */ </style> </head> <body> </body> </html>
Loading

0 comments on commit 1a235f4

Please sign in to comment.