Skip to content

Commit

Permalink
Merge pull request #73 from UjjwalSaini07/UjjwalSaini07/patch-36
Browse files Browse the repository at this point in the history
Add New Bhajans In BhaktiGeet
  • Loading branch information
UjjwalSaini07 authored Aug 13, 2024
2 parents 7128fe9 + 59b8136 commit ac4eed6
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Omkar Sonawane",
"author": "Ujjwal Saini",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
Expand Down
32 changes: 32 additions & 0 deletions src/components/BhaktiGeet.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ import song13 from "./BhaktiGeetAssets/Audios/Audio13_RamSiyaRam.mp3";
import song14 from "./BhaktiGeetAssets/Audios/Audio14_Hanuman.mp3";
import song15 from "./BhaktiGeetAssets/Audios/Audio15_Sundarkand.mp3";
import song16 from "./BhaktiGeetAssets/Audios/Audio16_ShivaRudra.mp3";
import song17 from "./BhaktiGeetAssets/Audios/Audio17_MataRani2.mp3";
import song18 from "./BhaktiGeetAssets/Audios/Audio18_NirvanaShatkam.mp3";
import song19 from "./BhaktiGeetAssets/Audios/Audio19_PanchaksharStotra.mp3";
import song20 from "./BhaktiGeetAssets/Audios/Audio20_ShivTandavStotram.mp3";

//Import all Images Here
import img1 from "./BhaktiGeetAssets/Images/Img1.jpg";
Expand All @@ -43,6 +47,10 @@ import img13 from "./BhaktiGeetAssets/Images/Img13_1.png";
import img14 from "./BhaktiGeetAssets/Images/Img14.png";
import img15 from "./BhaktiGeetAssets/Images/Img15.png";
import img16 from "./BhaktiGeetAssets/Images/Img16.jpg";
import img17 from "./BhaktiGeetAssets/Images/Img17_1.png";
import img18 from "./BhaktiGeetAssets/Images/Img18.png";
import img19 from "./BhaktiGeetAssets/Images/Img19.png";
import img20 from "./BhaktiGeetAssets/Images/Img20.png";


const isMobile = window.innerWidth <= 768;
Expand Down Expand Up @@ -394,6 +402,12 @@ const songs = [
albumArt: img10,
src: song10,
},
{
title: "Mata Bhajan 2",
artist: "Gulshan Kumar",
albumArt: img17,
src: song17,
},
{
title: "Shreeman Narayan",
artist: "Studio Sangeeta",
Expand All @@ -412,6 +426,24 @@ const songs = [
albumArt: img16,
src: song16,
},
{
title: "श्री निर्वाण षट्कम:",
artist: "Religious India",
albumArt: img18,
src: song18,
},
{
title: "श्री शिव पंचाक्षर",
artist: "Religious India",
albumArt: img19,
src: song19,
},
{
title: "श्री शिव तांडव स्तोत्र",
artist: "Shankar Mahadevan",
albumArt: img20,
src: song20,
},
{
title: "Ram Siya Ram",
artist: "SpiritualIndia",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/components/BhaktiGeetAssets/Images/Img17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/components/BhaktiGeetAssets/Images/Img18.png
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 src/components/BhaktiGeetAssets/Images/Img19.png
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 src/components/BhaktiGeetAssets/Images/Img20.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac4eed6

Please sign in to comment.