-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
219 lines (179 loc) · 6.6 KB
/
index.html
File metadata and controls
219 lines (179 loc) · 6.6 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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RMV9WLWLMN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RMV9WLWLMN');
</script>
<title>Han-seokwon's porfolio</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel='stylesheet' href='style.css'>
<link rel='stylesheet' href='fontello/css/fontello-embedded.css'>
<meta charset='utf-8'>
<meta name='description' content='Han-seokwon's porfolio.'>
<meta name='keywords' content='Han seok won, website portfolio'>
<meta name='author' content ='Han seok won'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a name='TOP'></a>
<header>
<div class='header_wrap'>
<div class='logo'>
<a href="index.html#TOP"><img src="images/logo.svg"></a>
</div>
<nav>
<div class='nav_index'>
<ul>
<li><a href="index.html#ABOUT" >ABOUT</a></li>
<li><a href="index.html#STUDY" >STUDY</a></li>
<li><a href='https://github.com/Han-seokwon'target='_blank' title='My Github profile URL'><i class=' icon-github-circled-alt2'></i></a></li>
</ul>
<div class='github_profile'>
</div>
</div>
</nav>
</div>
</header>
<section >
<article class='intro_container'>
<div class='intro_content'>
<div class="name">
<h1>Han Seokwon</h1>
</div>
<div class="keywords">
<p>STDEAY LEARNER</p>
<p>HARD WORKER</p>
<p>PASSIONATE STUDENT</p>
</div>
</div>
</article>
<a name='ABOUT'></a>
<article class='about_container'>
<h2>About</h2>
<div class='about_content'>
<div class="introduce_container">
<div id='introduce_head'>INTRODUCE</div>
<p> Hi, I am Han-seokwon. </p>
<p> I love programming creative, interesting things.</p>
<p> This website is the main place where I experiment with my ideas.</p>
<p>It would be greatly appreciated if you give me some feedback about this website.<p>
</div>
<div class='profile_container'>
<div id="profile_head">PROFILE</div>
<ul>
<li><span>EDUCATION: </span>
<span> <a href='https://www.koreatech.ac.kr/kor/Main.do'
target='_blank' title='Koreatech University home page link'
style="color:#ffdc00;font-size: 22px;text-decoration:underline">
Koreatech University</a>, currently majoring Computer Engineering(S/W)</span></li>
<li><span>ADDRESS: </span>
<span> Cheonan, South Korea</span></li>
<li><span>INTEREST: </span>
<span> Algorithm problems solving, Web programming, Image processing </span></li>
<li><span>GOAl: </span>
<span> Web Publisher, Software engineer</span></li>
</ul>
</div>
</div>
</article>
<a name='STUDY'></a>
<article class ='study_container'>
<h2>STUDY</h2>
<div class="study_PL">
<h3>Programming language</h3>
<div class='PL_container'>
<div class='PL_content'>
<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/110px-Python-logo-notext.svg.png'
width='105px' alt='Python logo'>
<div class='PL_content_state'>
<div class='graph'>
<span class='graph_stick' style='width:40%;'>
<span class='graph_per'>40%</span>
</span>
</div>
<p>Medium level</p>
</div>
</div>
<div class='PL_content'>
<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/CSS3_and_HTML5_logos_and_wordmarks.svg/791px-CSS3_and_HTML5_logos_and_wordmarks.svg.png'
width='180px' alt='CSS3 HTML5 logo'>
<div class='PL_content_state'>
<div class='graph'>
<span class='graph_stick' style='width:50%;'>
<span class='graph_per'>50%</span>
</span>
</div>
<p>Medium level</p>
</div>
</div>
<div class='PL_content'>
<img src=' https://upload.wikimedia.org/wikipedia/commons/archive/3/35/20190417225046%21The_C_Programming_Language_logo.svg'
width='120px' alt='C language logo'>
<div class='PL_content_state'>
<div class='graph'>
<span class='graph_stick' style='width:20%;'>
<span class='graph_per'>20%</span>
</span>
</div>
<p>Basic level</p>
</div>
</div>
</div>
</div>
<div class="study_projects">
<h3>Projects</h3>
<div class="project_container">
<div class="project_content">
<div class="project_box">
<a href="filter.html">
<img src="images/css_filter_project.png" alt="css filter property project">
<p>CSS filter</p>
</a>
</div>
</div>
<div class="project_content">
<div class="project_box">
<a href="blend.html">
<img src="images/css_blend_project.png" alt="css blend property project">
<p>CSS blend mode</p>
</a>
</div>
</div>
<div class="project_content">
<div class="project_box">
<a href="transform.html">
<img src="images/css_transform_project.png" alt="css transform property project">
<p>CSS filter</p>
</a>
</div>
</div>
</div>
</div>
</article>
</section>
<footer>
<div class='contact'>
<p>contact</p>
<ul>
<li>hoh91700001@gmail.com </li>
<li>hoh9170@koreatech.ac.kr</li>
</ul>
</div>
<div class="credits">
<p>credits</p>
<div><a href="license.html" alt='webfont LICENSE.txt'style='text-decoration:underline'>webfont license</a>
<a href='https://fontello.com/' alt='Fontello URL'> (from Fontello)</a></div>
</div>
<div class="copyright">
Copyright 2021. Han seokwon all right reserved.
</div>
<p>last updated 2021-01-22</p>
</footer>
</body>
</html>