-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
313 lines (276 loc) · 16.3 KB
/
about.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
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
<!DOCTYPE html> <!--HTML이 어떤 버전으로 작성되어있는지 미리 선언해, 웹 브라우저가 내용을 올바로 표시할 수 있도록함-->
<html>
<head>
<meta charset="utf-8"> <!--이 파일이 어떤 언어로 인코딩되어야 하는지 파일 첫줄부터 512byte이내에 위치할 것을 권장-->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--IE브라우저 중 가장 최신 표준모드를 선택하라-->
<meta name="viewport" content="width=device-width, initial-scale=1"> <!--브라우저의 너비를 장치의 너비로 지정, 페이지가 처음 로딩될 때 줌 레벨을 1로 조정, 즉 CSS픽셀과 기기의 픽셀 간의 1:1 관계를 형성-->
<title>hello, this is ha-co!</title>
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900&display=swap" rel="stylesheet">
<!-- font awesome -->
<script src="https://kit.fontawesome.com/a4726a441c.js"></script>
<!-- jQuery (부트스트랩의 자바스크립트 플러그인을 위해 필요합니다. bootstrap css보다 우선 순위에 놓는다.) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- bootstrap : 합쳐지고 최소화된 최신 CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- bootstrap : 부가적인 테마 -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
<!-- bootstrap : 합쳐지고 최소화된 최신 자바스크립트 -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<!-- ha-co CSS -->
<link rel="stylesheet" href="css/ha-co-style.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-3 left">
<a class="menu-trigger" href="#">
<span></span>
<span></span>
<span></span>
</a>
<div class="menuBg">
<div class="menu-list-pc">
<ul>
<li><a href="http://ha-co.net/">skills</a></li>
<li class="active"><a href="http://ha-co.net/about.html">about</a></li>
<li><a href="http://www.react.pe.kr">library</a></li>
<li><a href="http://ha-co.net/contact.html">contact</a></li>
<!-- <li><a href="#" class="signIn-trigger">sign in</a></li> -->
</ul>
</div>
</div>
<!-- <div id="noticeBtn">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="24" height="24"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#ffffff"><path d="M143.33333,21.5l-7.16667,9.21029l-93.16667,33.78971v43l17.56673,6.36882l-2.02962,5.73893c-1.5265,4.30717 0.72473,9.02753 5.03906,10.55403l15.6071,5.52898c4.30717,1.5265 9.04153,-0.73873 10.56804,-5.05306l1.93164,-5.47298l44.48372,16.125l7.16667,9.21028h14.33333v-129zM143.33333,43.36393v85.27214l-2.28157,-0.82585l-83.71843,-30.36035v-22.89974l83.71843,-30.36035zM14.33333,64.5v43h14.33333v-43z"></path></g></g></svg>
</div> -->
<div class="logo">
<a href="index.html"><img src="img/logo.png"></a>
</div>
<div class="haco-social-btn_wrap">
<span class="haco-social-span">SNS</span>
<div class="haco-social-container">
<a><i class="fa fa-envelope" style="color: #b1b1b1;"></i></a>
<a href="https://github.com/leepro225" target="_blank"><i class="fab fa-github-alt"></i></a>
<a><i class="fab fa-linkedin-in" style="color: #b1b1b1;"></i></a>
</div>
</div>
</div>
<!-- <div class="notice">
<div>
<span>NEWS : NOW, HACO IS FINDING NEW WORK, FEEL FREE TO MAIL ME</span>
<span>You spin me right round, baby. Like a record, baby.</span>
</div>
</div>
<div class="noticePlayStop"><img class="play" src="https://img.icons8.com/material/24/000000/play--v1.png" height="20px"><img class="stop" src="https://img.icons8.com/metro/26/000000/pause.png" height="20px">
</div> -->
<div class="col-md-9 right">
<div>
<h1><span class="underlineMagical">👋 Hi, there!</span><br>
Let me introduce ha-co</h1>
<!-- <h2>
저에 대해 알려드리고 싶어서 <span class="underlineMagical" style="letter-spacing: -1px;"><b>self-interview</b></span>를 준비했습니다! <br>
</h2> -->
</div>
<div class="contentBox first">
<span class="subHeader1">console.log( <span class="subHeader2">interview</span> );</span>
<div class="contentBoxIner aboutContentBoxIner" style="min-height: 2500px;">
<div class="col-md-12">
<img src="img/chat_01.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_02.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_03.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_04.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_05.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_06.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_07.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_08.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_09.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_10.jpg" style="width: 100%; padding:40px 40px 100px 40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_11.jpg" style="width: 100%; padding:40px 40px 100px 40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_12.jpg" style="width: 100%; padding:40px 40px 100px 40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_13.jpg" style="width: 100%; padding:40px 40px 100px 40px;">
</div>
<div class="col-md-12 hideme">
<img src="img/chat_14.jpg" style="width: 100%; padding:40px 40px 100px 40px;">
</div>
<div class="col-md-12">
<img src="img/chat_15.jpg" style="width: 100%; padding:40px 40px 100px 40px;">
</div>
</div>
</div>
<!-- <div class="contentBox">
<span class="subHeader1">console.log( <span class="subHeader2">haco.mindSet</span> );</span>
<div class="contentBoxIner" style="min-height: 600px;">
<div class="col-md-12">
<img src="img/chat_01.jpg" style="width: 100%; padding:40px;">
</div>
<div class="col-md-12">
<img src="img/chat_02.jpg" style="width: 100%; padding:40px;">
</div>
</div>
</div> -->
<!-- 404 -->
<div class="haco-404-modal-wrapper">
<div class="haco-404-modal">
<div class="haco-404-modal-head">
<img src="img/alert.png" class="alertPng"><span class="modalMassage">Oops, you've got 404 error message!</span>
<a class="btn-close 404-trigger" href="#">
<i class="fa fa-times" aria-hidden="true"></i>
</a>
</div>
<div class="haco-404-modal-content">
<div class="modalQuestionBox">
<img src="img/404.gif"><br>
<span class="modalQuestion">Sorry, I'm making this page now.</span>
</div>
<a class="404-trigger" href="#"><span class="modalAnswer">RETURN</span></a>
</div>
</div>
</div>
<!-- sign in -->
<div class="haco-signIn-modal-wrapper">
<div class="haco-signIn-modal">
<div class="haco-signIn-modal-head">
<img src="img/alert.png" class="alertPng"><span class="modalMassage">hello!</span>
<a class="btn-close signIn-trigger" href="#">
<i class="fa fa-times" aria-hidden="true"></i>
</a>
</div>
<div class="haco-signIn-modal-content">
<div class="signIn-container">
<div class="signIn-welcome">
<h4 class="signIn-bold signIn-welcome-text">Welcome Back!</h4>
<p class="signIn-normal signIn-text">To keep connected with me please sign in with your personal info</p>
</div>
<input type="text" placeholder="id" class="signIn-normal">
<br/>
<input type="password" placeholder="password" class="signIn-normal"><br>
<p class="signIn-normal signIn-forgot">Forgot your <a href="#">password</a>?</p>
<button class="signIn-b-button signIn-normal">SIGN IN</button>
<div class="signIn-btn"><a class="signUp-trigger"href="#">SIGN UP</a></div>
</div>
</div>
</div>
</div>
<!-- sign Up -->
<div class="haco-signUp-modal-wrapper">
<div class="haco-signUp-modal">
<div class="haco-signUp-modal-head">
<img src="img/alert.png" class="alertPng"><span class="modalMassage">Nice to meet u!</span>
<a class="btn-close signUp-trigger" href="#">
<i class="fa fa-times" aria-hidden="true"></i>
</a>
</div>
<div class="haco-signUp-modal-content">
<div class="signUp-container">
<div class="signUp-welcome">
<h4 class="signUp-bold signUp-welcome-text">Create Account!</h4>
<p class="signUp-normal signUp-text">Enter your personal details and start journey with me</p>
</div>
<input type="text" placeholder="id" class="signUp-normal">
<input type="text" placeholder="name" class="signUp-normal"><br>
<input type="text" placeholder="email" class="signUp-normal"><br>
<input type="password" placeholder="password" class="signUp-normal"><br>
<button class="signUp-b-button signUp-normal">SIGN UP</button>
</div>
</div>
</div>
</div>
<!-- Scroll to top -->
<span class="totop"><a href="#"><span class="lyphicon glyphicon-chevron-up" aria-hidden="true"></span></a></span>
<!-- Footer-->
<!-- <footer>
Copyright 2019. ha-co. All rights reserved | E-mail : [email protected] | <a href="https://www.etri.re.kr/korcon/etc/etc_04.etri">이메일무단수집거부</a>
</footer> -->
</div>
</div>
</div>
<script>
$(document).ready(function(){
// scroll event
$(".right").scroll(function(){
$('.hideme').each( function(i){
var bottom_of_object = $(this).offset().top + $(this).outerHeight();
var bottom_of_window = $(window).scrollTop() + $(window).height();
/* If the object is completely visible in the window, fade it it */
if( bottom_of_window > bottom_of_object ){
$(this).animate({'opacity':'1'},800);
}
});
});
// menu
var burger = $('.menu-trigger');
burger.each(function(index){
var $this = $(this);
$this.on('click', function(e){
e.preventDefault();
$(this).toggleClass('active-li');
})
});
$(".menu-trigger").click(function(){
$(".menuBg").slideToggle("500");
$(".menu-list-pc").slideToggle("slow");
});
// $("#noticeBtn").click(function(){
// $(".notice").slideToggle("slow");
// $(".noticePlayStop").slideToggle("slow");
// });
// Scroll to Top
$(".totop").hide();
$(".right").scroll(function(){
if ($(this).scrollTop()>300) {
$('.totop').fadeIn();
} else {
$('.totop').fadeOut();
}
});
$('.totop a').click(function (e) {
e.preventDefault();
$(".right").animate({scrollTop: 0}, 500);
});
// Popup Modal 404
$('.404-trigger').on('click', function() {
$('.haco-404-modal-wrapper').toggleClass('open');
return false;
});
// Popup Modal sign in
$('.signIn-trigger').on('click', function() {
$('.haco-signIn-modal-wrapper').toggleClass('open');
return false;
});
// Popup Modal sign up
$('.signUp-trigger').on('click', function() {
$('.haco-signUp-modal-wrapper').toggleClass('open');
$('.haco-signIn-modal-wrapper').toggleClass('open');
return false;
});
});
</script>
</body>
</html>