-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
274 lines (249 loc) · 11.7 KB
/
index.html
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
<!DOCTYPE html>
<html lang="ko">
<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" />
<title>kzlsk-Portfolio</title>
<!-- SEO -->
<meta name="description"
content="리나의 포트폴리오!"/>
<meta name="author" content="kzlsk"/>
<!-- favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon"/>
<!-- OG (Open Graph Data) -->
<meta property="og:title" content="리나의 포트폴리오!" />
<meta property="og:type" content="website"/>
<meta property="og:url" content="배포후 생성 url"/>
<meta property="og:image" content="배포후 생성 이미지 url"/>
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap" rel="stylesheet">
<!-- font awesome -->
<script
src="https://kit.fontawesome.com/5deb6b958e.js"
crossorigin="anonymous">
</script>
<!-- CSS -->
<link rel="stylesheet" href="CSS/style.css">
<!-- JS -->
<script src="src/main.js" defer></script>
</head>
<body>
<!-- header -->
<header class="header">
<!-- logo -->
<div class="header__logo">
<img class="header__logo__img" src="img/profile-circle.png" alt="logo" heigth="300" width="300" />
<h1 class="header__logo__title" ><a href="#">kzlsk</a></h1>
</div>
<!-- menu -->
<nav class="header__nav">
<ul class="header__menu">
<li><a class="header__menu__item active"href="#profile">PROFILE</a></li>
<li><a class="header__menu__item"href="#about">ABOUT ME</a></li>
<li><a class="header__menu__item"href="#skills">SKILLS</a></li>
<li><a class="header__menu__item"href="#projects">PROJECT</a></li>
<li><a class="header__menu__item"href="#contact">CONTACT</a></li>
</ul>
</nav>
</header>
<!-- main -->
<main>
<!-- profile -->
<section id="profile">
<img class="profile__img" src="img/profile-remove.png" alt="kzlsk's profile" height="400" width="400"/>
<h2 class="profile__title">Hello👋🏻 <br>I'm a <strong class="profile__title--strong">Frontend Developer</strong>, Rina!</h2>
<h4 class="profile__description">
"Passionate Frontend Developer"<br>
끊임없이 사용자 경험을 개선하고자 하는 열정적인 프론트엔드 개발자입니다.
</h4>
<a class="profile__contact" href="#contact">Contact Me!</a>
</section>
<!-- about me -->
<section id="about" class="section max-container">
<h2 class="title">ABOUT ME</h2>
<ul class="description">
<p>
- 사용자 중심의 인터페이스를 만들어내는 것에 큰 흥미를 느끼며, 깔끔하고 효율적인
코드를 통해 웹 기술의 최신 동향을 따라가고 있는 프론트엔드 개발자입니다. <br>
- 끊임없는 학습과 협업을 통해 성장하는 것에 힘입어, 미래의 프론트엔드 개발자로서
새로운 도전을 기대하고 있습니다. <br>
- 사용자와 개발자 간의 다리 역할을 할 수 있는 개발자로서
기회에 대한 열린 마음을 가지고 있습니다. <br>
</p>
</ul>
<ul class="majors">
<li class="major">
<i class="fa-solid fa-f major__icon"></i>
<p>Front-end</p>
<p>HTML, CSS, Javascript, React</p>
</li>
<li class="major">
<i class="fa-solid fa-m major__icon"></i>
<p>Mobile</p>
<p>Android, Java</p>
</li>
<li class="major">
<i class="fa-solid fa-b major__icon"></i>
<p>Back-end</p>
<p>Java, Node.js, Python, MySQL, MongoDB</p>
</li>
</ul>
<ul class="university">
<li class="dcu">
<img class="dcu__logo" src="img/dcu.png" alt="대구가톨릭대학교">
<div>
<p class="dcu__name">대구가톨릭대학교 컴퓨터공학전공 졸업</p>
<p class="dcu__period">2020 Mar - 2024 Aug</p>
</div>
</li>
</ul>
</section>
<!-- skills -->
<section id="skills" class="section">
<div class="max-container">
<h2 class="title">MY SKILLS</h2>
<p class="description">Skills & Attributes</p>
<p>끊임없는 학습과 성장에 힘입어 더 나은 사용자 경험을
제공하기 위해 최신 기술을 습득하고 있습니다.
</p>
<div class="skills">
<section class="skills__coding">
<h3 class="skills__title">Coding Skills</h3>
<ul>
<li class="bar">
<div class="bar__metadata">
<span>HTML</span>
<span>80%</span>
</div>
<div class="bar__bg">
<div class="bar__value" style="width: 80%"></div>
</div>
</li>
<li class="bar">
<div class="bar__metadata">
<span>CSS</span>
<span>80%</span>
</div>
<div class="bar__bg">
<div class="bar__value" style="width: 80%"></div>
</div>
</li>
<li class="bar">
<div class="bar__metadata">
<span>Javascript</span>
<span>70%</span>
</div>
<div class="bar__bg">
<div class="bar__value" style="width: 70%"></div>
</div>
</li>
</ul>
</section>
<section class="skills__tools">
<h3 class="skills__title">Tools</h3>
<ul>
<li>Visual Studio Code</li>
<li>IntelliJ</li>
<li>Android Studio Code</li>
<li>Eclipse</li>
</ul>
</section>
<section class="skills__etc">
<h3 class="skills__title">Etc</h3>
<ul>
<li>Git</li>
<li>Notion</li>
<li>Figma</li>
</ul>
</section>
</div>
</div>
</section>
<!-- projects -->
<section id="projects" class="section">
<div class="max-container">
<h2 class="title">MY PROJECTS</h2>
<ul class="categories">
<li><button class="category category--selected">All <span class="category__count">4</span></button></li>
<li><button class="category">Front-end <span class="category__count">2</span></button></li>
<li><button class="category">Mobile <span class="category__count">1</span></button></li>
<li><button class="category">Back-end <span class="category__count">1</span></button></li>
</ul>
<ul class="projects">
<li class="project">
<a href="#" target="_blank">
<img src="img/1.png" alt="프로젝트1" class="project__img" width="300px" height="200px">
<div class="project__metadata">
<h3 class="project__title">Project 1</h3>
<p>description</p>
</div>
</a>
</li>
<li class="project">
<a href="#" target="_blank">
<img src="img/2.png" alt="프로젝트2" class="project__img" width="300px" height="200px">
<div class="project__metadata">
<h3 class="project__title">Project 2</h3>
<p>description</p>
</div>
</a>
</li>
<li class="project">
<a href="#" target="_blank">
<img src="img/3.png" alt="프로젝트3" class="project__img" width="300px" height="200px">
<div class="project__metadata">
<h3 class="project__title">Project 3</h3>
<p>description</p>
</div>
</a>
</li>
<li class="project">
<a href="#" target="_blank">
<img src="img/4.png" alt="프로젝트4" class="project__img" width="300px" height="200px">
<div class="project__metadata">
<h3 class="project__title">Project 4</h3>
<p>description</p>
</div>
</a>
</li>
</ul>
</div>
</section>
<!-- arrow up > 위로 가기 버튼-->
<aside>
<a class="arrow-up" href="#" title="위로 가기">
<i class="fa-solid fa-circle-up"></i>
</a>
</aside>
</main>
<!-- footer -->
<footer id="contact" class="section">
<div class="max-container">
<h2 class="title">Let's Talk</h2>
<div class="contact__mail">
<i class="fa-regular fa-envelope contact__mail__icon"></i>
<p class="description">rlaflsk4887@gamil.com</p>
</div>
<ul class="contact__links">
<li>
<a class="contact__link" href="https://github.com/kzlsk" target="_blank" title="my github link">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a class="contact__link" href="https://www.instagram.com/k_zllsk/" target="_blank" title="my instagram link">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
<p>© Kzlsk Profolio Web Site - All rights reserved</p>
</div>
</footer>
</body>
</html>