dbnt.co.kr2019/eng/company_01.html

207 lines
9.1 KiB
HTML

<?php include('../inc/pageheader_eng.php'); ?>
<link rel="stylesheet" href="../css/company.css">
<style>
.introduceContainer > ul:after {
content:'Greetings';
}
.introduceContainer > .normalInfo > .normalInfoInner > ul:first-child > .info_1:after {
content:'Overview';
}
.organization {
background-image: url(../images/organigation_eng.jpg);
}
</style>
<?php include('../inc/menubar_eng.php'); ?>
<section>
<h1 class="hidden">Start of Content</h1>
<article class="subBanner">
<h2 class="hidden">서브배너</h2>
<div class="inner">
<div class="subBannerInfo">
<ul>
<li>COMPANY</li>
<li>DBNtech constantly pursues change and innovation</li>
</ul>
</div><!--end of subBannerInfo-->
</div><!--end of inner-->
</article><!--end of subBanner-->
<div class="siteIndex">
<div class="inner">
COMPANY 》 Introduction
</div>
</div><!--end of siteIndex-->
<article class="introduceContainer">
<h2 class="hidden">회사소개</h2>
<p><a href="./company_02.html">></a></p>
<ul>
<li>
Thank you for visiting DBNtech, value Innovation <em>leading company</em> to create future value
</li>
<li>
Founded on January 5 2018, <br/>
DBNtech is specialized in developing next-generation technology and solution for image analysis of moving objects based on Deep-learning and Big-data technology. <br/>
Through analysis and real-time linkage of massive CCTV big data collected from a public SOC (Social Overhead Capital), we conduct the provision of technical information service for the safety of the people, facility management and intelligent information realization. <br/>
We aim to contribute to the safer and more convenient world through the development and application of intelligent information technology using artificial intelligence, a core technology in the 4th Industrial Revolution era and to fulfill its role as a human-centered human technology company seeking to improve human life.
<em>All of the executives and employees</em>
</li>
</ul>
<div class="normalInfo">
<div class="normalInfoInner clearfix">
<ul class="clearfix">
<li class="info_1">
<dl>
<dt>디비엔텍 로고</dt>
<dd class="info_shot">Deeplearning BigData Next Technology</dd>
<dd class="info_name">DBNtech</dd>
</dl>
</li>
</ul>
<ul class="info_table clearfix">
<!-- <table>
<tr><td>Address</td><td>Robot Tower, No. 1205, 155-11, Robot land-ro, Seo-gu, Incheon, Republic of Korea</td></tr>
<tr><td>Date of Establishment</td><td>January 05, 2018</td></tr>
<tr><td>Business Area</td><td>AI (Artificial intelligence), Video big data, Smart SOC, IT Service</td></tr>
<tr><td>Certificate</td><td>Acquisition of a research institute / Venture business certificate</td></tr>
<tr><td>TEL</td><td>032-721-5670</td></tr>
<tr><td>FAX</td><td>032-721-5680</td></tr>
<tr><td>E-mail</td><td>ahn@dbnt.co.kr</td></tr>
</table> -->
<li>
<dl class="clearfix">
<dd>Address</dd>
<dd>Establish</dd>
<dd>Business</dd>
<dd>Certificate</dd>
<dd>TEL</dd>
<dd>FAX</dd>
<dd>E-mail</dd>
</dl>
</li>
<li>
<dl class="clearfix">
<dd>Robot Tower, No. 1205, 155-11, Robot land-ro, Seo-gu, Incheon</dd>
<dd>January 05, 2018</dd>
<dd>AI (Artificial intelligence), Video big data, Smart SOC, IT Service</dd>
<dd>Acquisition of a research institute / Venture business certificate</dd>
<dd>032-721-5670</dd>
<dd>032-721-5680</dd>
<dd>ahn@dbnt.co.kr</dd>
</dl>
</li>
</ul>
</div><!--end of normalInfoInner-->
</div><!--end of normalInfo-->
</article><!--end of introduceContainer-->
<article class="organization">
<h2 class="hidden">조직도</h2>
<p>Organization</p>
</article><!--end of Organization-->
<!--
<article class="welfareContainer">
<h2 class="hidden">복리후생</h2>
<div class="welfare_head">
<ul>
<li><em>(주)디비엔텍</em>은 모든 임직원들을 위한 지원을 아끼지 않습니다</li>
<li>
임직원들의 삶의 질을 높이고, <em>가족친화적인 즐거운 일터</em>를 만들기 위해<br/>
<em>다양한 복지제도</em>를 시행하고 있습니다
</li>
</ul>
</div>
<div class="welfare_body">
<ul class="clearfix">
<li class="welfareStart">
<dl class="wfS">
<dt>(주)디비엔텍</dt>
<dd>복리후생</dd>
</dl>
</li>
<li>
<dl>
<dt>근무제도</dt>
<dd>
주5일(40시간) 근무제<br />
도입
</dd>
</dl>
</li>
<li>
<dl>
<dt>교육비 지원</dt>
<dd>
스킬업을 위한 교육비<br />
일정금액 지원
</dd>
</dl>
</li>
<li>
<dl>
<dt>법정 복리후생</dt>
<dd>
전직원 4대보험 가입
</dd>
</dl>
</li>
<li>
<dl>
<dt>탄력 근무제</dt>
<dd>
09시~10시 출근<br />
18시~19시 퇴근
</dd>
</dl>
</li>
<li>
<dl>
<dt>경조사비 지원</dt>
<dd>
경조사 유형별 휴가 및<br />
경조금 지원
</dd>
</dl>
</li>
</ul>
</div><!--end of welfare_body-->
</article><!--end of welfareContainer-->
</section><!--end of section, mainPage-->
<?php include('../inc/footer_eng.php'); ?>
<script>
var nowIdx = 0;
var oldIdx = nowIdx;
$(window).on("load", function(){
var nowIdx = $(".asd ul li").index();
$(".asd ul li").hide().eq(nowIdx).show()
})
$(".info_table li dl").children().on("click", function(){
var nowIdx = $(this).index();
//nowIdx = nowIdx++;
$(".info_table li:last-child dl dd").eq(nowIdx).fadeIn(400).siblings().fadeOut(400);
console.log(nowIdx)
})
</script>
</body>
</html>