띵동코딩 7주차 개발 일지

Chang·2022년 8월 20일
0
post-thumbnail
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
    <title> 띵동코딩-부트스트랩_인스타그램</title>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
        * {
            font-family: 'Noto Sans KR', sans-serif;
        }
        body,h1,h2,h3,p,a {
            font-weight: normal;
            margin: 0;
            padding: 0;
            text-decoration: none;
        }
        .name {
            color: gray;
            font-size: 12px;
            margin-bottom: 5px;
        }
        .title {
            font-size: 14px;
        }
        .wrap {
            
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            /* background-color: blue;*/
            width: 300px;
            margin: 20px auto 0px auto;
        }
        .card-text {
            font-size: 14px;
        }
        .user {
            font-size: 14px;
            font-weight: 500;
        }

        .card-body > input {
            border: none;
            margin-top: 10px;
            font-weight: 400;
        }
        .icons {
            display: flex;
            flex-direction: row;
            justify-content:space-between;
            align-items: center;

            margin-bottom: 10px;
        }

        .icons > .bi-send {
            margin-right: auto;
        }
        .icons > .bi-suit-heart {
            margin-right: 10px;
        }
        .icons > .bi-chat {
            margin-right: 10px;
        }

        .me {

            width: 280px;

            display: flex;
            flex-direction: row;
            justify-content:space-between;
            align-items: center;

            margin-bottom: 10px;
        }

        .me > span {
            margin-right: auto;
        }

        .me > img {
            width: 25px;
            height: 25px;
            border-radius: 100%;
            margin-right: 10px;
        }

    </style>
</head>
<body>
    <div class="wrap">
        <h1 class="name">SKUUKZKY</h1>
        <p class="title">게시물</p>
        <div class="me">
            <img src="http://www.naewoeilbo.com/news/photo/202110/414285_189601_940.png">
            <span>SKUUKZKY</span>
            <i class="bi bi-three-dots"></i>
        </div>
    
        <div class="card" style="width: 18rem;">
            <img src="http://talkimg.imbc.com/TVianUpload/tvian/TViews/image/2021/10/18/a706569b-e8db-4c05-bbd1-2c48a53a0f2f.jpg" class="card-img-top" alt="...">
            <div class="card-body">
                <div class="icons">
                    <i class="bi bi-suit-heart"></i>
                    <i class="bi bi-chat"></i>
                    <i class="bi bi-send"></i>
                    <i class="bi bi-bookmark"></i>

                </div>
                <p class="card-text">1500명이 좋아합니다.</p>
                <p class="user">SKUUKZKY</p>
                <input class="form-control form-control-sm" type="text" placeholder="...댓글 달기" aria-label=".form-control-sm example">
            </div>  
        </div>
    </div>
</body>
</html>
  • 이번주는 부트스트랩이었는데, 이렇게 해서 프론트엔드 코딩을 하면 레고 블록을 조립하는 느낌으로 코딩을 할 수 있겠다는 생각이 들었다. 물론 서버를 구성하고, DB를 구성하는 것은 또 완전히 다른 느낌이겠지만, 간단하게 연락처 정도를 수집하는 웹페이지 정도는 만들 수도 있겠다 싶었다.
  • 패캠에서 듣는 SQL 강의랑 띵동코딩이랑 비교해보면 확실히 수준 차이가 있긴 한 것 같다. 기본적으로 띵동코딩이 코드에 손을 더 쉽게 갖다댈 수 있게 하는 느낌이랄까.
  • 하지만 이 코딩 강의가 내 문제를 해결하거나, 내 생활에 도움이 되거나 하는 것을 아직은 느끼지 못해서 좀 아쉬운 것 같다. 진짜 문제를 해결할 수 있어야 학습이 더 잘될텐데 지금의 띵동코딩 학습은 그냥 유희 정도라서 아쉽다.
profile
Agile & Product

0개의 댓글