master
waqarulzafar 2023-01-03 05:59:50 +05:00
parent 58a0891f23
commit 396af12303
4 changed files with 7 additions and 4 deletions

View File

@ -157,7 +157,7 @@ export default {
components: {HomeBar},
data(){
return{
title:'Forest Soundscape'
title:'Forest soundscape'
}
},
methods:{

View File

@ -3,6 +3,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-12 px-0 mx-0">
<audio autoplay src="/sounds/Meadow.aac"></audio>
<video-background
src="video/Meadow.mp4"
style=" height: 100vh;"
@ -155,7 +156,7 @@ import HomeBar from "../components/homebar";
export default {
components: {HomeBar},
data(){
title:'Meadow Soundscape'
title:'Meadow soundscape'
},
methods:{
handleAnimation: function (anim) {

View File

@ -3,6 +3,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-12 px-0 mx-0">
<audio autoplay src="/sounds/Tropics.aac"></audio>
<video-background
src="video/Tropics.mp4"
style=" height: 100vh;"
@ -157,7 +158,7 @@ export default {
components: {HomeBar},
data(){
return{
title:'Tropics Soundscape'
title:'Tropics soundscape'
}
},
methods:{

View File

@ -3,6 +3,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-12 px-0 mx-0">
<audio autoplay src="/sounds/Lagoon.aac"></audio>
<video-background
src="video/bg-video.mp4"
style=" height: 100vh;"
@ -160,7 +161,7 @@ export default {
components: {HomeBar},
data(){
return{
title:'Lagoon Soundscape',
title:'Lagoon soundscape',
}
},
methods:{