

어제 즉문즉답 남겼는데
15시간이 지났지만 링크로 접속하면 저 화면 뜨면서 안되네요,,
폴더에 만들어놓은 건 클릭하면 오류없고 다되는데
GitHub로 링크 만든걸로 들어가면 15시간 지났는데도 자꾸 저 화면 떠요
뭐가 문젠가하면서 링크 다시 만들었는데도 안되구요 ㅜㅜ
열심히 템플릿 보면서 태그 바꿔서 꾸며서 만들었는데 속상 ㅜ

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