From bd10e7be1aafd9f8d484a61ec9886fe4a3bfe1ad Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Fri, 28 Jan 2022 19:41:45 +0330 Subject: [PATCH] Pedram Made The Video Player A Component And Fixed Video Display Page --- src/components/VideoPlayer/index.css | 0 src/components/VideoPlayer/index.js | 19 +++++++++++++++++++ src/views/VideoDisplay/Desktop/index.js | 24 ++++++++++++++++-------- 3 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 src/components/VideoPlayer/index.css create mode 100644 src/components/VideoPlayer/index.js diff --git a/src/components/VideoPlayer/index.css b/src/components/VideoPlayer/index.css new file mode 100644 index 0000000..e69de29 diff --git a/src/components/VideoPlayer/index.js b/src/components/VideoPlayer/index.js new file mode 100644 index 0000000..507168c --- /dev/null +++ b/src/components/VideoPlayer/index.js @@ -0,0 +1,19 @@ +import React from "react"; + +import './index.css'; + +const VideoPlayer = ({ + playerWidth, + +}) => { + return( + + ); +}; + +export default VideoPlayer; \ No newline at end of file diff --git a/src/views/VideoDisplay/Desktop/index.js b/src/views/VideoDisplay/Desktop/index.js index 18aa300..0eba82d 100644 --- a/src/views/VideoDisplay/Desktop/index.js +++ b/src/views/VideoDisplay/Desktop/index.js @@ -1,16 +1,21 @@ import React from "react"; import CourseChapter from "../../../components/CourseChapter"; +import VideoPlayer from "../../../components/VideoPlayer"; const DesktopVideoDisplay = () =>{ return(
-
-
- +
+
+
+ + + + +

ساز های باستانی ایران عزیز

+

+ لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است، چاپگرها و متون بلکه روزنامه و مجله در ستون و سطرآنچنان که لازم است، و برای شرایط فعلی تکنولوژی مورد نیاز، و کاربردهای متنوع با هدف بهبود ابزارهای کاربردی می باشد، کتابهای زیادی در شصت و سه درصد گذشته حال و آینده، شناخت فراوان جامعه و متخصصان را می طلبد، تا با نرم افزارها شناخت بیشتری را برای طراحان رایانه ای علی الخصوص طراحان خلاقی، و فرهنگ پیشرو در زبان فارسی ایجاد کرد، در این صورت می توان امید داشت که تمام و دشواری موجود در ارائه راهکارها، و شرایط سخت تایپ به پایان رسد و زمان مورد نیاز شامل حروفچینی دستاوردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد. +

+
{/*
@@ -22,6 +27,9 @@ const DesktopVideoDisplay = () =>{
*/} +
+ +
);