diff --git a/src/Components/HomePage/index.jsx b/src/Components/HomePage/index.jsx index 9fdec8b..680956a 100644 --- a/src/Components/HomePage/index.jsx +++ b/src/Components/HomePage/index.jsx @@ -1,8 +1,10 @@ import Header from "../Header"; import styles from "./style.module.scss"; import TableMeets from '../TableMeets/TableMeets' -import Home from "../Home/Home"; -import FetchUtils from "../fetchUtils/FetchUtils"; +// import Home from "../Home/Home"; +// import FetchUtils from "../fetchUtils/FetchUtils"; + +// import { style } from "@mui/system"; const events = [ { id: 1, @@ -29,10 +31,41 @@ const events = [ const HomePage = () => { return ( <> - {/*
- */} - - {/* */} + +
+
+
МУЗА
+
+
Платформа для проведения well-being мероприятий
+
+ +
+
+ +
+
+ + +
+
+
+
+
100 мероприятий
+ +
+
+
+
+
+
+ + diff --git a/src/Components/HomePage/style.module.scss b/src/Components/HomePage/style.module.scss index 445b0e9..f4b7ddb 100644 --- a/src/Components/HomePage/style.module.scss +++ b/src/Components/HomePage/style.module.scss @@ -1,6 +1,87 @@ -.title { - font-size: 100px; + +.muza { + &__container { + height: 700px; + display: flex; + align-items: center; + flex-direction: column; + width: 100%; + } + + &__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: flex; + width: 90%; + + } + &__descr { + &_container { + display: flex; + justify-content: flex-end; + } + 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: flex; + width: 60%; + + } } - +.meeting { + &__container { + height: 1400px; + } + &__inputs { + width: 90%; + height: 46px; + border-radius: 10px; + border: 1px solid #000; + padding-left: 40px; + } + +} +.container { + display: flex; + justify-content: center; + +} +.select { + margin-right: 50px; + height: 35px; + border-radius: 10px; + border: 1px solid var(--gray_stroke, #D0D2D8); + width: 200px; + &__container { + display: flex; + width: 93%; + margin-top: 30px; + } + } +.NewContainer { + display: flex; + justify-content: flex-end; + margin-top: 40px; +} +.search_container { + display: flex; + align-items: center; + justify-content: center; +} +.search__descr { + margin-right: 25px; +} \ No newline at end of file diff --git a/src/Components/TableMeets/TableMeets.jsx b/src/Components/TableMeets/TableMeets.jsx index 369fa3f..038f68c 100644 --- a/src/Components/TableMeets/TableMeets.jsx +++ b/src/Components/TableMeets/TableMeets.jsx @@ -3,6 +3,8 @@ import styles from './style.module.scss'; import logo from '../../img/homePage/downArrow.png'; import { Container, Grid, Button, Typography } from '@mui/material'; import { column } from 'stylis'; +import arrow from '../../img/homePage/downArrow.png'; + const TableMeets = ({ events }) => { const [isOpenMap, setIsOpenMap] = useState({}); @@ -17,30 +19,39 @@ const TableMeets = ({ events }) => { return ( - - - {events.map((event) => ( - - - {event.date} - {event.time} - {event.title} - - {isOpenMap[event.id] && ( - - {event.speaker} - {event.speaker} - {event.description} - - )} - - - ))} - - + // + // + // {events.map((event) => ( + // + // + // {event.date} + // {event.time} + // {event.title} + // + + //
  • + //
    + // {event.date} + // {event.time} + // {event.title} + //
    toggleDropdown(event.id)}>
    + + // {isOpenMap[event.id] && ( + // + // {event.speaker} + // {event.speaker} + // {event.description} + // + // )} + // + // + // ))} + // + // + <> ); }; diff --git a/src/Components/TableMeets/style.module.scss b/src/Components/TableMeets/style.module.scss index 5a57d59..7b9e879 100644 --- a/src/Components/TableMeets/style.module.scss +++ b/src/Components/TableMeets/style.module.scss @@ -1,3 +1,4 @@ + .container { background: #ffffff; color: #000000; @@ -32,4 +33,22 @@ text-decoration: none; display: inline-block; margin-top: 10px; - } \ No newline at end of file + } + +.meeting { + &__cards { + list-style-type: none; + width: 80%; + padding: 0; + } + &__container { + width: 100%; + display: flex; + justify-content: center; + align-items: center; + } + &__arrow { + + } +} + diff --git a/src/Components/css/style.module.css b/src/Components/css/style.module.css new file mode 100644 index 0000000..25506d5 --- /dev/null +++ b/src/Components/css/style.module.css @@ -0,0 +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 diff --git a/src/Components/css/style.module.css.map b/src/Components/css/style.module.css.map new file mode 100644 index 0000000..ca1f9ad --- /dev/null +++ b/src/Components/css/style.module.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["../HomePage/style.module.scss"],"names":[],"mappings":"AAII,iBACI,YAAA,CACA,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,wBAAA,CAAA,qBAAA,CAAA,kBAAA,CACA,2BAAA,CAAA,4BAAA,CAAA,yBAAA,CAAA,qBAAA,CACA,UAAA,CAGJ,aACI,gBAAA,CACA,UAAA,CACA,sBAAA,CACA,mBAAA,CACA,iBAAA,CACA,eAAA,CACA,kBAAA,CACA,eAAA,CACA,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,SAAA,CAGJ,aAKI,eAAA,CACA,gBAAA,CACA,UAAA,CACA,sBAAA,CACA,cAAA,CACA,iBAAA,CACA,eAAA,CACA,kBAAA,CACA,eAAA,CACA,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,SAAA,CAdA,uBACI,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,oBAAA,CAAA,iBAAA,CAAA,wBAAA,CAiBT,oBACC,aAAA,CAED,iBACK,SAAA,CACA,WAAA,CACA,kBAAA,CACA,qBAAA,CACA,iBAAA,CAIR,WACI,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,uBAAA,CAAA,oBAAA,CAAA,sBAAA,CAGJ,QACI,iBAAA,CACA,WAAA,CACA,kBAAA,CACA,4CAAA,CACA,WAAA,CACA,mBACI,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,SAAA,CACA,eAAA,CAGR,cACI,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,oBAAA,CAAA,iBAAA,CAAA,wBAAA,CACA,eAAA,CAEJ,kBACI,mBAAA,CAAA,mBAAA,CAAA,YAAA,CACA,wBAAA,CAAA,qBAAA,CAAA,kBAAA,CACA,uBAAA,CAAA,oBAAA,CAAA,sBAAA,CAEJ,eACI,iBAAA","file":"style.module.css"} \ No newline at end of file