Skip to content

Commit

Permalink
Added acapella and nasheed
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadsarfarazafzal committed May 2, 2024
1 parent 61dab5e commit 7e85906
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 7 deletions.
Binary file added assets/death.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/death.mp3
Binary file not shown.
Binary file added assets/gulab.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/gulab.mp3
Binary file not shown.
17 changes: 10 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Halalify</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-N48K6RVS');</script>
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-N48K6RVS');</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
Expand All @@ -24,8 +27,8 @@

<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N48K6RVS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N48K6RVS" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="loader"></div>
<div class="decision" id="decide">
Expand Down
16 changes: 16 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ let nasheeds = [
originalLink: "https://youtu.be/WsRwfLLbHvc?si=tiRPKYXQ1gUbJtuH",
nasheedDuration: "03:10",
},
{
nasheedName: "Hasn't Death Called You",
filePath: "assets/death.mp3",
fileType: "nasheed",
coverPath: "assets/death.jpg",
originalLink: "https://youtu.be/i6dBNToNZ9o?si=rVvaUBkUBHfV5N22",
nasheedDuration: "04:02",
},
{
nasheedName: "Kahani Suno",
filePath: "assets/kahani.mp3",
Expand Down Expand Up @@ -226,6 +234,14 @@ let nasheeds = [
originalLink: "https://youtu.be/zQDAi8tI-cU?si=4qh8aAUGDMegMi8A",
nasheedDuration: "02:39",
},
{
nasheedName: "Gulaab",
filePath: "assets/gulab.mp3",
fileType: "song",
coverPath: "assets/gulab.jpg",
originalLink: "https://youtu.be/5Z9oa3gMX5s?si=ZcQ3hli6G4K3--cz",
nasheedDuration: "02:08",
},
{
nasheedName: "Downers At Dusk",
filePath: "assets/downers.mp3",
Expand Down

0 comments on commit 7e85906

Please sign in to comment.