diff --git a/404.html b/404.html index 6dfa894..3f2a20d 100644 --- a/404.html +++ b/404.html @@ -4,8 +4,7 @@ Infinity X - 404 Not Found - - + diff --git a/apply-for-maintainership/index.html b/apply-for-maintainership/index.html index 8af2888..06ac868 100644 --- a/apply-for-maintainership/index.html +++ b/apply-for-maintainership/index.html @@ -5,7 +5,10 @@ Infinity X - Maintainership + + + diff --git a/assets/css/main.css b/assets/css/main.css index b378699..f293866 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -484,6 +484,9 @@ header { perspective: 1500px; margin: 0 auto; max-width: 1200px; + overflow: hidden; + -webkit-mask-image: linear-gradient(to right, transparent 0%, black 150px, black calc(100% - 150px), transparent 100%); + mask-image: linear-gradient(to right, transparent 0%, black 150px, black calc(100% - 150px), transparent 100%); } .swiper { @@ -496,6 +499,9 @@ header { transform: translateZ(0); backface-visibility: hidden; touch-action: pan-y pinch-zoom; + overflow: visible; + padding-left: 50px; + padding-right: 50px; } @media (max-width: 480px) { @@ -567,6 +573,15 @@ header { will-change: transform; } +.swiper-slide-prev, +.swiper-slide-next { + filter: brightness(0.7) blur(2px); +} + +.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) { + filter: brightness(0.5) blur(8px); +} + .swiper-slide-active { transform: scale(1) translateZ(0); z-index: 10; @@ -591,6 +606,9 @@ header { @media (max-width: 780px) { .swiper-slide { transition: transform 0.35s ease; } .swiper-slide:not(.swiper-slide-active) { filter: none; } + .swiper-slide-prev, + .swiper-slide-next { filter: blur(2px); } + .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) { filter: blur(5px); } .swiper-slide:not(.swiper-slide-active)::after { display: none; } .swiper { padding-top: 40px; padding-bottom: 40px; } .swiper, .swiper-wrapper, .swiper-slide, .swiper-slide img { will-change: auto !important; } diff --git a/assets/favicon/apple-touch-icon.png b/assets/favicon/apple-touch-icon.png new file mode 100644 index 0000000..e8cd3db Binary files /dev/null and b/assets/favicon/apple-touch-icon.png differ diff --git a/assets/favicon/favicon-192x192.png b/assets/favicon/favicon-192x192.png new file mode 100644 index 0000000..7d5db48 Binary files /dev/null and b/assets/favicon/favicon-192x192.png differ diff --git a/assets/favicon/favicon-512x512.png b/assets/favicon/favicon-512x512.png new file mode 100644 index 0000000..6b799f3 Binary files /dev/null and b/assets/favicon/favicon-512x512.png differ diff --git a/assets/js/main.js b/assets/js/main.js index 26818dd..80b6fee 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -169,7 +169,7 @@ document.addEventListener('DOMContentLoaded', () => { swiperEl.addEventListener('touchend', removeTouching, { passive: true }); swiperEl.addEventListener('touchcancel', removeTouching, { passive: true }); - new Swiper('.swiper', { + const swiper = new Swiper('.swiper', { // Use lighter config on small screens to avoid heavy 3D transforms / filters ...(function(){ const isSmall = window.matchMedia('(max-width: 780px)').matches; @@ -235,7 +235,8 @@ document.addEventListener('DOMContentLoaded', () => { 992: { slidesPerView: 'auto', spaceBetween: 30 } } }; - })() + })(), + keyboard: { enabled: true, onlyInViewport: false } }); }; document.head.appendChild(script); diff --git a/downloads/index.html b/downloads/index.html index 5cfa1d3..b98dd5b 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -5,7 +5,10 @@ Infinity X - Download + + + diff --git a/faq/index.html b/faq/index.html index e4dcbd5..a5396dd 100644 --- a/faq/index.html +++ b/faq/index.html @@ -5,7 +5,10 @@ Infinity X - FAQ + + + @@ -43,7 +46,7 @@

Which devices are supported?

Is Project Infinity X free?

-

Yes! Project Infinity X is completely free and open-source as per GPL v3 compliance. We believe in providing quality software without any cost barriers.

+

Yes! Project Infinity X is completely free and open-source as per "Apache-2.0" compliance. We believe in providing quality software without any cost barriers.

diff --git a/index.html b/index.html index 2405e17..e0ead29 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,11 @@ Infinity X - - + + + + + diff --git a/legal/index.html b/legal/index.html index 6699ab1..6f26f7a 100644 --- a/legal/index.html +++ b/legal/index.html @@ -3,9 +3,12 @@ - + Infinity X - Legal + + + @@ -24,7 +27,7 @@

Legal Compliance & Licensing