diff --git a/src/App.jsx b/src/App.jsx
index b7b7dfa..71f7b37 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -5,7 +5,7 @@ import FetchUtils from './components/fetchUtils/FetchUtils'
import { BrowserRouter, Routes, Route } from "react-router-dom";
import BeingPage from "./Components/BeingPage/index.jsx";
import HomePage from "./Components/HomePage/index.jsx";
-
+import MeetPage from "./Components/MeetPage/index.jsx";
@@ -20,6 +20,7 @@ function App() {
}/>
}/>
+ }/>
>
diff --git a/src/Components/HomePage/style.module.scss b/src/Components/HomePage/style.module.scss
index f4b7ddb..993d0eb 100644
--- a/src/Components/HomePage/style.module.scss
+++ b/src/Components/HomePage/style.module.scss
@@ -75,7 +75,7 @@
.NewContainer {
display: flex;
justify-content: flex-end;
- margin-top: 40px;
+ margin-top: 30px;
}
.search_container {
display: flex;
diff --git a/src/Components/MeetPage/index.jsx b/src/Components/MeetPage/index.jsx
new file mode 100644
index 0000000..6fb020e
--- /dev/null
+++ b/src/Components/MeetPage/index.jsx
@@ -0,0 +1,25 @@
+import Header from "../Header";
+import styles from './style.module.scss';
+
+
+const MeetPage = () => {
+
+ return (
+ <>
+
+
+
+
+
Интерактивная лекция «Управление инжиниринговыми проектами на базе вуза»
+
Психология
+
Онлайн
+
22 декабря, с 10:00 до 22:00 по Московскому времени
+
+
+ >
+
+ )
+
+
+}
+export default MeetPage;
\ No newline at end of file
diff --git a/src/Components/MeetPage/style.module.scss b/src/Components/MeetPage/style.module.scss
new file mode 100644
index 0000000..e69de29
diff --git a/src/Components/css/style.module.css b/src/Components/css/style.module.css
index 25506d5..976f3fb 100644
--- a/src/Components/css/style.module.css
+++ b/src/Components/css/style.module.css
@@ -1 +1 @@
-.muza__container{height:700px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.muza__title{margin-top:150px;color:#000;font-family:Montserrat;font-size:143.016px;font-style:normal;font-weight:700;line-height:normal;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;width:90%}.muza__descr{margin-top:50px;margin-left:70px;color:#000;font-family:Montserrat;font-size:46px;font-style:normal;font-weight:400;line-height:normal;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;width:60%}.muza__descr_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.meeting__container{height:1400px}.meeting__inputs{width:90%;height:46px;border-radius:10px;border:1px solid #000;padding-left:40px}.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.select{margin-right:50px;height:35px;border-radius:10px;border:1px solid var(--gray_stroke, #D0D2D8);width:200px}.select__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:93%;margin-top:30px}.NewContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:40px}.search_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search__descr{margin-right:25px}/*# sourceMappingURL=style.module.css.map */
\ No newline at end of file
+.muza__container{height:700px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.muza__title{margin-top:150px;color:#000;font-family:Montserrat;font-size:143.016px;font-style:normal;font-weight:700;line-height:normal;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;width:90%}.muza__descr{margin-top:50px;margin-left:70px;color:#000;font-family:Montserrat;font-size:46px;font-style:normal;font-weight:400;line-height:normal;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;width:60%}.muza__descr_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.meeting__container{height:1400px}.meeting__inputs{width:90%;height:46px;border-radius:10px;border:1px solid #000;padding-left:40px}.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.select{margin-right:50px;height:35px;border-radius:10px;border:1px solid var(--gray_stroke, #D0D2D8);width:200px}.select__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:93%;margin-top:30px}.NewContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:30px}.search_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search__descr{margin-right:25px}/*# sourceMappingURL=style.module.css.map */
\ No newline at end of file
diff --git a/src/img/MeetPage/Clock.png b/src/img/MeetPage/Clock.png
new file mode 100644
index 0000000..a85c4aa
Binary files /dev/null and b/src/img/MeetPage/Clock.png differ
diff --git a/src/img/MeetPage/Globe.png b/src/img/MeetPage/Globe.png
new file mode 100644
index 0000000..faf2f20
Binary files /dev/null and b/src/img/MeetPage/Globe.png differ