diff --git a/.DS_Store b/.DS_Store index a8276d7..78b0d85 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/style.css b/css/style.css index 0f367a0..9b480cf 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap"); + body { font-family: "Open Sans", sans-serif; color: #0c0c0c; @@ -36,11 +37,11 @@ body { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; } .heading_container h2 { @@ -60,8 +61,8 @@ body { .heading_container.heading_center { -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; text-align: center; } @@ -80,7 +81,7 @@ a:focus { .btn:focus { outline: none !important; -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } /*header section*/ @@ -92,8 +93,8 @@ a:focus { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; } .hero_area .hero_bg_box { @@ -106,11 +107,11 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; + -ms-flex-align: end; + align-items: flex-end; overflow: hidden; z-index: -1; } @@ -167,7 +168,10 @@ a:focus { transition: all 0.3s; } -.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link { + + +.custom_nav-container .navbar-nav .nav-item:hover .nav-link, +.custom_nav-container .navbar-nav .nav-item.active .nav-link { color: #00bbf0; } @@ -212,7 +216,8 @@ a:focus { transition: all 0.3s; } -.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after { +.custom_nav-container .navbar-toggler span::before, +.custom_nav-container .navbar-toggler span::after { content: ""; position: absolute; left: 0; @@ -231,17 +236,18 @@ a:focus { .custom_nav-container .navbar-toggler[aria-expanded="true"] { -webkit-transform: rotate(360deg); - transform: rotate(360deg); + transform: rotate(360deg); } .custom_nav-container .navbar-toggler[aria-expanded="true"] span { -webkit-transform: rotate(45deg); - transform: rotate(45deg); + transform: rotate(45deg); } -.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after { +.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, +.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after { -webkit-transform: rotate(90deg); - transform: rotate(90deg); + transform: rotate(90deg); top: 0; } @@ -249,22 +255,22 @@ a:focus { /* slider section */ .slider_section { -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; + -ms-flex: 1; + flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; position: relative; padding: 45px 0 145px 0; } .slider_section .row { -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; } .slider_section #customCarousel1 { @@ -340,36 +346,40 @@ a:focus { .slider_section .img-box img { width: 100%; -webkit-animation: upDown 5s infinite; - animation: upDown 5s infinite; + animation: upDown 5s infinite; } @-webkit-keyframes upDown { 0% { -webkit-transform: translateY(-45px); - transform: translateY(-45px); + transform: translateY(-45px); } + 50% { -webkit-transform: translateY(45px); - transform: translateY(45px); + transform: translateY(45px); } + 100% { -webkit-transform: translateY(-45px); - transform: translateY(-45px); + transform: translateY(-45px); } } @keyframes upDown { 0% { -webkit-transform: translateY(-45px); - transform: translateY(-45px); + transform: translateY(-45px); } + 50% { -webkit-transform: translateY(45px); - transform: translateY(45px); + transform: translateY(45px); } + 100% { -webkit-transform: translateY(-45px); - transform: translateY(-45px); + transform: translateY(-45px); } } @@ -377,11 +387,11 @@ a:focus { position: unset; margin: 0; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; } .slider_section .carousel-indicators li { @@ -408,11 +418,11 @@ a:focus { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; text-align: center; margin-top: 45px; background-color: #f8f8f9; @@ -425,11 +435,11 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; + -ms-flex-align: start; + align-items: flex-start; width: 125px; min-width: 75px; height: 75px; @@ -462,8 +472,8 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; margin-top: 45px; } @@ -493,8 +503,8 @@ a:focus { .about_section .row { -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; } .about_section .img-box img { @@ -532,11 +542,11 @@ a:focus { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; text-align: center; } @@ -552,11 +562,11 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; } .why_section .box .img-box img { @@ -579,8 +589,8 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; margin-top: 45px; } @@ -608,8 +618,8 @@ a:focus { .team_section .heading_container { -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; } .team_section .team_container { @@ -632,11 +642,11 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; } .team_section .team_container .box .img-box img { @@ -661,8 +671,8 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; } .team_section .team_container .box .social_box a { @@ -686,8 +696,8 @@ a:focus { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; margin: 15px; } @@ -697,11 +707,11 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; width: 100px; margin-bottom: -50px; margin-left: 25px; @@ -717,8 +727,8 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; } .client_section .box .client_id .client_info h6 { @@ -736,7 +746,7 @@ a:focus { .client_section .box .detail-box { background-color: #ffffff; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); - box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); + box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); padding: 75px 25px 25px 25px; } @@ -750,8 +760,8 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; margin-top: 45px; } @@ -765,7 +775,7 @@ a:focus { bottom: 0px; font-size: 24px; -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); } .client_section .owl-carousel .owl-nav .owl-prev:hover, @@ -795,8 +805,8 @@ a:focus { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; } .info_section .info_contact .contact_link_box a { @@ -825,11 +835,11 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; + -ms-flex-pack: center; + justify-content: center; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; color: #ffffff; border-radius: 100%; margin-right: 10px; @@ -846,10 +856,10 @@ a:focus { display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; + -ms-flex-direction: column; + flex-direction: column; -ms-flex-wrap: wrap; - flex-wrap: wrap; + flex-wrap: wrap; } .info_section .info_links a { @@ -857,8 +867,8 @@ a:focus { display: -ms-flexbox; display: flex; -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + -ms-flex-align: center; + align-items: center; margin-bottom: 15px; color: #ffffff; } @@ -927,4 +937,28 @@ a:focus { .footer_section p a { color: inherit; } -/*# sourceMappingURL=style.css.map */ \ No newline at end of file + +/*# sourceMappingURL=style.css.map */ + + +/* Add WA floating button CSS */ +.floating { + position: fixed; + width: 60px; + height: 60px; + bottom: 40px; + right: 40px; + background-color: #25d366; + color: #fff; + border-radius: 50px; + text-align: center; + font-size: 30px; + box-shadow: 2px 2px 3px #999; + z-index: 100; + padding: 6px; + +} + +.fab-icon { + margin-top: 36px; +} \ No newline at end of file diff --git a/ebooks/.DS_Store b/ebooks/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/ebooks/.DS_Store differ diff --git a/ebooks/React_Native_in_depth.pdf b/ebooks/React_Native_in_depth.pdf new file mode 100644 index 0000000..64d970b Binary files /dev/null and b/ebooks/React_Native_in_depth.pdf differ diff --git a/ebooks/tiket.pdf b/ebooks/tiket.pdf new file mode 100644 index 0000000..c5674a1 Binary files /dev/null and b/ebooks/tiket.pdf differ diff --git a/google5b045dcd49463ba9.html b/google5b045dcd49463ba9.html new file mode 100644 index 0000000..b8207ff --- /dev/null +++ b/google5b045dcd49463ba9.html @@ -0,0 +1 @@ +google-site-verification: google5b045dcd49463ba9.html \ No newline at end of file diff --git a/index.html b/index.html index 748b81e..869faa9 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,11 @@ + + + + + @@ -71,9 +76,10 @@ About