-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfor-overview.ejs
148 lines (125 loc) · 5.89 KB
/
infor-overview.ejs
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
<!DOCTYPE html>
<html>
<head>
<%- include ('./include/index_head.ejs') %>
</head>
<body>
<div id="wrap">
<header>
<!-- main class mainHead -->
<%- include ('./include/header.ejs') %>
</header>
<!-- location -->
<nav class="locationNav">
<ol>
<li><a href="./" title="홈 바로가기"></a></li>
<li><a href="./infor-overview.html">회사소개</a></li>
<li><a href="./infor-overview.html">회사정보</a></li>
</ol>
</nav>
<!-- // location -->
<!-- 서브 -->
<section class="subContainer">
<h2 class="titSub">회사정보</h2>
<h3 class="top_visual overview">디지털청소 대표, 닦다<span>혁신적 기술 서비스로 고객의 가치를 보호하고<br>깨끗한 CYBER 세상을 만들겠습니다.</span></h3>
<div class="subContent">
<div class="company01_cont01">
<ul>
<li>
<strong>1600+</strong>
<span>공공, 금융, 기업 등<br>대표기업 레퍼런스</span>
</li>
<li>
<strong>1 of 5</strong>
<span>3대 국가지정<br>라이선스 모두 보유</span>
</li>
<li>
<strong>NO.1</strong>
<span>주요정보통신기반시설<br>및 공공분야 수주 능력</span>
</li>
<li>
<strong>90%</strong>
<span>기술 인력 비중</span>
</li>
<li>
<strong>A-</strong>
<span>신용평가등급</span>
</li>
</ul>
<table class="overviewDetail">
<colgroup>
<col style="width:20%">
<col style="width:80%">
</colgroup>
<tbody>
<tr>
<th scope="row">회사명</th>
<td>(주)닦다</td>
</tr>
<tr>
<th scope="row">대표이사</th>
<td>공동대표 : 김성민, 박상훈, 이준형, 이지유</td>
</tr>
<tr>
<th scope="row">설립일</th>
<td>2022년 4월 9일</td>
</tr>
<tr>
<th scope="row">주소</th>
<td>서울특별시 강남구 도산대로1 (신사동, 닦다)</td>
</tr>
<tr>
<th scope="row">임직원수</th>
<td>4명(2022년 기준)</td>
</tr>
<tr>
<th scope="row">주요사업</th>
<td>디지털청소 서비스, 개인정보서비스, 청소 솔루션, 스마트시스템</td>
</tr>
</tbody>
</table>
</div>
<div class="bgGray_Cont">
<div class="company01_cont02">
<h3>Cyber Cleaning Company, 닦다</h3>
<ul>
<li>
<div>
<strong>수준높은<br>기술요원</strong>
<img src="../images/img_company01_cont02_01.jpg" alt="">
</div>
<p>디지털청소 · 분석 · 기술요원 통합<br>요청 발생시 빠른 대응</p>
</li>
<li>
<div>
<strong>디지털청소 플랫폼<br>자체 교육 운영</strong>
<img src="../images/img_company01_cont02_02.jpg" alt="">
</div>
<p>확실한 기술요원 양성<br>및 플랫폼 운영</p>
</li>
<li>
<div>
<strong>Machine Learning<br>전 고객사 적용</strong>
<img src="../images/img_company01_cont02_03.jpg" alt="">
</div>
<p>비지도학습을 통한<br>Big Data 분석력 강화</p>
</li>
<li>
<div>
<strong>로봇자동화시스템(RPA)<br>인간 + Bot 협업체계</strong>
<img src="../images/img_company01_cont02_04.jpg" alt="">
</div>
<p>휴먼에러 방지<br>업무의 신속, 정확</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- // 서브 -->
<footer>
<%- include ('./include/footer.ejs') %>
</footer>
</div>
</body>
</html>