Browse Source

연혁..

master
geun1416 2 years ago
parent
commit
13558218ef
  1. 7
      html/css/common.css
  2. 81
      html/history.html
  3. 2
      html/include/header.html

7
html/css/common.css

@ -99,8 +99,8 @@ box-shadow: 4px 4px 4px #ddd;}
100% { transform: translateY(0px); }
}
.topBtn{display:none;color:#fff;font-weight:500;width:50px;height:50px;background:#2290c9;border:2px solid #2290c9;border-radius:100%;
position:fixed;right:50px;bottom:20px;z-index:999;display:flex;justify-content:center;align-items:center;}
.topBtn i{font-size:20px;color:#fff;}
position:fixed;right:50px;bottom:20px;z-index:999;display:flex;justify-content:center;align-items:center;}
.topBtn i{font-size:20px;color:#fff;}
/*footer*/
#footer{background:#21272e;position:absolute;bottom:0;width:100%;height:160px;}
@ -120,7 +120,7 @@ box-shadow: 4px 4px 4px #ddd;}
*::-webkit-scrollbar-track{background-color: rgba(0,0,0,0);}
/*sub*/
.breadcrumbs{position: absolute;z-index:1;}
.breadcrumbs{position: absolute;z-index:1;top:40px;}
.breadcrumbs ul{display:flex;}
.breadcrumbs ul li::before{content:'\e93f';color:#555;padding:0 6px;font-family: 'xeicon' !important;display: inline-block;speak: none;font-style: normal; font-weight:normal;font-variant: normal;text-transform: none;vertical-align:middle;}
.breadcrumbs ul li:first-child::before{display:none}
@ -129,7 +129,6 @@ box-shadow: 4px 4px 4px #ddd;}
.breadcrumbs ul li.on a{font-weight:600;}
.sub-con{padding-top:100px;}
.sub-ti{position:relative}
.sub-ti .breadcrumbs{max-width:1280px;position:absolute;left:0px;top:20px;}
.sub-ti h4{text-align:center;font-size:3rem;padding:100px 0;}
.sub-inner{max-width:1280px;margin:0px auto;}
.design-line-ti{position:relative;margin:0 auto;max-width:1280px;}

81
html/history.html

@ -0,0 +1,81 @@
<!doctype html>
<html lang="ko" xml:lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="팔네트웍스, 소프트웨어 개발 등 응용소프트웨어 개발 및 공급업체">
<meta name="keywords" content="팔, 필네트웍스, 소프트웨어, 응용소프트웨어, 개발, IT, 항공솔루션, 솔루션개발, 솔루션구축, 네트워크, SI, 항공산업">
<meta property="og:description" content="팔네트웍스 - 항공산업의 기술혁신 선도를 통한 파트너">
<meta property="og:title" content="팔네트웍스">
<!-- <meta property="og:image" content=""> -->
<meta property="og:type" content="website">
<!-- 파비콘 -->
<link rel="shortcut icon" href="images/favicon.png">
<!-- css -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/fullpage.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/swiper.css">
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/swiper-bundle.css">
<link rel="stylesheet" href="css/xeicon.min.css">
<!-- js -->
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/fullpage.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/common.js"></script>
<script src="js/swiper.js"></script>
<script src="js/swiper.min.js"></script>
<script src="js/swiper-bundle.js"></script>
<title>PAL Networks</title>
</head>
<script type="text/javascript">
$(document).ready(function() {
$("#header").load("include/header.html");
$("#footer").load("include/footer.html");
});
</script>
<body>
<!--header-->
<header id="header" class="hd-sub"></header>
<!--//header-->
<!--main-->
<div id="container" class="sub-con">
<a class="topBtn" href="#home">
<i class="xi-arrow-up"></i>
</a>
<div class="sub-inner">
<div class="sub-ti">
<div class="breadcrumbs">
<ul>
<li><a href="index.html"><i class="xi-home"></i>Home</a></li>
<li class="on"><a href="company.html">연혁</a></li>
</ul>
</div>
<h4 data-aos="fade-down" data-aos-duration="1000">연혁</h4>
</div>
<div class="design-line-ti"></div>
<div class="sub-cont history">
</div>
</div>
</div>
<!--//main-->
<footer id="footer" class="ft-sub"></footer>
</body>
</html>

2
html/include/header.html

@ -45,7 +45,7 @@
<span class="bg">하위분류</span>
<ul class="gnb_2dul">
<li class="gnb_2dli"><a href="company.html" target="_self" class="gnb_2da">기업정보</a></li>
<li class="gnb_2dli"><a href="#none" target="_self" class="gnb_2da">연혁</a></li>
<li class="gnb_2dli"><a href="history.html" target="_self" class="gnb_2da">연혁</a></li>
<li class="gnb_2dli"><a href="#none" target="_self" class="gnb_2da">고객 및 협력사</a></li>
<li class="gnb_2dli"><a href="#none" target="_self" class="gnb_2da">New & Story</a></li>
</ul>

Loading…
Cancel
Save