Skip to content

Commit

Permalink
Minor ui/ux upgrades and added one nasheed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadsarfarazafzal committed Jan 13, 2024
1 parent 0309526 commit a1579f2
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 481 deletions.
Binary file added assets/aroosah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/aroosah.mp3
Binary file not shown.
Binary file modified assets/liyakun.mp3
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="searchwrapper">
<label for="search"></label>
<input type="search" id="search" data-search placeholder="🔍 Find Nasheeds">
</div><br><br><br>
</div>
</div>
</div>
<div class="player">
Expand All @@ -42,7 +42,7 @@ <h5 class="nasheedName nasheedtitle"></h5>
<div class="searchwrapper">
<label for="search"></label>
<input type="search" id="search" mob-data-search placeholder="🔍 Find Nasheeds">
</div><br><br><br>
</div>
</div>
<div class="controls">
<div class="slidebar">
Expand Down
7 changes: 7 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@ let nasheeds = [
originalLink: "https://youtu.be/o2W8_mvLuxU?si=kXR2gRMcIxvE6VfY",
nasheedDuration: "05:38",
},
{
nasheedName: "Aroosah",
filePath: "assets/aroosah.mp3",
coverPath: "assets/aroosah.jpg",
originalLink: "https://youtu.be/QG2lY-wFrv4?si=eqJnsrBPxQ1OAjyJ",
nasheedDuration: "02:59",
},
];

let numberofnasheeds = nasheeds.length;
Expand Down
Loading

0 comments on commit a1579f2

Please sign in to comment.