diff --git a/public/video/rudnik.mp4 b/public/video/rudnik.mp4 new file mode 100644 index 0000000..9170b27 Binary files /dev/null and b/public/video/rudnik.mp4 differ diff --git a/src/consts/projects.ts b/src/consts/projects.ts index 0bc50e7..5db251a 100644 --- a/src/consts/projects.ts +++ b/src/consts/projects.ts @@ -65,4 +65,12 @@ export const projects: IProject[] = [ media: Media.video, id: Math.random(), }, + { + src: '/video/rudnik.mp4', + year: '2024', + tags: ['Симулятор', 'Выставка'], + title: '«Екатеринбург ЭКСПО» - Международная выставка «Рудник»', + media: Media.video, + id: Math.random(), + }, ];