-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
42dbc7b
commit 7b70a53
Showing
6 changed files
with
196 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Po-Ba</title> | ||
</head> | ||
|
||
<body> | ||
<img src="Po-Ba.jpg" alt="Po-Ba in front of Pohang sea"> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE HTML> <!--// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input --> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Contact me</title> | ||
</head> | ||
|
||
<body> | ||
<h2>Contact me</h2> | ||
<form action="mailto:[email protected]" method="post" enctype="text/plain"> | ||
<label>Your name:</label> | ||
<input type="text" name="yourName" value=""><br> | ||
<label>Your Email:</label> | ||
<input type="email" name="yourEmail" value=""><br> | ||
<label>Your Message:</label><br> | ||
<textarea name="yourMessage" rows="10" cols="30"></textarea><br> | ||
<input type="submit" name=""> | ||
</form> | ||
</body> | ||
|
||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>🌕Moon Chan Yeong's Personal Site</title> | ||
</head> | ||
|
||
<body> | ||
<table cellspacing="20"> | ||
<tr> | ||
<td> | ||
<img src="https://avatars.githubusercontent.com/u/173697762?v=4" alt="moon chan yeong profile picture"> | ||
</td> | ||
<td> | ||
<h1>Moon Chan Yeong</h1> | ||
<p><em>Day by day in every way, I'm getting better and better</em></p> | ||
<p>I am a graduate student at Pohang University of Science and Technology(POSTECH). | ||
My major is 'Social Data Science'. | ||
I love to learn something and have curious about many things in the world. | ||
I have a motorcycle, <a href="Po-Ba.html">Po-Ba(Pohang Bada)</a>. | ||
Everymorning I handdrip a cup of coffee. I really love coffee.</p> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
|
||
<hr> | ||
|
||
<h2>Education</h2> | ||
<ul> | ||
<li>Geochang High School</li> | ||
<li>B.S. Educational Technology, Hanyang University, Korea, 2024</li> | ||
</ul> | ||
<hr> | ||
|
||
<h2>Journals</h2> | ||
<p>J1. 하선민, 전용찬, <b>문찬영</b>, & 송지훈. (2024). N 잡러가 경험한 심리적 소진 회복에 관한 근거이론적 접근. 한국콘텐츠학회논문지, 24(6), 408-424. <a href="https://doi.org/10.5392/JKCA.2024.24.06.408">https://doi.org/10.5392/JKCA.2024.24.06.408</a></p> | ||
<p>J2. 이진주, <b>문찬영</b>, 이진주. (2024). Rasch 분석을 활용한 일터에서의 목표지향성 측정도구 타당화 연구. 경영교육연구, 39(3), 199-226. <a href="https://doi.org/10.23839/kabe.2024.39.3.199">https://doi.org/10.23839/kabe.2024.39.3.199</a></p> | ||
<hr> | ||
|
||
<h2>Skills</h2> | ||
<table border="1" cellpadding="3"> | ||
<tr> | ||
<td> | ||
<table> | ||
<tr> | ||
<td>Problem-solving</td> | ||
<td>⭐⭐⭐⭐⭐</td> | ||
</tr> | ||
<tr> | ||
<td>Work Ethic</td> | ||
<td>⭐⭐⭐⭐⭐</td> | ||
</tr> | ||
<tr> | ||
<td>Analytics Skills</td> | ||
<td>⭐⭐⭐⭐⭐</td> | ||
</tr> | ||
</table> | ||
</td> | ||
<td> | ||
<table> | ||
<tr> | ||
<td>Team Working</td> | ||
<td>⭐⭐⭐⭐⭐</td> | ||
</tr> | ||
<tr> | ||
<td>Communication</td> | ||
<td>⭐⭐⭐⭐⭐</td> | ||
</tr> | ||
<tr> | ||
<td>Leadership</td> | ||
<td>⭐⭐⭐⭐⭐</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
<hr> | ||
|
||
<h2>Work Experience</h2> | ||
<p>Coming Soon...</p> | ||
<hr> | ||
|
||
<h2>Fullmoon_1st album</h2> | ||
<table border="1" cellpadding="3"> | ||
<thead> | ||
<tr> | ||
<td align="center">Number</td> | ||
<td align="center">Title</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
</tbody> | ||
<tfoot></tfoot> | ||
<tr> | ||
<td align="center">1</td> | ||
<td align="center">그대로</td> | ||
</tr> | ||
<tr> | ||
<td align="center">2</td> | ||
<td align="center">달나라</td> | ||
</tr> | ||
<tr> | ||
<td align="center">3</td> | ||
<td align="center">놔</td> | ||
</tr> | ||
<tr> | ||
<td align="center">4</td> | ||
<td align="center">그 아이</td> | ||
</tr> | ||
<tr> | ||
<td align="center">5</td> | ||
<td align="center">좋아해도 될까</td> | ||
</tr> | ||
<tr> | ||
<td align="center">6</td> | ||
<td align="center">빈자리</td> | ||
</tr> | ||
</table> | ||
<a href="https://youtu.be/SMc55SUhe8U?si=CwCLHzWKyRVwvrqG">Youtube link</a> for listening the full album | ||
<hr> | ||
|
||
<h2>Hobbies</h2> | ||
<ol> | ||
<li>Coffee Handdrip</li> | ||
<li>Riding my motorcycle, Po-Ba</li> | ||
<li>Listening music</li> | ||
</ol> | ||
<hr> | ||
|
||
<h2>Contact Information</h2> | ||
<p>E-mail: [email protected]</p> | ||
<p>Please click <a href="contact_me.html">here</a> to send me e-mail</p> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" | ||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<input type="text"><br> | ||
<input type="submit"><br> | ||
<input type="file"><br> | ||
<input type="date"><br> | ||
<input type="radio"><br> | ||
<input type="range"><br> | ||
|
||
</body> | ||
</html> |