Commit d1b34c66 authored by 우지원's avatar 우지원
Browse files

Merge remote-tracking branch 'origin/seoyeon2' into jiweon827

parents 852971c7 1a75a0de
import { Link } from "react-router-dom"; import { Link } from 'react-router-dom'
const RoomSingle = () => { const RoomSingle = () => {
const id = 1; const id = 1
const channelId = 1; const channelId = 1
return ( return (
<Link to={`/room/${id}/${channelId}`} className="text-decoration-none text-dark"> <Link
to={`/room/${id}/${channelId}`}
className="text-decoration-none text-dark"
>
<div <div
className="d-flex mx-4 my-2 p-2" className="d-flex mx-4 my-2 p-2"
style={{ backgroundColor: "#C4C4C4" }} style={{ backgroundColor: '#C4C4C4' }}
> >
<div style={{ width: "37px", height: "37px" }}> <div style={{ width: '37px', height: '37px' }}>
<img <img
src="BORA.png" src="BORA.png"
className="rounded-circle" className="rounded-circle"
style={{ width: "37px", height: "37px" }} style={{ width: '37px', height: '37px' }}
/> />
</div> </div>
<div className="mx-3 mt-2" style={{ width: "250px", overflow: 'scroll', whiteSpace: 'nowrap' }}> <div
데계 재미있는 수학과 데계데계데계 재미있는 수학과</div> className="mx-3 mt-2"
style={{
width: '250px',
overflow:'scroll',
whiteSpace: 'nowrap',
msOverflowStyle:'none',
}}
>
데계 재미있는 수학과 데계데계데계 재미있는 수학과
</div>
<div className="ms-auto mt-2"> 15/34 </div> <div className="ms-auto mt-2"> 15/34 </div>
</div> </div>
<div <div
className="d-flex mx-4 my-2 p-2" className="d-flex mx-4 my-2 p-2"
style={{ backgroundColor: "#C4C4C4" }} style={{ backgroundColor: '#C4C4C4' }}
> >
<div style={{ width: "37px", height: "37px" }}> <div style={{ width: '37px', height: '37px' }}>
<img <img
src="BORA.png" src="BORA.png"
className="rounded-circle" className="rounded-circle"
style={{ width: "37px", height: "37px" }} style={{ width: '37px', height: '37px' }}
/> />
</div> </div>
<div className="view" style={{ height: "100px", overflow: 'scroll', whiteSpace: 'nowrap' }}> <div
<div className="mx-3 mt-2" style={{ width: "200px" }}> className="mx-3 mt-2"
데계 재미있는 수학과 데계데계데계 재미있는 수학과</div> style={{ width: '250px', overflow: 'scroll', whiteSpace: 'nowrap' }}
<div className="ms-auto mt-2"> 15/34 </div> >
데계 재미있는 수학과 데계데계데계 재미있는 수학과
</div> </div>
<div className="ms-auto mt-2"> 15/34 </div>
</div> </div>
<div <div
className="d-flex mx-4 my-2 p-2" className="d-flex mx-4 my-2 p-2"
style={{ backgroundColor: "#C4C4C4" }} style={{ backgroundColor: '#C4C4C4' }}
> >
<div style={{ width: "37px", height: "37px" }}> <div style={{ width: '37px', height: '37px' }}>
<img <img
src="BORA.png" src="BORA.png"
className="rounded-circle" className="rounded-circle"
style={{ width: "37px", height: "37px" }} style={{ width: '37px', height: '37px' }}
/> />
</div> </div>
<div className="mx-3 mt-2" style={{ width: "250px", overflow: 'scroll', whiteSpace: 'nowrap' }}> <div
데계 재미있는 수학과 데계데계데계 재미있는 수학과</div> className="mx-3 mt-2"
style={{ width: '250px', overflow: 'scroll', whiteSpace: 'nowrap' }}
>
데계 재미있는 수학과 데계데계데계 재미있는 수학과
</div>
<div className="ms-auto mt-2"> 15/34 </div> <div className="ms-auto mt-2"> 15/34 </div>
</div> </div>
</Link > </Link>
); )
}; }
export default RoomSingle; export default RoomSingle
...@@ -2,103 +2,122 @@ const ChannelSingle = () => { ...@@ -2,103 +2,122 @@ const ChannelSingle = () => {
return ( return (
<div className="overflow-auto" style={{ height: '610px' }}> <div className="overflow-auto" style={{ height: '610px' }}>
<div className="mb-3"> <div className="mb-3">
<div className="m-3 p-1 row" style={{ backgroundColor: "#E0CEE8" }}> <div className="m-3 p-1 row" style={{ backgroundColor: '#E0CEE8' }}>
<img className="col-auto mt-2" src="/fullSpeaker.png" width="25px" height="25px" /> <img
className="col-auto mt-2"
src="/fullSpeaker.png"
width="25px"
height="25px"
/>
<h5 className="col mt-2">회의</h5> <h5 className="col mt-2">회의</h5>
</div> </div>
<ul className="mx-5"> <ul className="mx-5" style={{ color: '#76D079' }}>
<li> <li>
CHERRY <p style={{ color: 'black' }}>CHERRY</p>
</li> </li>
<li> <li>
JAEYEON <p style={{ color: 'black' }}>JAEYEON</p>
</li> </li>
<li> <li>
SEOYEON <p style={{ color: 'black' }}>SEOYEON</p>
</li> </li>
<li> <li>
JIWEON <p style={{ color: 'black' }}>JIWEON</p>
</li> </li>
<li> <li>
BYOUNGYUN <p style={{ color: 'black' }}>BYOUNGYUN</p>
</li> </li>
</ul> </ul>
</div> </div>
<div className="mb-3"> <div className="mb-3">
<div className="m-3 p-1 row" style={{ backgroundColor: "#E0CEE8" }}> <div className="m-3 p-1 row" style={{ backgroundColor: '#E0CEE8' }}>
<img className="col-auto mt-2" src="/emptySpeaker.png" width="25px" height="25px" /> <img
className="col-auto mt-2"
src="/emptySpeaker.png"
width="25px"
height="25px"
/>
<h5 className="col mt-2">사담</h5> <h5 className="col mt-2">사담</h5>
</div> </div>
<ul className="mx-5"> <ul className="mx-5" style={{ color: '#76D079' }}>
<li> <li>
CHERRY <p style={{ color: 'black' }}>CHERRY</p>
</li> </li>
<li> <li>
JAEYEON <p style={{ color: 'black' }}>JAEYEON</p>
</li> </li>
<li> <li>
SEOYEON <p style={{ color: 'black' }}>SEOYEON</p>
</li> </li>
<li> <li>
JIWEON <p style={{ color: 'black' }}>JIWEON</p>
</li> </li>
<li> <li>
BYOUNGYUN <p style={{ color: 'black' }}>BYOUNGYUN</p>
</li> </li>
</ul> </ul>
</div> </div>
<div className="mb-3"> <div className="mb-3">
<div className="m-3 p-1 row" style={{ backgroundColor: "#E0CEE8" }}> <div className="m-3 p-1 row" style={{ backgroundColor: '#E0CEE8' }}>
<img className="col-auto mt-2" src="/emptySpeaker.png" width="25px" height="25px" /> <img
className="col-auto mt-2"
src="/emptySpeaker.png"
width="25px"
height="25px"
/>
<h5 className="col mt-2">일반</h5> <h5 className="col mt-2">일반</h5>
</div> </div>
<ul className="mx-5"> <ul className="mx-5" style={{ color: '#76D079' }}>
<li> <li>
CHERRY <p style={{ color: 'black' }}>CHERRY</p>
</li> </li>
<li> <li>
JAEYEON <p style={{ color: 'black' }}>JAEYEON</p>
</li> </li>
<li> <li>
SEOYEON <p style={{ color: 'black' }}>SEOYEON</p>
</li> </li>
<li> <li>
JIWEON <p style={{ color: 'black' }}>JIWEON</p>
</li> </li>
<li> <li>
BYOUNGYUN <p style={{ color: 'black' }}>BYOUNGYUN</p>
</li> </li>
</ul> </ul>
</div> </div>
<div className="mb-3"> <div className="mb-3">
<div className="m-3 p-1 row" style={{ backgroundColor: "#E0CEE8" }}> <div className="m-3 p-1 row" style={{ backgroundColor: '#E0CEE8' }}>
<img className="col-auto mt-2" src="/emptySpeaker.png" width="25px" height="25px" /> <img
className="col-auto mt-2"
src="/emptySpeaker.png"
width="25px"
height="25px"
/>
<h5 className="col mt-2">공지</h5> <h5 className="col mt-2">공지</h5>
</div> </div>
<ul className="mx-5"> <ul className="mx-5" style={{ color: '#76D079' }}>
<li> <li>
CHERRY <p style={{ color: 'black' }}>CHERRY</p>
</li> </li>
<li> <li>
JAEYEON <p style={{ color: 'black' }}>JAEYEON</p>
</li> </li>
<li> <li>
SEOYEON <p style={{ color: 'black' }}>SEOYEON</p>
</li> </li>
<li> <li>
JIWEON <p style={{ color: 'black' }}>JIWEON</p>
</li> </li>
<li> <li>
BYOUNGYUN <p style={{ color: 'black' }}>BYOUNGYUN</p>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
) )
}; }
export default ChannelSingle; export default ChannelSingle
const Screen = () => { const Screen = () => {
const user = '00'
return ( return (
<div> <div className="container">
<div className="m-2 fs-6 d-flex align-items-center" style={{ color: '#4A4251', height:'30px' }}> <div className="row">
<div className="col mt-3 d-flex justify-content-space-between" style={{ backgroundColor: '#FCF4FF' }}>
<img <img
className="rounded-circle" className="rounded-circle"
src="/cherry.jpg" src="/cherry.jpg"
width="30px" width="40px"
height="30px" height="40px"
/> />
<a <p
className="p-3 text-center text-decoration-none" className="m-2"
style={{ color: '#4A4251' }} style={{ fontWeight: 'bold', color: '#4A4251', fontSize: '20px' }}
> >
CHERRY님의 화면공유중입니다 {user}님이 화면공유중...
</a> <br />
</p>
<div className="col m-5"></div>
</div>
</div> </div>
</div> </div>
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment