diff --git a/src/assets/images/about-lg.png b/src/assets/images/about-lg.png new file mode 100644 index 0000000..ee256fe Binary files /dev/null and b/src/assets/images/about-lg.png differ diff --git a/src/assets/images/about-md.png b/src/assets/images/about-md.png new file mode 100644 index 0000000..4bd3cf6 Binary files /dev/null and b/src/assets/images/about-md.png differ diff --git a/src/assets/images/about-xs1.png b/src/assets/images/about-xs1.png new file mode 100644 index 0000000..20a58c3 Binary files /dev/null and b/src/assets/images/about-xs1.png differ diff --git a/src/assets/images/about-xs2.png b/src/assets/images/about-xs2.png new file mode 100644 index 0000000..bde5a6f Binary files /dev/null and b/src/assets/images/about-xs2.png differ diff --git a/src/assets/images/pic.png b/src/assets/images/pic.png new file mode 100644 index 0000000..c2a6eb0 Binary files /dev/null and b/src/assets/images/pic.png differ diff --git a/src/components/Menu/index.js b/src/components/Menu/index.js index eeca07f..26b90b4 100644 --- a/src/components/Menu/index.js +++ b/src/components/Menu/index.js @@ -31,6 +31,7 @@ function CustomizedMenus({items, selectMenu}) { setAnchorEl(event.currentTarget); }; const handleClose = (value) => { + localStorage.setItem('selectedGrade', value); setAnchorEl(null); selectMenu(value); }; diff --git a/src/router.js b/src/router.js index 7b2b8a0..dc0e992 100644 --- a/src/router.js +++ b/src/router.js @@ -15,6 +15,7 @@ import Contact from "./views/Contact"; import Faq from "./views/Faq"; import PrivateRouter from "./components/PrivateRouter"; import Courses from "./views/Courses"; +import About from './views/About'; // import proxy from "./redux/proxy"; function router({ status }) { @@ -38,6 +39,9 @@ function router({ status }) { + + + + +
+
+

{first.title}

+

+ {first.text} +

+
+
+
+
+
+

{fury.title}

+

{fury.text}

+
+
+

{keywords.title}

+
    + {keywords.list.map((item: any, i: any) => ( + +
  • {item}
  • +
    + ))} +
+
+
+

{keywords2.title}

+
    + {keywords2.list.map((item: any, i: any) => ( + +
  • + {item} +
  • +
    + ))} +
+
+
+
+ عکس + {/* {this.props.absoluteImages.map((item, i) => ( + عکس + ))} */} +
+
+
+
+ {"عکس"} +
+
+

{advantages.title}

+
    + {advantages.list.map((item: any, i: any) => ( + +
  • {item}
  • +
    + ))} +
+
+
+
+