diff --git a/static/css/landing/landing.css b/static/css/landing/landing.css index 2671195..ea079b4 100644 --- a/static/css/landing/landing.css +++ b/static/css/landing/landing.css @@ -62,7 +62,7 @@ body::-webkit-scrollbar-track { position: relative; width: 100%; height: 100vh; - background-image: url("https://alaltalk.s3.ap-northeast-2.amazonaws.com/images/landing/algorithm_bg.jpg"); + background-image: url("static/images/landing/algorithm_bg.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; @@ -304,7 +304,7 @@ body::-webkit-scrollbar-track { margin: 0; } -.landing_content_row_2_img > img { +.landing_content_row_2_img>img { width: 38%; position: relative; left: 0; @@ -321,7 +321,7 @@ body::-webkit-scrollbar-track { right: 1.4vh; width: min(3vw, 100px); height: min(3vw, 100px); - background-image: url("https://alaltalk.s3.ap-northeast-2.amazonaws.com/images/landing/landing_next_slide_button.png"); + background-image: url("static/images/landing/landing_next_slide_button.png"); background-size: cover; background-repeat: no-repeat; background-position: center; @@ -348,7 +348,8 @@ body::-webkit-scrollbar-track { /*margin-bottom: 32px;*/ } -.landing_content_row_2_text_1, .landing_content_row_2_text_2 { +.landing_content_row_2_text_1, +.landing_content_row_2_text_2 { text-align: left; } @@ -358,9 +359,7 @@ body::-webkit-scrollbar-track { } -.landing_content_row_2_text_2 { - -} +.landing_content_row_2_text_2 {} .landing_content_row_2_text_3 { text-align: left; @@ -510,9 +509,7 @@ body::-webkit-scrollbar-track { } -.landing_content_row_4_mac_content_wrapper { - -} +.landing_content_row_4_mac_content_wrapper {} .landing_content_row_4_mac_content { width: 100%; @@ -532,7 +529,7 @@ body::-webkit-scrollbar-track { top: 42%; right: 32px; z-index: 4; - background-image: url("https://alaltalk.s3.ap-northeast-2.amazonaws.com/images/landing/landing_next_slide_button_2.png"); + background-image: url("static/images/landing/landing_next_slide_button_2.png"); } @@ -553,7 +550,7 @@ body::-webkit-scrollbar-track { margin-left: 0; } -.landing_content_row_4_right > p { +.landing_content_row_4_right>p { margin-top: 1vw; width: 100%; text-align: left; @@ -910,6 +907,7 @@ body::-webkit-scrollbar-track { from { opacity: 0; } + to { opacity: 1; } @@ -920,6 +918,7 @@ body::-webkit-scrollbar-track { from { opacity: 1; } + to { opacity: 0; } diff --git a/templates/landing/landing_page.html b/templates/landing/landing_page.html index 44cdb7a..909eb16 100644 --- a/templates/landing/landing_page.html +++ b/templates/landing/landing_page.html @@ -1,223 +1,232 @@ +
+ {% load static %} - + - +