Commit 5f72cf57 authored by Святослав's avatar Святослав

Новая версия дизайна

parent 1de8db94
...@@ -49,8 +49,8 @@ ...@@ -49,8 +49,8 @@
<div class="hero-image"> <div class="hero-image">
<img src="images/ximperlinux.svg" alt="logo"> <img src="images/ximperlinux.svg" alt="logo">
</div> </div>
<h2>Ximper Linux</h2> <h2>Современный дизайн и высокая скорость</h2>
<p>Для тех, кто требует от системы всего и сразу: современный дизайн, высокая скорость и уверенность в завтрашнем дне. Построен на отложенном репозитории ALT Sisyphus и гарантирует стабильность.</p> <p>Построен на отлаженном репозитории ALT Sisyphus и гарантирует стабильность.</p>
<button id="next-section" class="button outline">Узнать больше</button> <button id="next-section" class="button outline">Узнать больше</button>
<div class="arrows"> <div class="arrows">
<span class="arrow"></span> <span class="arrow"></span>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
</div> </div>
</div> </div>
<div class="variants-text"> <div class="variants-text">
<h1>Идеальный выбор для каждого</h1> <h1>Редакции</h1>
</div> </div>
<div class="distro-showcase"> <div class="distro-showcase">
<div class="distro-variant"> <div class="distro-variant">
...@@ -172,8 +172,8 @@ ...@@ -172,8 +172,8 @@
</div> </div>
</div> </div>
<div class="download-text-block"> <div class="download-text-block">
<h1>Скачайте Ximper Linux и наслаждайтесь его возможностями!</h1> <h1>Идеальный выбор для каждого</h1>
<a href="downloads.html" class="button outline">Перейти на страницу загрузок</a> <a href="downloads.html" class="button outline">Загрузить</a>
</div> </div>
</main> </main>
<footer> <footer>
......
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
} }
:root { :root {
--border: #7E01FF; --border: #5D21B3; /* Более тёмный и приглушённый фиолетовый */
--bg: #0B0E1D; --bg: #0A0B16; /* Чуть более светлый, но глубокий фон */
--link-color: #b79ced; --link-color: #9A7EC9; /* Менее насыщенный пастельный фиолетовый */
--link-hover: #ffffff; --link-hover: #E6E0FF; /* Тёплый, приглушённый белый */
--gradient: linear-gradient(45deg, #fff 30%, #b79ced 100%); --gradient: linear-gradient(45deg, #C2B0E0 30%, #7A5FB5 100%); /* Мягкий градиент */
} }
/* Общие стили */ /* Общие стили */
...@@ -59,7 +59,7 @@ body::before { ...@@ -59,7 +59,7 @@ body::before {
left: 0; left: 0;
width: 120vw; width: 120vw;
height: 120vh; height: 120vh;
background: radial-gradient(circle, rgba(75, 0, 130, 0.6), rgba(0, 0, 0, 0)); background: radial-gradient(circle, rgba(65, 0, 110, 0.5), rgba(0, 0, 0, 0));
filter: blur(150px); filter: blur(150px);
animation: glowAnimation 30s infinite ease-in-out; animation: glowAnimation 30s infinite ease-in-out;
z-index: -1; z-index: -1;
...@@ -523,8 +523,8 @@ main { ...@@ -523,8 +523,8 @@ main {
} }
.info-block { .info-block {
background: rgba(11, 14, 29, 0.8); /*background: rgba(11, 14, 29, 0.8);*/
border: 2px solid var(--border); /*border: 2px solid var(--border);*/
border-radius: 20px; border-radius: 20px;
padding: 25px; padding: 25px;
position: relative; position: relative;
...@@ -681,7 +681,7 @@ main { ...@@ -681,7 +681,7 @@ main {
/* Стили для футера */ /* Стили для футера */
footer { footer {
background-color: var(--bg); /*background-color: var(--bg);*/
padding: 15px 20px; padding: 15px 20px;
color: #fff; color: #fff;
display: flex; display: flex;
...@@ -691,7 +691,7 @@ footer { ...@@ -691,7 +691,7 @@ footer {
position: relative; position: relative;
margin: 12px; margin: 12px;
box-sizing: border-box; box-sizing: border-box;
border: 2px solid var(--border); /*border: 2px solid var(--border);*/
border-radius: 15px; border-radius: 15px;
width: calc(100% - 24px); width: calc(100% - 24px);
} }
...@@ -1139,17 +1139,22 @@ footer { ...@@ -1139,17 +1139,22 @@ footer {
} }
.distro-showcase { .distro-showcase {
display: flex;
flex-direction: column;
align-items: center; /* Центрирует дочерние элементы по горизонтали */
padding: 10px 10px; padding: 10px 10px;
background: transparent; background: transparent;
position: relative; position: relative;
} }
.distro-variant { .distro-variant {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 80px; margin-bottom: 20px;
background: rgba(11, 14, 29, 0.8); max-width: 1600px;
border: 2px solid var(--border); /*background: rgba(11, 14, 29, 0.8);*/
/*border: 2px solid var(--border);*/
border-radius: 20px; border-radius: 20px;
overflow: hidden; overflow: hidden;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment