-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (81 loc) · 4.34 KB
/
index.html
File metadata and controls
90 lines (81 loc) · 4.34 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
<html lang="ko"><head>
<meta charset="utf-8">
<title>Who Am I? : 현준혁</title>
<link rel="stylesheet" as="style" crossorigin="" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css">
<link rel="icon" href="cv.png">
<link rel="stylesheet" href="css.css">
</head>
<body>
<header>
<div class="wrap">Who Am I ?</div>
</header>
<main class="wrap">
<div class="info">
<div class="cover">
<img class="cover-image" src="https://whoami-junhyuckhyun.netlify.app/self_pic.PNG" alt="본인 사진">
</div>
<h1 class="list-title">
추진력있는 거북이 현준혁입니다.
<span class="hot-badge"> 독한놈 </span>
</h1>
<div class="personal">
<img src="https://whoami-junhyuckhyun.netlify.app/instagram.png" alt="인스타그램" class="personal-profile">
<a href="https://www.instagram.com/newjun._.0804/" target="_blank" title="인스타그램 새 창으로 열기">newjun._.0804</a>
</div>
<div class="description">
2001년에 태어나 서울과학기술대학교 컴퓨터공학과 21학번에 재학중인 현준혁입니다. <br>
남들에게 지는 것을 싫어하는 성격으로 타인보다 부족한 부분은 채우기위해 독하게 공부하고 있습니다. <br>
제가 학습한 내용은 따로 까먹지 않게 정리하여 블로그에 정리하고 있습니다.
</div>
<span class="blog">
<a href="https://blog.naver.com/5512rose" target="_blank" title="블로그 새 창으로 열기">클릭하여 블로그 방문하기</a>
</span>
</div>
<!-- ------------------------------------------------------------------------------------ -->
<div class="main">
<h1 class="list-title">
Interested In , Now Studying
<!-- <span class="hot-badge"> 스터디 진행중 </span> -->
</h1>
<div class="personal">
<img src="https://whoami-junhyuckhyun.netlify.app/computer-science.png" alt="JS" class="personal-profile"> Computer Science_ FrontEnd
<span class="hot-badge-second"> 관심사 </span>
<img src="https://whoami-junhyuckhyun.netlify.app/js.png" alt="JS" class="personal-profile"> JavaScript
<span class="hot-badge-second"> 열공중 </span>
</div>
<div class="description-second">
.프론트엔드쪽에 관심이 있습니다! 즉각적인 아웃풋 산출이 너무 재밌거든요<br>
.현재는 HTML 과 CSS 를 바탕으로 JS 를 집중적으로 공부하고 있습니다. JS가 어느정도 체화되면 바로 React 를 공부하려 합니다 <br>
.아직 능숙하진 않고 많이 부족하지만 남들보다 늦게 시작한만큼 더욱 노력하고 있습니다
</div>
</div>
<!-- --------------------------------------------------------------------------------------- -->
<div class="last">
<h1 class="list-title">
Skills
</h1>
<div class="personal-last">
<span class="touch">
<img src="https://whoami-junhyuckhyun.netlify.app/c.png" alt="c.png" class="personal-profile"> C
</span>
<span class="touch">
<img src="https://whoami-junhyuckhyun.netlify.app/c-.png" alt="C++마크" class="personal-profile"> C++
</span>
<span class="touch">
<img src="https://whoami-junhyuckhyun.netlify.app/html-5.png" alt="HTML마크" class="personal-profile"> HTML
</span>
<br>
<span class="retouch_1">
<img src="https://whoami-junhyuckhyun.netlify.app/css-3.png" alt="CSS마크" class="personal-profile"> CSS
</span>
<span class="retouch_2">
<img src="https://whoami-junhyuckhyun.netlify.app/meditation.png" alt="수석" class="personal-profile"> 前 학과 1등의 끈기
</span>
</div>
<div class="description-second">
뛰어난 실력도 아닌, 엄청난 지식을 보유하지도 않았습니다. <br>
하지만 누구보다 겸손하게 또 열심히 활동에 임하겠습니다.
</div>
</div>
</main>
</body></html>