Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 91 additions & 0 deletions Starlight258/Starlight258.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
font-family: "Montserrat";
}
/* margin,padding 초기화 */
body,
h1,
h2 {
margin: 0px;
padding: 0px;
}
h1 {
font-size: 36px;
font-weight: bold;
/* font-style: italic; */
}
h2 {
font-size: 20px;
color: #282828;
font-weight: lighter;
margin-bottom: 16px;
/* 구분선 */
border-bottom: 1px solid #ebebeb;
padding-bottom: 5px;
}
.name-text {
font-size: 16px;
color: #7c7c7c;
font-weight: bold;
font-style: italic;
}
.about-me-text {
font-size: 12px;
line-height: 11px;
font-family: "Noto Sans KR";
}
.mainbox {
width: 610px;
padding: 30px;
margin: 30px;
border: 1px solid #ebebeb;
box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
/* 중앙정렬 코드 */
margin-right: auto;
margin-left: auto;
}
.title-box {
text-align: right;
}
section {
margin-bottom: 24px;
}
.float-wrap {
overflow: hidden;
}
.title-text {
font-size: 11px;
font-weight: bold;
color: #282828;
float: left;
}
.year-text {
font-size: 11px;
font-weight: bold;
color: #282828;
float: right;
}
.desc-text {
font-size: 9px;
}
.desc-subtext {
font-size: 9px;
color: #282828;
/* 들여쓰기 효과 */
padding-left: 16px;
}
/* .sns-img {
width: 12px;
height: 12px;
} */
.sns-wrap {
text-align: right;
}
footer {
text-align: center;
background-color: #1e1e1e;
padding: 20px;
font-size: 12px;
color: #919191;
}
67 changes: 67 additions & 0 deletions Starlight258/Starlight258.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>자기소개서</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="mainbox">
<div class="title-box">
<h1>김명지</h1>
<p class="name-text">백엔드 개발자, 보안</p>
</div>
<section>
<h2>ABOUT ME</h2>
<p class="about-me-text">
<br>안녕하세요 반갑습니다 저는 김명지입니다.</br>
<br>전공은 소프트웨어공학이고 현재 3학년입니다.</br>
<br>제 목표는 백엔드 개발자 또는 서버개발자가 되는것이 꿈이고
보안도 함께 배워서 그 분야에 적용하고 싶습니다.</br>
<br>맛있는 음식을 먹는 것을 좋아하고 취미는 여러개가 있지만 최근에는 원석, 보석에 관심이
생겼습니다.</br>
<br> 최근 시작한 게임은 메이플이며 요즘 목표는 전공공부
열심히하기, 따로 개발공부하기 입니다.</br>
<br>잘 부탁드립니다.</br>
</p>
</section>
<section>
<!-- 경험 -->
<h2>ACTIVITIES</h2>
<div class="float-wrap">
<p class="title-text">Study</p>
<p class="year-text">2020-Now</p>
</div>
<p class="desc-text">Web Develop</p>
<p class="desc-subtext">
HTML/CSS, Vanilla JS, NodeJS, WebRTC, WebSocket, MongoDB
</p>
<p class="desc-text">Scrapper</p>
<p class="desc-subtext">Python, HTML</p>
<p class="desc-text">Game</p>
<p class="desc-subtext">C++</p>
<p class="desc-text">NFT market prototyping</p>
<p class="desc-subtext">Figma</p>
<p class="desc-text">Drone control</p>
<p class="desc-subtext">Robolink</p>
<div class="float-wrap">
<p class="title-text">Security</p>
<p class="year-text">2020-Now</p>
</div>
<p class="desc-text">Infosec club(정보보호119)</p>
<p class="desc-subtext">Study, Project, Documentation</p>
<p class="desc-text">Study</p>
<p class="desc-subtext">Documentation, Wargame</p>
</section>
<div class="sns-wrap">
<a href="https://shout-to-my-mae.tistory.com/"
><img class "sns-img" src="images/tistory.png" width="30"
height="30"></a
>
</div>
</div>
<footer>
<p>Copyright Starlight258 All rights reserved.</p>
</footer>
</body>
</html>
Binary file added images/tistory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.