update design md's

This commit is contained in:
necatiozmen
2026-04-08 20:26:59 +03:00
parent 7cf42b918d
commit 1ebace0eea
116 changed files with 322 additions and 600 deletions
+4 -7
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design System Inspired by Ferrari — Dark Mode</title>
<title>Design System Inspired by Ferrari</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Barlow+Condensed:wght@400;500;600;700&display=swap" rel="stylesheet">
@@ -652,7 +652,7 @@
<!-- NAV -->
<nav>
<a href="#" class="nav-brand">awesome-design-md</a>
<span class="nav-brand">awesome-design-md</span>
<ul class="nav-links">
<li><a href="#colors">Colors</a></li>
<li><a href="#typography">Typography</a></li>
@@ -666,7 +666,7 @@
<!-- HERO -->
<section class="hero">
<div class="label-tag">Design Token Catalog</div>
<div class="label-tag">Design System Inspired by Ferrari</div>
<h1>Design System Inspired by Ferrari</h1>
<p class="subtitle">A visual reference generated from DESIGN.md — every color, type rule, and component token documented</p>
<div class="label-tag">Precision Engineering Meets Editorial Design</div>
@@ -1156,10 +1156,7 @@
</div>
<!-- FOOTER -->
<footer style="background:var(--absolute-black);padding:40px;text-align:center;margin-top:40px;border-top:1px solid var(--card-border);">
<p style="font-family:var(--font-body);font-size:12px;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;">Generated from DESIGN.md — Ferrari Design System Tokens</p>
<p style="font-family:var(--font-heading);font-size:13px;color:var(--text-tertiary);margin-top:8px;">awesome-design-md</p>
</footer>
<footer class="footer">Maintained by <a href="https://github.com/VoltAgent/voltagent" target="_blank" rel="noopener noreferrer" style="text-decoration:none;"><img src="https://github.com/VoltAgent.png?size=32" alt="VoltAgent" width="14" height="14" style="border-radius:3px;vertical-align:-2px;margin-right:3px;">VoltAgent</a> team</footer>
</body>
</html>