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;
background-color: white !important;
z-index: 3;
border-bottom: 1px solid #ced4da;
}
#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 {
font-family: 'Pretendard';
background-color: white;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
}
.box-wrap {
flex-wrap: nowrap;
}
.box-wrap div {
width: 100%;
}
.box-wrap div img {
padding-bottom: 2rem;
}
.box-wrap div p {
font-size: 2rem;
font-weight: 600;
padding: 10px 20px;
}
.dropdown {
background-color: #fff !important;
}
</style>
<title>TAKENSOFT</title>
</head>
<body>
<div id="header"></div>
<div style=" display: flex; flex-direction: column;background: linear-gradient(#f8f9fa, #fff, #fff) !important;">
<div class=" text-area pb60 pt120 slide-section flex align-center " id="Data" style="height: 100vh;">
<div class="flex justify-between " style="gap: 10px; width: 100%;">
<div class="etc-wrap-title pb20">
<h1 class="mb20 pt40">데이터분석을 통한 인사이트 도출</h1>
<p>데이터를 통하여 가치 있는 정보와 인사이트를 제공하여 세상을 이롭게 만듭니다.</p>
</div>
<div class="flex justify-between box-wrap" style="width: 100%; gap: 20px; ">
<div class="solution-ani">
<img src="../../resources/img/common/data-img1.png" alt="">
<p>구미시 주요 이슈 및 민원 분석</p>
</div>
<div class="solution-ani">
<img src="../../resources/img/common/data-img2.png" alt="">
<p>영천시 1인가구,상권,관광,청년 일자리분야 데이터 분석</p>
</div>
<div class="solution-ani">
<img src="../../resources/img/common/data-img3.png" alt="">
<p>김천시 무더위 쉼터 선정 위한 데이터 분석</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>