-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
370 lines (330 loc) · 19.1 KB
/
Copy pathindex.html
File metadata and controls
370 lines (330 loc) · 19.1 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- AppMode on mobile safari -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="description" content="Lee Changhyun">
<meta name="author" content="leechwin1@gmail.com">
<title>Lee Chang hyun</title>
<!-- Browser favicon -->
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<!-- IPhone home page bookmark icon creation -->
<link href="favicon.ico" rel="apple-touch-icon"/>
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-image-gallery.min.css">
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/colorbox.css" type="text/css" media="screen">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39067921-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" onclick="onBrand()">Lee Chang hyun</a>
<div class="nav-collapse collapse">
<ul class="nav">
<!-- li class="active"><a href="#">Home</a></li-->
<li class="li-content"><a href="http://leechwin.tistory.com/">Blog</a></li>
<li class="li-content"><a href="https://github.com/leechwin">Github</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="label label-info">E-Mail</div>
<ul>
<li class="li-content">leechwin1@gmail.com</li>
</ul>
<br>
<div class="label label-important">Repository</div>
<ul>
<li class="li-content"><a href="http://leechwin.tistory.com/">Blog: http://leechwin.tistory.com/</a></li>
<li class="li-content"><a href="https://github.com/leechwin">Github: https://github.com/leechwin</a></li>
<li class="li-content"><a href="http://www.slideshare.net/ChanghyunLee4/">Slideshare: http://www.slideshare.net/ChanghyunLee4/</a></li>
</ul>
<br>
<div class="label label-warning">Interests</div>
<ul>
<li class="li-content">Web Technologies: JavaScript/HTML/CSS/Json</li>
<li class="li-content">ServerSide: Node.js</li>
<li class="li-content">Eclipse Plugin Technology</li>
<li class="li-content">JAVA</li>
<li class="li-content">C++</li>
<li class="li-content">WIN32</li>
<li class="li-content">MFC</li>
</ul>
<br>
<div class="label label-inverse">Hobby</div>
<ul>
<li class="li-content">Snowboard, Soccer, Basketball, Fishing, Classical guitar, F1 Waching</li>
</ul>
<br>
<div class="label">Career</div>
<div class="container">
<div id="timelineContainer">
<div class="timelineToggle"><p><a class="expandAll">+ expand all</a></p></div>
<br class="clear">
<!-- 2014-->
<div class="timelineMajor">
<h2 class="timelineMajorMarker"><span>2014</span></h2>
<dl class="timelineMinor">
<dt id="2014"><a>Personal Project</a></dt>
<dd class="timelineEvent" id="2014EX" style="display:none;">
<h3>Seb 04. 2014 ~ </h3>
<div class="media">
<a href="images/wsc.png" class="CBmodal cboxElement"></a>
</div><!-- /.media -->
<p><a href="https://github.com/leechwin/sourcecleanup">Source Clean Up</a><br>
<a href="https://github.com/leechwin/sourcecleanup">- Github</a><br>
- Tab to space<br>
- Remove tailing space<br>
- Remove tailing tab<br>
- Remove "\r" of "\r\n" in windows env<br>
<br>
</p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
<dl class="timelineMinor">
<dt id="2014Hackerton"><a>Hackerton</a></dt>
<dd class="timelineEvent" id="2014HackertonEX" style="display:none;">
<h3><a href="http://soscon.net/hackathon.asp">SOSCON BlueHack</a><br></h3>
<div class="media">
<a href="images/sosconhackerton.jpg" class="CBmodal cboxElement"><img src="images/sosconhackerton.jpg" width="240" height="180" alt="sosconhackerton"></a>
</div><!-- /.media -->
<p><a href="https://github.com/sneakers3/listener">- 청각장애자를 위한 마음의 소리 앱</a><br></p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
<dl class="timelineMinor">
<dt id="2014Doc"><a>Document</a></dt>
<dd class="timelineEvent" id="2014DocEX" style="display:none;">
<h3><a href="http://leechwin.github.io/slide-webworker">Concurrency Programming of Webapp</a><br></h3>
<h3><a href="http://leechwin.github.io/slide-bom/">Browser object model</a><br></h3>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
</div><!-- /.timelineMajor -->
<!-- 2013-->
<div class="timelineMajor">
<h2 class="timelineMajorMarker"><span>2013</span></h2>
<dl class="timelineMinor">
<dt id="2013"><a>Personal Project</a></dt>
<dd class="timelineEvent" id="2013EX" style="display:none;">
<h3>Feb 04. 2013 ~ </h3>
<div class="media">
<a href="images/wsc.png" class="CBmodal cboxElement"><img src="images/wsc.png" width="240" height="180" alt="tizen"></a>
</div><!-- /.media -->
<p><a href="http://leechwin.github.com/webslidecontrol/">Web Slide Control</a><br>
<a href="https://github.com/leechwin/webslidecontrol">- Github</a><br>
- Node.js, WebSocket<br>
<br>
Demo:<br>
<a href="http://webslidecontrol.herokuapp.com/">- Controller</a><br>
<a href="http://leechwin.github.com/webslidecontrol/">- WebSlide </a><br>
</p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
<dl class="timelineMinor">
<dt id="2013Doc"><a>Document</a></dt>
<dd class="timelineEvent" id="2013DocEX" style="display:none;">
<h3><a href="http://www.slideshare.net/ChanghyunLee4/web-dev-tools-review">Web Dev Tools Review</a><br></h3>
<h3><a href="http://www.slideshare.net/ChanghyunLee4/brackets-review">Brackets Review</a><br></h3>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
</div><!-- /.timelineMajor -->
<!-- 2011-->
<div class="timelineMajor">
<h2 class="timelineMajorMarker"><span>2011</span></h2>
<dl class="timelineMinor">
<dt id="2011"><a>S-Core</a></dt>
<dd class="timelineEvent" id="2011EX" style="display:none;">
<h3>2011 ~ Current</h3>
<div class="media">
<a href="images/tizen.png" class="CBmodal cboxElement"><img src="images/tizen.png" width="240" height="180" alt="tizen"></a>
<a href="images/tizen20.png" class="CBmodal cboxElement"><img src="images/tizen20.png" width="240" height="180" alt="tizen20"></a>
<a href="images/gohome.png" class="CBmodal cboxElement"><img src="images/gohome.png" width="240" height="180" alt="gohome"></a>
</div><!-- /.media -->
<p>S-Core<br>
- Advisory Engineer<br>
<br>
Tizen Web IDE<br>
- Config/JS/CSS/HTML Editor, Preview<br>
- Validation(config,js,css)<br>
- TemplateEngine<br>
- Technique: JAVA, Eclipse Plugin Technology, HTML, CSS, Javascript<br>
<a href="https://developer.tizen.org/">- Tizen SDK</a><br>
<a href="https://www.tizen.org/sites/default/files/tizen_sdk_introductionlinuxsummit.pdf">- Introduction to Tizen SDK</a><br>
<a href="http://www.tizenschools.com/">- Tizenschools</a><br>
<br>
WebApp - GoHome<br>
<a href="http://121.133.176.35/sdk/webapp/gohome">- Gohome</a><br>
<a href="http://www.slideshare.net/ChanghyunLee4/web-app-14891739">- Slideshare: "Webapp development reviews"</a><br>
</p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
</div><!-- /.timelineMajor -->
<div class="timelineMajor">
<h2 class="timelineMajorMarker"><span>2010</span></h2>
<dl class="timelineMinor">
<dt id="2010"><a>S-Core</a></dt>
<dd class="timelineEvent" id="2010EX" style="display:none;">
<h3>2010.07 ~ 2010.12</h3>
<div class="media">
<a href="images/score.png" class="CBmodal cboxElement"><img src="images/score.png" width="240" height="180" alt="score"></a>
<a href="images/wac.png" class="CBmodal cboxElement"><img src="images/wac.png" width="240" height="180" alt="wac"></a>
</div><!-- /.media -->
<p>S-Core<br>
- Researcher Engineer<br>
<br>
WAC IDE<br>
- WAC Sample Widget, Log system development<br>
- Technique: C, JAVA, HTML, CSS, Javascript<br>
</p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
</div><!-- /.timelineMajor -->
<div class="timelineMajor">
<h2 class="timelineMajorMarker"><span>2009</span></h2>
<dl class="timelineMinor">
<dt id="2009"><a>TmaxCore</a></dt>
<dd class="timelineEvent" id="2009EX" style="display:none;">
<h3>2009 ~ 2010.06</h3>
<div class="media">
<a href="images/tmaxcore.png" class="CBmodal cboxElement"><img src="images/tmaxcore.png" width="240" height="180" alt="TmaxCore"></a>
<a href="images/tmaxwindow.png" class="CBmodal cboxElement"><img src="images/tmaxwindow.png" width="240" height="180" alt="TmaxWindow"></a>
<a href="images/mfc.png" class="CBmodal cboxElement"><img src="images/mfc.png" width="240" height="180" alt="MFC"></a>
</div><!-- /.media -->
<p>TmaxCore<br>
- Researcher Engineer<br>
<br>
Compatible mfc.dll development in Tmaxwindow<br>
- CCApp, CCDoucment, CControl and etc class development<br>
- Technique: Win32, C++, MFC<br>
<a href="http://tvpot.daum.net/v/4Uj8IrnEfbE$">- TmaxWindow 행사스케치</a><br>
</p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
</div><!-- /.timelineMajor -->
<div class="timelineMajor">
<h2 class="timelineMajorMarker"><span>2003</span></h2>
<dl class="timelineMinor">
<dt id="2003"><a>Army</a></dt>
<dd class="timelineEvent" id="2003EX" style="display:none;">
<h3>2003.05 ~ 2005.05</h3>
<div class="media">
<a href="images/army.png" class="CBmodal cboxElement"><img src="images/army.png" width="240" height="180" alt="육군중앙경리단"></a>
</div><!-- /.media -->
<p>Army Central Finance Accounting Center<br>
Lance Corporal transfer from military service<br>
</p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
</div><!-- /.timelineMajor -->
<div class="timelineMajor">
<h2 class="timelineMajorMarker"><span>2002</span></h2>
<dl class="timelineMinor">
<dt id="2002"><a>University</a></dt>
<dd class="timelineEvent" id="2002EX" style="display:none;">
<h3>2002 ~ 2009</h3>
<div class="media">
<a href="images/gachon.png" class="CBmodal cboxElement"><img src="images/gachon.png" width="240" height="180" alt="경원 대학교"></a>
<a href="images/graduationPortfolio.png" class="CBmodal cboxElement"><img src="images/graduationPortfolio.png" width="240" height="180" alt="GraduationPortfolio"></a>
</div><!-- /.media -->
<p>KyungWon University<br>
- Bachelor of Engineering in Computer Science.<br>
<br>
Graduation portfolio:<br>
- Ski lift automation using RFID systems.<br>
- Technique: RFID Kit, C, C++, MFC, JSP, HTML, CSS, Javascript<br>
</p>
<br class="clear">
</dd><!-- /.timelineEvent -->
</dl><!-- /.timelineMinor -->
</div><!-- /.timelineMajor -->
<br class="clear">
</div><!-- /#timelineContainer -->
</div><!-- /.container -->
</div>
<!-- modal-gallery is the modal dialog used for the image gallery -->
<div id="modal-gallery" class="modal modal-gallery hide fade" tabindex="-1">
<div class="modal-header">
<a class="close" data-dismiss="modal">×</a>
<h3 class="modal-title"></h3>
</div>
<div class="modal-body"><div class="modal-image"></div></div>
<div class="modal-footer">
<a class="btn modal-download" target="_blank">
<i class="icon-download"></i>
<span>Download</span>
</a>
<a class="btn btn-success modal-play modal-slideshow" data-slideshow="2000">
<i class="icon-play icon-white"></i>
<span>Slideshow</span>
</a>
<a class="btn btn-info modal-prev">
<i class="icon-arrow-left icon-white"></i>
<span>Previous</span>
</a>
<a class="btn btn-primary modal-next">
<span>Next</span>
<i class="icon-arrow-right icon-white"></i>
</a>
</div>
</div>
<!-- Hidden Element -->
<div id="myModal" class="modal hide fade">
<div class="modal-header">
<h3>leechwin</h3>
</div>
<div class="modal-body">
<!-- <img src="" width="300"> -->
</div>
</div>
<!--Loading -->
<script src="js/jquery-1.7.1.min.js"></script> <!-- http://jquery.com/ -->
<script src="js/bootstrap.min.js"></script> <!-- http://twitter.github.com/bootstrap/index.html -->
<script src="js/load-image.min.js"></script> <!-- https://github.com/blueimp/JavaScript-Load-Image -->
<script src="js/bootstrap-image-gallery.min.js"></script> <!-- https://github.com/blueimp/Bootstrap-Image-Gallery -->
<script src="js/colorbox.js"></script> <!-- http://www.jacklmoore.com/colorbox https://github.com/jackmoore/colorbox -->
<script src="js/timeliner.min.js"></script> <!-- http://www.technotarek.com/timeliner/ https://github.com/technotarek/timeliner -->
<script>
$(document).ready(function() {
$.timeliner({
//startOpen:'#2011EX'
});
// Colorbox Modal
$(".CBmodal").colorbox();
});
</script>
<script src="js/main.js"></script>
</body>
</html>