Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemcdonald committed Mar 30, 2022
1 parent 83a6ec7 commit 508de7f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* -----------------------------------------------------------------------------
*/

/*! tailwindcss v3.0.18 | MIT License | https://tailwindcss.com
/*! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
Expand Down
27 changes: 21 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Premium Pixels jPlayer Skin</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link rel="stylesheet" href="./assets/css/styles.css" />
<link rel="shortcut icon" href="./assets/media/favicon.svg" type="image/svg+xml" />
</head>
Expand Down Expand Up @@ -32,7 +31,12 @@
viewBox="0 0 24 24"
stroke="currentColor"
>
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 9v6m4-6v6m7-3a9" />
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M10 9v6m4-6v6m7-3a9"
/>
</svg>
</button>
</div>
Expand All @@ -48,7 +52,12 @@
<div>
<div class="jp-button jp-volume-button">
<button class="jp-mute" role="button" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" class="svg-volume-on" viewBox="0 0 20 20" fill="currentColor">
<svg
xmlns="http://www.w3.org/2000/svg"
class="svg-volume-on"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M9.383 3.076A1 1 0 0110 4v12a1 1 0 01-1.707.707L4.586 13H2a1 1 0 01-1-1V8a1 1 0 011-1h2.586l3.707-3.707a1 1 0 011.09-.217zM14.657 2.929a1 1 0 011.414 0A9.972 9.972 0 0119 10a9.972 9.972 0 01-2.929 7.071 1 1 0 01-1.414-1.414A7.971 7.971 0 0017 10c0-2.21-.894-4.208-2.343-5.657a1 1 0 010-1.414zm-2.829 2.828a1 1 0 011.415 0A5.983 5.983 0 0115 10a5.984 5.984 0 01-1.757 4.243 1 1 0 01-1.415-1.415A3.984 3.984 0 0013 10a3.983 3.983 0 00-1.172-2.828 1 1 0 010-1.415z"
Expand Down Expand Up @@ -85,7 +94,8 @@
<div class="jp-no-solution">
<span>Update Required</span>
<p>
To play the media you will need to either update your browser to a recent version or update your
To play the media you will need to either update your browser to a recent version or
update your
<a href="https://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
</p>
</div>
Expand All @@ -97,7 +107,9 @@
<div class="credits">
<p>
Designed by <a href="https://twitter.com/ormanclark">Orman Clark</a> |
<a href="https://www.premiumpixels.com/freebies/custom-audio-player-skin-psd/">Download PSD</a>
<a href="https://www.premiumpixels.com/freebies/custom-audio-player-skin-psd/"
>Download PSD</a
>
</p>

<p>
Expand All @@ -108,7 +120,10 @@
</div>
<!-- .demo -->

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/jplayer/2.9.2/jplayer/jquery.jplayer.min.js"
Expand Down

0 comments on commit 508de7f

Please sign in to comment.