dbnt.co.kr2019/eng/index.html

110 lines
5.0 KiB
HTML

<?php include('../inc/pageheader_eng.php'); ?>
<style>
section > .mainBanner > .mainBannerCont > .inner > ul > li:nth-child(3) > dl dt {
background-image: url(../images/dbnt_text_e.png);
}
</style>
<?php include('../inc/menubar_eng.php'); ?>
<section>
<h1 class="hidden">Start of Content</h1>
<article class="mainBanner">
<h2 class="hidden">메인베너</h2>
<div class="mainBannerCont">
<div class="inner">
<ul class="clearfix">
<li>
<dl>
<dt>DETECTION</dt>
<dd>Apply various object detection models to find the objects distributed in the images, create a bounding box in real time and identify detected objects.</dd>
<!--<dd><a href="#">바로가기</a></dd>-->
</dl>
</li>
<li>
<dl>
<dt>TRACKING</dt>
<dd>Tracking the location change of a specific object through the location information obtained from the detection phase.</dd>
<!--<dd><a href="#">바로가기</a></dd>-->
</dl>
</li>
<li>
<dl>
<dt>주식회사 디비엔텍</dt>
<!--<dd><a href="#">바로가기</a></dd>-->
</dl>
</li>
</ul>
</div><!--end of inner-->
</div><!--end of mainBannerCont-->
</article><!--end of mainBanner-->
<article class="mainIndustries">
<h2 class="hidden">사업영역</h2>
<p>BUSINESS AREA</p>
<ul class="clearfix">
<li>
<a href="./business01.html">
<dl>
<dt>AI &amp; BigData</dt>
<!--<dd>인공지능</dd>-->
<dd class="inbg"></dd>
</dl>
</a>
</li>
<li>
<a href="./business02.html">
<dl>
<dt>Smart SOC</dt>
<!--<dd>지원사업</dd>-->
<dd class="inbg"></dd>
</dl>
</a>
</li>
<li>
<a href="./business03.html">
<dl>
<dt>IT Service</dt>
<!--<dd>개발</dd>-->
<dd class="inbg"></dd>
</dl>
</a>
</li>
</ul>
</article><!--end of mainIndustries-->
<!--
<article class="mainOverView">
<h2 class="hidden">개요</h2>
<div class="inner">
<ul class="clearfix">
<li>
<dl>
<dt>OVERVIEW</dt>
<dd>미래가치를 창조하는 선두주자</dd>
<dd>
고객과 인간심의 사고를 통해 저희 개발자가 스스로 진화하여 새로운 가치를 창출하고<br />
고객에게 인간적인 감동으로 다가갈 수 있는, 그런 살아있는 기업이 되고자 노력하겠습니다.
</dd>
</dl>
</li>
<li>
<a href="./company_01.html">바로가기</a>
</li>
</ul>
</div><!--end of inner
</article><!--end of mainOrverView
-->
<article class="mainRND">
<h2 class="hidden">연구개발</h2>
<ul>
<li>REFERENCE</li>
<li><a href="./RnD_deep.html">LEARN MORE</a></li>
</ul>
</article><!--end of mainRND-->
</section><!--end of section, mainPage-->
<?php include('../inc/footer_eng.php'); ?>
</body>
</html>