diff --git a/html/css/common.css b/html/css/common.css index 2f68d7c..6114575 100644 --- a/html/css/common.css +++ b/html/css/common.css @@ -47,7 +47,8 @@ body,html{ .bg-square{display:block;border:20px solid rgba(255,255,255,0.2);width:250px;height:250px;position:absolute;top:-160px;} .bg01{background:url('../images/bg01.jpg');} .bg02{background:url('../images/bg02.jpg');} -.bg02 .txt-box{padding-left:134px;} +.bg03{background:url('../images/bg03.jpg')#21272e no-repeat 80% 50%;} +.bg02 .txt-box, .bg03 .txt-box{padding-left:134px;} .scroll-animation {position:absolute;left:50%;transform: translateX(-50%);bottom:40px;} .scroll-box span{display:block;text-align:center;color:rgba(255,255,255,0.8);font-size:0.875rem;font-weight:300;animation: updown 1s ease-in-out 0.3s infinite normal;} .scroll-box span.scroll-icon{margin:10px auto;fill:#fff;width:30px;} diff --git a/html/images/bg03.jpg b/html/images/bg03.jpg new file mode 100644 index 0000000..6c1ef5d Binary files /dev/null and b/html/images/bg03.jpg differ diff --git a/html/images/bg_drone.png b/html/images/bg_drone.png new file mode 100644 index 0000000..b67299b Binary files /dev/null and b/html/images/bg_drone.png differ diff --git a/html/images/pal_logo_wh.png b/html/images/pal_logo_wh.png index 524b185..7f68f17 100644 Binary files a/html/images/pal_logo_wh.png and b/html/images/pal_logo_wh.png differ diff --git a/html/index.html b/html/index.html index b05ea56..2f82b0d 100644 --- a/html/index.html +++ b/html/index.html @@ -59,7 +59,7 @@

가치를 존중하며 신뢰를 바탕으로 실천하는 기업

- PAL Networks + PAL Networks 항공·전문 IT산업분야의 소프트웨어 개발 전문 기업
@@ -79,14 +79,28 @@

- + SCROLL DOWN
-
3333
+
+
+ +

+ 미래 항공산업과 지상의 이동수단을 연결하는
+ 미래 모빌리티를 준비합니다. +

+
+
+ + SCROLL DOWN + + +
+
Section 4
diff --git a/html/js/common.js b/html/js/common.js index 3e99961..c853d91 100644 --- a/html/js/common.js +++ b/html/js/common.js @@ -5,7 +5,7 @@ $(function(){ new fullpage('#fullpage', { licenseKey: '13F1F552-6ACE43B7-95262729-9E0B4778', //options here - anchors:['home', 'works', 'skills', 'contact'], + anchors:['home', 'works', 'mobility','skills', 'news'], autoScrolling:true, scrollHorizontally: true, navigation:true, @@ -172,4 +172,7 @@ $(function(){ animation(); +}); +$(function(){ + }); \ No newline at end of file