-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
341 lines (310 loc) · 9.45 KB
/
index.html
File metadata and controls
341 lines (310 loc) · 9.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>안녕하세요 김개발입니다</title>
<!--
웹페이지의 디테일을 드라마틱하게 올려주는 요소들
1. favicon
2. og tag
3. web font
-->
<!-- favicon -->
<link
rel="icon"
type="image/png"
href="./favicon-96x96.png"
sizes="96x96"
/>
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<link rel="shortcut icon" href="./favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="./apple-touch-icon.png"
/>
<link rel="manifest" href="./site.webmanifest" />
<!-- og tag -->
<!-- https://ogp.me/ -->
<meta property="og:title" content="백엔드 개발자 [김개발]을 소개합니다!" />
<meta
property="og:description"
content="꾸준히 성장하는 백엔드 개발자 [김개발]의 포트폴리오입니다. 안정적인 시스템과 더 나은 사용자 가치를 만들기 위한 열정과 고민을 담았습니다."
/>
<meta
property="og:image"
content="https://parkgoeun00.github.io/250916_css2/preview.png"
/>
<style>
/* 폰트 */
/* https://noonnu.cc/ */
@font-face {
font-family: "YesMyungjo";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESMyoungjo-Regular.woff")
format("woff");
font-weight: normal;
font-display: swap;
}
@font-face {
font-family: "YesMyungjo";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESMyoungjo-Bold.woff")
format("woff");
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2")
format("woff2");
font-weight: 100;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2")
format("woff2");
font-weight: 200;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2")
format("woff2");
font-weight: 300;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2")
format("woff2");
font-weight: 400;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2")
format("woff2");
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2")
format("woff2");
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2")
format("woff2");
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2")
format("woff2");
font-weight: 800;
font-display: swap;
}
@font-face {
font-family: "Paperozi";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2")
format("woff2");
font-weight: 900;
font-display: swap;
}
body {
font-family: "Paperozi";
font-weight: 400;
}
.title {
font-family: "Paperozi";
font-weight: 800;
color: #1e2022;
}
/* 기본 전체 설정 */
* {
box-sizing: border-box;
/* 모든 box width, height를 우리 지정에 맞게 */
}
body {
margin: 0; /* 기본 마진 */
background-color: #f0f5f9;
color: #e1e4e6;
}
/* 색상 설정 */
/*
-primary-100:#1E2022;
-primary-200:#34373b;
-primary-300:#F0F5F9;
-accent-100:#788189;
-accent-200:#e1e4e6;
-text-100:#1E2022;
-text-200:#52616B;
-bg-100:#F0F5F9;
-bg-200:#C9D6DF;
-bg-300:#bfc7d1;
전체 배경색 : #F0F5F9
박스색 : #1E2022
강조색 : #788189
글자색 : #1E2022
글자색2 : e1e4e6
*/
.box {
background-color: #1e2022;
padding: 24px;
border-radius: 12px;
/* border-radius: 50%; */
/* 0~50% */
}
body {
display: flex;
gap: 24px;
flex-direction: column;
/* 위에서 아래 방향으로 쌓아서 처리 */
}
/* 레이아웃 : 박스모델, 플렉스 */
body > section {
/* body에 바로 속한 section */
/* 자식 선택 -> 바로 속한 경우 */
/* padding: 24px; */
padding: 0 24px;
/* 아무리 늘려도 640보다 늘어나지는 않도록 */
/* https://getbootstrap.com/docs/5.3/layout/breakpoints/#available-breakpoints */
/* 브레이크포인트 - 일반적인 기기 평균값 */
max-width: 576px;
/* max로 늘어난경우 마진이 생기도록 */
width: 100%;
margin: auto;
}
#intro .title {
text-align: center;
}
#intro div {
line-height: 1.6;
/* 1 : 100% */
}
h2 {
margin-top: 0;
}
#tech-stack ul {
display: flex;
flex-wrap: wrap;
gap: 24px;
justify-content: center;
margin: 0;
padding: 0;
}
#tech-stack li {
list-style: none;
width: 128px;
aspect-ratio: 1; /* 가로/세로 */
background-color: #788189;
border-radius: 8px;
border: 1px transparent solid;
padding: 4px;
display: flex;
justify-content: center;
align-items: center;
}
#tech-stack img {
width: 80%;
padding: 8px;
background-color: white;
border-radius: 50%;
}
#portfolio .box > div {
display: flex;
flex-direction: column;
gap: 24px;
}
#portfolio .item {
background-color: #1e2022;
width: 100%;
height: 160px;
border-radius: 8px;
border: 1px white solid;
padding: 0 16px;
}
</style>
</head>
<body>
<section id="intro">
<h1 class="title">
반갑습니다!<br />
성장하는 백엔드 개발자<br />
[김개발]입니다
</h1>
<section class="box">
<div>
사용자에게 더 나은 가치를 제공하기 위해,
<strong>안정적이고 확장 가능한 시스템</strong>을 구축하는 데 깊은
흥미를 느낍니다. 새로운 기술을 배우고 적용하며 꾸준히 성장하는
개발자가 되겠습니다.
</div>
</section>
</section>
<!-- flex 기반 레이아웃. svg repo. -->
<!-- 기술 스택 (부트캠프) -->
<!-- https://www.svgrepo.com/ -->
<!-- https://icons8.com/ -->
<section id="tech-stack">
<section class="box">
<!-- https://emojipedia.org/ -->
<h2>💻 기술 스택</h2>
<ul>
<li>
<img src="img/java.png" alt="JAVA" />
</li>
<li>
<img src="img/spring.png" alt="SPRING" />
</li>
<li>
<img src="img/mysql.png" alt="MYSQL" />
</li>
<li>
<img src="img/aws.png" alt="AWS" />
</li>
<li>
<img src="img/github.png" alt="GITHUB" />
</li>
</ul>
</section>
</section>
<!-- 포트폴리오 (3종) -->
<section id="portfolio">
<section class="box">
<h2>📚 포트폴리오</h2>
<div>
<div class="item">
<h3>여행 추천 프로젝트</h3>
<p>
사용자 맞춤형 여행지를 추천하는 API 서버를 개발했습니다. Spring
Boot를 기반으로 RESTful API를 설계하고, MySQL을 사용하여 여행지
데이터를 효율적으로 관리했습니다.
</p>
</div>
<div class="item">
<h3>재능 매칭 프로젝트</h3>
<p>
사용자 간 재능을 교환하고 거래할 수 있는 플랫폼의 백엔드 시스템을
구축했습니다. 실시간 채팅 기능을 구현하고, 안전한 거래를 위한 인증
및 권한 관리 로직을 설계했습니다.
</p>
</div>
<div class="item">
<h3>AWS 인프라 프로젝트</h3>
<p>
안정적이고 확장성 있는 서비스 운영을 위해 AWS 클라우드 환경에
인프라를 구축했습니다. EC2, RDS, S3 등 주요 서비스를 활용하여
애플리케이션을 배포하고 모니터링했습니다.
</p>
</div>
</div>
</section>
</section>
</body>
</html>