Skip to content

Commit

Permalink
Merge pull request #44 from ChathukaViduranga/feature/ourWorksUrl
Browse files Browse the repository at this point in the history
changed-sources
  • Loading branch information
uihalagedara authored May 5, 2023
2 parents aae252c + b2c29fc commit 93195cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Binary file added src/assets/ourWork/w1.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 src/assets/ourWork/w2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions src/views/OurWork/index.jsx
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
import image from './../../assets/ourWork/ourWork.png';
import w1 from './../../assets/ourWork/w1.jpg';
import w2 from './../../assets/ourWork/w2.jpg';

const OurWork = () => {
//change the details of the works to be displayed here
const works = [
{
title: 'Tom & Jerry',
thumb: 'https://poson-web.s3.ap-southeast-2.amazonaws.com/videoThumb.png',
vsrc: 'https://poson-web.s3.ap-southeast-2.amazonaws.com/Tom+%26+Jerry+_+Is+Jerry+Taking+Care+of+Tom_+_+Classic+Cartoon+_+WB+Kids.mp4',
title: 'Poson Thorana 2022',
thumb: w1,
vsrc: 'https://vesak-bkt-2.s3.ap-southeast-2.amazonaws.com/Poson+Thorana+2022_480p.mp4',
},
{
title: 'Tom & Jerry',
thumb: 'https://poson-web.s3.ap-southeast-2.amazonaws.com/videoThumb.png',
vsrc: 'https://poson-web.s3.ap-southeast-2.amazonaws.com/Tom+%26+Jerry+_+Is+Jerry+Taking+Care+of+Tom_+_+Classic+Cartoon+_+WB+Kids.mp4',
title: 'Poson Zone 2022',
thumb: w2,
vsrc: 'https://vesak-bkt-2.s3.ap-southeast-2.amazonaws.com/Poson+Zone+2022_360p.mp4',
},
];
return (
Expand Down

0 comments on commit 93195cb

Please sign in to comment.