diff --git a/Starlight258/Starlight258.css b/Starlight258/Starlight258.css new file mode 100644 index 0000000..892f4b8 --- /dev/null +++ b/Starlight258/Starlight258.css @@ -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; +} diff --git a/Starlight258/Starlight258.html b/Starlight258/Starlight258.html new file mode 100644 index 0000000..f536067 --- /dev/null +++ b/Starlight258/Starlight258.html @@ -0,0 +1,67 @@ + + + + + 자기소개서 + + + +
+
+

김명지

+

백엔드 개발자, 보안

+
+
+

ABOUT ME

+

+
안녕하세요 반갑습니다 저는 김명지입니다.
+
전공은 소프트웨어공학이고 현재 3학년입니다.
+
제 목표는 백엔드 개발자 또는 서버개발자가 되는것이 꿈이고 + 보안도 함께 배워서 그 분야에 적용하고 싶습니다.
+
맛있는 음식을 먹는 것을 좋아하고 취미는 여러개가 있지만 최근에는 원석, 보석에 관심이 + 생겼습니다.
+
최근 시작한 게임은 메이플이며 요즘 목표는 전공공부 + 열심히하기, 따로 개발공부하기 입니다.
+
잘 부탁드립니다.
+

+
+
+ +

ACTIVITIES

+
+

Study

+

2020-Now

+
+

Web Develop

+

+ HTML/CSS, Vanilla JS, NodeJS, WebRTC, WebSocket, MongoDB +

+

Scrapper

+

Python, HTML

+

Game

+

C++

+

NFT market prototyping

+

Figma

+

Drone control

+

Robolink

+
+

Security

+

2020-Now

+
+

Infosec club(정보보호119)

+

Study, Project, Documentation

+

Study

+

Documentation, Wargame

+
+
+ +
+
+ + + diff --git a/images/tistory.png b/images/tistory.png new file mode 100644 index 0000000..1d0699e Binary files /dev/null and b/images/tistory.png differ