diff --git a/index.html b/index.html
index ac0462e..fc43494 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,15 @@
-
+
SLIIT Vesak | IM
+
+
+
+
+
+
diff --git a/public/im_logo.png b/public/im_logo.png
new file mode 100644
index 0000000..c0ea79b
Binary files /dev/null and b/public/im_logo.png differ
diff --git a/src/assets/ourWork/w1.jpg b/src/assets/ourWork/w1.jpg
new file mode 100644
index 0000000..30459dd
Binary files /dev/null and b/src/assets/ourWork/w1.jpg differ
diff --git a/src/assets/ourWork/w2.jpg b/src/assets/ourWork/w2.jpg
new file mode 100644
index 0000000..1425c08
Binary files /dev/null and b/src/assets/ourWork/w2.jpg differ
diff --git a/src/views/OurWork/index.jsx b/src/views/OurWork/index.jsx
index 7275460..f6cb636 100644
--- a/src/views/OurWork/index.jsx
+++ b/src/views/OurWork/index.jsx
@@ -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 (