home
This commit is contained in:
		| @@ -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() { | ||||
|         <Routes> | ||||
|           <Route path="/being" element={<BeingPage />}/> | ||||
|           <Route path="/" element={<HomePage />}/> | ||||
|           <Route path="/firstMeet" element={<MeetPage />}/> | ||||
|         </Routes> | ||||
|       </BrowserRouter> | ||||
|     </> | ||||
|   | ||||
| @@ -75,7 +75,7 @@ | ||||
| .NewContainer { | ||||
|     display: flex; | ||||
|     justify-content: flex-end; | ||||
|     margin-top: 40px; | ||||
|     margin-top: 30px; | ||||
| } | ||||
| .search_container { | ||||
|     display: flex; | ||||
|   | ||||
							
								
								
									
										25
									
								
								src/Components/MeetPage/index.jsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								src/Components/MeetPage/index.jsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| import Header from "../Header"; | ||||
| import styles from './style.module.scss'; | ||||
|  | ||||
|  | ||||
| const MeetPage = () => { | ||||
|  | ||||
|     return ( | ||||
|         <> | ||||
|             <Header></Header> | ||||
|  | ||||
|             <section className={styles.meets}> | ||||
|                 <div className={styles.meets__mainInfo_container}> | ||||
|                     <span className={styles.meets__mainInfo_descr}>Интерактивная лекция «Управление инжиниринговыми проектами на базе вуза»</span> | ||||
|                     <span className={styles.meets__mainInfo_type}>Психология</span> | ||||
|                     <span className={styles.meets__mainInfo_status}><img className={styles.meets__mainInfo_status_img}></img>Онлайн</span> | ||||
|                     <span className={styles.meets__mainInfo_time}><img className={styles.meets__mainInfo_status_img}></img> 22 декабря, с 10:00 до 22:00 по Московскому времени</span> | ||||
|                 </div> | ||||
|             </section> | ||||
|         </> | ||||
|          | ||||
|     ) | ||||
|  | ||||
|  | ||||
| } | ||||
| export default MeetPage; | ||||
							
								
								
									
										0
									
								
								src/Components/MeetPage/style.module.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								src/Components/MeetPage/style.module.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -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 */ | ||||
| .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 */ | ||||
							
								
								
									
										
											BIN
										
									
								
								src/img/MeetPage/Clock.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/img/MeetPage/Clock.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 581 B | 
							
								
								
									
										
											BIN
										
									
								
								src/img/MeetPage/Globe.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/img/MeetPage/Globe.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 819 B | 
		Reference in New Issue
	
	Block a user