arkaos 4.28.0 → 4.30.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/THE-ARKAOS-GUIDE.md +1 -1
- package/VERSION +1 -1
- package/arka/skills/refine/SKILL.md +7 -0
- package/config/claude-agents/brand-director.md +1 -1
- package/config/claude-agents/conversion-strategist.md +1 -1
- package/config/claude-agents/design-ops-lead.md +1 -1
- package/config/claude-agents/extraction-script-writer.md +1 -1
- package/config/claude-agents/frontend-dev.md +1 -1
- package/config/claude-agents/landing-cro-specialist.md +1 -1
- package/config/claude-agents/ux-designer.md +1 -1
- package/config/claude-agents/ux-strategist.md +1 -1
- package/config/claude-agents/visual-designer.md +1 -1
- package/config/claude-agents/wcag-auditor.md +1 -1
- package/config/skills-provenance.yaml +31 -5
- package/departments/brand/agents/brand-director.yaml +2 -0
- package/departments/brand/agents/design-ops/design-ops-lead.yaml +2 -0
- package/departments/brand/agents/design-ops/extraction-script-writer.yaml +1 -0
- package/departments/brand/agents/design-ops/wcag-auditor.yaml +2 -0
- package/departments/brand/agents/ux-designer.yaml +2 -0
- package/departments/brand/agents/ux-strategist.yaml +2 -0
- package/departments/brand/agents/visual-designer.yaml +3 -0
- package/departments/brand/references/uiux-knowledge-and-tools.md +198 -3
- package/departments/brand/skills/colors/SKILL.md +9 -1
- package/departments/brand/skills/colors/references/hallmark.LICENSE +21 -0
- package/departments/brand/skills/colors/references/impeccable.LICENSE +191 -0
- package/departments/brand/skills/colors/references/oklch-theme.md +563 -0
- package/departments/brand/skills/design-review/SKILL.md +25 -0
- package/departments/brand/skills/design-review/references/anti-patterns.md +420 -0
- package/departments/brand/skills/design-review/references/critique-protocol.md +169 -0
- package/departments/brand/skills/design-review/references/design-registers.md +181 -0
- package/departments/brand/skills/design-review/references/genres/atmospheric.md +71 -0
- package/departments/brand/skills/design-review/references/genres/editorial.md +74 -0
- package/departments/brand/skills/design-review/references/genres/modern-minimal.md +73 -0
- package/departments/brand/skills/design-review/references/genres/playful.md +72 -0
- package/departments/brand/skills/design-review/references/hallmark.LICENSE +21 -0
- package/departments/brand/skills/design-review/references/impeccable.LICENSE +191 -0
- package/departments/brand/skills/design-review/references/impeccable.NOTICE +11 -0
- package/departments/brand/skills/design-review/references/slop-test.md +194 -0
- package/departments/brand/skills/design-system/SKILL.md +34 -0
- package/departments/brand/skills/design-system/references/design-dna-study.md +512 -0
- package/departments/brand/skills/design-system/references/design-md-spec.md +454 -0
- package/departments/brand/skills/design-system/references/hallmark.LICENSE +21 -0
- package/departments/brand/skills/design-system/references/impeccable.LICENSE +191 -0
- package/departments/brand/skills/design-system/references/interaction-states.md +306 -0
- package/departments/brand/skills/design-system/references/themes/carnival.md +303 -0
- package/departments/brand/skills/design-system/references/themes/cobalt.md +148 -0
- package/departments/brand/skills/design-system/references/themes/hum.md +405 -0
- package/departments/brand/skills/design-system/references/themes/lumen.md +480 -0
- package/departments/brand/skills/design-system/references/typography-craft.md +319 -0
- package/departments/brand/skills/mockup-generate/SKILL.md +4 -1
- package/departments/brand/skills/ux-audit/SKILL.md +25 -4
- package/departments/brand/skills/wireframe/SKILL.md +5 -0
- package/departments/dev/agents/frontend-dev.yaml +3 -0
- package/departments/dev/skills/animated-website/SKILL.md +10 -0
- package/departments/dev/skills/animated-website/references/hallmark.LICENSE +21 -0
- package/departments/dev/skills/animated-website/references/impeccable.LICENSE +191 -0
- package/departments/dev/skills/animated-website/references/motion-recipes.md +546 -0
- package/departments/dev/skills/evaluator-build-loop/SKILL.md +5 -0
- package/departments/landing/agents/conversion-strategist.yaml +1 -0
- package/departments/landing/agents/cro-specialist.yaml +1 -0
- package/departments/landing/skills/landing-gen/SKILL.md +16 -5
- package/departments/landing/skills/page-architect/SKILL.md +25 -1
- package/departments/landing/skills/page-architect/references/component-cookbook.md +265 -0
- package/departments/landing/skills/page-architect/references/components/c1-outlined-chip.md +14 -0
- package/departments/landing/skills/page-architect/references/components/c2-inline-form-as-cta.md +19 -0
- package/departments/landing/skills/page-architect/references/components/c3-typographic-link.md +11 -0
- package/departments/landing/skills/page-architect/references/components/c4-sticky-bottom-bar.md +17 -0
- package/departments/landing/skills/page-architect/references/components/f1-bento-grid.md +22 -0
- package/departments/landing/skills/page-architect/references/components/f2-sticky-scroll-stack.md +23 -0
- package/departments/landing/skills/page-architect/references/components/f3-tabular-spec-sheet.md +14 -0
- package/departments/landing/skills/page-architect/references/components/f4-step-sequence.md +14 -0
- package/departments/landing/skills/page-architect/references/components/f5-annotated-screenshot.md +14 -0
- package/departments/landing/skills/page-architect/references/components/f6-product-card-grid.md +42 -0
- package/departments/landing/skills/page-architect/references/components/ft1-mast-headed.md +15 -0
- package/departments/landing/skills/page-architect/references/components/ft2-inline-rule-single-line.md +13 -0
- package/departments/landing/skills/page-architect/references/components/ft3-index-style-category-list.md +15 -0
- package/departments/landing/skills/page-architect/references/components/ft4-dense-typographic.md +13 -0
- package/departments/landing/skills/page-architect/references/components/ft5-statement.md +24 -0
- package/departments/landing/skills/page-architect/references/components/ft6-letter-close.md +22 -0
- package/departments/landing/skills/page-architect/references/components/ft7-newsletter-first.md +30 -0
- package/departments/landing/skills/page-architect/references/components/ft8-marquee-scroll.md +26 -0
- package/departments/landing/skills/page-architect/references/components/h1-marquee.md +17 -0
- package/departments/landing/skills/page-architect/references/components/h2-split-diptych.md +18 -0
- package/departments/landing/skills/page-architect/references/components/h3-quote-led.md +14 -0
- package/departments/landing/skills/page-architect/references/components/h4-stat-led.md +17 -0
- package/departments/landing/skills/page-architect/references/components/h5-letter-hero.md +14 -0
- package/departments/landing/skills/page-architect/references/components/h6-photographic-fold.md +19 -0
- package/departments/landing/skills/page-architect/references/components/h7-demo-video-clipped-by-viewport-edge.md +30 -0
- package/departments/landing/skills/page-architect/references/components/h8-mockup-split-browser-framed.md +26 -0
- package/departments/landing/skills/page-architect/references/components/h9-custom-illustration-centerpiece.md +28 -0
- package/departments/landing/skills/page-architect/references/components/n1-wordmark-2-links.md +14 -0
- package/departments/landing/skills/page-architect/references/components/n10-floating-on-scroll-morph.md +20 -0
- package/departments/landing/skills/page-architect/references/components/n11-mega-menu.md +43 -0
- package/departments/landing/skills/page-architect/references/components/n12-banner-retract.md +37 -0
- package/departments/landing/skills/page-architect/references/components/n13-inline-cmdk-pill.md +42 -0
- package/departments/landing/skills/page-architect/references/components/n1b-saas-three-section.md +38 -0
- package/departments/landing/skills/page-architect/references/components/n2-floating-chip.md +17 -0
- package/departments/landing/skills/page-architect/references/components/n3-side-rail.md +17 -0
- package/departments/landing/skills/page-architect/references/components/n4-hidden-behind-k.md +12 -0
- package/departments/landing/skills/page-architect/references/components/n5-floating-pill.md +31 -0
- package/departments/landing/skills/page-architect/references/components/n6-newspaper-masthead.md +27 -0
- package/departments/landing/skills/page-architect/references/components/n7-brutal-slab.md +25 -0
- package/departments/landing/skills/page-architect/references/components/n8-terminal-command.md +24 -0
- package/departments/landing/skills/page-architect/references/components/n9-edge-aligned-minimal.md +20 -0
- package/departments/landing/skills/page-architect/references/components/s1-left-margin-numbered.md +17 -0
- package/departments/landing/skills/page-architect/references/components/s2-hanging.md +16 -0
- package/departments/landing/skills/page-architect/references/components/s3-sticky-pinned.md +22 -0
- package/departments/landing/skills/page-architect/references/components/s4-inline-no-break.md +14 -0
- package/departments/landing/skills/page-architect/references/components/s5-bottom-anchored.md +14 -0
- package/departments/landing/skills/page-architect/references/components/t1-pull-quote-with-marginalia.md +14 -0
- package/departments/landing/skills/page-architect/references/components/t2-logo-wall-hairline.md +22 -0
- package/departments/landing/skills/page-architect/references/components/t3-single-huge-quote.md +14 -0
- package/departments/landing/skills/page-architect/references/components/t4-numbered-stat-strip.md +15 -0
- package/departments/landing/skills/page-architect/references/floating-nav.md +91 -0
- package/departments/landing/skills/page-architect/references/hallmark.LICENSE +21 -0
- package/departments/landing/skills/page-architect/references/hero-enrichment.md +477 -0
- package/departments/landing/skills/page-architect/references/impeccable.LICENSE +191 -0
- package/departments/landing/skills/page-architect/references/layout-craft.md +236 -0
- package/departments/landing/skills/page-architect/references/macrostructures/01-bento-grid.md +37 -0
- package/departments/landing/skills/page-architect/references/macrostructures/02-long-document.md +36 -0
- package/departments/landing/skills/page-architect/references/macrostructures/03-marquee-hero.md +33 -0
- package/departments/landing/skills/page-architect/references/macrostructures/04-stat-led.md +36 -0
- package/departments/landing/skills/page-architect/references/macrostructures/05-workbench.md +34 -0
- package/departments/landing/skills/page-architect/references/macrostructures/06-conversational-faq.md +35 -0
- package/departments/landing/skills/page-architect/references/macrostructures/07-manifesto.md +34 -0
- package/departments/landing/skills/page-architect/references/macrostructures/08-photographic.md +36 -0
- package/departments/landing/skills/page-architect/references/macrostructures/09-quote-led.md +34 -0
- package/departments/landing/skills/page-architect/references/macrostructures/10-specimen.md +34 -0
- package/departments/landing/skills/page-architect/references/macrostructures/11-catalogue.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/12-letter.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/13-index-first.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/14-narrative-workflow.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/15-split-studio.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/16-feature-stack.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/17-type-specimen.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/18-portfolio-grid.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/19-map-diagram.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/20-ecosystem-index.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures/21-component-playground.md +25 -0
- package/departments/landing/skills/page-architect/references/macrostructures.md +91 -0
- package/departments/landing/skills/page-architect/references/ui-copy.md +75 -0
- package/harness/codex/AGENTS.md +1 -1
- package/harness/copilot/copilot-instructions.md +1 -1
- package/harness/cursor/rules/arkaos.mdc +2 -2
- package/harness/gemini/GEMINI.md +1 -1
- package/harness/opencode/AGENTS.md +1 -1
- package/harness/zed/.rules +1 -1
- package/knowledge/agents-registry-v2.json +27 -8
- package/knowledge/skills-manifest.json +16 -6
- package/package.json +1 -1
- package/pyproject.toml +1 -1
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to the Licensor for inclusion in the Work by the copyright
|
|
52
|
+
owner or by an individual or Legal Entity authorized to submit on
|
|
53
|
+
behalf of the copyright owner. For the purposes of this definition,
|
|
54
|
+
"submitted" means any form of electronic, verbal, or written
|
|
55
|
+
communication sent to the Licensor or its representatives, including
|
|
56
|
+
but not limited to communication on electronic mailing lists, source
|
|
57
|
+
code control systems, and issue tracking systems that are managed by,
|
|
58
|
+
or on behalf of, the Licensor for the purpose of discussing and
|
|
59
|
+
improving the Work, but excluding communication that is conspicuously
|
|
60
|
+
marked or otherwise designated in writing by the copyright owner as
|
|
61
|
+
"Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
Copyright 2025 Paul Bakaus
|
|
180
|
+
|
|
181
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
|
+
you may not use this file except in compliance with the License.
|
|
183
|
+
You may obtain a copy of the License at
|
|
184
|
+
|
|
185
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
186
|
+
|
|
187
|
+
Unless required by applicable law or agreed to in writing, software
|
|
188
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
189
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
190
|
+
See the License for the specific language governing permissions and
|
|
191
|
+
limitations under the License.
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
# Layout Craft — space, rhythm, responsive floors
|
|
2
|
+
|
|
3
|
+
> Derived from [hallmark](https://github.com/nutlope/hallmark) (MIT) and [impeccable](https://github.com/pbakaus/impeccable) (Apache-2.0) — see `hallmark.LICENSE` and `impeccable.LICENSE` in this references directory.
|
|
4
|
+
|
|
5
|
+
Layout is where "AI-generated" gets caught. Equal columns, everything centred, every card identical — these are the tells. Space is the most underused design tool: find the layout's *actual* problem (monotone spacing, weak hierarchy, identical card grids) and fix the structure, not the surface.
|
|
6
|
+
|
|
7
|
+
Hard floors live in `departments/brand/references/uiux-knowledge-and-tools.md` §12 — this file is the craft on top of them, not a restatement.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Spacing scale & rhythm
|
|
12
|
+
|
|
13
|
+
- **Spacing is a scale, not a value.** Pick one scale. Use it everywhere. Don't type raw px. Values come from a defined set — a framework scale, rem-based tokens, or a custom system — never arbitrary numbers.
|
|
14
|
+
- **4pt base, nine steps, named by role, not size.** This is the same base-4px scale as the doctrine hub §3 (`departments/brand/references/uiux-knowledge-and-tools.md`) — one scale, stated once. Prefer 4pt over 8pt: 8pt is too coarse and you'll frequently need 12px between 8 and 16.
|
|
15
|
+
|
|
16
|
+
```css
|
|
17
|
+
:root {
|
|
18
|
+
--space-3xs: 0.125rem; /* 2px */
|
|
19
|
+
--space-2xs: 0.25rem; /* 4px */
|
|
20
|
+
--space-xs: 0.5rem; /* 8px */
|
|
21
|
+
--space-sm: 0.75rem; /* 12px */
|
|
22
|
+
--space-md: 1rem; /* 16px */
|
|
23
|
+
--space-lg: 1.5rem; /* 24px */
|
|
24
|
+
--space-xl: 2.5rem; /* 40px */
|
|
25
|
+
--space-2xl: 4rem; /* 64px */
|
|
26
|
+
--space-3xl: 6rem; /* 96px */
|
|
27
|
+
--space-4xl: 9rem; /* 144px */
|
|
28
|
+
}
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
- Name tokens semantically: `--space-xs` through `--space-4xl`, not `--spacing-8`.
|
|
32
|
+
- Use `gap` for sibling spacing. It's cleaner than stacked margins, participates in flex/grid, collapses predictably, and eliminates margin-collapse hacks. Use `margin` only for optical adjustments or breaking out of the flow — never for a list of siblings.
|
|
33
|
+
- Apply `clamp()` for fluid spacing that breathes on larger screens.
|
|
34
|
+
|
|
35
|
+
**Rhythm** is contrast, not uniformity:
|
|
36
|
+
|
|
37
|
+
- **Tight grouping** for related elements (8–12px between siblings).
|
|
38
|
+
- **Generous separation** between distinct sections (48–96px).
|
|
39
|
+
- **Varied spacing** within the same layout. If every gap is 24px, the page is a template — mix small, medium, and large gaps; not every row needs the same gap.
|
|
40
|
+
- **Density matches content type.** Data-dense UIs need tighter spacing; marketing pages need more air. Too cramped and it suffocates; too sparse and the whitespace is purposeless.
|
|
41
|
+
- **Generous top, tight bottom** (or vice-versa). Sections don't need to be evenly padded — if the card padding equals the section padding equals the page padding, the rhythm is flat.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## Asymmetry & hierarchy
|
|
46
|
+
|
|
47
|
+
- A layout has a **primary axis**. Left-biased, right-biased, top-heavy, or bottom-weighted. Centre-biased is a default, not a choice.
|
|
48
|
+
- **Asymmetry reads as intentional.** Symmetry reads as generated. When in doubt, shift. But asymmetric composition is a deliberate choice when the content invites it — not a default to chase.
|
|
49
|
+
- **Break the grid on purpose.** A page with one element crossing the grid is stronger than a page that never does.
|
|
50
|
+
|
|
51
|
+
**The squint test.** Blur your (metaphorical) eyes. Can you still identify the most important element, the second most important, and the clear groupings? Does whitespace guide the eye to what matters? If not, the hierarchy is weak regardless of how the colors and fonts look.
|
|
52
|
+
|
|
53
|
+
Use the fewest dimensions needed for clear hierarchy — space alone can be enough; generous whitespace around an element draws the eye. The best hierarchy combines 2–3 dimensions at once: a heading that's larger, bolder, AND has more space above it reads as primary without trying.
|
|
54
|
+
|
|
55
|
+
| Tool | Strong Hierarchy | Weak Hierarchy |
|
|
56
|
+
|------|------------------|----------------|
|
|
57
|
+
| **Size** | 3:1 ratio or more | <2:1 ratio |
|
|
58
|
+
| **Weight** | Bold vs Regular | Medium vs Regular |
|
|
59
|
+
| **Color** | High contrast | Similar tones |
|
|
60
|
+
| **Position** | Top/left (primary) | Bottom/right |
|
|
61
|
+
| **Space** | Surrounded by white space | Crowded |
|
|
62
|
+
|
|
63
|
+
Be aware of reading flow: in LTR languages the eye scans top-left to bottom-right, but primary action placement depends on context (bottom-right in dialogs, top in navigation). Create groupings through proximity and separation.
|
|
64
|
+
|
|
65
|
+
**Asymmetry techniques:**
|
|
66
|
+
|
|
67
|
+
- **Wide left margin.** Treat the left as permanent negative space — narrow column of labels, wide column of content. Labels must NOT be section eyebrows / numbers paired with the heading — that's gate-54-banned. Reserve this technique for body-level micro-labels (caption, footnote, date) alongside body copy.
|
|
68
|
+
- **Hanging headers.** ⚠️ **Opt-in only.** Section labels sit in the left margin; content flows right. Permitted only when the user explicitly asks for an editorial / hanging-header layout AND no eyebrow / number / chapter tag sits in the left margin. The eyebrow-left / heading-right pattern is banned by slop-test gate 54 — the most reliable templated-editorial AI tell. Default to a stacked single-column section head.
|
|
69
|
+
- **Offset grids.** Odd columns wider than even. Or the other way.
|
|
70
|
+
- **Grid-breaks.** One element that deliberately extends past a column boundary: a pull-quote, a photograph, a rule, a number.
|
|
71
|
+
- **Alignment coherence.** A section head's horizontal alignment should be a deliberate choice that *coheres* with the body it introduces — match it (left head over left-flush body; centred head over symmetric body) or break from it on purpose. The AI mistake is the *accidental* mismatch: a narrow head block auto-centred (`margin-inline: auto` plus a `max-width` / `ch` cap) left floating over full-width, left-flush content. Centred, hanging, bottom-aligned, and asymmetric heads all stay on the table — the guard is intentionality, not uniformity.
|
|
72
|
+
|
|
73
|
+
**Card discipline:**
|
|
74
|
+
|
|
75
|
+
- Don't default to card grids for everything; spacing and alignment create visual grouping naturally.
|
|
76
|
+
- Use cards only when content is truly distinct and actionable. Never nest cards inside cards — a bordered container inside a bordered container. Pick one; use spacing and dividers for hierarchy within.
|
|
77
|
+
- The identical feature grid — three columns, three icons, three two-line headings, three three-line bodies — is *the* AI tell. Vary card sizes, span columns, mix cards with non-card content, use `grid-template-columns: 1.2fr 1fr 0.8fr`, or give items different spans on a 12-column underlying grid.
|
|
78
|
+
- Don't default to the hero-metric layout (big number, small label, stats, gradient) as a template. A prominent metric works only when it displays actual data, not decorative numbers.
|
|
79
|
+
|
|
80
|
+
**Depth:**
|
|
81
|
+
|
|
82
|
+
- Depth is **weight and scale**, not shadow. A heavier weight, a larger size, a warmer hue — these create hierarchy better than drop shadows. Elevation reinforces hierarchy; it is never decoration.
|
|
83
|
+
- If you use shadow, use one from a consistent, subtle scale:
|
|
84
|
+
- **Whisper** — `0 1px 2px oklch(20% 0.01 <hue> / 0.05)` for hovering cards.
|
|
85
|
+
- **Hairline** — `0 0 0 1px oklch(30% 0.01 <hue> / 0.06)` as an alternative to a 1px border.
|
|
86
|
+
- Never stack multiple shadows. Never use a coloured glow on a light background; a drop shadow on a dark card creates an accidental glow — that's wrong.
|
|
87
|
+
|
|
88
|
+
**When in doubt** — if the layout looks fine but flat, do one of these before shipping:
|
|
89
|
+
|
|
90
|
+
1. Add one break-out element.
|
|
91
|
+
2. Unbalance a column width.
|
|
92
|
+
3. Move the primary CTA out of the centre.
|
|
93
|
+
4. Remove a card and replace it with negative space.
|
|
94
|
+
5. Change one section's padding so the rhythm is uneven.
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Optical adjustments
|
|
99
|
+
|
|
100
|
+
- If an icon looks visually off-center despite being geometrically centered, nudge it. But only if you're confident it actually looks wrong — don't adjust speculatively.
|
|
101
|
+
- Text at `margin-left: 0` looks slightly indented because of letterform whitespace; a negative margin (`-0.05em`) optically aligns it. Geometrically centered glyphs often look off-center (play icons need to shift right, arrows shift toward their direction).
|
|
102
|
+
- Touch targets must be 44×44px minimum even when the visual element is smaller. Expand the hit area with padding or a pseudo-element:
|
|
103
|
+
|
|
104
|
+
```css
|
|
105
|
+
.icon-button { width: 24px; height: 24px; position: relative; }
|
|
106
|
+
.icon-button::before {
|
|
107
|
+
content: ''; position: absolute; inset: -10px;
|
|
108
|
+
}
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Container & grid
|
|
114
|
+
|
|
115
|
+
- **Flexbox for 1D layouts**: rows of items, nav bars, button groups, card contents, most component internals.
|
|
116
|
+
- **Grid for 2D layouts**: page-level structure, dashboards, data-dense interfaces, anything where rows AND columns need coordinated control.
|
|
117
|
+
- `grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))` for fluid responsive grids without media queries. On tracks containing images, use `minmax(0, 1fr)`, never bare `1fr` (gate 50).
|
|
118
|
+
- Use **named grid areas** (`grid-template-areas`) for complex page layouts; redefine them at breakpoints.
|
|
119
|
+
- Use **container queries** for components, viewport queries for page layouts. A card in a narrow sidebar stays compact while the same card in a main content area expands automatically:
|
|
120
|
+
|
|
121
|
+
```css
|
|
122
|
+
.card-container { container-type: inline-size; }
|
|
123
|
+
.card { display: grid; gap: var(--space-md); }
|
|
124
|
+
@container (min-width: 400px) {
|
|
125
|
+
.card { grid-template-columns: 120px 1fr; }
|
|
126
|
+
}
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
- **Page-edge clipping.** Any deliberately overflowing element (clipped-edge hero media, full-bleed marquee, oversized headline — see [`hero-enrichment.md`](hero-enrichment.md) E1/HP2) needs `overflow-x: clip` on both `html` and `body` as the global safety net, with the containing section left `overflow: visible`. Use `clip`, never `hidden`: `clip` preserves `position: sticky`/`fixed` on descendants; `hidden` creates a new scroll container that breaks sticky and can trap focus.
|
|
130
|
+
- **Z-index is a named scale**, not freestyle numbers — no `z-index: 9999`.
|
|
131
|
+
|
|
132
|
+
The layout laws behind these bullets — the z-index level set, the overflow rules, the viewport-unit and width bans — live in the doctrine hub. Point there; don't restate: `departments/brand/references/uiux-knowledge-and-tools.md` §12.
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Responsive floors
|
|
137
|
+
|
|
138
|
+
Mobile-first. Content-driven breakpoints. No desktop-only interactions.
|
|
139
|
+
|
|
140
|
+
### Non-negotiable widths
|
|
141
|
+
|
|
142
|
+
Every output must render flawlessly at **320 px, 375 px, 414 px, and 768 px** CSS-pixel widths. Eyeball each viewport before marking the output complete:
|
|
143
|
+
|
|
144
|
+
- No horizontal scroll (slop-test gate 34)
|
|
145
|
+
- No clickable text wrapping to two lines (gate 49)
|
|
146
|
+
- No image-bearing grid pushing the layout past viewport — `minmax(0, 1fr)`, never bare `1fr`, on tracks containing images (gate 50)
|
|
147
|
+
- Root carries `overflow-x: clip` on both `html` and `body` — never `hidden` (gate 34)
|
|
148
|
+
- Display headers wrap inside long words via `overflow-wrap: anywhere; min-width: 0` (gate 51)
|
|
149
|
+
- Section heads collapse to one column on mobile across every register variant — per-register overrides need a matching mobile rule (gate 52)
|
|
150
|
+
- No scroll-jump on radio-tab clicks — radios in normal flow OR JS guard with `focus({ preventScroll: true })` (gate 53)
|
|
151
|
+
|
|
152
|
+
This is a hard floor, not a wish list. A page that fails any of these on any of those four widths is not done. Keep this checklist near the screen while building; the design-review skill (`departments/brand/skills/design-review`) audits against it.
|
|
153
|
+
|
|
154
|
+
### Breakpoints & fluid scaling
|
|
155
|
+
|
|
156
|
+
- Base styles are for the smallest viewport. `min-width` media queries add as you go up — never `max-width` as the primary direction.
|
|
157
|
+
- Breakpoints are where the *content* breaks, not where a device sits. If the headline reflows awkwardly at 720px, that's a breakpoint — regardless of framework defaults.
|
|
158
|
+
- Three or four breakpoints, content-driven, in `rem` so they respect the user's font size:
|
|
159
|
+
|
|
160
|
+
```css
|
|
161
|
+
@media (min-width: 40rem) { /* ~640px — tablet, small laptop */ }
|
|
162
|
+
@media (min-width: 60rem) { /* ~960px — desktop baseline */ }
|
|
163
|
+
@media (min-width: 90rem) { /* ~1440px — wide */ }
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
- Prefer `clamp()` for sizes that change continuously; media queries for layouts that change discretely:
|
|
167
|
+
|
|
168
|
+
```css
|
|
169
|
+
h1 { font-size: clamp(2.5rem, 4vw + 1rem, 6rem); }
|
|
170
|
+
.container { padding-inline: clamp(1rem, 4vw, 4rem); }
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
- Use `pointer` and `hover` media queries to detect *interaction capability* instead of width. Never build a mouse-hover interaction that has no touch equivalent:
|
|
174
|
+
|
|
175
|
+
```css
|
|
176
|
+
@media (hover: hover) and (pointer: fine) {
|
|
177
|
+
.card:hover { transform: translateY(-2px); }
|
|
178
|
+
}
|
|
179
|
+
@media (pointer: coarse) {
|
|
180
|
+
.btn { min-height: 48px; }
|
|
181
|
+
}
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
### Mobile collapse discipline — clickable text never wraps
|
|
185
|
+
|
|
186
|
+
Buttons, primary nav links, footer links, tab labels, breadcrumbs, and CTAs must read as **single-line affordances at every viewport between 320 px and 1920 px**. A button or nav link wrapping to two lines looks broken — visitors read it as a styling error, not as intentional.
|
|
187
|
+
|
|
188
|
+
```css
|
|
189
|
+
/* Affordances are single-line — let the parent reflow, not the label. */
|
|
190
|
+
.btn,
|
|
191
|
+
.nav__link,
|
|
192
|
+
.foot__link,
|
|
193
|
+
.cta {
|
|
194
|
+
white-space: nowrap;
|
|
195
|
+
}
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
```css
|
|
199
|
+
/* When the row can't fit, collapse the row, not the labels. */
|
|
200
|
+
@media (max-width: 40rem) {
|
|
201
|
+
.nav__rail { display: none; } /* desktop nav hides */
|
|
202
|
+
.nav__sheet-toggle { display: grid; } /* mobile menu shows */
|
|
203
|
+
}
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
**Order of fixes**, when something does wrap:
|
|
207
|
+
|
|
208
|
+
1. **Shorten the label.** *"Get started free"* → *"Start free"*. *"Read the documentation"* → *"Read docs"*. *"Schedule a demo"* → *"Book demo"*. Most CTA labels are 30–40 % longer than they need to be.
|
|
209
|
+
2. **`white-space: nowrap`** on the affordance, let the parent flex/grid reflow.
|
|
210
|
+
3. **`hidden=until-found`** the lowest-priority nav item at narrow widths (it remains in DOM for find-in-page and SEO).
|
|
211
|
+
4. **Collapse the nav** into a sheet / off-canvas / disclosure menu below a content-driven breakpoint.
|
|
212
|
+
|
|
213
|
+
**Never:** let a primary CTA or top-level nav link wrap. Long footer-link labels can wrap *only* in a footer column where wrapping is part of the column's rhythm — not in an inline footer link strip.
|
|
214
|
+
|
|
215
|
+
### Small-screen residue
|
|
216
|
+
|
|
217
|
+
- `dvh` / `svh` / `lvh` instead of `vh` for heights that interact with mobile chrome; never `width: 100vw` (scrollbar overflow) — use `width: 100%` with padding.
|
|
218
|
+
- Safe areas for iOS notch / Android nav bars: `viewport-fit=cover` on the meta viewport plus `padding-inline: max(1rem, env(safe-area-inset-left))` and `padding-bottom: max(1rem, env(safe-area-inset-bottom))`.
|
|
219
|
+
- Tables that won't fit: collapse to cards (`display: block` on `<tr>` + `data-label` via `::before`) — or better, redesign the data; tables are rarely the right mobile representation.
|
|
220
|
+
- Images: `srcset` with width descriptors, `<picture>` for art direction, `loading="lazy"` below the fold, and `width`/`height` attributes on every image to avoid CLS.
|
|
221
|
+
- Internationalisation: reserve 30–40% extra horizontal space for German, Russian, and Finnish; use logical properties (`margin-inline-start`, `padding-block`, `border-inline-end`) so RTL comes for free; don't hard-code language-specific punctuation or date formats.
|
|
222
|
+
|
|
223
|
+
---
|
|
224
|
+
|
|
225
|
+
## Verify
|
|
226
|
+
|
|
227
|
+
Answer each item by citing the file, selector, or value that satisfies it — never a bare yes:
|
|
228
|
+
|
|
229
|
+
- **Squint test**: primary, secondary, and groupings identifiable with blurred vision?
|
|
230
|
+
- **Rhythm**: a satisfying beat of tight and generous spacing?
|
|
231
|
+
- **Hierarchy**: the most important content obvious within 2 seconds?
|
|
232
|
+
- **Breathing room**: comfortable, not cramped or wasteful?
|
|
233
|
+
- **Consistency**: the spacing system applied uniformly, no off-scale values?
|
|
234
|
+
- **Responsiveness**: graceful at 320 / 375 / 414 / 768 px, floors above all green?
|
|
235
|
+
|
|
236
|
+
A clean mechanical pass is a floor, not a verdict: a monotone grid with uniform spacing passes every lint rule, which is exactly what the squint test exists to catch.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
## 01 · Bento Grid
|
|
2
|
+
|
|
3
|
+
> Derived from [hallmark](https://github.com/nutlope/hallmark) (MIT — see `hallmark.LICENSE` in this references directory). Sanitized and adapted for ArkaOS.
|
|
4
|
+
|
|
5
|
+
Modular blocks of varying sizes laid out as an irregular grid. Each block is a feature, a quote, an image, a stat. Visual rhythm comes from size variation, not card uniformity.
|
|
6
|
+
|
|
7
|
+
- **Heading:** centered display in a fixed-height hero (not full viewport).
|
|
8
|
+
- **Body:** asymmetric grid — 8–15 blocks of mixed spans (1×1, 2×1, 1×2, 2×2).
|
|
9
|
+
- **Divider:** consistent 12–24 px gap; no rules; the grid itself is the rhythm.
|
|
10
|
+
- **Button:** outlined chip on the hero; tile-internal CTAs as typographic links.
|
|
11
|
+
- **Image:** tightly cropped inside individual blocks; never full-bleed.
|
|
12
|
+
- **Reveal:** none, or a subtle one-shot fade on grid-tile entry.
|
|
13
|
+
|
|
14
|
+
Reach for it when the brief is "many small things to show", a feature page, a SaaS landing, or anywhere users have multiple equally-valid entry points.
|
|
15
|
+
|
|
16
|
+
Avoid when the message is a single hero idea — Bento spreads attention; one-idea pages need Marquee or Stat-Led.
|
|
17
|
+
|
|
18
|
+
Reference: Apple in-page sections, Framer feature pages, Tailwind UI templates.
|
|
19
|
+
|
|
20
|
+
**Sample opening lines** (imitate the *specificity*, not the wording):
|
|
21
|
+
> *"Tracejam · v0.4 · for SREs. Distributed tracing that explains itself."* — paraphrased from real observability tools
|
|
22
|
+
> *"Resend is the email API for developers. Send transactional and marketing emails at scale."* — resend.com
|
|
23
|
+
> *"The product development system for teams and agents."* — linear.app
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<header class="hero-fixed">…</header>
|
|
27
|
+
<section class="bento">
|
|
28
|
+
<article class="cell span-2x2">…</article> <!-- hero feature -->
|
|
29
|
+
<article class="cell span-1x1">…</article>
|
|
30
|
+
<article class="cell span-2x1">…</article> <!-- wide stat -->
|
|
31
|
+
<article class="cell span-1x2">…</article> <!-- tall image -->
|
|
32
|
+
<article class="cell span-1x1">…</article>
|
|
33
|
+
<article class="cell span-1x1">…</article>
|
|
34
|
+
</section>
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
---
|
package/departments/landing/skills/page-architect/references/macrostructures/02-long-document.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
## 02 · Long Document
|
|
2
|
+
|
|
3
|
+
> Derived from [hallmark](https://github.com/nutlope/hallmark) (MIT — see `hallmark.LICENSE` in this references directory). Sanitized and adapted for ArkaOS.
|
|
4
|
+
|
|
5
|
+
Reads like a memo, a letter, or a journal entry. No marketing structure. Continuous prose with inline section heads. The page is *literature* about the product.
|
|
6
|
+
|
|
7
|
+
- **Heading:** inline with body — section heads emerge from the paragraph flow as small caps or bold short phrases.
|
|
8
|
+
- **Body:** single column, generous line-height (1.65+), measure 60–65ch.
|
|
9
|
+
- **Divider:** negative space; the gap is the divider; occasionally a centered ornament for emphasis.
|
|
10
|
+
- **Button:** typographic link inside a paragraph, not a separate block.
|
|
11
|
+
- **Image:** inline, sized to text measure; never full-bleed.
|
|
12
|
+
- **Reveal:** none. The page is just *there*.
|
|
13
|
+
|
|
14
|
+
Reach for it for case studies, founder posts, mission pages, products whose sale is *philosophical*. The brief is "tell a story", not "list features".
|
|
15
|
+
|
|
16
|
+
Avoid when there's a single decisive action to take — Long Document hides CTAs, which is wrong for transactional pages.
|
|
17
|
+
|
|
18
|
+
Reference: Frank Chimero's site, destroytoday.com, long-form Substack essays in product disguise.
|
|
19
|
+
|
|
20
|
+
**Sample opening lines** (imitate the *specificity*, not the wording):
|
|
21
|
+
> *"Saturday, 6:14 a.m. The dough went in at midnight."* — opens with a time-stamp; the brand introduces itself as a moment in the day
|
|
22
|
+
> *"A monthly art publication featuring contributions by some of the most engaged thinkers working today."* — e-flux.com/journal
|
|
23
|
+
> *"We design everything for everyone."* — pentagram.com — refusal of the verb, treats design as universal practice
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<article class="prose">
|
|
27
|
+
<p class="lede">…</p>
|
|
28
|
+
<p>…</p>
|
|
29
|
+
<h2 class="inline">A small heading.</h2>
|
|
30
|
+
<p>…</p>
|
|
31
|
+
<blockquote>…</blockquote>
|
|
32
|
+
<p>… <a href="">read more →</a> …</p>
|
|
33
|
+
</article>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
package/departments/landing/skills/page-architect/references/macrostructures/03-marquee-hero.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
## 03 · Marquee Hero
|
|
2
|
+
|
|
3
|
+
> Derived from [hallmark](https://github.com/nutlope/hallmark) (MIT — see `hallmark.LICENSE` in this references directory). Sanitized and adapted for ArkaOS.
|
|
4
|
+
|
|
5
|
+
The hero IS the page above the fold. A single bold statement or visual fills the viewport. No subhead, no CTA in fold. Below the fold the page becomes something else (a list, a grid, prose).
|
|
6
|
+
|
|
7
|
+
- **Heading:** display fills the fold — 8–14 vw type, hugging the viewport edges.
|
|
8
|
+
- **Body:** below-fold becomes a list of work or a single content block; the hero doesn't continue.
|
|
9
|
+
- **Divider:** a thick rule between hero and below-fold, OR a hard colour change.
|
|
10
|
+
- **Button:** none in fold; first CTA arrives below.
|
|
11
|
+
- **Image:** none in fold (typography is the visual), OR a single full-bleed photograph as the fold *background*.
|
|
12
|
+
- **Reveal:** the fold is static; below-fold may sweep in horizontally.
|
|
13
|
+
|
|
14
|
+
Reach for it when the brand or person *is* the message — designer/director portfolios, indie products with a single declarative voice, any "this is who we are" page.
|
|
15
|
+
|
|
16
|
+
Avoid for products whose value requires explanation in seconds. Marquee makes the user scroll before they understand.
|
|
17
|
+
|
|
18
|
+
Reference: 14islands.com, destroytoday.com, many design studio homepages.
|
|
19
|
+
|
|
20
|
+
**Sample opening lines** (imitate the *specificity*, not the wording):
|
|
21
|
+
> *"Type, set with care."* — the Specimen theme — refusal of the verb, treats type as material
|
|
22
|
+
> *"A studio for what's next."* — italic editorial display, names the practice without explaining it
|
|
23
|
+
> *"Design like print: warm, off-register, intentional."* — the Riso theme — declarative, three modifiers, full stop
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<section class="marquee">
|
|
27
|
+
<h1 class="display-xxl">A statement.</h1>
|
|
28
|
+
</section>
|
|
29
|
+
<hr class="rule-thick" />
|
|
30
|
+
<section class="below-fold">…</section>
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
---
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
## 04 · Stat-Led
|
|
2
|
+
|
|
3
|
+
> Derived from [hallmark](https://github.com/nutlope/hallmark) (MIT — see `hallmark.LICENSE` in this references directory). Sanitized and adapted for ArkaOS.
|
|
4
|
+
|
|
5
|
+
The hero is a giant number — a metric, a count, a percentage. Everything that follows supports or qualifies it. Data is the narrative.
|
|
6
|
+
|
|
7
|
+
- **Heading:** a large numeric display (8–12 rem, tabular figures) **paired with a worded headline** — the figure is the biggest element, but it is *never the hero's only words*. State what the number means right beside or beneath it as a real headline, not a tiny label. Read the figure and its words together (*"4 seconds. From the alert link to the slow span."*).
|
|
8
|
+
- **Body:** sections each anchored by a supporting stat or chart.
|
|
9
|
+
- **Divider:** hairline rules between stat blocks; tabular-nums everywhere.
|
|
10
|
+
- **Button:** outlined chip aligned beneath the qualifier.
|
|
11
|
+
- **Image:** charts and small data-viz; no photography.
|
|
12
|
+
- **Reveal:** number-tick on the hero figure — counter from 0 to target over ~500 ms.
|
|
13
|
+
|
|
14
|
+
Reach for it when the brief is "we have proof in numbers" — enterprise/B2B, fundraising platforms, climate or impact pages.
|
|
15
|
+
|
|
16
|
+
Avoid for products without a defensible single metric. A fake big number is worse than no number.
|
|
17
|
+
|
|
18
|
+
**The hero header always contains words.** The lead figure never stands alone as the headline — pair it with a worded line that completes it. A bare number as the dominant hero text fails slop-test gate 46.
|
|
19
|
+
|
|
20
|
+
Reference: Ahrefs, Stripe Sessions stat blocks, climate-impact dashboards, venture firm portfolio pages.
|
|
21
|
+
|
|
22
|
+
**Sample opening lines** (imitate the *specificity*, not the wording — the number does the work):
|
|
23
|
+
> *"+47% · faster · decide late."* — italicised number, three-word qualifier
|
|
24
|
+
> *"4 seconds. From the alert link to the slow span."* — pairs the number with what it bought
|
|
25
|
+
> *"434 total posts. New CSS you feel like you could use today."* — adam argyle, nerdy.dev — the count grounds the page in real volume
|
|
26
|
+
|
|
27
|
+
```html
|
|
28
|
+
<section class="stat-hero">
|
|
29
|
+
<div class="figure tnum">99.97<span class="unit">%</span></div>
|
|
30
|
+
<p class="qualifier">uptime across 2026, measured externally.</p>
|
|
31
|
+
<a class="cta-outline">Read the report →</a>
|
|
32
|
+
</section>
|
|
33
|
+
<section class="supporting-stats">…</section>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
---
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
## 05 · Workbench
|
|
2
|
+
|
|
3
|
+
> Derived from [hallmark](https://github.com/nutlope/hallmark) (MIT — see `hallmark.LICENSE` in this references directory). Sanitized and adapted for ArkaOS.
|
|
4
|
+
|
|
5
|
+
Product screenshots in frames are the primary content. The page is a guided tour of the app in use. Less marketing copy, more "here's what you do with it."
|
|
6
|
+
|
|
7
|
+
- **Heading:** small, functional — workbench pages don't shout.
|
|
8
|
+
- **Body:** sequence of screenshot blocks, each with a short caption and an inline annotation arrow.
|
|
9
|
+
- **Divider:** the screenshot frame *is* the divider; sections separate by gap and frame.
|
|
10
|
+
- **Button:** sticky-bottom CTA bar after the third screenshot ("Try it →"), once context is built.
|
|
11
|
+
- **Image:** central — browser/device frames around real product captures, with annotation arrows.
|
|
12
|
+
- **Reveal:** type-unmask on captions; screenshots load instantly.
|
|
13
|
+
|
|
14
|
+
Reach for it for SaaS, developer tools, IDE extensions — anywhere seeing the product in motion is the sale.
|
|
15
|
+
|
|
16
|
+
Avoid when the product is conceptual or services-led. Workbench needs a UI to show.
|
|
17
|
+
|
|
18
|
+
Reference: Linear.app, Vercel, Raycast, Arc Browser.
|
|
19
|
+
|
|
20
|
+
**Sample opening lines** (imitate the *specificity*, not the wording — the page walks the user through):
|
|
21
|
+
> *"$ streampipe parse access.log --filter status=5xx | jq"* — open on a real command, not a marketing claim
|
|
22
|
+
> *"Read anything that emits lines. Files, pipes, sockets, kubectl logs."* — names the inputs, refuses abstraction
|
|
23
|
+
> *"Open the trace, find the span, fix the regression. No glossary required."* — three concrete verbs, then a refusal
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<header class="lite">…</header>
|
|
27
|
+
<section class="screenshot-frame">
|
|
28
|
+
<figure><img src="step-1.png" /><figcaption>Open a project.</figcaption></figure>
|
|
29
|
+
</section>
|
|
30
|
+
<section class="screenshot-frame">…</section>
|
|
31
|
+
<aside class="sticky-cta">Try it free →</aside>
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
---
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
## 06 · Conversational FAQ
|
|
2
|
+
|
|
3
|
+
> Derived from [hallmark](https://github.com/nutlope/hallmark) (MIT — see `hallmark.LICENSE` in this references directory). Sanitized and adapted for ArkaOS.
|
|
4
|
+
|
|
5
|
+
Bold questions, brief answers. The page reads like an honest interview with the product. Often each Q/A is a collapsible accordion.
|
|
6
|
+
|
|
7
|
+
- **Heading:** each section *is* a question — a short, direct phrase ending in `?`.
|
|
8
|
+
- **Body:** answer in 2–4 short paragraphs immediately below the question.
|
|
9
|
+
- **Divider:** thin rule between Q/A pairs, or zero rule and a paper-colour swap.
|
|
10
|
+
- **Button:** typographic link inside answers ("Read the full policy →"); one outlined CTA at the foot.
|
|
11
|
+
- **Image:** sparse — maybe one diagram per long answer; mostly text.
|
|
12
|
+
- **Reveal:** none on load; accordion expand uses 200 ms `--ease-out` on `grid-template-rows: 0fr → 1fr`.
|
|
13
|
+
|
|
14
|
+
Reach for it near pricing, for products that meet skepticism, for educational/regulated industries.
|
|
15
|
+
|
|
16
|
+
Avoid as the *primary* page. FAQ usually pairs with another macrostructure that opens the page.
|
|
17
|
+
|
|
18
|
+
Reference: many SaaS pricing pages, Casper, Substack help pages.
|
|
19
|
+
|
|
20
|
+
**Sample opening lines** (imitate the *specificity* — questions are real questions, answers are short and concrete):
|
|
21
|
+
> *"What is this for? — A single-binary CLI for parsing log streams from stdin."* — names the form factor, names the input
|
|
22
|
+
> *"How is this different from X? — It's about time."* — cron.com — answers obliquely, with a phrase that has weight
|
|
23
|
+
> *"Who built this? — Three of us, in Lisbon, since 2014."* — date + place + count, no marketing
|
|
24
|
+
|
|
25
|
+
```html
|
|
26
|
+
<section class="faq">
|
|
27
|
+
<details>
|
|
28
|
+
<summary><h2>How long does setup take?</h2></summary>
|
|
29
|
+
<div class="answer">…</div>
|
|
30
|
+
</details>
|
|
31
|
+
<details>…</details>
|
|
32
|
+
</section>
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
---
|