커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
선생님 링크 들어가면 계속 안 뜨는데 코드가 잘못된 걸까요???
undefined주차
북마크
김*정
댓글
4
추천
0
조회수
14
조회수
14
답변 완료

처음 똑같이 따라하고 완강 후 나눠주신 템플릿 모음들 중 코드를 섞어서 다시 만들어 보았는데요

스파르타 즉문즉답

링크 들어가면 계속 이렇게 떠서요!


여러개 변경해서 뭐가 잘못된 건지도 모르겠고 ㅜㅜ


폰트 변경을 할려고 한 게 뭐가 잘못된걸까요..?

아님 이미지...?



<!DOCTYPE html>

<html>

<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">

    <meta property="og:title" content="현정 profile">

    <meta property="og:description" content="현동쓰">

    <meta property="og:image" content="https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/free_myprofile/%EA%B7%B8%EB%9D%BC%EB%8D%B0%EC%9D%B4%EC%85%98/%EB%B0%94%EB%8B%A4.png">

    <title>현동쓰</title>

    <style>

        @import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-barun-gothic.css" rel="stylesheet')

        * {

            font-family: "NanumBarunGothicBold";

        }

        body {

            background-image: url('https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/free_myprofile/%ED%8C%AC+%ED%8E%98%EC%9D%B4%EC%A7%80/%EA%B5%AC%EB%A6%84%EB%B0%B0%EA%B2%BD.png');

            background-position: center;

            background-size: cover;

            height: 130vh;

        }

        .profile {

            width: 110px;

            height: 110px;

            border-radius: 100%;

            border: 2px solid #ffffff;

            background-image: url('profile.jpg');

            background-position: center;

            background-size: cover;

            margin-top: 70px;

        }

        .main {

            color : #fffffff8;

            font-size: 20px;

            font-weight: 5px;

            size : 20px;

            margin-top: 40px;

            margin-bottom: 7px;

        }

        .sub {

            color : #93bfcdf8;

            font-size: 13px;

            font-weight: 550;

            size : 13px;

            margin-top: 0px;

            margin-bottom: 55px;

        }

        .minis {

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

            padding: 0px;

            gap: 12px;

            margin-bottom: 50px;

        }

        .minis > a {

            width: 305px;

            height: 55px;

            border-radius: 8px;

            text-decoration: none;

            display: flex;

            justify-content: center;

            align-items: center;

            font-size: 14px;

            white-space:pre-wrap;

            box-shadow: 1px 1px 4px 0px grey;

        }

        .minis > a:hover {

            background-color: #f6f6f6;

        }

        .notion {

            background: rgba(255, 255, 255, 0.8);

            color:#134467;

            font-weight: bold;

        }

        .brunch {

            background: rgba(255, 255, 255, 0.8);

            color:#134467;

            font-weight: bold;

        }

        .facebook {

            background: rgba(255, 255, 255, 0.8);

            color:#134467;

            font-weight: bold;

        }

        .wrap {

            width: 320px;

            margin: 30px auto 0px auto;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

        }

        .bigs {

            display: flex;

            flex-direction: row;

            justify-content: center;

            align-items: center;

            padding: 0px;

            gap: 15px;

        }

        .bigs > a {

            width: 113px;

            background-color: rgba(255, 255, 255, 0.8);

            margin-bottom: 25px;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

            text-decoration: none;

            padding: 20px 16px 20px 16px;

            border-radius: 8px;

            box-shadow: 1px 1px 4px 0px rgba(142, 142, 142, 0.69);

        }

        .name {

            font-size: 13px;

            font-weight: 700;

            color: #20557a;

            margin-bottom: 20px;

        }

        .desc {

            font-size: 10px;

            font-weight: 400;

            color: #6f6f6f;

            margin-bottom: 25px;

        }

        .btn {

            font-size: 12px;

            font-weight: 500;

            color: #ffffff;

            background-color: #2c5f7b;

            border-radius: 6px;

            padding: 5px 15px 5px 15px;

        }

       

    </style>

</head>

<body>

    <div class="wrap">

        <div class="profile"></div>

        <h1 class="main">현동쓰</h1>

        <p class="sub">HYUNJUNG PROFILE</p>

        <div class="minis">

            <a class="notion" target="_blank" href="https://www.instagram.com/_97x2_1x1/">인스타그램 </a>

            <a class="brunch" target="_blank" href="https://blog.naver.com/guswjd0711">블로그 </a>

            <a class="facebook" target="_blank" href="https://www.facebook.com/profile.php?id=100008811972535">페이스북 </a>

        </div>

        <div class="bigs">

            <a target="_blank" href="https://drive.google.com/file/d/13CzHENkAfmVUFMJPVpseabMD8F9R_rV8/view?usp=sharing">

                <div class="name">이력서</div>

                <div class="desc">2022</div>

                <div class="btn">다운로드</div>

            </a>

            <a target="_blank" href="https://drive.google.com/file/d/13CzHENkAfmVUFMJPVpseabMD8F9R_rV8/view?usp=sharing">

                <div class="name">포트폴리오</div>

                <div class="desc">2018-2022</div>

                <div class="btn">다운로드</div>

            </a>

    </div>

</body>

</html>

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴