From 9eed700fd598d8d4a13ada36c2cd91e4af8366c3 Mon Sep 17 00:00:00 2001 From: Dauren777 Date: Fri, 19 Jun 2026 05:59:25 +0000 Subject: [PATCH] =?UTF-8?q?v2:=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=B8?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=BF=D0=BE=D0=BB=D0=BD=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/index.html b/index.html index e97c710..d5d4fcb 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@ body{font:17px/1.6 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,s .nav{display:flex;gap:24px;align-items:center} .nav a{text-decoration:none;color:var(--gray-500);font-size:15px;font-weight:500;transition:color .2s} .nav a:hover{color:var(--ink)} +.nav .nav-highlight{color:var(--ink);font-weight:600} /* Hero */ .hero{background:linear-gradient(135deg,#0F1218 0%,#1a1f2e 100%);position:relative;overflow:hidden} @@ -77,6 +78,24 @@ body{font:17px/1.6 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,s .step h3{font-size:18px;font-weight:700;margin-bottom:8px} .step p{font-size:15px;color:var(--gray-500);line-height:1.5} +/* Changes timeline */ +.changes{background:var(--gray-100)} +.timeline{max-width:760px;margin:0 auto;position:relative} +.timeline::before{content:'';position:absolute;left:32px;top:0;bottom:0;width:2px;background:var(--gray-100)} +.timeline-item{display:flex;gap:20px;margin-bottom:28px;position:relative} +.timeline-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0;margin-top:4px;position:relative;z-index:1} +.timeline-dot.added{background:#22c55e} +.timeline-dot.modified{background:#f59e0b} +.timeline-dot.removed{background:#ef4444} +.timeline-content{flex:1;background:var(--white);border-radius:12px;padding:20px 24px;border:1px solid var(--gray-100)} +.timeline-date{font-size:13px;color:var(--gray-500);margin-bottom:6px} +.timeline-badge{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 10px;border-radius:100px;margin-bottom:8px} +.timeline-badge.added{background:#dcfce7;color:#166534} +.timeline-badge.modified{background:#fef3c7;color:#92400e} +.timeline-badge.removed{background:#fee2e2;color:#991b1b} +.timeline-content h4{font-size:16px;font-weight:700;margin-bottom:4px} +.timeline-content p{font-size:14px;color:var(--gray-500);line-height:1.5} + /* FAQ */ .faq-list{max-width:760px;margin:0 auto} .faq-item{border-bottom:1px solid var(--gray-100);padding:20px 0} @@ -125,6 +144,7 @@ body{font:17px/1.6 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,s