-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path02_com_intro.html
356 lines (335 loc) · 18.7 KB
/
02_com_intro.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="00_header2.css">
<link rel="stylesheet" href="02_com_intro.css">
<link rel="stylesheet" href="06_footer.css">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="basic.css">
<!-- 폰트 -->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap" rel="stylesheet">
<!-- js -->
<script src="https://code.jquery.com/jquery-latest.js"></script>
<!--jquery library -->
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<!--지도 js -->
<script type="text/javascript" src="//dapi.kakao.com/v2/maps/sdk.js?appkey=b5738d59a1234aafad1f9ad8f0979df6"></script>
<!--기능 js -->
<script src="02_certifi_more.js"></script>
<!--header js -->
<script src="00_header2.js"></script>
<title>page2</title>
</head>
<body>
<header id="header">
<a class="logo fix" href="index.html"><img src="00.logo.svg" alt="로고"></a>
<div id="nav_gnb">
<nav>
<ul id="main_nav">
<li><a href="sub02.html">회사소개</a>
<ul class="nav_menu close">
<li><a href="#intro">REsoft소개</a></li>
<li><a href="#his_timeline">연혁</a></li>
<li><a href="#organi">조직도</a></li>
<li><a href="#certifi">특허&인증</a></li>
<li><a href="#kakaomap">오시는 길</a></li>
</ul>
</li>
<li><a href="sub03.html">사업현황</a>
<ul class="nav_menu close">
<li><a href="sub03.html#ecoce">ECOCE</a></li>
<li><a href="sub03.html#moado">moaDo</a></li>
<li><a href="sub03.html#etc">Etc</a></li>
</ul>
</li>
<li><a href="sub04.html">정보마당</a>
<ul class="nav_menu close">
<li><a href="sub04.html">REsoft소식</a></li>
</ul>
</li>
</ul>
</nav>
<div class="nav_menu close"></div>
</div>
<a class="menubar fix"><img src="04.menu.svg" alt="" ></a>
<div class="infonav_text">
<img src="02_intromenu.png" alt="">
<div class="text_p">
<p>회사소개</p>
</div>
</div>
</header>
<!-- header end -->
<div class="container">
<!-- di intro -->
<section id="intro" class="intro">
<!-- di 중간정렬위해 div태그 -->
<div class="intro_wrap">
<h2 class="main_title">REsoft 소개</h2>
<p class="sub_title">about us</p>
<table class="intro_border margin50">
<tr>
<th class="intro_head border_head font_head">회사명</th>
<td class="intro_data border_data font_data">(주)리소프트</td>
</tr>
<tr>
<th class="intro_head border_head font_head">설립일</th>
<td class="intro_data border_data font_data">2021년 5월 6일</td>
</tr>
<tr>
<th class="intro_head border_head font_head">대표이사</th>
<td class="intro_data border_data font_data">오유나</td>
</tr>
<tr>
<th class="intro_head border_head font_head">주요 사업</th>
<td class="intro_data border_data font_data">모바일 플랫폼 개발</td>
</tr>
<tr>
<th class="intro_head border_head font_head">본사</th>
<td class="intro_data border_data font_data">대구광역시 동구 동대구로 465, 대구 스케일업허브(DASH) 713호</td>
</tr>
<tr>
<th class="intro_head border_head font_head">부설연구소</th>
<td class="intro_data border_data font_data">대구광역시 수성구 알파시티1로 160, SW융합테크비즈센터(Dnex) 305호</td>
</tr>
<tr class="intro_last">
<th class="intro_head border_head font_head">연락처</th>
<td class="intro_data border_data font_data">TEL.(053) 475-2110 / FAX.(0504) 257-5966 / E-mail. call@resoft.kr</td>
</tr>
</table>
</div>
</section>
<!-- Di history timeline -->
<section id="his_timeline" class="his_timeline back_gray">
<!-- di 중간정렬위해 div태그 -->
<div class="his_wrap">
<h2 class="main_title">연혁</h2>
<p class="sub_title">history</p>
<div class="timeline_container margin50">
<p class="year22">2022</p>
<p class="his_line"></p>
<p class="year21">2021</p>
<ul>
<li class="his_container his_month">
<span class="month">1</span>
<span class="circle"></span>
</li>
<li class="his_container time_ex">
<p class="his_ex">
<br><br><br>
</p>
</li>
<li class="his_container his_month">
<span class="month">12</span>
<span class="circle"></span>
</li>
<li class="his_container time_ex">
<p class="his_ex">
대구여성인력개발센터 MOU 협약(여성IT인재 현장실습)<br>
대구가톨릭대학교 계약학과 MOU 협약(ICTAI융합학과)<br>
기업부설연구소(연구개발전담부서) 등록
</p>
</li>
<li class="his_container his_month">
<span class="month">11</span>
<span class="circle"></span>
</li>
<li class="his_container time_ex">
<p class="his_ex">
제 38류, 제 45류 상표등록 출원(Mmate:제 40-1799224호, 제40-1799225호)
</p>
</li>
<li class="his_container his_month">
<span class="month">10</span>
<span class="circle"></span>
</li>
<li class="his_container time_ex">
<p class="his_ex">
서울특별시 송파구청 앱 개발 (제8회 한성백제마라톤 비대면 대회)<br>
대구광역시체육회 앱 개발 (2021 대구 마스크쓰햬 컬러풀 핫플 걷기)<br>
대구광역시 달서구체육회 앱 개발 (제15회 언택트 달서 하프마라톤 대회)
</p>
</li>
<li class="his_container his_month">
<span class="month">9</span>
<span class="circle"></span>
</li>
<li class="his_container time_ex">
<p class="his_ex">
대구 경북지방중소벤처기업청 여성기업 등록
</p>
</li>
<li class="his_container his_month">
<span class="month">8</span>
<span class="circle"></span>
</li>
<li class="his_container time_ex">
<p class="his_ex">
구미대학교 MOU 협약 (현장실습학기제)
</p>
</li>
<li class="his_container his_month">
<span class="month">5</span>
<span class="circle"></span>
</li>
<li class="his_container time_ex">
<p class="his_ex">
(주)리소프트 회사 설립
</p>
</li>
</ul>
</div>
</div>
</section>
<!-- Di organization chart -->
<section id="organi" class="organi">
<div class="organi_wrap">
<h2 class="main_title">조직도</h2>
<p class="sub_title">organization</p>
<div class="organi_container margin50">
<div class="level-1-wrap">
<p class="level-1 organi_box">대표이사</p>
</div>
<ol class="level-2-wrapper">
<li>
<p class="level-2 organi_box">전략기획부</p>
<ol class="level-3-wrapper">
<li> 유저 Needs 분석</li>
<li> 고객 수요 확인</li>
<li> BM 설계/기획</li>
<li> 사업화 전략 수립</li>
<li> 사업계획서 작성</li>
</ol>
</li>
<li>
<p class="level-2 organi_box">개발부</p>
<ol class="level-3-wrapper">
<li> DB 분석/설계</li>
<li> Cloud 서버 관리</li>
<li> 기능 정의</li>
<li> 기능 구현</li>
<li> 기능 테스트</li>
</ol>
</li>
<li>
<p class="level-2 organi_box">디자인부</p>
<ol class="level-3-wrapper">
<li> 디자인 트랜드 분석</li>
<li> 브랜드 디자인</li>
<li> 웹사이트 디자인</li>
<li> 모바일 앱 디자인</li>
<li> 상품개발 디자인</li>
</ol>
</li>
<li>
<p class="level-2 organi_box">마케팅부</p>
<ol class="level-3-wrapper">
<li> 서비스 시장조사</li>
<li> 시장동향 분석</li>
<li> 시장성 검증</li>
<li> 온라인 채널 운영</li>
<li> 오프라인 광고</li>
</ol>
</li>
<li>
<p class="level-2 organi_box">경영지원부</p>
<ol class="level-3-wrapper">
<li> 경영 무 지원</li>
<li> 업무 환경 지원</li>
<li> 세무 업무 지원</li>
</ol>
</li>
</ol>
</div>
</div>
</section>
<!-- Di certification & patent -->
<section id="certifi" class="certifi back_gray">
<div class="certifi_wrap">
<h2 class="main_title">특허 & 인증</h2>
<p class="sub_title">certification & patent</p>
<div class="certifi_img_wrap margin50">
<!-- 액자 image -->
<div class="certifi_container">
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
<div class="certifi_grid"><img src="02_rectangle62.svg" alt=""></div>
</div>
<!-- 액자 앞 image -->
<div class="certifi_container certifi_overlap">
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
<div class="certifi_front"><img src="02_certificate22.png" alt=""></div>
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
<div class="certifi_front"><img src="https://images.unsplash.com/photo-1586380951230-e6703d9f6833?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80" alt=""></div>
</div>
</div>
<div class="btn">
<input id="more_btn" class="button" type="button" value="더보기" onclick="changeText();">
</div>
</div>
</div>
</div>
</section>
<!-- Di directions -->
<section id="kakaomap" class="map">
<div class="map_wrap">
<h2 class="main_title">오시는 길</h2>
<p class="sub_title">derections</p>
<div class="margin50">
<!-- Di kakao api map -->
<div id="map"></div>
<table class="map_border">
<tr>
<th class="intro_head font_head mapFont_head">연락처</th>
<td class="intro_data font_data">TEL.(053) 475-2110 / FAX.(0504) 257-5966 / E-mail. call@resoft.kr</td>
</tr>
<tr>
<th class="intro_head border_head bold_border font_head mapFont_head">주소</th>
<td class="intro_data border_data bold_border font_data">(41260) 대구광역시 동구 동대구로 465, 대구스케일업허브(DASH) 713호 (주)리소프트</td>
</tr>
</table>
</div>
</div>
</section>
</div>
<!-- footer -->
<footer class="footer">
<div class="footer_wrap">
<div class="footer_top">
<span><img src="color_logo01.svg" alt=""></span>
<span>© RESOFT CO.LTD. All Rights Reserved.</span>
</div>
<div class="footer_bottom">
<div class="footer_bottomL">
<span>
상호 : (주)리소프트 <br>
사업자등록번호 : 722-81-02219<br>
주소 : (41260) 대구광역시 동구 동대구로 465, 대구스케일업허브(DASH) 713호 (신천동 106)
</span>
</div>
<div class="footer_bottomR">
<span>
대표이사 : 오유나 개인정보책임자 : 이현지<br>
전화 : (053) 475-2110 팩스 : (0504) 257-5966 이메일 : call@resoft.kr
</span>
</div>
</div>
</div>
</footer>
<script src="02_kakao_api.js"></script>
</body>
</html>