Skip to content

Commit

Permalink
Merge pull request #45 from ms-club-sliit/dev
Browse files Browse the repository at this point in the history
release 2.0
  • Loading branch information
uihalagedara authored May 5, 2023
2 parents d65de54 + 3c17326 commit b275fcc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/im_logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SLIIT Vesak | IM</title>
<meta name="description" content="SLIIT Interactive Media Vesak" />

<meta property="og:url" content="https://sliitvesak.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:description" content="SLIIT Interactive Media Vesak" />
<meta property="og:image" content="/im_logo.png" />
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/im_logo.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/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

1 comment on commit b275fcc

@vercel
Copy link

@vercel vercel bot commented on b275fcc May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sliitvesak – ./

sliitvesak.vercel.app
sliitvesak-ms-club-sliit.vercel.app
sliitvesak-git-main-ms-club-sliit.vercel.app

Please sign in to comment.