feat: 발주기관 동영상 매뉴얼 추가 건
parent
543dbb1258
commit
adb9a078ad
|
|
@ -438,7 +438,13 @@
|
||||||
<div class="wrap_greeting">
|
<div class="wrap_greeting">
|
||||||
<h3>이용에 어려움이 있으신가요?</h3>
|
<h3>이용에 어려움이 있으신가요?</h3>
|
||||||
<p>본 시스템은 발주 기관의 건설현장 프로젝트 계획을 입력하고 관리하는 시스템입니다. 매뉴얼을 통해 더 자세히 알아보세요.</p>
|
<p>본 시스템은 발주 기관의 건설현장 프로젝트 계획을 입력하고 관리하는 시스템입니다. 매뉴얼을 통해 더 자세히 알아보세요.</p>
|
||||||
<a href="javascript:void(0);" target="_blank" class="btn_shortcut" onclick="javascript:fileDownload('발주기관_매뉴얼_20250610.pdf','발주기관_매뉴얼_20250610.pdf');"><i>매뉴얼 다운로드</i></a>
|
<p>
|
||||||
|
<video controls="" width="250">
|
||||||
|
<source src="https://www.geoinfo.or.kr/video/stream.do?name=geoinfo_ordering_agency_video_manual_20260219.mp4" type="video/mp4">
|
||||||
|
<a href="https://www.geoinfo.or.kr/video/stream.do?name=geoinfo_ordering_agency_video_manual_20260219.mp4">MP4</a>
|
||||||
|
</video>
|
||||||
|
</p>
|
||||||
|
<a href="javascript:void(0);" target="_blank" class="btn_shortcut" onclick="javascript:fileDownload('발주기관_매뉴얼_20260212.pdf','발주기관_매뉴얼_20260212.pdf');"><i>매뉴얼 다운로드</i></a>
|
||||||
<p class="contact-info"><span class="contact-info-key">문의:</span> 031-995-0934(<a href="mailto:ryujisong@kict.re.kr">ryujisong@kict.re.kr</a>)</p>
|
<p class="contact-info"><span class="contact-info-key">문의:</span> 031-995-0934(<a href="mailto:ryujisong@kict.re.kr">ryujisong@kict.re.kr</a>)</p>
|
||||||
</div>
|
</div>
|
||||||
<!-- //튜토리얼 -->
|
<!-- //튜토리얼 -->
|
||||||
|
|
|
||||||
|
|
@ -5836,7 +5836,7 @@ ul.faq-q > li textarea {
|
||||||
.drilling-index .wrap_greeting {
|
.drilling-index .wrap_greeting {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 370px;
|
width: 370px;
|
||||||
height: 233px;
|
height: 416px;
|
||||||
padding: 30px 30px 60px;
|
padding: 30px 30px 60px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #00479d url("/com/img/drilling/place2016/wcmo/main/bg_pattern01.png") no-repeat 100% 100%;
|
background: #00479d url("/com/img/drilling/place2016/wcmo/main/bg_pattern01.png") no-repeat 100% 100%;
|
||||||
|
|
|
||||||
|
|
@ -4417,7 +4417,7 @@ ul.faq-q > li textarea {
|
||||||
.wrap_greeting {
|
.wrap_greeting {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 370px; // Overrides the initial width
|
width: 370px; // Overrides the initial width
|
||||||
height: 233px; // Overrides the initial height
|
height: 416px; // Overrides the initial height
|
||||||
padding: 30px 30px 60px;
|
padding: 30px 30px 60px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #00479d url('/com/img/drilling/place2016/wcmo/main/bg_pattern01.png') no-repeat 100% 100%;
|
background: #00479d url('/com/img/drilling/place2016/wcmo/main/bg_pattern01.png') no-repeat 100% 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue