You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.7 KiB

2 years ago
<!doctype html>
<html lang="ko" xml:lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 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">
<!-- 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>jieun</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"></header>
<!--//header-->
<!--main-->
<div id="container">
<div id="fullpage">
<div class="section main-bn bg01">
<canvas id="canvas" class="bg-canvas"></canvas>
<div class="inner">
<h2 class="wow fadeInDown" data-wow-duration="2s">가치를 존중하며 신뢰를 바탕으로 실천하는 기업</h2>
<span class="wow fadeInUp big" data-wow-duration="2s">PAL Networks</span>
<span class="wow fadeInUp sm" data-wow-duration="4s">항공·전문 IT산업분야의 소프트웨어 개발 전문 기업</span>
</div>
<div class="wow fadeIn scroll-animation" data-wow-duration="8s">
<div class="scroll-box">
<span>SCROLL DOWN</span>
<span class="scroll-icon"><img src="images/scroll_icon.svg"></span>
</div>
</div>
</div>
<div class="section main-bn bg02">
<div class="inner">
<p class="txt-box wow fadeIn" data-wow-duration="2s">
<b>팔네트웍스</b><br/>
<b>‘인천 항공 산업 선도기업’</b> 유망기업으로 선정된<br/>&ensp;항공 소프트웨어 전문 기업입니다.
</p>
</div>
<div class="wow fadeIn scroll-animation" data-wow-duration="8s">
<div class="scroll-box">
<span>SCROLL DOWN</span>
<span class="scroll-icon"><img src="images/scroll_icon.svg"></span>
</div>
</div>
</div>
2 years ago
2 years ago
<div class="section">3333</div>
<div class="section">Section 4</div>
<footer id="footer" class="section fp-auto-height"></footer>
</div>
</div>
<!--//main-->
</body>
</html>