File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="../../resources/css/reset.css">
<link rel="stylesheet" href="../../resources/css/style.css">
<link rel="stylesheet" href="../../resources/css/component.css">
<link rel="stylesheet" href="../../resources/css/common.css">
<link rel="stylesheet" href="../../resources/css/responsive.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<style scoped>
footer {
width: 100%;
/* height: 300px; */
padding: 30px;
/* opacity: 0; */
/* display: none; */
position: relative;
bottom: 0px;
left: 0;
z-index: 56;
transition: all 0.5s;
background-color: #333;
}
/* 스크롤바 없애기 */
body {
-ms-overflow-style: none;
/* 인터넷 익스플로러 */
scrollbar-width: none;
/* 파이어폭스 */
}
::-webkit-scrollbar {
display: none;
}
#header {
position: fixed;
top: 0;
z-index: 3;
border-bottom: 1px solid #ced4da;
background-color: white !important;
}
#header .header .logo {
background: url(../../resources/img/component/logo-color.png) no-repeat;
width: 200px;
background-size: contain;
height: 25px;
}
#header .header nav li a {
color: #333;
}
html,
body {
position: relative;
height: 100%;
font-family: 'Pretendard';
}
body {
background: linear-gradient(#d7e2ff9d, #fff, #fff);
font-family: 'Pretendard';
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide img {
height: 356px;
display: block;
object-fit: cover;
}
.dropdown {
background-color: #fff !important;
}
</style>
<title>TAKENSOFT</title>
</head>
<body>
<div id="header"></div>
<div style="align-content: center; background: linear-gradient(#d7e2ff9d, #fff, #fff);">
<div class=" text-area pb60 pt120 slide-section " id="etc" style=" height: 100vh;">
<div class="flex justify-between " style="align-content: center; gap: 10px; width: 100%;">
<div class="etc-wrap-title mb30 pt60">
<h1 class="mb20">기타사례</h1>
</div>
<div class="flex justify-between box-wrap etc-grid-box" style="width: 100%; gap: 20px; ">
<div class="etc-box solution-ani">
<img src="../../resources/img/common/etc-img.png" alt="">
<p class="etc-box-title">정부혁신 웹사이트 기능개선 및 유지관리</p>
<p>- 혁신24 웹사이트 UI/UX 개선 및 검색 알고리즘 기능 개선 등을 통한 유지관리</p>
<p>- 웹사이트 개편을 통한 관리자 업무 효율성 확대</p>
<p>- 홈페이지 검색 기능 강화와 직관적인 UI/UX 디자인을 적용하여 정보 접근성 개선</p>
</div>
<div class="etc-box solution-ani">
<img src="../../resources/img/common/etc-img2.png" alt="">
<p class="etc-box-title">AI 디지털교과서 통합지원센터 모델발굴 및 시범운영</p>
<p>- AI 디지털교과서 통합지원센터 홈페이지 프로토타입 개발 및 운영</p>
<p>- AI 디지털교과서 개발사 및 에듀테크 기업의 특성을 고려한 다양한 개발 지원 모델 개발</p>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-wrap">
<div class="footer-img mb10">
<img src="../../resources/img/component/logo-w.png" alt="">
</div>
<hr>
<div class="footer-text pt10">
<div class="flex justify-between ">
<p>대표자 ) 임상현</p>
<p style="width: 17.5%;">FAX ) 053-811-1701</p>
</div>
<div class="flex justify-between">
<p>고객지원 ) 053-811-1700(평일9시~18시)</p>
<p style="width: 17.5%;">대표메일 ) [email protected]</p>
</div>
<p>주소 )본사: 경상북도 경산시 대학로280, 영남대학교 창업보육센터 신관 217호,218호,220호</p>
<p class="pl30">대구지사: 대구 수성구 알파시티1로 160 SW융합테크비즈센터 306호 (대흥동)</p>
</div>
<p class="copyright">© 2021.Takensoft.all rights reserved.</p>
</div>
</footer>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script>
$(document).ready(function () {
$("#btnHeadquarter").click(function () {
$("#btnHeadquarter").addClass('on');
$("#btnDaeguBranch").removeClass('on');
$("#contentDaeguBranch").hide();
$("#contentHeadquarter").show();
});
$("#btnDaeguBranch").click(function () {
$("#btnDaeguBranch").addClass('on');
$("#btnHeadquarter").removeClass('on');
$("#contentHeadquarter").hide();
$("#contentDaeguBranch").show();
});
});
$(function () {
$("#header").load("../layout/Header.html");
$("#footer").load("../layout/footer.html");
$("#footer").show();
});
</script>
</html>