Collapse
-Loader
-Simple client loader for minecraft, supports almost all versions of windows
- - -From 621c0bd34a20b04fee43620b7e6e718c89e8c436 Mon Sep 17 00:00:00 2001 From: dest4590 <80628386+dest4590@users.noreply.github.com> Date: Tue, 2 Jul 2024 22:57:43 +0300 Subject: [PATCH] upd --- files/css/styles.css | 37 ++-- index.html | 392 ++++++++++++++++++++++--------------------- 2 files changed, 221 insertions(+), 208 deletions(-) diff --git a/files/css/styles.css b/files/css/styles.css index 6d940ab..ac2ebf6 100644 --- a/files/css/styles.css +++ b/files/css/styles.css @@ -87,7 +87,7 @@ a:hover { font-weight: 900; margin-bottom: 0; - background-image: url('/files/img/space.jpg'); + background-image: url("/files/img/space.jpg"); background-repeat: repeat; background-clip: text; @@ -130,7 +130,10 @@ a:hover { font-family: Nordick; letter-spacing: 14px; -webkit-text-fill-color: rgba(0, 0, 0, 0%); - background: linear-gradient(90deg, rgba(0,196,241,1) 0%, rgba(0,48,179,1) 50%, rgba(170,0,199,1) 100%); + background: linear-gradient(90deg, + rgba(0, 196, 241, 1) 0%, + rgba(0, 48, 179, 1) 50%, + rgba(170, 0, 199, 1) 100%); background-clip: text; background-size: 400% 400%; animation: gradient 10s ease infinite; @@ -213,6 +216,8 @@ a:hover { .text-block h1 { display: flex; align-items: center; + text-transform: uppercase; + justify-content: center; } .text-block h1 span { @@ -224,13 +229,19 @@ a:hover { .text-block h3 { font-weight: 300; display: flex; + text-align: left; align-items: center; + justify-content: center; } .social-content h3 { display: block; } +.social-content h2 { + text-align: center; +} + .social-content .social-links { display: flex; flex-wrap: wrap; @@ -254,8 +265,8 @@ a:hover { align-items: center; flex-direction: column; margin-top: 2rem; - height: 130px; - padding: 3rem 0 3rem 0; + height: 65px; + padding: 1rem 0 3rem 0px; text-align: center; } @@ -305,45 +316,45 @@ a:hover { /* fonts */ @font-face { font-family: ProductSans; - src: url('/files/fonts/ProductSansRegular.woff2') format('woff2'); + src: url("/files/fonts/ProductSansRegular.woff2") format("woff2"); } @font-face { font-family: ProductSansBold; - src: url('/files/fonts/ProductSansBold.woff2') format('woff2'); + src: url("/files/fonts/ProductSansBold.woff2") format("woff2"); } @font-face { font-family: ggsansRegular; - src: url('/files/fonts/ggsansRegular.woff2') format('woff2'); + src: url("/files/fonts/ggsansRegular.woff2") format("woff2"); } @font-face { font-family: ggsansBold; - src: url('/files/fonts/ggsansBold.woff2') format('woff2'); + src: url("/files/fonts/ggsansBold.woff2") format("woff2"); } @font-face { font-family: Raleway; - src: url('/files/fonts/Raleway.woff2') format('woff2'); + src: url("/files/fonts/Raleway.woff2") format("woff2"); } @font-face { font-family: Cadiz-Bold; - src: url('/files/fonts/Cadiz-Bold.woff2') format('woff2'); + src: url("/files/fonts/Cadiz-Bold.woff2") format("woff2"); } @font-face { font-family: Cadiz-Regular; - src: url('/files/fonts/Cadiz-Regular.woff2') format('woff2'); + src: url("/files/fonts/Cadiz-Regular.woff2") format("woff2"); } @font-face { font-family: Nordick; - src: url('/files/fonts/Nordick.woff2') format('woff2'); + src: url("/files/fonts/Nordick.woff2") format("woff2"); } @font-face { font-family: ModernAge; - src: url('/files/fonts/ModernAge.woff2') format('woff2'); + src: url("/files/fonts/ModernAge.woff2") format("woff2"); } \ No newline at end of file diff --git a/index.html b/index.html index 8625c96..5f374e7 100644 --- a/index.html +++ b/index.html @@ -1,196 +1,198 @@ - - - -
- - -Collapse
-Loader
-Simple client loader for minecraft, supports almost all versions of windows
- - -Our Minecraft client loader aims to:
-Maximize user convenience: - We ensure an intuitive and quick setup, with a user-friendly interface that simplifies the - process - for all users, from novices to experts.
-Be the best free loader available: - By offering superior functionality and regular updates, we aim to surpass all existing - alternatives, - ensuring compatibility with the latest game versions and providing unique features.
-Develop robust infrastructure: - We invest in scalable server capabilities and round-the-clock support to ensure a seamless - experience and a reliable ecosystem for all players.
-Our loader combines functionality, ease of use, and reliability, making it the ideal choice for every - Minecraft enthusiast.
- -Collapse
+Loader
+Simple client loader for minecraft, supports almost all versions of windows
+ + +Our Minecraft client loader aims to:
+Maximize user convenience: + We ensure an intuitive and quick setup, with a user-friendly interface that simplifies the + process + for all users, from novices to experts.
+Be the best free loader available: + By offering superior functionality and regular updates, we aim to surpass all existing + alternatives, + ensuring compatibility with the latest game versions and providing unique features.
+Develop robust infrastructure: + We invest in scalable server capabilities and round-the-clock support to ensure a seamless + experience and a reliable ecosystem for all players.
+Our loader combines functionality, ease of use, and reliability, making it the ideal choice for every + Minecraft enthusiast.
+ +