@mutmutco/pi-plugin 4.3.67 → 4.4.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/package.json +1 -1
- package/skills/hotfix/SKILL.md +1 -1
- package/skills/org-guide/SKILL.md +1 -0
- package/skills/org-guide/references/work-and-releases.md +4 -0
- package/skills/rcand/SKILL.md +1 -1
- package/skills/release/SKILL.md +2 -0
- package/skills/stage/SKILL.md +7 -1
- package/skills/brand/SKILL.md +0 -112
- package/skills/brand/references/mm-logo.svg +0 -24
- package/skills/brand/references/mm.css +0 -112
- package/skills/brand/references/onizleme.png +0 -0
- package/skills/brand/references/ornek-gorsel.jpg +0 -0
- package/skills/brand/references/sablon.html +0 -162
package/package.json
CHANGED
package/skills/hotfix/SKILL.md
CHANGED
|
@@ -19,7 +19,7 @@ Read META and name the lane before describing or executing anything:
|
|
|
19
19
|
mmi-cli oracle org project get {owner}/{repo} --json
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
A hotfix always skips rc on every track: it cherry-picks `development → main` directly, MMI-Hub included. `deployModel` decides the release-triggered runs the train watches
|
|
22
|
+
A hotfix always skips rc on every track: it cherry-picks `development → main` directly, MMI-Hub included. `deployModel` decides the release-triggered runs the train watches; on `vercel` nothing is dispatched — Vercel builds `main` on the merge and the train reads its Production Deployment, same as `/release`. Unreadable META → stop; never infer the lane from branch names, tags or release history.
|
|
23
23
|
|
|
24
24
|
## Preflight
|
|
25
25
|
|
|
@@ -35,6 +35,7 @@ the [MMI help skill](../mmi-help/SKILL.md).
|
|
|
35
35
|
| Consume, declare, rotate, or request a secret | [Vault and keyless access](references/vault.md) |
|
|
36
36
|
| Register domains or configure Google OAuth | [Domains and OAuth](references/domains-and-oauth.md) |
|
|
37
37
|
| Decide what belongs in a product repository | [Repository rules](references/repository-rules.md) |
|
|
38
|
+
| Produce company-facing documents in the MM brand | not bundled — the MM-Strategy MCP serves the brand kit (`mm_brand_guide`); strategists install `@mutmutco/strategy` |
|
|
38
39
|
|
|
39
40
|
This is MMI organization guidance, not Jerv or JervCode operating instructions.
|
|
40
41
|
The plugin carries these files locally at its installed release version. Resolve current values
|
|
@@ -76,6 +76,10 @@ development. A trunk repository follows its single branch and declared workflow
|
|
|
76
76
|
then [release](../../release/SKILL.md) for promotion. The release workflow also describes its
|
|
77
77
|
supported development-source route.
|
|
78
78
|
- Direct track: development → main. Use [release](../../release/SKILL.md); do not invent an rc lane.
|
|
79
|
+
- Vercel-hosted repos (registry `deployModel: vercel`) are direct track: merging development → main
|
|
80
|
+
is the go-live, Vercel deploys main itself, and the release train waits for that deploy and checks
|
|
81
|
+
the live URL before it tags and announces. No version-file bump on these repos. Every branch has a
|
|
82
|
+
Vercel preview URL; [stage](../../stage/SKILL.md) reports it. No rc, no box stage.
|
|
79
83
|
- Trunk track: one main branch, without an rc/development promotion train. Follow the repository's
|
|
80
84
|
declared publishing workflow rather than manufacturing train branches.
|
|
81
85
|
- Urgent already-merged fixes: use [hotfix](../../hotfix/SKILL.md), which carries selected development
|
package/skills/rcand/SKILL.md
CHANGED
|
@@ -19,7 +19,7 @@ Read META and name the lane before describing or executing anything:
|
|
|
19
19
|
mmi-cli oracle org project get {owner}/{repo} --json
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
`releaseTrack: direct` (product repos with explicit META, plus MMI-Hub) has no `rc`: stop here and run `/release` from `development`; `rcand --apply` refuses direct-track at its own preflight. Full-track runs from `development`, and a full-track repo may skip rc entirely with `/release --dev`. Unreadable META → stop; never infer the lane from branch names, a stale `rc` ref, or release history.
|
|
22
|
+
`releaseTrack: direct` (product repos with explicit META, plus MMI-Hub, and every `deployModel: vercel` repo) has no `rc`: stop here and run `/release` from `development`; `rcand --apply` refuses direct-track at its own preflight. Full-track runs from `development`, and a full-track repo may skip rc entirely with `/release --dev`. Unreadable META → stop; never infer the lane from branch names, a stale `rc` ref, or release history.
|
|
23
23
|
|
|
24
24
|
Authority is structural and server-checked: the doctor asks the Hub, and the protected `rc` push allowlist carries the same people (master + that repo's project-admins). Gate ordering: the tag lands the rc SHA for checks, and every deploy side-effect waits until the protected `rc` push accepts that checked SHA.
|
|
25
25
|
|
package/skills/release/SKILL.md
CHANGED
|
@@ -21,6 +21,8 @@ mmi-cli oracle org project get {owner}/{repo} --json
|
|
|
21
21
|
|
|
22
22
|
`releaseTrack: direct` → `development → main`, no `/rcand`. Absent → full (`rc → main`), except MMI-Hub, which is direct by the Hub-control special case. Full-track `--dev` ships `development → main` skipping rc and fails closed when `origin/rc` carries content not in `development`. Unreadable META → stop; never infer the lane from branch names, tags or release history.
|
|
23
23
|
|
|
24
|
+
`deployModel: vercel` (always with `releaseTrack: direct`): the same `development → main` merge is the go-live — Vercel builds `main` on the push. The train dispatches nothing; with `--watch` it waits for the **Production** GitHub Deployment the Vercel GitHub app posts for the release SHA, probes the served URL once, then tags, publishes the Release and announces. No version-file bump on a vercel repo — the tag is the version. The receipt's `workflowRuns` carries a `vercel` row with the Vercel log URL; `pending` with "is the Vercel GitHub app connected?" means no Deployment was ever posted — connect the app, never re-tag.
|
|
25
|
+
|
|
24
26
|
## Preflight
|
|
25
27
|
|
|
26
28
|
```bash
|
package/skills/stage/SKILL.md
CHANGED
|
@@ -63,6 +63,11 @@ mmi-cli stage --json
|
|
|
63
63
|
The JSON reports `source` (`derived` / `local` / `none`) and, when derived, the local `url`. `source: none`
|
|
64
64
|
means neither a usable local recipe nor a derivable default exists — the message names the missing fact
|
|
65
65
|
(deployModel, `docker-compose.yml`, or registry `portRange`; `.env.example` is **not** required — #2655).
|
|
66
|
+
On a `deployModel: vercel` repo the receipt also carries `preview` — the current branch's latest
|
|
67
|
+
Vercel **Preview** deployment (`state`, `url`) read from the GitHub Deployments the Vercel GitHub app
|
|
68
|
+
posts — and the text output ends with a `vercel preview (<branch>)` line. Report that URL as the branch
|
|
69
|
+
preview alongside the local stage; no `preview.deployment` means the branch was not pushed yet or the
|
|
70
|
+
Vercel GitHub app is not connected. There is no box stage on a vercel repo: `--live` refuses.
|
|
66
71
|
When the gap is a missing Hub registry `portRange`, the JSON receipt also carries `recovery` with
|
|
67
72
|
`mmi-cli stage port-range <owner/repo>` (#5539) — assign the block, then re-run `/stage`. That gap does not
|
|
68
73
|
mean the repo's Hub registry/org project setup is missing; it means local stage derivation cannot pick a
|
|
@@ -140,7 +145,8 @@ No SSH from your machine; project authorization remains enforced by the Hub.
|
|
|
140
145
|
`deployModel` first (`mmi-cli oracle org project get {owner}/{repo}` → `deployModel`, or the dry
|
|
141
146
|
`mmi-cli stage --live --json` refusal). It applies only to **`tenant-container`** repos (the same
|
|
142
147
|
model the Hub tenant-deploy + tenant-control gates require). **`registry-publish` is not applicable**
|
|
143
|
-
for live stages — nor are hub-serverless, solo-container, static-cdn,
|
|
148
|
+
for live stages — nor are hub-serverless, solo-container, static-cdn, vercel (its preview URL is on the
|
|
149
|
+
plain `/stage` receipt), content, or none. For an
|
|
144
150
|
unsupported model the dry plan refuses **before** offering `--apply` / `--down`; do not invent a
|
|
145
151
|
tenant deploy.
|
|
146
152
|
|
package/skills/brand/SKILL.md
DELETED
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: brand
|
|
3
|
-
description: Mutatis Mutandis brand for company documents, research artifacts, briefs, and generated reports.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Mutatis Mutandis brand
|
|
7
|
-
|
|
8
|
-
The visual authority for company-facing documents and generated artifacts: consumer research,
|
|
9
|
-
competitor analysis, creative briefs, reports. Build on the kit as delivered — do not invent a
|
|
10
|
-
second identity and do not restyle it per project.
|
|
11
|
-
|
|
12
|
-
## Scope
|
|
13
|
-
|
|
14
|
-
**In scope:** reports, research artifacts, briefs, one-pagers, decks, data features, and any
|
|
15
|
-
document an agent generates on the company's behalf.
|
|
16
|
-
|
|
17
|
-
**Out of scope:** a product's own web or application design. A project's UI follows that
|
|
18
|
-
project's design system. Never inject kit variables into product styles.
|
|
19
|
-
|
|
20
|
-
## The kit
|
|
21
|
-
|
|
22
|
-
One dark theme. Start from the template — every component is worked there, and the preview shows
|
|
23
|
-
the assembled result.
|
|
24
|
-
|
|
25
|
-
| File | What it is |
|
|
26
|
-
| --- | --- |
|
|
27
|
-
| [sablon.html](references/sablon.html) | Worked template — start new documents here |
|
|
28
|
-
| [mm.css](references/mm.css) | Colour variables, typography, all component styles |
|
|
29
|
-
| [mm-logo.svg](references/mm-logo.svg) | MM wordmark, monochrome, takes text colour via `currentColor` |
|
|
30
|
-
| [onizleme.png](references/onizleme.png) | Full preview of the assembled kit |
|
|
31
|
-
| [ornek-gorsel.jpg](references/ornek-gorsel.jpg) | Screenshot-box (`.fig.shot`) example |
|
|
32
|
-
|
|
33
|
-
Fonts load from Google Fonts in one link — never self-host, never substitute silently:
|
|
34
|
-
|
|
35
|
-
```
|
|
36
|
-
https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
## Non-negotiable rules
|
|
40
|
-
|
|
41
|
-
- **One dark theme.** Ground `#0a0a0a`, primary ink `#ededed`. No light variant, no per-project
|
|
42
|
-
retheming.
|
|
43
|
-
- **Type roles are fixed.** Plus Jakarta Sans for headings and body: H1 700 at
|
|
44
|
-
`clamp(34px, 5.4vw, 56px)`, its second half `<em>` drops to 300 in grey. JetBrains Mono for
|
|
45
|
-
labels, eyebrows, captions, figures, and sources: 11–12px, `letter-spacing .08em`, uppercase.
|
|
46
|
-
Body 16.5px / 1.55, lines capped at 72–80 characters.
|
|
47
|
-
- **Real weights only.** 300/400/700 exist; never fake a weight, never set faux bold or italics
|
|
48
|
-
the kit does not use.
|
|
49
|
-
- **MM green `#1fd18a` marks emphasis** — accents, key figures, labels, section openers. It
|
|
50
|
-
identifies; it does not decorate.
|
|
51
|
-
- **Wool `#c9ad82` marks official-document quotes and risk labels.**
|
|
52
|
-
- **Charts are inline SVG, no library.** Categorical series in order: blue `#3987e5`, orange
|
|
53
|
-
`#d95926`, green `#199e70` — used once each, never cycled. A highlighted series is MM green,
|
|
54
|
-
the rest grey `#3a3a3a`. Bar ends rounded 4px, lines 2px, labels mono 11px `#969696`. One axis
|
|
55
|
-
per chart; two scales mean two charts. viewBox 500 wide inside a column, ~720 at full width —
|
|
56
|
-
wider shrinks the labels unreadable.
|
|
57
|
-
- **Banned.** Light backgrounds, gradients, emoji, faux weights, centre-aligned body text.
|
|
58
|
-
- **Only supplied facts.** No invented figures; replace every placeholder before export.
|
|
59
|
-
|
|
60
|
-
## Colours
|
|
61
|
-
|
|
62
|
-
| Variable | Value | Where |
|
|
63
|
-
| --- | --- | --- |
|
|
64
|
-
| `--bg` | `#0a0a0a` | Page ground |
|
|
65
|
-
| `--surface` | `#1a1a1a` | Summary box, surfaces |
|
|
66
|
-
| `--surface-dim` | `#111111` | Chart and image frames |
|
|
67
|
-
| `--ink` | `#ededed` | Primary text |
|
|
68
|
-
| `--ink-2` | `#c9c9c9` | Body text, secondary |
|
|
69
|
-
| `--muted` | `#969696` | Colophon, sources, footnotes |
|
|
70
|
-
| `--line` | `#2a2a2a` | Lines and separators |
|
|
71
|
-
| `--accent` | `#1fd18a` | MM green: emphasis, figures, labels |
|
|
72
|
-
| `--accent-soft` | `#10261c` | Implication-box ground |
|
|
73
|
-
| `--accent-line` | `#17402d` | Implication-box frame |
|
|
74
|
-
| `--wool` | `#c9ad82` | Wool tone: official quotes, risk labels |
|
|
75
|
-
|
|
76
|
-
## Components
|
|
77
|
-
|
|
78
|
-
| Class | What |
|
|
79
|
-
| --- | --- |
|
|
80
|
-
| `.brand` | Top band: logo + document type |
|
|
81
|
-
| `.eyebrow` | Label line above the title |
|
|
82
|
-
| `.ozet` | Executive-summary box |
|
|
83
|
-
| `.keys` | Five-up key-figure strip |
|
|
84
|
-
| `.toc` | Table of contents |
|
|
85
|
-
| `.part` | Section opener, green rule on top |
|
|
86
|
-
| `.frame` | Label + description caption grid |
|
|
87
|
-
| `.find` | Single finding: number, title, body |
|
|
88
|
-
| `.cols` / `.cols.even` | Two columns; text + visual |
|
|
89
|
-
| `.fig` / `.fig.shot` | Chart box / screenshot box |
|
|
90
|
-
| `.quote` / `.quote.doc` / `.quote.int` | Consumer / official-document / internal-meeting quote |
|
|
91
|
-
| `.imp` | Implication (takeaway) box |
|
|
92
|
-
| `table.t` | Table, first column mono label |
|
|
93
|
-
| `.list2` | Two-column list |
|
|
94
|
-
| `.risks` | Risk list |
|
|
95
|
-
| `.src` | Sources |
|
|
96
|
-
|
|
97
|
-
Grids collapse to one column below 820px; keep the breakpoints as shipped.
|
|
98
|
-
|
|
99
|
-
## Building an artifact
|
|
100
|
-
|
|
101
|
-
1. Copy `sablon.html`, keep the Google Fonts link, write inside `<div class="wrap">`.
|
|
102
|
-
2. Publishing as a Claude artifact: inline `mm.css` into a single `<style>` tag and copy the logo
|
|
103
|
-
SVG into the page — artifacts cannot fetch local files.
|
|
104
|
-
3. The logo sits in `.brand` at 14px height in ink colour. Never recolour it, never re-proportion
|
|
105
|
-
it, never put it anywhere else on the page.
|
|
106
|
-
4. Return the editable HTML next to any PDF or PNG export.
|
|
107
|
-
|
|
108
|
-
## Before you hand over
|
|
109
|
-
|
|
110
|
-
- Dark theme intact; fonts loaded from Google Fonts, or the substitution disclosed.
|
|
111
|
-
- Every placeholder replaced, every figure sourced.
|
|
112
|
-
- One theme, one palette, charts as inline SVG.
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<svg class="logo" role="img" aria-label="Mutatis Mutandis" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 976.62 66.54">
|
|
2
|
-
|
|
3
|
-
<g id="Layer_1-2" data-name="Layer 1">
|
|
4
|
-
<g>
|
|
5
|
-
<path fill="currentColor" d="M80.25,65.09h-15.95s-2.71-43.83-2.71-43.83h-.2s-14.85,43.83-14.85,43.83h-12.84s-14.95-43.83-14.95-43.83h-.3s-2.51,43.83-2.51,43.83H0S5.22.75,5.22.75h20.46s14.45,42.34,14.45,42.34h.2S54.57.75,54.57.75h20.56s5.12,64.34,5.12,64.34Z"/>
|
|
6
|
-
<path fill="currentColor" d="M149.26,38.23c0,9.05-1.71,15.29-6.62,20.24-4.81,4.85-12.34,7.65-22.37,7.65-10.13,0-17.55-2.8-22.47-7.65-4.82-4.94-6.52-11.19-6.52-20.24V.75s16.35,0,16.35,0v37.49c0,4.57.4,8.11,2.71,10.72,2.21,2.42,5.42,4.01,9.93,4.01,4.51,0,7.72-1.59,9.93-4.01,2.31-2.61,2.71-6.15,2.71-10.72V.75s16.35,0,16.35,0v37.49Z"/>
|
|
7
|
-
<path fill="currentColor" d="M211.45,12.68h-17.86s0,52.41,0,52.41h-16.25s0-52.41,0-52.41h-17.86s0-11.94,0-11.94h51.96s0,11.94,0,11.94Z"/>
|
|
8
|
-
<path fill="currentColor" d="M277.45,65.09h-17.65s-4.92-12.96-4.92-12.96h-24.68s-4.92,12.96-4.92,12.96h-16.85S234.52.65,234.52.65h16.85s26.08,64.44,26.08,64.44ZM251.17,40.38l-8.63-23.13-8.63,23.13h17.25Z"/>
|
|
9
|
-
<path fill="currentColor" d="M325.4,12.68h-17.86s0,52.41,0,52.41h-16.25s0-52.41,0-52.41h-17.86s0-11.94,0-11.94h51.96s0,11.94,0,11.94Z"/>
|
|
10
|
-
<path fill="currentColor" d="M352.38,65.09h-16.25s0-64.34,0-64.34h16.25s0,64.34,0,64.34Z"/>
|
|
11
|
-
<path fill="currentColor" d="M405.64,60.89c-4.92,3.64-11.34,5.32-18.76,5.32-10.03,0-18.96-4.85-24.58-9.7l8.03-11c5.02,4.85,12.74,8.11,18.06,8.11,5.22,0,9.23-2.33,9.23-6.62,0-4.38-5.12-6.06-8.13-7.09-3.01-1.03-8.23-2.7-10.53-3.64-1.71-.75-5.22-1.96-8.23-4.66-3.01-2.61-5.42-6.34-5.42-12.4,0-6.15,3.21-11,7.22-14.08C376.45,2.05,382.77,0,390.8,0c8.03,0,17.25,3.54,21.97,7.93l-6.92,10.54c-4.01-3.73-10.23-6.53-15.45-6.53-5.22,0-9.03,1.86-9.03,5.78,0,3.92,3.91,5.41,7.02,6.53,3.01,1.12,8.13,2.8,10.33,3.64,1.91.65,6.52,2.33,9.63,5.22,2.91,2.7,5.42,6.62,5.42,12.4,0,6.15-3.11,11.75-8.13,15.39Z"/>
|
|
12
|
-
</g>
|
|
13
|
-
<g>
|
|
14
|
-
<path fill="currentColor" d="M542.09,65.42h-15.95s-2.71-43.83-2.71-43.83h-.2s-14.85,43.83-14.85,43.83h-12.84s-14.95-43.83-14.95-43.83h-.3s-2.51,43.83-2.51,43.83h-15.95s5.22-64.34,5.22-64.34h20.46s14.45,42.34,14.45,42.34h.2s14.24-42.34,14.24-42.34h20.56s5.12,64.34,5.12,64.34Z"/>
|
|
15
|
-
<path fill="currentColor" d="M611.1,38.56c0,9.05-1.71,15.29-6.62,20.24-4.81,4.85-12.34,7.65-22.37,7.65-10.13,0-17.55-2.8-22.47-7.65-4.82-4.94-6.52-11.19-6.52-20.24V1.07s16.35,0,16.35,0v37.49c0,4.57.4,8.11,2.71,10.72,2.21,2.42,5.42,4.01,9.93,4.01,4.51,0,7.72-1.59,9.93-4.01,2.31-2.61,2.71-6.15,2.71-10.72V1.07s16.35,0,16.35,0v37.49Z"/>
|
|
16
|
-
<path fill="currentColor" d="M673.29,13.01h-17.86s0,52.41,0,52.41h-16.25s0-52.41,0-52.41h-17.86s0-11.94,0-11.94h51.96s0,11.94,0,11.94Z"/>
|
|
17
|
-
<path fill="currentColor" d="M739.29,65.42h-17.65s-4.92-12.96-4.92-12.96h-24.68s-4.92,12.96-4.92,12.96h-16.85S696.36.98,696.36.98h16.85s26.08,64.44,26.08,64.44ZM713.01,40.7l-8.63-23.13-8.63,23.13h17.25Z"/>
|
|
18
|
-
<path fill="currentColor" d="M811.82,65.42h-16.65s-30.39-43.64-30.39-43.64c0,0,.3,7.74.3,14.55v29.09s-15.85,0-15.85,0V1.07s17.35,0,17.35,0l29.69,43.27s-.3-7.27-.3-14.08V1.07s15.85,0,15.85,0v64.34Z"/>
|
|
19
|
-
<path fill="currentColor" d="M876.62,57.77c-5.72,4.48-14.65,7.65-26.68,7.65h-23.47s0-64.34,0-64.34h23.47c12.04,0,20.96,3.17,26.68,7.74,5.82,4.48,11.24,11.94,11.24,24.43,0,12.5-5.42,19.96-11.24,24.53ZM865.28,18.14c-2.91-2.52-7.72-4.57-14.44-4.57h-8.23s0,39.07,0,39.07h8.23c6.72,0,11.54-2.05,14.44-4.66,2.91-2.52,6.12-6.81,6.12-14.73s-3.21-12.5-6.12-15.11Z"/>
|
|
20
|
-
<path fill="currentColor" d="M915.23,65.42h-16.25s0-64.34,0-64.34h16.25s0,64.34,0,64.34Z"/>
|
|
21
|
-
<path fill="currentColor" d="M968.5,61.22c-4.92,3.64-11.34,5.32-18.76,5.32-10.03,0-18.96-4.85-24.58-9.7l8.03-11c5.02,4.85,12.74,8.11,18.06,8.11,5.22,0,9.23-2.33,9.23-6.62,0-4.38-5.12-6.06-8.13-7.09-3.01-1.03-8.23-2.7-10.53-3.64-1.71-.75-5.22-1.96-8.23-4.66-3.01-2.61-5.42-6.34-5.42-12.4,0-6.15,3.21-11,7.22-14.08,3.91-3.08,10.23-5.13,18.26-5.13,8.03,0,17.25,3.54,21.97,7.93l-6.92,10.54c-4.01-3.73-10.23-6.53-15.45-6.53s-9.03,1.86-9.03,5.78c0,3.92,3.91,5.41,7.02,6.53,3.01,1.12,8.13,2.8,10.33,3.64,1.91.65,6.52,2.33,9.63,5.22,2.91,2.7,5.42,6.62,5.42,12.4,0,6.15-3.11,11.75-8.13,15.39Z"/>
|
|
22
|
-
</g>
|
|
23
|
-
</g>
|
|
24
|
-
</svg>
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
:root{
|
|
4
|
-
--bg:#0a0a0a; --surface:#1a1a1a; --surface-dim:#111; --ink:#ededed; --ink-2:#c9c9c9; --muted:#969696;
|
|
5
|
-
--line:#2a2a2a; --accent:#1fd18a; --accent-soft:#10261c; --accent-line:#17402d; --wool:#c9ad82;
|
|
6
|
-
--mono:"JetBrains Mono",ui-monospace,Menlo,Consolas,monospace;
|
|
7
|
-
--sans:"Plus Jakarta Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
|
|
8
|
-
color-scheme:dark;
|
|
9
|
-
}
|
|
10
|
-
*{box-sizing:border-box}
|
|
11
|
-
html,body{background:var(--bg)}
|
|
12
|
-
body{margin:0;color:var(--ink);font-family:var(--sans);font-size:16.5px;line-height:1.55}
|
|
13
|
-
.wrap{max-width:1080px;margin:0 auto;padding-inline:24px;padding-block:36px 96px}
|
|
14
|
-
a{color:var(--ink);text-decoration:underline;text-decoration-color:#1fd18a66;text-underline-offset:3px}
|
|
15
|
-
a:hover{text-decoration-color:var(--accent)}
|
|
16
|
-
a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
|
|
17
|
-
p{margin:0 0 10px} p:last-child{margin-bottom:0}
|
|
18
|
-
ul{margin:0;padding-left:20px} li{margin:5px 0} li::marker{color:var(--accent)}
|
|
19
|
-
strong{font-weight:700}
|
|
20
|
-
|
|
21
|
-
.brand{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:28px}
|
|
22
|
-
.brand .logo{height:14px;width:auto;color:var(--ink)}
|
|
23
|
-
.brand span{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
|
|
24
|
-
.eyebrow{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}
|
|
25
|
-
h1{font-weight:700;font-size:clamp(34px,5.4vw,56px);line-height:1.02;margin:14px 0 10px;text-wrap:balance;letter-spacing:-.022em;max-width:20ch}
|
|
26
|
-
h1 em{font-style:normal;font-weight:300;color:var(--muted)}
|
|
27
|
-
.meta{display:flex;flex-wrap:wrap;gap:6px 18px;color:var(--muted);font-size:12.5px;font-family:var(--mono)}
|
|
28
|
-
.fine{font-family:var(--mono);font-size:11.5px;color:var(--muted);margin:10px 0 0;line-height:1.55}
|
|
29
|
-
.note{color:var(--ink-2);font-size:15px;max-width:80ch;margin-top:14px}
|
|
30
|
-
|
|
31
|
-
.ozet{margin:30px 0 0;padding:20px 24px;background:var(--surface);border-left:3px solid var(--accent);font-size:17px;line-height:1.6}
|
|
32
|
-
.ozet b{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:8px;font-weight:500}
|
|
33
|
-
|
|
34
|
-
.keys{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:28px;border-top:1px solid var(--line)}
|
|
35
|
-
.keys > div{padding:16px 16px 18px 0;display:flex;flex-direction:column;gap:8px}
|
|
36
|
-
.keys > div + div{padding-left:16px;border-left:1px solid var(--line)}
|
|
37
|
-
.keys .n{font-weight:700;font-size:34px;line-height:1;letter-spacing:-.02em;color:var(--accent);font-variant-numeric:tabular-nums}
|
|
38
|
-
.keys .h{font-weight:700;font-size:15.5px;line-height:1.3}
|
|
39
|
-
.keys .s{font-size:13.5px;color:var(--ink-2);line-height:1.45}
|
|
40
|
-
|
|
41
|
-
.toc{display:flex;flex-wrap:wrap;gap:8px 22px;margin-top:26px;font-family:var(--mono);font-size:12px}
|
|
42
|
-
.toc a{color:var(--ink-2);text-decoration:none}
|
|
43
|
-
.toc a:hover{color:var(--accent)}
|
|
44
|
-
.toc span{color:var(--accent);margin-right:6px}
|
|
45
|
-
|
|
46
|
-
.part{margin-top:72px;padding-top:22px;border-top:2px solid var(--accent)}
|
|
47
|
-
.part .k{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}
|
|
48
|
-
.part h2{font-weight:700;font-size:clamp(28px,3.8vw,40px);line-height:1.05;margin:8px 0 8px;letter-spacing:-.015em}
|
|
49
|
-
.part .lede{color:var(--ink-2);max-width:72ch;font-size:16.5px}
|
|
50
|
-
|
|
51
|
-
.frame{display:grid;grid-template-columns:170px 1fr;border-top:1px solid var(--line);margin-top:20px}
|
|
52
|
-
.frame > div{padding:14px 0;border-bottom:1px solid var(--line)}
|
|
53
|
-
.frame .k{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);padding-top:17px;padding-right:16px}
|
|
54
|
-
.frame .v{max-width:78ch;color:var(--ink-2);font-size:15.5px}
|
|
55
|
-
|
|
56
|
-
.find{margin-top:44px}
|
|
57
|
-
.find .no{font-family:var(--mono);font-size:12px;color:var(--muted);letter-spacing:.06em}
|
|
58
|
-
.find h3{font-weight:700;font-size:clamp(21px,2.5vw,26px);line-height:1.2;margin:6px 0 12px;letter-spacing:-.01em;max-width:44ch;text-wrap:balance}
|
|
59
|
-
.find .txt{color:var(--ink-2);max-width:74ch;font-size:16px}
|
|
60
|
-
.cols{display:grid;grid-template-columns:1.15fr 1fr;gap:28px;align-items:start;margin-top:18px}
|
|
61
|
-
.cols.even{grid-template-columns:1fr 1fr}
|
|
62
|
-
|
|
63
|
-
figure{margin:0}
|
|
64
|
-
.fig{background:var(--surface-dim);border:1px solid var(--line);padding:16px 16px 12px;margin-top:18px}
|
|
65
|
-
.fig .ft{font-weight:700;font-size:15px;margin-bottom:2px}
|
|
66
|
-
.fig .fs{font-family:var(--mono);font-size:11px;color:var(--muted);margin-bottom:12px}
|
|
67
|
-
.fig figcaption{font-family:var(--mono);font-size:11px;color:var(--muted);margin-top:10px;line-height:1.5}
|
|
68
|
-
.chart{display:block;width:100%;height:auto}
|
|
69
|
-
.shot img{display:block;width:100%;height:auto;border:1px solid var(--line)}
|
|
70
|
-
.cols .fig{margin-top:0}
|
|
71
|
-
|
|
72
|
-
.quotes{display:grid;gap:14px}
|
|
73
|
-
.quote{padding:2px 0 2px 14px;border-left:2px solid var(--line)}
|
|
74
|
-
.quote blockquote{margin:0;font-size:15.5px;line-height:1.45;color:var(--ink)}
|
|
75
|
-
.quote cite{display:block;font-style:normal;font-family:var(--mono);font-size:11px;color:var(--muted);margin-top:5px;line-height:1.45}
|
|
76
|
-
.quote cite a{color:var(--muted)}
|
|
77
|
-
.quote.doc{border-left-color:var(--wool)}
|
|
78
|
-
.quote.int{border-left-color:var(--accent)}
|
|
79
|
-
|
|
80
|
-
.imp{margin-top:18px;background:var(--accent-soft);border:1px solid var(--accent-line);padding:13px 16px;font-size:15px;max-width:86ch}
|
|
81
|
-
.imp b{display:block;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-weight:500;margin-bottom:4px}
|
|
82
|
-
|
|
83
|
-
.scroll-x{overflow-x:auto}
|
|
84
|
-
table.t{width:100%;border-collapse:collapse;font-size:14.5px;min-width:640px}
|
|
85
|
-
.t th{text-align:left;font-weight:700;font-size:15px;padding:10px 12px;border-bottom:1px solid var(--line);vertical-align:bottom}
|
|
86
|
-
.t td{padding:11px 12px;border-bottom:1px solid var(--line);vertical-align:top;color:var(--ink-2)}
|
|
87
|
-
.t td:first-child{font-family:var(--mono);font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--accent);width:150px;padding-top:14px}
|
|
88
|
-
|
|
89
|
-
.list2{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;list-style:none;padding:0;margin:14px 0 0}
|
|
90
|
-
.list2 li{border-top:1px solid var(--line);padding:14px 0;margin:0}
|
|
91
|
-
.list2 h4{margin:0 0 4px;font-size:16.5px;font-weight:700}
|
|
92
|
-
.list2 p{font-size:15px;color:var(--ink-2)}
|
|
93
|
-
.risks{list-style:none;padding:0;margin:14px 0 0}
|
|
94
|
-
.risks li{display:grid;grid-template-columns:170px 1fr;gap:0 28px;border-top:1px solid var(--line);padding:14px 0;margin:0}
|
|
95
|
-
.risks .k{font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--wool);padding-top:3px}
|
|
96
|
-
.risks .v{color:var(--ink-2);font-size:15px;max-width:76ch}
|
|
97
|
-
.risks .v strong{color:var(--ink)}
|
|
98
|
-
.method{font-size:14.5px;color:var(--ink-2);max-width:80ch}
|
|
99
|
-
.src{display:grid;grid-template-columns:repeat(2,1fr);gap:7px 32px;margin-top:14px}
|
|
100
|
-
.src h4{grid-column:1/-1;margin:18px 0 2px;font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:500}
|
|
101
|
-
.src a,.src span{font-size:13.5px;line-height:1.4;color:var(--ink-2);display:block;overflow-wrap:anywhere}
|
|
102
|
-
|
|
103
|
-
@media (max-width:820px){
|
|
104
|
-
.keys{grid-template-columns:1fr 1fr}
|
|
105
|
-
.keys > div,.keys > div + div{padding:14px 12px 16px 0;border-left:0;border-top:1px solid var(--line)}
|
|
106
|
-
.cols,.cols.even,.list2,.src{grid-template-columns:1fr}
|
|
107
|
-
.frame{grid-template-columns:1fr}
|
|
108
|
-
.frame .k{padding:14px 0 0;border-bottom:0}
|
|
109
|
-
.frame .v{padding-top:4px}
|
|
110
|
-
.risks li{grid-template-columns:1fr}
|
|
111
|
-
.risks .k{padding:0 0 4px}
|
|
112
|
-
}
|
|
Binary file
|
|
Binary file
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="tr">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
-
<title>MM Stil Sablonu</title>
|
|
7
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap">
|
|
8
|
-
<link rel="stylesheet" href="mm.css">
|
|
9
|
-
</head>
|
|
10
|
-
<body>
|
|
11
|
-
<div class="wrap">
|
|
12
|
-
|
|
13
|
-
<header class="brand">
|
|
14
|
-
<svg class="logo" role="img" aria-label="Mutatis Mutandis" id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 976.62 66.54">
|
|
15
|
-
|
|
16
|
-
<g id="Layer_1-2" data-name="Layer 1">
|
|
17
|
-
<g>
|
|
18
|
-
<path fill="currentColor" d="M80.25,65.09h-15.95s-2.71-43.83-2.71-43.83h-.2s-14.85,43.83-14.85,43.83h-12.84s-14.95-43.83-14.95-43.83h-.3s-2.51,43.83-2.51,43.83H0S5.22.75,5.22.75h20.46s14.45,42.34,14.45,42.34h.2S54.57.75,54.57.75h20.56s5.12,64.34,5.12,64.34Z"/>
|
|
19
|
-
<path fill="currentColor" d="M149.26,38.23c0,9.05-1.71,15.29-6.62,20.24-4.81,4.85-12.34,7.65-22.37,7.65-10.13,0-17.55-2.8-22.47-7.65-4.82-4.94-6.52-11.19-6.52-20.24V.75s16.35,0,16.35,0v37.49c0,4.57.4,8.11,2.71,10.72,2.21,2.42,5.42,4.01,9.93,4.01,4.51,0,7.72-1.59,9.93-4.01,2.31-2.61,2.71-6.15,2.71-10.72V.75s16.35,0,16.35,0v37.49Z"/>
|
|
20
|
-
<path fill="currentColor" d="M211.45,12.68h-17.86s0,52.41,0,52.41h-16.25s0-52.41,0-52.41h-17.86s0-11.94,0-11.94h51.96s0,11.94,0,11.94Z"/>
|
|
21
|
-
<path fill="currentColor" d="M277.45,65.09h-17.65s-4.92-12.96-4.92-12.96h-24.68s-4.92,12.96-4.92,12.96h-16.85S234.52.65,234.52.65h16.85s26.08,64.44,26.08,64.44ZM251.17,40.38l-8.63-23.13-8.63,23.13h17.25Z"/>
|
|
22
|
-
<path fill="currentColor" d="M325.4,12.68h-17.86s0,52.41,0,52.41h-16.25s0-52.41,0-52.41h-17.86s0-11.94,0-11.94h51.96s0,11.94,0,11.94Z"/>
|
|
23
|
-
<path fill="currentColor" d="M352.38,65.09h-16.25s0-64.34,0-64.34h16.25s0,64.34,0,64.34Z"/>
|
|
24
|
-
<path fill="currentColor" d="M405.64,60.89c-4.92,3.64-11.34,5.32-18.76,5.32-10.03,0-18.96-4.85-24.58-9.7l8.03-11c5.02,4.85,12.74,8.11,18.06,8.11,5.22,0,9.23-2.33,9.23-6.62,0-4.38-5.12-6.06-8.13-7.09-3.01-1.03-8.23-2.7-10.53-3.64-1.71-.75-5.22-1.96-8.23-4.66-3.01-2.61-5.42-6.34-5.42-12.4,0-6.15,3.21-11,7.22-14.08C376.45,2.05,382.77,0,390.8,0c8.03,0,17.25,3.54,21.97,7.93l-6.92,10.54c-4.01-3.73-10.23-6.53-15.45-6.53-5.22,0-9.03,1.86-9.03,5.78,0,3.92,3.91,5.41,7.02,6.53,3.01,1.12,8.13,2.8,10.33,3.64,1.91.65,6.52,2.33,9.63,5.22,2.91,2.7,5.42,6.62,5.42,12.4,0,6.15-3.11,11.75-8.13,15.39Z"/>
|
|
25
|
-
</g>
|
|
26
|
-
<g>
|
|
27
|
-
<path fill="currentColor" d="M542.09,65.42h-15.95s-2.71-43.83-2.71-43.83h-.2s-14.85,43.83-14.85,43.83h-12.84s-14.95-43.83-14.95-43.83h-.3s-2.51,43.83-2.51,43.83h-15.95s5.22-64.34,5.22-64.34h20.46s14.45,42.34,14.45,42.34h.2s14.24-42.34,14.24-42.34h20.56s5.12,64.34,5.12,64.34Z"/>
|
|
28
|
-
<path fill="currentColor" d="M611.1,38.56c0,9.05-1.71,15.29-6.62,20.24-4.81,4.85-12.34,7.65-22.37,7.65-10.13,0-17.55-2.8-22.47-7.65-4.82-4.94-6.52-11.19-6.52-20.24V1.07s16.35,0,16.35,0v37.49c0,4.57.4,8.11,2.71,10.72,2.21,2.42,5.42,4.01,9.93,4.01,4.51,0,7.72-1.59,9.93-4.01,2.31-2.61,2.71-6.15,2.71-10.72V1.07s16.35,0,16.35,0v37.49Z"/>
|
|
29
|
-
<path fill="currentColor" d="M673.29,13.01h-17.86s0,52.41,0,52.41h-16.25s0-52.41,0-52.41h-17.86s0-11.94,0-11.94h51.96s0,11.94,0,11.94Z"/>
|
|
30
|
-
<path fill="currentColor" d="M739.29,65.42h-17.65s-4.92-12.96-4.92-12.96h-24.68s-4.92,12.96-4.92,12.96h-16.85S696.36.98,696.36.98h16.85s26.08,64.44,26.08,64.44ZM713.01,40.7l-8.63-23.13-8.63,23.13h17.25Z"/>
|
|
31
|
-
<path fill="currentColor" d="M811.82,65.42h-16.65s-30.39-43.64-30.39-43.64c0,0,.3,7.74.3,14.55v29.09s-15.85,0-15.85,0V1.07s17.35,0,17.35,0l29.69,43.27s-.3-7.27-.3-14.08V1.07s15.85,0,15.85,0v64.34Z"/>
|
|
32
|
-
<path fill="currentColor" d="M876.62,57.77c-5.72,4.48-14.65,7.65-26.68,7.65h-23.47s0-64.34,0-64.34h23.47c12.04,0,20.96,3.17,26.68,7.74,5.82,4.48,11.24,11.94,11.24,24.43,0,12.5-5.42,19.96-11.24,24.53ZM865.28,18.14c-2.91-2.52-7.72-4.57-14.44-4.57h-8.23s0,39.07,0,39.07h8.23c6.72,0,11.54-2.05,14.44-4.66,2.91-2.52,6.12-6.81,6.12-14.73s-3.21-12.5-6.12-15.11Z"/>
|
|
33
|
-
<path fill="currentColor" d="M915.23,65.42h-16.25s0-64.34,0-64.34h16.25s0,64.34,0,64.34Z"/>
|
|
34
|
-
<path fill="currentColor" d="M968.5,61.22c-4.92,3.64-11.34,5.32-18.76,5.32-10.03,0-18.96-4.85-24.58-9.7l8.03-11c5.02,4.85,12.74,8.11,18.06,8.11,5.22,0,9.23-2.33,9.23-6.62,0-4.38-5.12-6.06-8.13-7.09-3.01-1.03-8.23-2.7-10.53-3.64-1.71-.75-5.22-1.96-8.23-4.66-3.01-2.61-5.42-6.34-5.42-12.4,0-6.15,3.21-11,7.22-14.08,3.91-3.08,10.23-5.13,18.26-5.13,8.03,0,17.25,3.54,21.97,7.93l-6.92,10.54c-4.01-3.73-10.23-6.53-15.45-6.53s-9.03,1.86-9.03,5.78c0,3.92,3.91,5.41,7.02,6.53,3.01,1.12,8.13,2.8,10.33,3.64,1.91.65,6.52,2.33,9.63,5.22,2.91,2.7,5.42,6.62,5.42,12.4,0,6.15-3.11,11.75-8.13,15.39Z"/>
|
|
35
|
-
</g>
|
|
36
|
-
</g>
|
|
37
|
-
</svg>
|
|
38
|
-
<span>Dokuman turu / Surum</span>
|
|
39
|
-
</header>
|
|
40
|
-
|
|
41
|
-
<p class="eyebrow">Marka adi · Calisma adi · Surum</p>
|
|
42
|
-
<h1>Ana baslik burada durur, <em>ikinci yari daha acik tonda</em></h1>
|
|
43
|
-
<div class="meta"><span>Hazirlayan: Strateji</span><span>Tarih</span><span>Kaynak sayisi: 00</span></div>
|
|
44
|
-
|
|
45
|
-
<div class="ozet">
|
|
46
|
-
<b>Yonetici ozeti</b>
|
|
47
|
-
<p>Calismanin ozeti bu kutuda durur. Uc dort cumle, kisa ve sade. Okuyan kisi baska hicbir yere bakmadan isin ne oldugunu anlamali.</p>
|
|
48
|
-
</div>
|
|
49
|
-
|
|
50
|
-
<div class="keys">
|
|
51
|
-
<div><span class="n">%66</span><span class="h">Kisa baslik</span><span class="s">Rakamin ne anlama geldigi tek cumlede.</span></div>
|
|
52
|
-
<div><span class="n">%15</span><span class="h">Kisa baslik</span><span class="s">Rakamin ne anlama geldigi tek cumlede.</span></div>
|
|
53
|
-
<div><span class="n">2,1 kat</span><span class="h">Kisa baslik</span><span class="s">Rakamin ne anlama geldigi tek cumlede.</span></div>
|
|
54
|
-
<div><span class="n">%72</span><span class="h">Kisa baslik</span><span class="s">Rakamin ne anlama geldigi tek cumlede.</span></div>
|
|
55
|
-
<div><span class="n">4 / 35</span><span class="h">Kisa baslik</span><span class="s">Rakamin ne anlama geldigi tek cumlede.</span></div>
|
|
56
|
-
</div>
|
|
57
|
-
|
|
58
|
-
<nav class="toc">
|
|
59
|
-
<a href="#b1"><span>01</span>Birinci bolum</a>
|
|
60
|
-
<a href="#b2"><span>02</span>Ikinci bolum</a>
|
|
61
|
-
<a href="#b3"><span>03</span>Ucuncu bolum</a>
|
|
62
|
-
</nav>
|
|
63
|
-
|
|
64
|
-
<section class="part" id="b1">
|
|
65
|
-
<p class="k">Bolum 01</p>
|
|
66
|
-
<h2>Bolum basligi bir isim tamlamasidir</h2>
|
|
67
|
-
<p class="lede">Bolumun ne anlattigini bir iki cumlede ozetleyen giris metni. Cumleler kisa, dil sade.</p>
|
|
68
|
-
|
|
69
|
-
<div class="frame">
|
|
70
|
-
<div class="k">Amac</div><div class="v">Sol sutun etiket, sag sutun aciklama. Yontem, kapsam, sinirlar gibi kisa kunye bilgileri icin.</div>
|
|
71
|
-
<div class="k">Yontem</div><div class="v">Masa basi arastirma, ikincil kaynak taramasi, sosyal dinleme.</div>
|
|
72
|
-
<div class="k">Sinirlar</div><div class="v">Ornekleme dayali degildir, anketle dogrulanmalidir.</div>
|
|
73
|
-
</div>
|
|
74
|
-
|
|
75
|
-
<div class="find">
|
|
76
|
-
<p class="no">BULGU 01</p>
|
|
77
|
-
<h3>Bulgu basligi tam bir cumledir, genis zamanda yazilir.</h3>
|
|
78
|
-
<div class="cols">
|
|
79
|
-
<div class="txt">
|
|
80
|
-
<p>Bulgunun govde metni. Once ne gorduguumuz, sonra neye dayandigi. Slogan yok, benzetme yok.</p>
|
|
81
|
-
<div class="quotes">
|
|
82
|
-
<div class="quote"><blockquote>Tuketici alintisi buraya gelir.</blockquote><cite>Kaynak, tarih</cite></div>
|
|
83
|
-
<div class="quote doc"><blockquote>Resmi dokuman alintisi icin yun rengi cizgi.</blockquote><cite>Kurum, dokuman adi</cite></div>
|
|
84
|
-
<div class="quote int"><blockquote>Ic toplanti alintisi icin yesil cizgi.</blockquote><cite>Ekip ici not, tarih</cite></div>
|
|
85
|
-
</div>
|
|
86
|
-
<div class="imp"><b>Marka icin cikarim</b>Bulgunun stratejiye yansimasi. "-meli / -mali" ile biten tek cumle.</div>
|
|
87
|
-
</div>
|
|
88
|
-
<figure class="fig">
|
|
89
|
-
<div class="ft">Grafik basligi</div>
|
|
90
|
-
<div class="fs">Kaynak · donem · birim</div>
|
|
91
|
-
<svg class="chart" viewBox="0 0 500 200" role="img" aria-label="Ornek grafik">
|
|
92
|
-
<g font-family="JetBrains Mono, monospace" font-size="11" fill="#969696">
|
|
93
|
-
<text x="0" y="192">2022</text><text x="120" y="192">2023</text><text x="240" y="192">2024</text><text x="360" y="192">2025</text>
|
|
94
|
-
</g>
|
|
95
|
-
<rect x="0" y="120" width="70" height="55" rx="4" fill="#3987e5"></rect>
|
|
96
|
-
<rect x="120" y="96" width="70" height="79" rx="4" fill="#3987e5"></rect>
|
|
97
|
-
<rect x="240" y="70" width="70" height="105" rx="4" fill="#3987e5"></rect>
|
|
98
|
-
<rect x="360" y="34" width="70" height="141" rx="4" fill="#1fd18a"></rect>
|
|
99
|
-
</svg>
|
|
100
|
-
<figcaption>Grafigin ne gosterdigi ve nasil okundugu.</figcaption>
|
|
101
|
-
</figure>
|
|
102
|
-
</div>
|
|
103
|
-
</div>
|
|
104
|
-
|
|
105
|
-
<div class="find">
|
|
106
|
-
<p class="no">BULGU 02</p>
|
|
107
|
-
<h3>Ikinci bulgu basligi.</h3>
|
|
108
|
-
<div class="cols even">
|
|
109
|
-
<div class="txt"><p>Iki esit sutun gerektiginde <code>cols even</code> kullanilir.</p></div>
|
|
110
|
-
<figure class="fig shot">
|
|
111
|
-
<div class="ft">Ekran goruntusu basligi</div>
|
|
112
|
-
<div class="fs">Platform · tarih</div>
|
|
113
|
-
<img src="ornek-gorsel.jpg" alt="Ornek ekran goruntusu">
|
|
114
|
-
<figcaption>Ekran goruntusunun aciklamasi.</figcaption>
|
|
115
|
-
</figure>
|
|
116
|
-
</div>
|
|
117
|
-
</div>
|
|
118
|
-
</section>
|
|
119
|
-
|
|
120
|
-
<section class="part" id="b2">
|
|
121
|
-
<p class="k">Bolum 02</p>
|
|
122
|
-
<h2>Tablo ve listeler</h2>
|
|
123
|
-
|
|
124
|
-
<div class="scroll-x">
|
|
125
|
-
<table class="t">
|
|
126
|
-
<thead><tr><th>Alan</th><th>Ne gorunuyor</th><th>Ne yapmali</th></tr></thead>
|
|
127
|
-
<tbody>
|
|
128
|
-
<tr><td>Birinci satir</td><td>Gozlem</td><td>Aksiyon</td></tr>
|
|
129
|
-
<tr><td>Ikinci satir</td><td>Gozlem</td><td>Aksiyon</td></tr>
|
|
130
|
-
</tbody>
|
|
131
|
-
</table>
|
|
132
|
-
</div>
|
|
133
|
-
|
|
134
|
-
<ul class="list2">
|
|
135
|
-
<li><h4>Madde basligi</h4><p>Iki sutunlu liste, stratejiye yansima maddeleri icin.</p></li>
|
|
136
|
-
<li><h4>Madde basligi</h4><p>Iki sutunlu liste, stratejiye yansima maddeleri icin.</p></li>
|
|
137
|
-
</ul>
|
|
138
|
-
|
|
139
|
-
<ul class="risks">
|
|
140
|
-
<li><span class="k">Risk adi</span><span class="v"><strong>Ne olabilir:</strong> riskin tarifi ve nasil yonetilecegi.</span></li>
|
|
141
|
-
<li><span class="k">Risk adi</span><span class="v"><strong>Ne olabilir:</strong> riskin tarifi ve nasil yonetilecegi.</span></li>
|
|
142
|
-
</ul>
|
|
143
|
-
</section>
|
|
144
|
-
|
|
145
|
-
<section class="part" id="b3">
|
|
146
|
-
<p class="k">Ek</p>
|
|
147
|
-
<h2>Yontem notlari ve kaynaklar</h2>
|
|
148
|
-
<p class="method">Yontem notlari bu stilde yazilir.</p>
|
|
149
|
-
<div class="src">
|
|
150
|
-
<h4>Arastirma kuruluslari</h4>
|
|
151
|
-
<a href="#">Kurum · Calisma adi · yil</a>
|
|
152
|
-
<a href="#">Kurum · Calisma adi · yil</a>
|
|
153
|
-
<h4>Basin</h4>
|
|
154
|
-
<a href="#">Yayin · Haber basligi · tarih</a>
|
|
155
|
-
<span>Ic kaynak: toplanti notu, tarih</span>
|
|
156
|
-
</div>
|
|
157
|
-
<p class="fine">Kucuk punto dipnot satiri.</p>
|
|
158
|
-
</section>
|
|
159
|
-
|
|
160
|
-
</div>
|
|
161
|
-
</body>
|
|
162
|
-
</html>
|