oh-my-design-cli 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.ja.md +145 -0
- package/README.ko.md +245 -0
- package/README.md +245 -0
- package/README.zh-TW.md +145 -0
- package/data/reference-tags.md +104 -0
- package/data/synonyms.json +79 -0
- package/data/vocabulary.json +516 -0
- package/dist/bin/oh-my-design.js +858 -0
- package/dist/bin/oh-my-design.js.map +1 -0
- package/dist/chunk-6YNSV3VY.js +35 -0
- package/dist/chunk-6YNSV3VY.js.map +1 -0
- package/dist/chunk-MHFYGZSO.js +337 -0
- package/dist/chunk-MHFYGZSO.js.map +1 -0
- package/dist/chunk-N2JG6N4Q.js +264 -0
- package/dist/chunk-N2JG6N4Q.js.map +1 -0
- package/dist/chunk-OOQQEUGX.js +46 -0
- package/dist/chunk-OOQQEUGX.js.map +1 -0
- package/dist/chunk-OR5DHENY.js +250 -0
- package/dist/chunk-OR5DHENY.js.map +1 -0
- package/dist/customizer-CM76752R.js +8 -0
- package/dist/customizer-CM76752R.js.map +1 -0
- package/dist/index.d.ts +559 -0
- package/dist/index.js +3113 -0
- package/dist/index.js.map +1 -0
- package/dist/init-STACB7E5.js +635 -0
- package/dist/init-STACB7E5.js.map +1 -0
- package/dist/install-skills-CM6VXFZJ.js +152 -0
- package/dist/install-skills-CM6VXFZJ.js.map +1 -0
- package/dist/learn-33LHKEJA.js +140 -0
- package/dist/learn-33LHKEJA.js.map +1 -0
- package/dist/reference-YMNAOXJQ.js +47 -0
- package/dist/reference-YMNAOXJQ.js.map +1 -0
- package/dist/reference-parser-TM3CJPNE.js +10 -0
- package/dist/reference-parser-TM3CJPNE.js.map +1 -0
- package/dist/remember-UAFA5B2O.js +78 -0
- package/dist/remember-UAFA5B2O.js.map +1 -0
- package/dist/sync-P7X4S2DK.js +404 -0
- package/dist/sync-P7X4S2DK.js.map +1 -0
- package/dist/templates/templates/design-md.hbs +44 -0
- package/dist/templates/templates/partials/agent-prompt-guide.hbs +28 -0
- package/dist/templates/templates/partials/color-palette.hbs +49 -0
- package/dist/templates/templates/partials/component-stylings.hbs +28 -0
- package/dist/templates/templates/partials/depth-elevation.hbs +31 -0
- package/dist/templates/templates/partials/dos-donts.hbs +13 -0
- package/dist/templates/templates/partials/layout.hbs +30 -0
- package/dist/templates/templates/partials/responsive.hbs +25 -0
- package/dist/templates/templates/partials/shadcn-tokens.hbs +64 -0
- package/dist/templates/templates/partials/typography.hbs +43 -0
- package/dist/templates/templates/partials/visual-theme.hbs +26 -0
- package/package.json +68 -0
- package/references/Claude-Design-Sys-Prompt.txt +421 -0
- package/references/airbnb/DESIGN.md +427 -0
- package/references/airbnb/README.md +23 -0
- package/references/airbnb/preview-dark.html +234 -0
- package/references/airbnb/preview.html +233 -0
- package/references/airtable/DESIGN.md +107 -0
- package/references/airtable/README.md +23 -0
- package/references/airtable/preview-dark.html +165 -0
- package/references/airtable/preview.html +164 -0
- package/references/apple/DESIGN.md +496 -0
- package/references/apple/README.md +24 -0
- package/references/apple/preview-dark.html +420 -0
- package/references/apple/preview.html +414 -0
- package/references/baemin/DESIGN.md +260 -0
- package/references/baemin/README.md +19 -0
- package/references/bmw/DESIGN.md +180 -0
- package/references/bmw/README.md +23 -0
- package/references/bmw/preview-dark.html +211 -0
- package/references/bmw/preview.html +210 -0
- package/references/cal/DESIGN.md +259 -0
- package/references/cal/README.md +23 -0
- package/references/cal/preview-dark.html +449 -0
- package/references/cal/preview.html +575 -0
- package/references/claude/DESIGN.md +455 -0
- package/references/claude/README.md +24 -0
- package/references/claude/preview-dark.html +803 -0
- package/references/claude/preview.html +826 -0
- package/references/clay/DESIGN.md +304 -0
- package/references/clay/README.md +23 -0
- package/references/clay/preview-dark.html +316 -0
- package/references/clay/preview.html +315 -0
- package/references/clickhouse/DESIGN.md +281 -0
- package/references/clickhouse/README.md +24 -0
- package/references/clickhouse/preview-dark.html +834 -0
- package/references/clickhouse/preview.html +786 -0
- package/references/cohere/DESIGN.md +266 -0
- package/references/cohere/README.md +24 -0
- package/references/cohere/preview-dark.html +803 -0
- package/references/cohere/preview.html +807 -0
- package/references/coinbase/DESIGN.md +129 -0
- package/references/coinbase/README.md +23 -0
- package/references/coinbase/preview-dark.html +164 -0
- package/references/coinbase/preview.html +163 -0
- package/references/composio/DESIGN.md +307 -0
- package/references/composio/README.md +24 -0
- package/references/composio/preview-dark.html +958 -0
- package/references/composio/preview.html +933 -0
- package/references/cursor/DESIGN.md +322 -0
- package/references/cursor/README.md +24 -0
- package/references/cursor/preview-dark.html +393 -0
- package/references/cursor/preview.html +383 -0
- package/references/dcard/DESIGN.md +302 -0
- package/references/dcard/README.md +12 -0
- package/references/dcard/_research/forum-1440px.png +0 -0
- package/references/dcard/_research.md +77 -0
- package/references/elevenlabs/DESIGN.md +265 -0
- package/references/elevenlabs/README.md +23 -0
- package/references/elevenlabs/preview-dark.html +252 -0
- package/references/elevenlabs/preview.html +251 -0
- package/references/expo/DESIGN.md +281 -0
- package/references/expo/README.md +24 -0
- package/references/expo/preview-dark.html +533 -0
- package/references/expo/preview.html +533 -0
- package/references/ferrari/DESIGN.md +314 -0
- package/references/ferrari/README.md +23 -0
- package/references/ferrari/preview-dark.html +1162 -0
- package/references/ferrari/preview.html +1122 -0
- package/references/figma/DESIGN.md +399 -0
- package/references/figma/README.md +24 -0
- package/references/figma/preview-dark.html +822 -0
- package/references/figma/preview.html +832 -0
- package/references/framer/DESIGN.md +246 -0
- package/references/framer/README.md +23 -0
- package/references/framer/preview-dark.html +902 -0
- package/references/framer/preview.html +883 -0
- package/references/freee/DESIGN.md +308 -0
- package/references/freee/README.md +12 -0
- package/references/freee/_research/vibes-storybook-1440px.png +0 -0
- package/references/freee/_research.md +77 -0
- package/references/hashicorp/DESIGN.md +278 -0
- package/references/hashicorp/README.md +24 -0
- package/references/hashicorp/preview-dark.html +1202 -0
- package/references/hashicorp/preview.html +1193 -0
- package/references/ibm/DESIGN.md +332 -0
- package/references/ibm/README.md +24 -0
- package/references/ibm/preview-dark.html +443 -0
- package/references/ibm/preview.html +428 -0
- package/references/intercom/DESIGN.md +146 -0
- package/references/intercom/README.md +23 -0
- package/references/intercom/preview-dark.html +185 -0
- package/references/intercom/preview.html +184 -0
- package/references/kakao/DESIGN.md +261 -0
- package/references/kakao/README.md +18 -0
- package/references/karrot/DESIGN.md +252 -0
- package/references/karrot/README.md +18 -0
- package/references/kraken/DESIGN.md +146 -0
- package/references/kraken/README.md +23 -0
- package/references/kraken/preview-dark.html +169 -0
- package/references/kraken/preview.html +168 -0
- package/references/lamborghini/DESIGN.md +288 -0
- package/references/lamborghini/README.md +23 -0
- package/references/lamborghini/preview-dark.html +303 -0
- package/references/lamborghini/preview.html +381 -0
- package/references/line/DESIGN.md +375 -0
- package/references/line/README.md +12 -0
- package/references/line/_research/home-1440px.png +0 -0
- package/references/line/_research.md +65 -0
- package/references/linear.app/DESIGN.md +526 -0
- package/references/linear.app/README.md +24 -0
- package/references/linear.app/preview-dark.html +383 -0
- package/references/linear.app/preview.html +373 -0
- package/references/lovable/DESIGN.md +298 -0
- package/references/lovable/README.md +24 -0
- package/references/lovable/preview-dark.html +349 -0
- package/references/lovable/preview.html +348 -0
- package/references/mercari/DESIGN.md +294 -0
- package/references/mercari/README.md +12 -0
- package/references/mercari/_research/home-1440px.png +0 -0
- package/references/mercari/_research.md +77 -0
- package/references/minimax/DESIGN.md +257 -0
- package/references/minimax/README.md +24 -0
- package/references/minimax/preview-dark.html +1262 -0
- package/references/minimax/preview.html +1248 -0
- package/references/mintlify/DESIGN.md +341 -0
- package/references/mintlify/README.md +24 -0
- package/references/mintlify/preview-dark.html +409 -0
- package/references/mintlify/preview.html +398 -0
- package/references/miro/DESIGN.md +108 -0
- package/references/miro/README.md +23 -0
- package/references/miro/preview-dark.html +174 -0
- package/references/miro/preview.html +173 -0
- package/references/mistral.ai/DESIGN.md +261 -0
- package/references/mistral.ai/README.md +24 -0
- package/references/mistral.ai/preview-dark.html +806 -0
- package/references/mistral.ai/preview.html +805 -0
- package/references/mongodb/DESIGN.md +266 -0
- package/references/mongodb/README.md +23 -0
- package/references/mongodb/preview-dark.html +260 -0
- package/references/mongodb/preview.html +259 -0
- package/references/notion/DESIGN.md +492 -0
- package/references/notion/README.md +24 -0
- package/references/notion/preview-dark.html +372 -0
- package/references/notion/preview.html +364 -0
- package/references/nvidia/DESIGN.md +308 -0
- package/references/nvidia/README.md +24 -0
- package/references/nvidia/preview-dark.html +374 -0
- package/references/nvidia/preview.html +366 -0
- package/references/ollama/DESIGN.md +267 -0
- package/references/ollama/README.md +24 -0
- package/references/ollama/preview-dark.html +678 -0
- package/references/ollama/preview.html +678 -0
- package/references/opencode.ai/DESIGN.md +295 -0
- package/references/opencode.ai/README.md +24 -0
- package/references/opencode.ai/preview-dark.html +366 -0
- package/references/opencode.ai/preview.html +357 -0
- package/references/pinkoi/DESIGN.md +309 -0
- package/references/pinkoi/README.md +12 -0
- package/references/pinkoi/_research/browse-1440px.png +0 -0
- package/references/pinkoi/_research.md +115 -0
- package/references/pinterest/DESIGN.md +230 -0
- package/references/pinterest/README.md +23 -0
- package/references/pinterest/preview-dark.html +233 -0
- package/references/pinterest/preview.html +232 -0
- package/references/posthog/DESIGN.md +256 -0
- package/references/posthog/README.md +23 -0
- package/references/posthog/preview-dark.html +699 -0
- package/references/posthog/preview.html +749 -0
- package/references/raycast/DESIGN.md +268 -0
- package/references/raycast/README.md +23 -0
- package/references/raycast/preview-dark.html +606 -0
- package/references/raycast/preview.html +688 -0
- package/references/renault/DESIGN.md +311 -0
- package/references/renault/README.md +23 -0
- package/references/renault/preview-dark.html +406 -0
- package/references/renault/preview.html +606 -0
- package/references/replicate/DESIGN.md +261 -0
- package/references/replicate/README.md +24 -0
- package/references/replicate/preview-dark.html +828 -0
- package/references/replicate/preview.html +831 -0
- package/references/resend/DESIGN.md +303 -0
- package/references/resend/README.md +23 -0
- package/references/resend/preview-dark.html +355 -0
- package/references/resend/preview.html +354 -0
- package/references/revolut/DESIGN.md +185 -0
- package/references/revolut/README.md +23 -0
- package/references/revolut/preview-dark.html +234 -0
- package/references/revolut/preview.html +233 -0
- package/references/runwayml/DESIGN.md +244 -0
- package/references/runwayml/README.md +24 -0
- package/references/runwayml/preview-dark.html +664 -0
- package/references/runwayml/preview.html +665 -0
- package/references/sanity/DESIGN.md +357 -0
- package/references/sanity/README.md +24 -0
- package/references/sanity/preview-dark.html +990 -0
- package/references/sanity/preview.html +1135 -0
- package/references/sentry/DESIGN.md +262 -0
- package/references/sentry/README.md +24 -0
- package/references/sentry/preview-dark.html +626 -0
- package/references/sentry/preview.html +951 -0
- package/references/spacex/DESIGN.md +205 -0
- package/references/spacex/README.md +23 -0
- package/references/spacex/preview-dark.html +221 -0
- package/references/spacex/preview.html +220 -0
- package/references/spotify/DESIGN.md +246 -0
- package/references/spotify/README.md +23 -0
- package/references/spotify/preview-dark.html +231 -0
- package/references/spotify/preview.html +230 -0
- package/references/stripe/DESIGN.md +473 -0
- package/references/stripe/README.md +24 -0
- package/references/stripe/preview-dark.html +428 -0
- package/references/stripe/preview.html +419 -0
- package/references/supabase/DESIGN.md +255 -0
- package/references/supabase/README.md +24 -0
- package/references/supabase/preview-dark.html +977 -0
- package/references/supabase/preview.html +955 -0
- package/references/superhuman/DESIGN.md +252 -0
- package/references/superhuman/README.md +23 -0
- package/references/superhuman/preview-dark.html +973 -0
- package/references/superhuman/preview.html +951 -0
- package/references/tesla/DESIGN.md +286 -0
- package/references/tesla/README.md +23 -0
- package/references/tesla/preview-dark.html +947 -0
- package/references/tesla/preview.html +925 -0
- package/references/together.ai/DESIGN.md +263 -0
- package/references/together.ai/README.md +24 -0
- package/references/together.ai/preview-dark.html +892 -0
- package/references/together.ai/preview.html +897 -0
- package/references/toss/DESIGN.md +387 -0
- package/references/toss/README.md +19 -0
- package/references/uber/DESIGN.md +295 -0
- package/references/uber/README.md +24 -0
- package/references/uber/preview-dark.html +1120 -0
- package/references/uber/preview.html +1119 -0
- package/references/vercel/DESIGN.md +456 -0
- package/references/vercel/README.md +24 -0
- package/references/vercel/preview-dark.html +368 -0
- package/references/vercel/preview.html +367 -0
- package/references/voltagent/DESIGN.md +323 -0
- package/references/voltagent/README.md +24 -0
- package/references/voltagent/preview-dark.html +487 -0
- package/references/voltagent/preview.html +766 -0
- package/references/warp/DESIGN.md +253 -0
- package/references/warp/README.md +23 -0
- package/references/warp/preview-dark.html +500 -0
- package/references/warp/preview.html +533 -0
- package/references/webflow/DESIGN.md +109 -0
- package/references/webflow/README.md +23 -0
- package/references/webflow/preview-dark.html +147 -0
- package/references/webflow/preview.html +146 -0
- package/references/wise/DESIGN.md +173 -0
- package/references/wise/README.md +23 -0
- package/references/wise/preview-dark.html +230 -0
- package/references/wise/preview.html +229 -0
- package/references/x.ai/DESIGN.md +267 -0
- package/references/x.ai/README.md +24 -0
- package/references/x.ai/preview-dark.html +356 -0
- package/references/x.ai/preview.html +407 -0
- package/references/zapier/DESIGN.md +328 -0
- package/references/zapier/README.md +24 -0
- package/references/zapier/preview-dark.html +380 -0
- package/references/zapier/preview.html +372 -0
- package/skills/omd-apply/SKILL.md +85 -0
- package/skills/omd-init/SKILL.md +167 -0
- package/skills/omd-learn/SKILL.md +81 -0
- package/skills/omd-remember/SKILL.md +44 -0
- package/skills/omd-sync/SKILL.md +38 -0
|
@@ -0,0 +1,1120 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<title>Design System Inspired by Uber</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
9
|
+
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700&display=swap" rel="stylesheet">
|
|
10
|
+
<style>
|
|
11
|
+
:root {
|
|
12
|
+
/* Primary */
|
|
13
|
+
--color-black: #000000;
|
|
14
|
+
--color-white: #ffffff;
|
|
15
|
+
/* Interactive */
|
|
16
|
+
--color-hover-gray: #e2e2e2;
|
|
17
|
+
--color-hover-light: #f3f3f3;
|
|
18
|
+
--color-chip-gray: #efefef;
|
|
19
|
+
/* Text */
|
|
20
|
+
--color-body-gray: #4b4b4b;
|
|
21
|
+
--color-muted-gray: #afafaf;
|
|
22
|
+
/* Shadows */
|
|
23
|
+
--shadow-card: rgba(0, 0, 0, 0.12) 0px 4px 16px 0px;
|
|
24
|
+
--shadow-medium: rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
|
|
25
|
+
--shadow-float: rgba(0, 0, 0, 0.16) 0px 2px 8px 0px;
|
|
26
|
+
--shadow-press: rgba(0, 0, 0, 0.08) 0px 0px 0px 999px inset;
|
|
27
|
+
/* Fonts */
|
|
28
|
+
--font-display: 'DM Sans', system-ui, -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
29
|
+
--font-body: 'DM Sans', system-ui, -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
30
|
+
/* Light mode tokens */
|
|
31
|
+
--bg-page: #000000;
|
|
32
|
+
--bg-card: #111111;
|
|
33
|
+
--bg-nav: rgba(0,0,0,0.92);
|
|
34
|
+
--text-primary: #ffffff;
|
|
35
|
+
--text-secondary: #afafaf;
|
|
36
|
+
--text-tertiary: #6b6b6b;
|
|
37
|
+
--border-color: #2a2a2a;
|
|
38
|
+
--section-label-color: #afafaf;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
42
|
+
|
|
43
|
+
body {
|
|
44
|
+
background: var(--bg-page);
|
|
45
|
+
color: var(--text-primary);
|
|
46
|
+
font-family: var(--font-body);
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
line-height: 1.50;
|
|
49
|
+
-webkit-font-smoothing: antialiased;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* NAV */
|
|
53
|
+
.nav {
|
|
54
|
+
position: sticky;
|
|
55
|
+
top: 0;
|
|
56
|
+
z-index: 100;
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
justify-content: space-between;
|
|
60
|
+
padding: 16px 40px;
|
|
61
|
+
background: var(--bg-nav);
|
|
62
|
+
backdrop-filter: blur(12px);
|
|
63
|
+
border-bottom: 1px solid var(--border-color);
|
|
64
|
+
}
|
|
65
|
+
.nav-brand {
|
|
66
|
+
font-family: var(--font-display);
|
|
67
|
+
font-size: 18px;
|
|
68
|
+
font-weight: 700;
|
|
69
|
+
color: var(--text-primary);
|
|
70
|
+
display: flex;
|
|
71
|
+
align-items: center;
|
|
72
|
+
gap: 10px;
|
|
73
|
+
}
|
|
74
|
+
.nav-brand .logo-mark {
|
|
75
|
+
display: inline-flex;
|
|
76
|
+
align-items: center;
|
|
77
|
+
justify-content: center;
|
|
78
|
+
width: 28px;
|
|
79
|
+
height: 28px;
|
|
80
|
+
background: var(--color-black);
|
|
81
|
+
border-radius: 8px;
|
|
82
|
+
color: var(--color-white);
|
|
83
|
+
font-family: var(--font-display);
|
|
84
|
+
font-size: 14px;
|
|
85
|
+
font-weight: 700;
|
|
86
|
+
}
|
|
87
|
+
.nav-links { display: flex; gap: 24px; align-items: center; }
|
|
88
|
+
.nav-links a {
|
|
89
|
+
color: var(--text-secondary);
|
|
90
|
+
text-decoration: none;
|
|
91
|
+
font-size: 14px;
|
|
92
|
+
font-weight: 500;
|
|
93
|
+
font-family: var(--font-body);
|
|
94
|
+
transition: color 0.2s;
|
|
95
|
+
}
|
|
96
|
+
.nav-links a:hover { color: var(--text-primary); }
|
|
97
|
+
.nav-cta {
|
|
98
|
+
background: var(--color-black);
|
|
99
|
+
color: var(--color-white);
|
|
100
|
+
padding: 10px 20px;
|
|
101
|
+
border: none;
|
|
102
|
+
border-radius: 999px;
|
|
103
|
+
font-size: 14px;
|
|
104
|
+
font-family: var(--font-body);
|
|
105
|
+
font-weight: 500;
|
|
106
|
+
cursor: pointer;
|
|
107
|
+
transition: background 0.2s;
|
|
108
|
+
}
|
|
109
|
+
.nav-cta:hover { background: #333333; }
|
|
110
|
+
|
|
111
|
+
/* HERO */
|
|
112
|
+
.hero {
|
|
113
|
+
position: relative;
|
|
114
|
+
text-align: center;
|
|
115
|
+
padding: 120px 40px 100px;
|
|
116
|
+
overflow: hidden;
|
|
117
|
+
background: var(--bg-page);
|
|
118
|
+
}
|
|
119
|
+
.hero h1 {
|
|
120
|
+
font-family: var(--font-display);
|
|
121
|
+
font-size: 64px;
|
|
122
|
+
font-weight: 700;
|
|
123
|
+
line-height: 1.10;
|
|
124
|
+
letter-spacing: -0.02em;
|
|
125
|
+
margin-bottom: 20px;
|
|
126
|
+
color: var(--text-primary);
|
|
127
|
+
}
|
|
128
|
+
.hero p {
|
|
129
|
+
color: var(--text-secondary);
|
|
130
|
+
font-size: 20px;
|
|
131
|
+
line-height: 1.50;
|
|
132
|
+
max-width: 560px;
|
|
133
|
+
margin: 0 auto 36px;
|
|
134
|
+
font-family: var(--font-body);
|
|
135
|
+
font-weight: 400;
|
|
136
|
+
}
|
|
137
|
+
.hero-actions {
|
|
138
|
+
display: flex;
|
|
139
|
+
gap: 12px;
|
|
140
|
+
justify-content: center;
|
|
141
|
+
}
|
|
142
|
+
.btn-primary {
|
|
143
|
+
background: var(--color-black);
|
|
144
|
+
color: var(--color-white);
|
|
145
|
+
padding: 14px 28px;
|
|
146
|
+
border: none;
|
|
147
|
+
border-radius: 999px;
|
|
148
|
+
font-size: 16px;
|
|
149
|
+
font-family: var(--font-body);
|
|
150
|
+
font-weight: 500;
|
|
151
|
+
cursor: pointer;
|
|
152
|
+
transition: background 0.2s;
|
|
153
|
+
}
|
|
154
|
+
.btn-primary:hover { background: #222222; }
|
|
155
|
+
.btn-secondary {
|
|
156
|
+
background: var(--color-white);
|
|
157
|
+
color: var(--color-black);
|
|
158
|
+
padding: 14px 28px;
|
|
159
|
+
border: 1px solid var(--color-black);
|
|
160
|
+
border-radius: 999px;
|
|
161
|
+
font-size: 16px;
|
|
162
|
+
font-family: var(--font-body);
|
|
163
|
+
font-weight: 500;
|
|
164
|
+
cursor: pointer;
|
|
165
|
+
transition: all 0.2s;
|
|
166
|
+
}
|
|
167
|
+
.btn-secondary:hover { background: var(--color-hover-gray); }
|
|
168
|
+
|
|
169
|
+
/* SECTIONS */
|
|
170
|
+
.section {
|
|
171
|
+
padding: 80px 40px;
|
|
172
|
+
max-width: 1136px;
|
|
173
|
+
margin: 0 auto;
|
|
174
|
+
}
|
|
175
|
+
.section-label {
|
|
176
|
+
font-family: var(--font-body);
|
|
177
|
+
font-size: 12px;
|
|
178
|
+
font-weight: 500;
|
|
179
|
+
text-transform: uppercase;
|
|
180
|
+
letter-spacing: 0.08em;
|
|
181
|
+
color: var(--text-tertiary);
|
|
182
|
+
margin-bottom: 8px;
|
|
183
|
+
}
|
|
184
|
+
.section-title {
|
|
185
|
+
font-family: var(--font-display);
|
|
186
|
+
font-size: 36px;
|
|
187
|
+
font-weight: 700;
|
|
188
|
+
line-height: 1.22;
|
|
189
|
+
margin-bottom: 48px;
|
|
190
|
+
color: var(--text-primary);
|
|
191
|
+
}
|
|
192
|
+
.section-divider {
|
|
193
|
+
border: none;
|
|
194
|
+
border-top: 1px solid var(--border-color);
|
|
195
|
+
margin: 0 40px;
|
|
196
|
+
max-width: 1136px;
|
|
197
|
+
margin-left: auto;
|
|
198
|
+
margin-right: auto;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/* COLOR PALETTE */
|
|
202
|
+
.color-grid {
|
|
203
|
+
display: grid;
|
|
204
|
+
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
|
205
|
+
gap: 16px;
|
|
206
|
+
}
|
|
207
|
+
.color-card {
|
|
208
|
+
border-radius: 12px;
|
|
209
|
+
overflow: hidden;
|
|
210
|
+
box-shadow: var(--shadow-card);
|
|
211
|
+
}
|
|
212
|
+
.color-swatch {
|
|
213
|
+
height: 100px;
|
|
214
|
+
width: 100%;
|
|
215
|
+
}
|
|
216
|
+
.color-info {
|
|
217
|
+
padding: 16px;
|
|
218
|
+
background: var(--bg-card);
|
|
219
|
+
}
|
|
220
|
+
.color-name {
|
|
221
|
+
font-family: var(--font-body);
|
|
222
|
+
font-size: 14px;
|
|
223
|
+
font-weight: 700;
|
|
224
|
+
color: var(--text-primary);
|
|
225
|
+
margin-bottom: 4px;
|
|
226
|
+
}
|
|
227
|
+
.color-hex {
|
|
228
|
+
font-family: var(--font-body);
|
|
229
|
+
font-size: 13px;
|
|
230
|
+
color: var(--text-secondary);
|
|
231
|
+
}
|
|
232
|
+
.color-role {
|
|
233
|
+
font-family: var(--font-body);
|
|
234
|
+
font-size: 12px;
|
|
235
|
+
color: var(--text-tertiary);
|
|
236
|
+
margin-top: 4px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
/* TYPOGRAPHY */
|
|
240
|
+
.type-table {
|
|
241
|
+
width: 100%;
|
|
242
|
+
border-collapse: collapse;
|
|
243
|
+
}
|
|
244
|
+
.type-table th {
|
|
245
|
+
text-align: left;
|
|
246
|
+
font-family: var(--font-body);
|
|
247
|
+
font-size: 12px;
|
|
248
|
+
font-weight: 500;
|
|
249
|
+
text-transform: uppercase;
|
|
250
|
+
letter-spacing: 0.06em;
|
|
251
|
+
color: var(--text-tertiary);
|
|
252
|
+
padding: 12px 16px;
|
|
253
|
+
border-bottom: 1px solid var(--border-color);
|
|
254
|
+
}
|
|
255
|
+
.type-table td {
|
|
256
|
+
padding: 20px 16px;
|
|
257
|
+
border-bottom: 1px solid var(--border-color);
|
|
258
|
+
vertical-align: middle;
|
|
259
|
+
}
|
|
260
|
+
.type-sample {
|
|
261
|
+
font-family: var(--font-display);
|
|
262
|
+
color: var(--text-primary);
|
|
263
|
+
}
|
|
264
|
+
.type-meta {
|
|
265
|
+
font-family: var(--font-body);
|
|
266
|
+
font-size: 13px;
|
|
267
|
+
color: var(--text-secondary);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/* BUTTONS */
|
|
271
|
+
.button-grid {
|
|
272
|
+
display: flex;
|
|
273
|
+
flex-wrap: wrap;
|
|
274
|
+
gap: 24px;
|
|
275
|
+
align-items: flex-start;
|
|
276
|
+
}
|
|
277
|
+
.button-showcase {
|
|
278
|
+
display: flex;
|
|
279
|
+
flex-direction: column;
|
|
280
|
+
gap: 10px;
|
|
281
|
+
align-items: flex-start;
|
|
282
|
+
}
|
|
283
|
+
.button-showcase-label {
|
|
284
|
+
font-family: var(--font-body);
|
|
285
|
+
font-size: 12px;
|
|
286
|
+
font-weight: 500;
|
|
287
|
+
text-transform: uppercase;
|
|
288
|
+
letter-spacing: 0.06em;
|
|
289
|
+
color: var(--text-tertiary);
|
|
290
|
+
margin-bottom: 4px;
|
|
291
|
+
}
|
|
292
|
+
.btn-chip {
|
|
293
|
+
background: var(--color-chip-gray);
|
|
294
|
+
color: var(--color-black);
|
|
295
|
+
padding: 14px 20px;
|
|
296
|
+
border: none;
|
|
297
|
+
border-radius: 999px;
|
|
298
|
+
font-size: 14px;
|
|
299
|
+
font-family: var(--font-body);
|
|
300
|
+
font-weight: 500;
|
|
301
|
+
cursor: pointer;
|
|
302
|
+
transition: background 0.2s;
|
|
303
|
+
}
|
|
304
|
+
.btn-chip:hover { background: var(--color-hover-gray); }
|
|
305
|
+
.btn-chip.active {
|
|
306
|
+
background: var(--color-black);
|
|
307
|
+
color: var(--color-white);
|
|
308
|
+
}
|
|
309
|
+
.btn-float {
|
|
310
|
+
background: var(--color-white);
|
|
311
|
+
color: var(--color-black);
|
|
312
|
+
padding: 14px;
|
|
313
|
+
border: none;
|
|
314
|
+
border-radius: 999px;
|
|
315
|
+
font-size: 14px;
|
|
316
|
+
font-family: var(--font-body);
|
|
317
|
+
font-weight: 500;
|
|
318
|
+
cursor: pointer;
|
|
319
|
+
box-shadow: var(--shadow-float);
|
|
320
|
+
transition: background 0.2s;
|
|
321
|
+
}
|
|
322
|
+
.btn-float:hover { background: var(--color-hover-light); }
|
|
323
|
+
|
|
324
|
+
/* DARK BUTTON ROW */
|
|
325
|
+
.dark-button-row {
|
|
326
|
+
background: var(--color-black);
|
|
327
|
+
border-radius: 16px;
|
|
328
|
+
padding: 32px;
|
|
329
|
+
display: flex;
|
|
330
|
+
flex-wrap: wrap;
|
|
331
|
+
gap: 16px;
|
|
332
|
+
align-items: center;
|
|
333
|
+
margin-top: 24px;
|
|
334
|
+
}
|
|
335
|
+
.dark-button-row .button-showcase-label {
|
|
336
|
+
color: var(--color-muted-gray);
|
|
337
|
+
width: 100%;
|
|
338
|
+
}
|
|
339
|
+
.btn-white {
|
|
340
|
+
background: var(--color-white);
|
|
341
|
+
color: var(--color-black);
|
|
342
|
+
padding: 10px 20px;
|
|
343
|
+
border: none;
|
|
344
|
+
border-radius: 999px;
|
|
345
|
+
font-size: 14px;
|
|
346
|
+
font-family: var(--font-body);
|
|
347
|
+
font-weight: 500;
|
|
348
|
+
cursor: pointer;
|
|
349
|
+
transition: background 0.2s;
|
|
350
|
+
}
|
|
351
|
+
.btn-white:hover { background: var(--color-hover-gray); }
|
|
352
|
+
|
|
353
|
+
/* CARDS */
|
|
354
|
+
.card-grid {
|
|
355
|
+
display: grid;
|
|
356
|
+
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
|
|
357
|
+
gap: 24px;
|
|
358
|
+
}
|
|
359
|
+
.card {
|
|
360
|
+
background: var(--bg-card);
|
|
361
|
+
border-radius: 12px;
|
|
362
|
+
overflow: hidden;
|
|
363
|
+
box-shadow: var(--shadow-card);
|
|
364
|
+
transition: transform 0.2s, box-shadow 0.2s;
|
|
365
|
+
}
|
|
366
|
+
.card:hover {
|
|
367
|
+
transform: translateY(-2px);
|
|
368
|
+
box-shadow: var(--shadow-medium);
|
|
369
|
+
}
|
|
370
|
+
.card-image {
|
|
371
|
+
width: 100%;
|
|
372
|
+
height: 200px;
|
|
373
|
+
object-fit: cover;
|
|
374
|
+
}
|
|
375
|
+
.card-image-placeholder {
|
|
376
|
+
width: 100%;
|
|
377
|
+
height: 200px;
|
|
378
|
+
display: flex;
|
|
379
|
+
align-items: center;
|
|
380
|
+
justify-content: center;
|
|
381
|
+
font-family: var(--font-body);
|
|
382
|
+
font-size: 14px;
|
|
383
|
+
color: var(--text-tertiary);
|
|
384
|
+
}
|
|
385
|
+
.card-image-placeholder.warm-1 {
|
|
386
|
+
background: linear-gradient(135deg, #f7c59f, #f0a66e);
|
|
387
|
+
}
|
|
388
|
+
.card-image-placeholder.warm-2 {
|
|
389
|
+
background: linear-gradient(135deg, #a8d8ea, #7ec8c8);
|
|
390
|
+
}
|
|
391
|
+
.card-image-placeholder.warm-3 {
|
|
392
|
+
background: linear-gradient(135deg, #c4b5fd, #a78bfa);
|
|
393
|
+
}
|
|
394
|
+
.card-body {
|
|
395
|
+
padding: 24px;
|
|
396
|
+
}
|
|
397
|
+
.card-title {
|
|
398
|
+
font-family: var(--font-display);
|
|
399
|
+
font-size: 24px;
|
|
400
|
+
font-weight: 700;
|
|
401
|
+
line-height: 1.33;
|
|
402
|
+
margin-bottom: 8px;
|
|
403
|
+
color: var(--text-primary);
|
|
404
|
+
}
|
|
405
|
+
.card-desc {
|
|
406
|
+
font-family: var(--font-body);
|
|
407
|
+
font-size: 16px;
|
|
408
|
+
color: var(--text-secondary);
|
|
409
|
+
line-height: 1.50;
|
|
410
|
+
margin-bottom: 16px;
|
|
411
|
+
}
|
|
412
|
+
.card-cta {
|
|
413
|
+
background: var(--color-black);
|
|
414
|
+
color: var(--color-white);
|
|
415
|
+
padding: 10px 20px;
|
|
416
|
+
border: none;
|
|
417
|
+
border-radius: 999px;
|
|
418
|
+
font-size: 14px;
|
|
419
|
+
font-family: var(--font-body);
|
|
420
|
+
font-weight: 500;
|
|
421
|
+
cursor: pointer;
|
|
422
|
+
display: inline-block;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
/* FORM ELEMENTS */
|
|
426
|
+
.form-grid {
|
|
427
|
+
display: grid;
|
|
428
|
+
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
|
429
|
+
gap: 24px;
|
|
430
|
+
}
|
|
431
|
+
.form-group {
|
|
432
|
+
display: flex;
|
|
433
|
+
flex-direction: column;
|
|
434
|
+
gap: 8px;
|
|
435
|
+
}
|
|
436
|
+
.form-label {
|
|
437
|
+
font-family: var(--font-body);
|
|
438
|
+
font-size: 14px;
|
|
439
|
+
font-weight: 500;
|
|
440
|
+
color: var(--text-primary);
|
|
441
|
+
}
|
|
442
|
+
.form-input {
|
|
443
|
+
font-family: var(--font-body);
|
|
444
|
+
font-size: 16px;
|
|
445
|
+
padding: 14px 16px;
|
|
446
|
+
border: 1px solid #c0c0c0;
|
|
447
|
+
border-radius: 8px;
|
|
448
|
+
background: var(--color-white);
|
|
449
|
+
color: var(--text-primary);
|
|
450
|
+
transition: border-color 0.2s;
|
|
451
|
+
outline: none;
|
|
452
|
+
}
|
|
453
|
+
.form-input:focus {
|
|
454
|
+
border-color: var(--color-black);
|
|
455
|
+
box-shadow: 0 0 0 1px var(--color-black);
|
|
456
|
+
}
|
|
457
|
+
.form-input::placeholder {
|
|
458
|
+
color: var(--text-tertiary);
|
|
459
|
+
}
|
|
460
|
+
.form-select {
|
|
461
|
+
font-family: var(--font-body);
|
|
462
|
+
font-size: 16px;
|
|
463
|
+
padding: 14px 16px;
|
|
464
|
+
border: 1px solid #c0c0c0;
|
|
465
|
+
border-radius: 8px;
|
|
466
|
+
background: var(--color-white);
|
|
467
|
+
color: var(--text-primary);
|
|
468
|
+
outline: none;
|
|
469
|
+
appearance: none;
|
|
470
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
|
|
471
|
+
background-repeat: no-repeat;
|
|
472
|
+
background-position: right 16px center;
|
|
473
|
+
cursor: pointer;
|
|
474
|
+
}
|
|
475
|
+
.form-select:focus {
|
|
476
|
+
border-color: var(--color-black);
|
|
477
|
+
box-shadow: 0 0 0 1px var(--color-black);
|
|
478
|
+
}
|
|
479
|
+
.form-textarea {
|
|
480
|
+
font-family: var(--font-body);
|
|
481
|
+
font-size: 16px;
|
|
482
|
+
padding: 14px 16px;
|
|
483
|
+
border: 1px solid #c0c0c0;
|
|
484
|
+
border-radius: 8px;
|
|
485
|
+
background: var(--color-white);
|
|
486
|
+
color: var(--text-primary);
|
|
487
|
+
outline: none;
|
|
488
|
+
resize: vertical;
|
|
489
|
+
min-height: 100px;
|
|
490
|
+
}
|
|
491
|
+
.form-textarea:focus {
|
|
492
|
+
border-color: var(--color-black);
|
|
493
|
+
box-shadow: 0 0 0 1px var(--color-black);
|
|
494
|
+
}
|
|
495
|
+
.form-checkbox-group {
|
|
496
|
+
display: flex;
|
|
497
|
+
align-items: center;
|
|
498
|
+
gap: 10px;
|
|
499
|
+
}
|
|
500
|
+
.form-checkbox {
|
|
501
|
+
width: 20px;
|
|
502
|
+
height: 20px;
|
|
503
|
+
accent-color: var(--color-black);
|
|
504
|
+
cursor: pointer;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/* CHIP ROW */
|
|
508
|
+
.chip-row {
|
|
509
|
+
display: flex;
|
|
510
|
+
flex-wrap: wrap;
|
|
511
|
+
gap: 10px;
|
|
512
|
+
margin-bottom: 24px;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
/* SPACING SCALE */
|
|
516
|
+
.spacing-row {
|
|
517
|
+
display: flex;
|
|
518
|
+
align-items: center;
|
|
519
|
+
gap: 20px;
|
|
520
|
+
margin-bottom: 10px;
|
|
521
|
+
}
|
|
522
|
+
.spacing-label {
|
|
523
|
+
font-family: var(--font-body);
|
|
524
|
+
font-size: 13px;
|
|
525
|
+
font-weight: 500;
|
|
526
|
+
color: var(--text-secondary);
|
|
527
|
+
width: 60px;
|
|
528
|
+
text-align: right;
|
|
529
|
+
flex-shrink: 0;
|
|
530
|
+
}
|
|
531
|
+
.spacing-bar {
|
|
532
|
+
height: 24px;
|
|
533
|
+
background: var(--color-black);
|
|
534
|
+
border-radius: 4px;
|
|
535
|
+
transition: width 0.3s;
|
|
536
|
+
}
|
|
537
|
+
.spacing-value {
|
|
538
|
+
font-family: var(--font-body);
|
|
539
|
+
font-size: 12px;
|
|
540
|
+
color: var(--text-tertiary);
|
|
541
|
+
flex-shrink: 0;
|
|
542
|
+
width: 50px;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
/* RADIUS SCALE */
|
|
546
|
+
.radius-grid {
|
|
547
|
+
display: flex;
|
|
548
|
+
flex-wrap: wrap;
|
|
549
|
+
gap: 24px;
|
|
550
|
+
align-items: flex-end;
|
|
551
|
+
}
|
|
552
|
+
.radius-item {
|
|
553
|
+
display: flex;
|
|
554
|
+
flex-direction: column;
|
|
555
|
+
align-items: center;
|
|
556
|
+
gap: 10px;
|
|
557
|
+
}
|
|
558
|
+
.radius-box {
|
|
559
|
+
width: 80px;
|
|
560
|
+
height: 80px;
|
|
561
|
+
background: var(--color-chip-gray);
|
|
562
|
+
border: 2px solid var(--color-black);
|
|
563
|
+
}
|
|
564
|
+
.radius-label {
|
|
565
|
+
font-family: var(--font-body);
|
|
566
|
+
font-size: 13px;
|
|
567
|
+
font-weight: 500;
|
|
568
|
+
color: var(--text-secondary);
|
|
569
|
+
}
|
|
570
|
+
.radius-value {
|
|
571
|
+
font-family: var(--font-body);
|
|
572
|
+
font-size: 12px;
|
|
573
|
+
color: var(--text-tertiary);
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
/* ELEVATION */
|
|
577
|
+
.elevation-grid {
|
|
578
|
+
display: grid;
|
|
579
|
+
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
|
580
|
+
gap: 24px;
|
|
581
|
+
}
|
|
582
|
+
.elevation-card {
|
|
583
|
+
height: 140px;
|
|
584
|
+
border-radius: 12px;
|
|
585
|
+
display: flex;
|
|
586
|
+
flex-direction: column;
|
|
587
|
+
align-items: center;
|
|
588
|
+
justify-content: center;
|
|
589
|
+
gap: 8px;
|
|
590
|
+
background: var(--bg-card);
|
|
591
|
+
}
|
|
592
|
+
.elevation-card.flat {
|
|
593
|
+
border: 1px solid var(--border-color);
|
|
594
|
+
}
|
|
595
|
+
.elevation-card.subtle {
|
|
596
|
+
box-shadow: rgba(0,0,0,0.12) 0px 4px 16px 0px;
|
|
597
|
+
}
|
|
598
|
+
.elevation-card.medium {
|
|
599
|
+
box-shadow: rgba(0,0,0,0.16) 0px 4px 16px 0px;
|
|
600
|
+
}
|
|
601
|
+
.elevation-card.floating {
|
|
602
|
+
box-shadow: rgba(0,0,0,0.16) 0px 2px 8px 0px;
|
|
603
|
+
transform: translateY(-2px);
|
|
604
|
+
}
|
|
605
|
+
.elevation-card.pressed {
|
|
606
|
+
box-shadow: rgba(0,0,0,0.08) 0px 0px 0px 999px inset;
|
|
607
|
+
}
|
|
608
|
+
.elevation-name {
|
|
609
|
+
font-family: var(--font-body);
|
|
610
|
+
font-size: 14px;
|
|
611
|
+
font-weight: 700;
|
|
612
|
+
color: var(--text-primary);
|
|
613
|
+
}
|
|
614
|
+
.elevation-desc {
|
|
615
|
+
font-family: var(--font-body);
|
|
616
|
+
font-size: 12px;
|
|
617
|
+
color: var(--text-tertiary);
|
|
618
|
+
text-align: center;
|
|
619
|
+
padding: 0 12px;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
/* FOOTER */
|
|
623
|
+
.footer {
|
|
624
|
+
background: var(--color-black);
|
|
625
|
+
color: var(--color-white);
|
|
626
|
+
padding: 64px 40px 40px;
|
|
627
|
+
}
|
|
628
|
+
.footer-inner {
|
|
629
|
+
max-width: 1136px;
|
|
630
|
+
margin: 0 auto;
|
|
631
|
+
}
|
|
632
|
+
.footer-brand {
|
|
633
|
+
font-family: var(--font-display);
|
|
634
|
+
font-size: 18px;
|
|
635
|
+
font-weight: 700;
|
|
636
|
+
margin-bottom: 40px;
|
|
637
|
+
display: flex;
|
|
638
|
+
align-items: center;
|
|
639
|
+
gap: 10px;
|
|
640
|
+
}
|
|
641
|
+
.footer-brand .logo-mark {
|
|
642
|
+
display: inline-flex;
|
|
643
|
+
align-items: center;
|
|
644
|
+
justify-content: center;
|
|
645
|
+
width: 28px;
|
|
646
|
+
height: 28px;
|
|
647
|
+
background: var(--color-white);
|
|
648
|
+
border-radius: 8px;
|
|
649
|
+
color: var(--color-black);
|
|
650
|
+
font-size: 14px;
|
|
651
|
+
font-weight: 700;
|
|
652
|
+
}
|
|
653
|
+
.footer-grid {
|
|
654
|
+
display: grid;
|
|
655
|
+
grid-template-columns: repeat(4, 1fr);
|
|
656
|
+
gap: 32px;
|
|
657
|
+
margin-bottom: 48px;
|
|
658
|
+
}
|
|
659
|
+
.footer-col-title {
|
|
660
|
+
font-family: var(--font-body);
|
|
661
|
+
font-size: 14px;
|
|
662
|
+
font-weight: 700;
|
|
663
|
+
color: var(--color-white);
|
|
664
|
+
margin-bottom: 16px;
|
|
665
|
+
}
|
|
666
|
+
.footer-col a {
|
|
667
|
+
display: block;
|
|
668
|
+
font-family: var(--font-body);
|
|
669
|
+
font-size: 14px;
|
|
670
|
+
color: var(--color-muted-gray);
|
|
671
|
+
text-decoration: none;
|
|
672
|
+
line-height: 2.0;
|
|
673
|
+
transition: color 0.2s;
|
|
674
|
+
}
|
|
675
|
+
.footer-col a:hover { color: var(--color-white); }
|
|
676
|
+
.footer-divider {
|
|
677
|
+
border: none;
|
|
678
|
+
border-top: 1px solid #333333;
|
|
679
|
+
margin-bottom: 24px;
|
|
680
|
+
}
|
|
681
|
+
.footer-bottom {
|
|
682
|
+
font-family: var(--font-body);
|
|
683
|
+
font-size: 12px;
|
|
684
|
+
color: var(--color-muted-gray);
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
@media (max-width: 768px) {
|
|
688
|
+
.nav { padding: 12px 20px; }
|
|
689
|
+
.nav-links { display: none; }
|
|
690
|
+
.hero { padding: 80px 20px 60px; }
|
|
691
|
+
.hero h1 { font-size: 36px; }
|
|
692
|
+
.hero p { font-size: 16px; }
|
|
693
|
+
.section { padding: 60px 20px; }
|
|
694
|
+
.section-title { font-size: 28px; margin-bottom: 32px; }
|
|
695
|
+
.footer-grid { grid-template-columns: repeat(2, 1fr); }
|
|
696
|
+
.hero-actions { flex-direction: column; align-items: center; }
|
|
697
|
+
}
|
|
698
|
+
</style>
|
|
699
|
+
</head>
|
|
700
|
+
<body>
|
|
701
|
+
|
|
702
|
+
<!-- NAV -->
|
|
703
|
+
<nav class="nav">
|
|
704
|
+
<span class="nav-brand">awesome-design-md</span>
|
|
705
|
+
<div class="nav-links">
|
|
706
|
+
<a href="#">Colors</a>
|
|
707
|
+
<a href="#">Typography</a>
|
|
708
|
+
<a href="#">Components</a>
|
|
709
|
+
<a href="#">Tokens</a>
|
|
710
|
+
</div>
|
|
711
|
+
<button class="nav-cta">Get Started</button>
|
|
712
|
+
</nav>
|
|
713
|
+
<div style="position:fixed;top:16px;right:16px;z-index:200;background:#ffffff;color:#000000;font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;">Dark Mode</div>
|
|
714
|
+
|
|
715
|
+
<!-- HERO -->
|
|
716
|
+
<section class="hero">
|
|
717
|
+
<h1>Design System<br>Inspired by Uber</h1>
|
|
718
|
+
<p>A bold, black-and-white design language built for clarity, efficiency, and confident minimalism. Every element serves a purpose.</p>
|
|
719
|
+
<div class="hero-actions">
|
|
720
|
+
<button class="btn-primary">Explore Tokens</button>
|
|
721
|
+
<button class="btn-secondary">View Source</button>
|
|
722
|
+
</div>
|
|
723
|
+
</section>
|
|
724
|
+
|
|
725
|
+
<hr class="section-divider">
|
|
726
|
+
|
|
727
|
+
<!-- COLOR PALETTE -->
|
|
728
|
+
<section class="section" id="colors">
|
|
729
|
+
<div class="section-label">Color Palette</div>
|
|
730
|
+
<h2 class="section-title">Stark Duality</h2>
|
|
731
|
+
<div class="color-grid">
|
|
732
|
+
<div class="color-card">
|
|
733
|
+
<div class="color-swatch" style="background:#000000;"></div>
|
|
734
|
+
<div class="color-info">
|
|
735
|
+
<div class="color-name">Uber Black</div>
|
|
736
|
+
<div class="color-hex">#000000</div>
|
|
737
|
+
<div class="color-role">Primary CTA, headings, nav, footer</div>
|
|
738
|
+
</div>
|
|
739
|
+
</div>
|
|
740
|
+
<div class="color-card">
|
|
741
|
+
<div class="color-swatch" style="background:#ffffff; border-bottom:1px solid #efefef;"></div>
|
|
742
|
+
<div class="color-info">
|
|
743
|
+
<div class="color-name">Pure White</div>
|
|
744
|
+
<div class="color-hex">#ffffff</div>
|
|
745
|
+
<div class="color-role">Page background, card surface, inverse text</div>
|
|
746
|
+
</div>
|
|
747
|
+
</div>
|
|
748
|
+
<div class="color-card">
|
|
749
|
+
<div class="color-swatch" style="background:#efefef;"></div>
|
|
750
|
+
<div class="color-info">
|
|
751
|
+
<div class="color-name">Chip Gray</div>
|
|
752
|
+
<div class="color-hex">#efefef</div>
|
|
753
|
+
<div class="color-role">Chip buttons, filter toggles, borders</div>
|
|
754
|
+
</div>
|
|
755
|
+
</div>
|
|
756
|
+
<div class="color-card">
|
|
757
|
+
<div class="color-swatch" style="background:#e2e2e2;"></div>
|
|
758
|
+
<div class="color-info">
|
|
759
|
+
<div class="color-name">Hover Gray</div>
|
|
760
|
+
<div class="color-hex">#e2e2e2</div>
|
|
761
|
+
<div class="color-role">Button hover state</div>
|
|
762
|
+
</div>
|
|
763
|
+
</div>
|
|
764
|
+
<div class="color-card">
|
|
765
|
+
<div class="color-swatch" style="background:#f3f3f3;"></div>
|
|
766
|
+
<div class="color-info">
|
|
767
|
+
<div class="color-name">Hover Light</div>
|
|
768
|
+
<div class="color-hex">#f3f3f3</div>
|
|
769
|
+
<div class="color-role">Subtle hover for floating buttons</div>
|
|
770
|
+
</div>
|
|
771
|
+
</div>
|
|
772
|
+
<div class="color-card">
|
|
773
|
+
<div class="color-swatch" style="background:#4b4b4b;"></div>
|
|
774
|
+
<div class="color-info">
|
|
775
|
+
<div class="color-name">Body Gray</div>
|
|
776
|
+
<div class="color-hex">#4b4b4b</div>
|
|
777
|
+
<div class="color-role">Secondary text, descriptions</div>
|
|
778
|
+
</div>
|
|
779
|
+
</div>
|
|
780
|
+
<div class="color-card">
|
|
781
|
+
<div class="color-swatch" style="background:#afafaf;"></div>
|
|
782
|
+
<div class="color-info">
|
|
783
|
+
<div class="color-name">Muted Gray</div>
|
|
784
|
+
<div class="color-hex">#afafaf</div>
|
|
785
|
+
<div class="color-role">Tertiary text, footer links, placeholders</div>
|
|
786
|
+
</div>
|
|
787
|
+
</div>
|
|
788
|
+
<div class="color-card">
|
|
789
|
+
<div class="color-swatch" style="background:#0000ee;"></div>
|
|
790
|
+
<div class="color-info">
|
|
791
|
+
<div class="color-name">Default Link Blue</div>
|
|
792
|
+
<div class="color-hex">#0000ee</div>
|
|
793
|
+
<div class="color-role">Underlined text links in body content</div>
|
|
794
|
+
</div>
|
|
795
|
+
</div>
|
|
796
|
+
</div>
|
|
797
|
+
</section>
|
|
798
|
+
|
|
799
|
+
<hr class="section-divider">
|
|
800
|
+
|
|
801
|
+
<!-- TYPOGRAPHY -->
|
|
802
|
+
<section class="section" id="typography">
|
|
803
|
+
<div class="section-label">Typography Scale</div>
|
|
804
|
+
<h2 class="section-title">UberMove Type System</h2>
|
|
805
|
+
<table class="type-table">
|
|
806
|
+
<thead>
|
|
807
|
+
<tr>
|
|
808
|
+
<th>Sample</th>
|
|
809
|
+
<th>Role</th>
|
|
810
|
+
<th>Specs</th>
|
|
811
|
+
</tr>
|
|
812
|
+
</thead>
|
|
813
|
+
<tbody>
|
|
814
|
+
<tr>
|
|
815
|
+
<td><span class="type-sample" style="font-size:52px; font-weight:700; line-height:1.23;">Display Hero</span></td>
|
|
816
|
+
<td class="type-meta">Display / Hero</td>
|
|
817
|
+
<td class="type-meta">52px / Bold 700 / 1.23</td>
|
|
818
|
+
</tr>
|
|
819
|
+
<tr>
|
|
820
|
+
<td><span class="type-sample" style="font-size:36px; font-weight:700; line-height:1.22;">Section Heading</span></td>
|
|
821
|
+
<td class="type-meta">Section Heading</td>
|
|
822
|
+
<td class="type-meta">36px / Bold 700 / 1.22</td>
|
|
823
|
+
</tr>
|
|
824
|
+
<tr>
|
|
825
|
+
<td><span class="type-sample" style="font-size:32px; font-weight:700; line-height:1.25;">Card Title</span></td>
|
|
826
|
+
<td class="type-meta">Card Title</td>
|
|
827
|
+
<td class="type-meta">32px / Bold 700 / 1.25</td>
|
|
828
|
+
</tr>
|
|
829
|
+
<tr>
|
|
830
|
+
<td><span class="type-sample" style="font-size:24px; font-weight:700; line-height:1.33;">Sub-heading</span></td>
|
|
831
|
+
<td class="type-meta">Sub-heading</td>
|
|
832
|
+
<td class="type-meta">24px / Bold 700 / 1.33</td>
|
|
833
|
+
</tr>
|
|
834
|
+
<tr>
|
|
835
|
+
<td><span class="type-sample" style="font-size:20px; font-weight:700; line-height:1.40;">Small Heading</span></td>
|
|
836
|
+
<td class="type-meta">Small Heading</td>
|
|
837
|
+
<td class="type-meta">20px / Bold 700 / 1.40</td>
|
|
838
|
+
</tr>
|
|
839
|
+
<tr>
|
|
840
|
+
<td><span class="type-sample" style="font-size:18px; font-weight:500; line-height:1.33;">Navigation / UI Large</span></td>
|
|
841
|
+
<td class="type-meta">Nav / UI Large</td>
|
|
842
|
+
<td class="type-meta">18px / Medium 500 / 1.33</td>
|
|
843
|
+
</tr>
|
|
844
|
+
<tr>
|
|
845
|
+
<td><span class="type-sample" style="font-size:16px; font-weight:400; line-height:1.50;">Body text and button labels</span></td>
|
|
846
|
+
<td class="type-meta">Body / Button</td>
|
|
847
|
+
<td class="type-meta">16px / Regular 400 / 1.50</td>
|
|
848
|
+
</tr>
|
|
849
|
+
<tr>
|
|
850
|
+
<td><span class="type-sample" style="font-size:14px; font-weight:500; line-height:1.43;">Caption and metadata</span></td>
|
|
851
|
+
<td class="type-meta">Caption</td>
|
|
852
|
+
<td class="type-meta">14px / Medium 500 / 1.43</td>
|
|
853
|
+
</tr>
|
|
854
|
+
<tr>
|
|
855
|
+
<td><span class="type-sample" style="font-size:12px; font-weight:400; line-height:1.67;">Micro text and fine print</span></td>
|
|
856
|
+
<td class="type-meta">Micro</td>
|
|
857
|
+
<td class="type-meta">12px / Regular 400 / 1.67</td>
|
|
858
|
+
</tr>
|
|
859
|
+
</tbody>
|
|
860
|
+
</table>
|
|
861
|
+
</section>
|
|
862
|
+
|
|
863
|
+
<hr class="section-divider">
|
|
864
|
+
|
|
865
|
+
<!-- BUTTONS -->
|
|
866
|
+
<section class="section" id="buttons">
|
|
867
|
+
<div class="section-label">Button Variants</div>
|
|
868
|
+
<h2 class="section-title">Pill-Shaped Actions</h2>
|
|
869
|
+
|
|
870
|
+
<div class="button-grid">
|
|
871
|
+
<div class="button-showcase">
|
|
872
|
+
<div class="button-showcase-label">Primary Black</div>
|
|
873
|
+
<button class="btn-primary">Get Started</button>
|
|
874
|
+
</div>
|
|
875
|
+
<div class="button-showcase">
|
|
876
|
+
<div class="button-showcase-label">Secondary Outline</div>
|
|
877
|
+
<button class="btn-secondary">Learn More</button>
|
|
878
|
+
</div>
|
|
879
|
+
<div class="button-showcase">
|
|
880
|
+
<div class="button-showcase-label">Chip / Filter</div>
|
|
881
|
+
<button class="btn-chip">Ride</button>
|
|
882
|
+
</div>
|
|
883
|
+
<div class="button-showcase">
|
|
884
|
+
<div class="button-showcase-label">Chip Active</div>
|
|
885
|
+
<button class="btn-chip active">Drive</button>
|
|
886
|
+
</div>
|
|
887
|
+
<div class="button-showcase">
|
|
888
|
+
<div class="button-showcase-label">Floating</div>
|
|
889
|
+
<button class="btn-float">Scroll Top</button>
|
|
890
|
+
</div>
|
|
891
|
+
</div>
|
|
892
|
+
|
|
893
|
+
<div class="dark-button-row">
|
|
894
|
+
<div class="button-showcase-label">On Dark Surface</div>
|
|
895
|
+
<button class="btn-white">Sign Up</button>
|
|
896
|
+
<button class="btn-white">Request a Ride</button>
|
|
897
|
+
<button class="btn-chip" style="background: rgba(255,255,255,0.12); color: #fff;">Uber Eats</button>
|
|
898
|
+
</div>
|
|
899
|
+
|
|
900
|
+
<div style="margin-top:32px;">
|
|
901
|
+
<div class="button-showcase-label" style="margin-bottom:12px;">Chip Navigation Row</div>
|
|
902
|
+
<div class="chip-row">
|
|
903
|
+
<button class="btn-chip active">Ride</button>
|
|
904
|
+
<button class="btn-chip">Drive</button>
|
|
905
|
+
<button class="btn-chip">Business</button>
|
|
906
|
+
<button class="btn-chip">Uber Eats</button>
|
|
907
|
+
<button class="btn-chip">About</button>
|
|
908
|
+
</div>
|
|
909
|
+
</div>
|
|
910
|
+
</section>
|
|
911
|
+
|
|
912
|
+
<hr class="section-divider">
|
|
913
|
+
|
|
914
|
+
<!-- CARDS -->
|
|
915
|
+
<section class="section" id="cards">
|
|
916
|
+
<div class="section-label">Card Examples</div>
|
|
917
|
+
<h2 class="section-title">Content Cards</h2>
|
|
918
|
+
<div class="card-grid">
|
|
919
|
+
<div class="card">
|
|
920
|
+
<div class="card-image-placeholder warm-1">
|
|
921
|
+
<span>Illustration</span>
|
|
922
|
+
</div>
|
|
923
|
+
<div class="card-body">
|
|
924
|
+
<div class="card-title">Plan for later</div>
|
|
925
|
+
<div class="card-desc">Reserve your ride in advance so you can relax on the day of your trip.</div>
|
|
926
|
+
<button class="card-cta">Reserve now</button>
|
|
927
|
+
</div>
|
|
928
|
+
</div>
|
|
929
|
+
<div class="card">
|
|
930
|
+
<div class="card-image-placeholder warm-2">
|
|
931
|
+
<span>Illustration</span>
|
|
932
|
+
</div>
|
|
933
|
+
<div class="card-body">
|
|
934
|
+
<div class="card-title">Drive when you want</div>
|
|
935
|
+
<div class="card-desc">Make what you need in the time you have. Set your own hours and earn on your schedule.</div>
|
|
936
|
+
<button class="card-cta">Start driving</button>
|
|
937
|
+
</div>
|
|
938
|
+
</div>
|
|
939
|
+
<div class="card">
|
|
940
|
+
<div class="card-image-placeholder warm-3">
|
|
941
|
+
<span>Illustration</span>
|
|
942
|
+
</div>
|
|
943
|
+
<div class="card-body">
|
|
944
|
+
<div class="card-title">Business accounts</div>
|
|
945
|
+
<div class="card-desc">Simplify travel and meal management for your company with centralized billing.</div>
|
|
946
|
+
<button class="card-cta">Get started</button>
|
|
947
|
+
</div>
|
|
948
|
+
</div>
|
|
949
|
+
</div>
|
|
950
|
+
</section>
|
|
951
|
+
|
|
952
|
+
<hr class="section-divider">
|
|
953
|
+
|
|
954
|
+
<!-- FORM ELEMENTS -->
|
|
955
|
+
<section class="section" id="forms">
|
|
956
|
+
<div class="section-label">Form Elements</div>
|
|
957
|
+
<h2 class="section-title">Input Components</h2>
|
|
958
|
+
<div class="form-grid">
|
|
959
|
+
<div class="form-group">
|
|
960
|
+
<label class="form-label">Pickup location</label>
|
|
961
|
+
<input type="text" class="form-input" placeholder="Enter pickup location" />
|
|
962
|
+
</div>
|
|
963
|
+
<div class="form-group">
|
|
964
|
+
<label class="form-label">Destination</label>
|
|
965
|
+
<input type="text" class="form-input" placeholder="Where to?" />
|
|
966
|
+
</div>
|
|
967
|
+
<div class="form-group">
|
|
968
|
+
<label class="form-label">Ride type</label>
|
|
969
|
+
<select class="form-select">
|
|
970
|
+
<option>UberX</option>
|
|
971
|
+
<option>Uber Comfort</option>
|
|
972
|
+
<option>Uber Black</option>
|
|
973
|
+
<option>Uber XL</option>
|
|
974
|
+
</select>
|
|
975
|
+
</div>
|
|
976
|
+
<div class="form-group">
|
|
977
|
+
<label class="form-label">Special instructions</label>
|
|
978
|
+
<textarea class="form-textarea" placeholder="Add a note for your driver..."></textarea>
|
|
979
|
+
</div>
|
|
980
|
+
<div class="form-group">
|
|
981
|
+
<div class="form-checkbox-group">
|
|
982
|
+
<input type="checkbox" class="form-checkbox" id="ck1" checked />
|
|
983
|
+
<label class="form-label" for="ck1">Split fare with riders</label>
|
|
984
|
+
</div>
|
|
985
|
+
<div class="form-checkbox-group">
|
|
986
|
+
<input type="checkbox" class="form-checkbox" id="ck2" />
|
|
987
|
+
<label class="form-label" for="ck2">Request quiet ride</label>
|
|
988
|
+
</div>
|
|
989
|
+
</div>
|
|
990
|
+
<div class="form-group" style="align-self: end;">
|
|
991
|
+
<button class="btn-primary" style="width:100%; padding:14px 28px;">See prices</button>
|
|
992
|
+
</div>
|
|
993
|
+
</div>
|
|
994
|
+
</section>
|
|
995
|
+
|
|
996
|
+
<hr class="section-divider">
|
|
997
|
+
|
|
998
|
+
<!-- SPACING SCALE -->
|
|
999
|
+
<section class="section" id="spacing">
|
|
1000
|
+
<div class="section-label">Spacing Scale</div>
|
|
1001
|
+
<h2 class="section-title">8px Grid System</h2>
|
|
1002
|
+
<div>
|
|
1003
|
+
<div class="spacing-row">
|
|
1004
|
+
<span class="spacing-label">4px</span>
|
|
1005
|
+
<div class="spacing-bar" style="width:16px;"></div>
|
|
1006
|
+
<span class="spacing-value">0.25rem</span>
|
|
1007
|
+
</div>
|
|
1008
|
+
<div class="spacing-row">
|
|
1009
|
+
<span class="spacing-label">8px</span>
|
|
1010
|
+
<div class="spacing-bar" style="width:32px;"></div>
|
|
1011
|
+
<span class="spacing-value">0.50rem</span>
|
|
1012
|
+
</div>
|
|
1013
|
+
<div class="spacing-row">
|
|
1014
|
+
<span class="spacing-label">12px</span>
|
|
1015
|
+
<div class="spacing-bar" style="width:48px;"></div>
|
|
1016
|
+
<span class="spacing-value">0.75rem</span>
|
|
1017
|
+
</div>
|
|
1018
|
+
<div class="spacing-row">
|
|
1019
|
+
<span class="spacing-label">16px</span>
|
|
1020
|
+
<div class="spacing-bar" style="width:64px;"></div>
|
|
1021
|
+
<span class="spacing-value">1.00rem</span>
|
|
1022
|
+
</div>
|
|
1023
|
+
<div class="spacing-row">
|
|
1024
|
+
<span class="spacing-label">20px</span>
|
|
1025
|
+
<div class="spacing-bar" style="width:80px;"></div>
|
|
1026
|
+
<span class="spacing-value">1.25rem</span>
|
|
1027
|
+
</div>
|
|
1028
|
+
<div class="spacing-row">
|
|
1029
|
+
<span class="spacing-label">24px</span>
|
|
1030
|
+
<div class="spacing-bar" style="width:96px;"></div>
|
|
1031
|
+
<span class="spacing-value">1.50rem</span>
|
|
1032
|
+
</div>
|
|
1033
|
+
<div class="spacing-row">
|
|
1034
|
+
<span class="spacing-label">32px</span>
|
|
1035
|
+
<div class="spacing-bar" style="width:128px;"></div>
|
|
1036
|
+
<span class="spacing-value">2.00rem</span>
|
|
1037
|
+
</div>
|
|
1038
|
+
<div class="spacing-row">
|
|
1039
|
+
<span class="spacing-label">48px</span>
|
|
1040
|
+
<div class="spacing-bar" style="width:192px;"></div>
|
|
1041
|
+
<span class="spacing-value">3.00rem</span>
|
|
1042
|
+
</div>
|
|
1043
|
+
<div class="spacing-row">
|
|
1044
|
+
<span class="spacing-label">64px</span>
|
|
1045
|
+
<div class="spacing-bar" style="width:256px;"></div>
|
|
1046
|
+
<span class="spacing-value">4.00rem</span>
|
|
1047
|
+
</div>
|
|
1048
|
+
</div>
|
|
1049
|
+
</section>
|
|
1050
|
+
|
|
1051
|
+
<hr class="section-divider">
|
|
1052
|
+
|
|
1053
|
+
<!-- BORDER RADIUS -->
|
|
1054
|
+
<section class="section" id="radius">
|
|
1055
|
+
<div class="section-label">Border Radius Scale</div>
|
|
1056
|
+
<h2 class="section-title">Corner Shapes</h2>
|
|
1057
|
+
<div class="radius-grid">
|
|
1058
|
+
<div class="radius-item">
|
|
1059
|
+
<div class="radius-box" style="border-radius:0px;"></div>
|
|
1060
|
+
<span class="radius-label">None</span>
|
|
1061
|
+
<span class="radius-value">0px</span>
|
|
1062
|
+
</div>
|
|
1063
|
+
<div class="radius-item">
|
|
1064
|
+
<div class="radius-box" style="border-radius:8px;"></div>
|
|
1065
|
+
<span class="radius-label">Standard</span>
|
|
1066
|
+
<span class="radius-value">8px</span>
|
|
1067
|
+
</div>
|
|
1068
|
+
<div class="radius-item">
|
|
1069
|
+
<div class="radius-box" style="border-radius:12px;"></div>
|
|
1070
|
+
<span class="radius-label">Comfortable</span>
|
|
1071
|
+
<span class="radius-value">12px</span>
|
|
1072
|
+
</div>
|
|
1073
|
+
<div class="radius-item">
|
|
1074
|
+
<div class="radius-box" style="border-radius:999px;"></div>
|
|
1075
|
+
<span class="radius-label">Full Pill</span>
|
|
1076
|
+
<span class="radius-value">999px</span>
|
|
1077
|
+
</div>
|
|
1078
|
+
<div class="radius-item">
|
|
1079
|
+
<div class="radius-box" style="border-radius:50%;"></div>
|
|
1080
|
+
<span class="radius-label">Circle</span>
|
|
1081
|
+
<span class="radius-value">50%</span>
|
|
1082
|
+
</div>
|
|
1083
|
+
</div>
|
|
1084
|
+
</section>
|
|
1085
|
+
|
|
1086
|
+
<hr class="section-divider">
|
|
1087
|
+
|
|
1088
|
+
<!-- ELEVATION / DEPTH -->
|
|
1089
|
+
<section class="section" id="elevation">
|
|
1090
|
+
<div class="section-label">Elevation / Depth</div>
|
|
1091
|
+
<h2 class="section-title">Shadow Hierarchy</h2>
|
|
1092
|
+
<div class="elevation-grid">
|
|
1093
|
+
<div class="elevation-card flat">
|
|
1094
|
+
<span class="elevation-name">Flat</span>
|
|
1095
|
+
<span class="elevation-desc">No shadow, border only</span>
|
|
1096
|
+
</div>
|
|
1097
|
+
<div class="elevation-card subtle">
|
|
1098
|
+
<span class="elevation-name">Subtle</span>
|
|
1099
|
+
<span class="elevation-desc">rgba(0,0,0,0.12) 0 4px 16px</span>
|
|
1100
|
+
</div>
|
|
1101
|
+
<div class="elevation-card medium">
|
|
1102
|
+
<span class="elevation-name">Medium</span>
|
|
1103
|
+
<span class="elevation-desc">rgba(0,0,0,0.16) 0 4px 16px</span>
|
|
1104
|
+
</div>
|
|
1105
|
+
<div class="elevation-card floating">
|
|
1106
|
+
<span class="elevation-name">Floating</span>
|
|
1107
|
+
<span class="elevation-desc">rgba(0,0,0,0.16) 0 2px 8px + lift</span>
|
|
1108
|
+
</div>
|
|
1109
|
+
<div class="elevation-card pressed">
|
|
1110
|
+
<span class="elevation-name">Pressed</span>
|
|
1111
|
+
<span class="elevation-desc">rgba(0,0,0,0.08) inset</span>
|
|
1112
|
+
</div>
|
|
1113
|
+
</div>
|
|
1114
|
+
</section>
|
|
1115
|
+
|
|
1116
|
+
<!-- FOOTER -->
|
|
1117
|
+
<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>
|
|
1118
|
+
|
|
1119
|
+
</body>
|
|
1120
|
+
</html>
|