From c15d64164b0614655942c8622e571f633abc774d Mon Sep 17 00:00:00 2001 From: Amelia Frost Date: Sun, 5 Apr 2026 20:26:13 -0700 Subject: [PATCH] Format about.html --- about.html | 925 ++++++++++++++++++++++++++++++++--------------------- 1 file changed, 562 insertions(+), 363 deletions(-) diff --git a/about.html b/about.html index f5fed71..7e5e0d8 100644 --- a/about.html +++ b/about.html @@ -1,398 +1,597 @@ - + - - - -About Aviaclient - - - - - + @media (max-width: 460px) { + .layout { + flex-direction: column; + overflow-y: auto; + } + .sidebar { + width: 100%; + flex-direction: row; + justify-content: flex-start; + padding: 14px 16px; + gap: 14px; + border-right: none; + border-bottom: 1px solid rgba(255, 255, 255, 0.06); + overflow: visible; + } + .sidebar-text { + text-align: left; + } + .sidebar-text p { + display: none; + } + .main { + overflow-y: visible; + } + } -
- About -
+ .sidebar { + animation: fadeIn 0.25s ease both; + } + .main > * { + animation: slideUp 0.25s ease both; + } + .main > *:nth-child(1) { + animation-delay: 0.06s; + } + .main > *:nth-child(2) { + animation-delay: 0.1s; + } + .main > *:nth-child(3) { + animation-delay: 0.13s; + } + .main > *:nth-child(4) { + animation-delay: 0.16s; + } + .main > *:nth-child(5) { + animation-delay: 0.19s; + } + .main > *:nth-child(6) { + animation-delay: 0.22s; + } + .main > *:nth-child(7) { + animation-delay: 0.25s; + } -
- - - - - -
- - -
- -
- -
-
-
Source code
-
github.com/AvaLilac/for-desktop
-
-
-
- -
- -
-
-
Issues
-
Report bugs or request features
-
-
-
- -
- -
-
-
Dev branch
-
Latest development changes
-
-
-
+ @keyframes slideUp { + from { + opacity: 0; + transform: translateY(8px); + } + to { + opacity: 1; + transform: translateY(0); + } + } + @keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } + } + + + +
+ About
- -
-
-
- -
- - - - + +