dbnt.co.kr2019/eng/sitemap.html

79 lines
3.3 KiB
HTML

<?php include('../inc/pageheader_eng.php'); ?>
<style>
.sitemapContainer > ul > li:nth-child(2) > dl:nth-child(1) > dt:after {
content: "";
}
.sitemapContainer > ul > li:nth-child(2) > dl:nth-child(2) > dt:after {
content: "";
}
.sitemapContainer > ul > li:nth-child(2) > dl:nth-child(3) > dt:after {
content: "";
}
.sitemapContainer > ul > li:nth-child(2) > dl:nth-child(4) > dt:after {
content: "";
}
</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>-</li>
</ul>
</div><!--end of subBannerInfo-->
</div><!--end of inner-->
</article><!--end of subBanner-->
<div class="siteIndex">
<div class="inner">
COMPANY 》 SITEMAP
</div>
</div><!--end of siteIndex-->
<article class="sitemapContainer">
<h2 class="hidden">사이트맵</h2>
<ul class="clearfix">
<li>
<dl>
<dt>SITEMAP</dt>
<!-- <dd>SITEMAP</dd> -->
</dl>
</li>
<li>
<dl>
<dt>Introduction</dt>
<dd><a href="./company_01.html">Introduction</a></dd>
<dd><a href="./company_02.html">History</a></dd>
<dd><a href="./company_03.html">Certificate</a></dd>
<dd><a href="./company_04.html">Recruitment</a></dd>
</dl><!--회사소개 dl-->
<dl>
<dt>Business Area</dt>
<dd><a href="./business01.html">AI &amp; Bigdata</a></dd>
<dd><a href="./business02.html">Smart SOC</a></dd>
<dd><a href="./business03.html">IT Service</a></dd>
</dl><!--산업분야 dl-->
<dl>
<dt>Research Result</dt>
<dd><a href="./RnD_deep.html">Accident image detection</a></dd>
<dd><a href="./RnD_lunar.html">Detection of craters on the Lunar</a></dd>
<dd><a href="./RnD_module.html">Liquefaction modeling</a></dd>
<dd><a href="./RnD_koreaRoad.html">Road sign management system</a></dd>
</dl><!--연구과제 dl-->
<dl>
<dt>Other Information</dt>
<dd><a href="./contact_us.html">Contact Us</a></dd>
</dl><!--기타 dl-->
</li>
</ul>
</article><!--end of sitemapContainer-->
</section><!--end of section, mainPage-->
<?php include('../inc/footer_eng.php'); ?>
</body>
</html>