RoomSingle.js 4.05 KB
Newer Older
Kim, Chaerin's avatar
Kim, Chaerin committed
1
2
const RoomSingle = () => {
    return (
우지원's avatar
우지원 committed
3
        <>
우지원's avatar
우지원 committed
4
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
5
6
7
8
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/BORA.png" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>
우지원's avatar
우지원 committed
9
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
10
11
12
13
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/BORA_LOGO.png" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>
우지원's avatar
우지원 committed
14
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
15
16
17
18
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/image2.jpg" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>
우지원's avatar
우지원 committed
19
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
20
21
22
23
24
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/BORA_LOGO.png" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>

우지원's avatar
우지원 committed
25
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
26
27
28
29
30
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/BORA.png" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>

우지원's avatar
우지원 committed
31
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
32
33
34
35
36
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/image2.jpg" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>

우지원's avatar
우지원 committed
37
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
38
39
40
41
42
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/BORA_LOGO.png" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>

우지원's avatar
우지원 committed
43
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
44
45
46
47
48
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/BORA.png" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>

우지원's avatar
우지원 committed
49
            <div className="row justify-content-start mx-4 my-2 p-2" style={{ backgroundColor: "#C4C4C4" }}>
우지원's avatar
우지원 committed
50
51
52
53
54
                <div className="col-2" style={{ width: "37px", height: "37px" }}><img src="/image2.jpg" className="rounded-circle" style={{ width: "37px", height: "37px" }} /></div>
                <div className="col-8 m-2"> 데계 재미있는 수학과 </div>
                <div className="col-2 mt-2"> 15/34 </div>
            </div>
        </>
Kim, Chaerin's avatar
Kim, Chaerin committed
55
56
57
58
    )
};

export default RoomSingle;