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}, components: {HomeBar},
data(){ data(){
return{ return{
title:'Forest Soundscape' title:'Forest soundscape'
} }
}, },
methods:{ methods:{

View File

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

View File

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

View File

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