Skip to content

Commit f590375

Browse files
author
Byte Bloom
committed
eBook page 6: redesign history as a premium horizontal timeline culminating in FIBO
Replace the vertical list with iconed milestone cards (1494 ledger · 1973 globe · 2012 ID) on a blue->gold connecting line (standards -> today), flowing down into a dominant, gold-framed FIBO block (huge wordmark + full form + "five centuries of standardization, made computable") — so FIBO reads as the culmination at a glance. Apple-history-timeline feel; both themes verified.
1 parent c0a459a commit f590375

3 files changed

Lines changed: 45 additions & 8 deletions

File tree

marketing/ebook.html

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,27 @@
102102
.road .tx h4{ font-size:30px; font-weight:800;} .road .tx p{ font-size:20px; color:var(--muted); margin-top:4px;}
103103
.road.j{ margin-top:64px;} .road.j .s{ grid-template-columns:82px 1fr; gap:30px; padding:28px 0;} .road.j .s::before{ left:40px; top:52px;} .road.j .n{ width:82px; height:82px; border-radius:20px; font-size:32px;} .road.j .tx h4{ font-size:38px;} .road.j .tx p{ font-size:23px; margin-top:6px;}
104104

105+
/* ===== HISTORY TIMELINE ===== */
106+
.hist .tline{ position:relative; margin-top:50px; display:flex; align-items:flex-start; gap:20px;}
107+
.hist .tline::before{ content:''; position:absolute; top:29px; left:16%; right:16%; height:2px; background:linear-gradient(90deg, var(--std), var(--gold)); opacity:.65; z-index:0;}
108+
.hist .tcard{ flex:1; text-align:center; position:relative; z-index:1;}
109+
.hist .ticon{ width:58px; height:58px; margin:0 auto 18px; border-radius:15px; background:var(--card); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--std);}
110+
.hist .ticon svg{ width:28px; height:28px;}
111+
.hist .tyr{ font-size:38px; font-weight:800; color:var(--gold); line-height:1;}
112+
.hist .tt{ font-size:21px; font-weight:800; margin-top:12px; line-height:1.15;}
113+
.hist .tp{ font-size:15.5px; color:var(--muted); margin-top:10px; line-height:1.4; padding:0 4px;}
114+
.hist .tdown{ display:flex; flex-direction:column; align-items:center; margin-top:30px;}
115+
.hist .tdown .ln{ width:2px; height:30px; background:linear-gradient(180deg, transparent, var(--gold));}
116+
.hist .tdown .lbl{ font-size:15px; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); font-weight:800; margin-top:12px;}
117+
.hist .fibo{ margin-top:22px; border:1.5px solid color-mix(in srgb,var(--gold) 45%,transparent); border-radius:24px; padding:36px 42px; background:radial-gradient(780px 340px at 50% -30%, color-mix(in srgb,var(--gold) 13%,transparent), transparent 60%), color-mix(in srgb,var(--gold) 5%,var(--card));}
118+
.hist .fclabel{ font-size:15px; letter-spacing:.16em; text-transform:uppercase; color:var(--gold); font-weight:800;}
119+
.hist .fcmain{ display:flex; align-items:center; gap:26px; margin-top:18px;}
120+
.hist .fcicon{ width:82px; height:82px; flex:0 0 82px; border-radius:20px; background:color-mix(in srgb,var(--gold) 14%,transparent); border:1px solid color-mix(in srgb,var(--gold) 40%,transparent); display:flex; align-items:center; justify-content:center; color:var(--gold);}
121+
.hist .fcicon svg{ width:44px; height:44px;}
122+
.hist .fcname{ font-size:74px; font-weight:800; letter-spacing:-.02em; line-height:1; color:var(--ink);}
123+
.hist .fcfull{ font-size:22px; color:var(--muted); font-weight:700; margin-top:5px;}
124+
.hist .fcdesc{ font-size:20px; color:var(--muted); margin-top:26px; line-height:1.5;} .hist .fcdesc b{color:var(--ink); font-weight:800;}
125+
105126
/* ===== QUOTE ===== */
106127
.quote .pad{ justify-content:center; padding:104px 110px;}
107128
.quote .mk{ font-size:190px; line-height:.55; height:92px; color:var(--green); opacity:.4; font-weight:800;}
@@ -292,17 +313,33 @@ <h2>Where this guide <span class="g">takes you.</span></h2>
292313
<div class="foot"><span class="b">Kuber <span>Map</span></span><span class="pn"></span></div>
293314
</div></section>
294315

295-
<!-- 6 · HISTORY -->
296-
<section class="page"><div class="pad">
316+
<!-- 6 · HISTORY (horizontal timeline -> FIBO culmination) -->
317+
<section class="page hist"><div class="pad">
297318
<div class="kicker">A pattern across 500 years</div>
298319
<h2>Every leap began with<br><span class="g">a shared language.</span></h2>
299-
<div class="road" style="margin-top:44px">
300-
<div class="s"><div class="n" style="color:var(--gold);font-size:22px">1494</div><div class="tx"><h4>Double-entry bookkeeping</h4><p>Luca Pacioli codifies it in print — a shared grammar for value.</p></div></div>
301-
<div class="s"><div class="n" style="color:var(--gold);font-size:22px">1973</div><div class="tx"><h4>SWIFT</h4><p>One messaging standard, so money moves between institutions.</p></div></div>
302-
<div class="s"><div class="n" style="color:var(--gold);font-size:22px">2012</div><div class="tx"><h4>Legal Entity Identifier</h4><p>After 2008, the LEI (ISO 17442) gives every entity one global name.</p></div></div>
303-
<div class="s"><div class="n" style="color:var(--green);font-size:22px">now</div><div class="tx"><h4>FIBO</h4><p>The EDM Council models the <i>concepts</i> as one open, machine-readable ontology.</p></div></div>
320+
<div class="tline">
321+
<div class="tcard">
322+
<div class="ticon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="4" width="16" height="16" rx="1.5"/><path d="M12 4 V20 M7 9 H9.5 M14.5 9 H17 M7 13 H9.5 M14.5 13 H17"/></svg></div>
323+
<div class="tyr">1494</div><div class="tt">Double-entry<br>bookkeeping</div><div class="tp">Pacioli codifies it in print — a shared grammar for value.</div>
324+
</div>
325+
<div class="tcard">
326+
<div class="ticon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M3 12 H21 M12 3 C14.5 6 14.5 18 12 21 C9.5 18 9.5 6 12 3"/></svg></div>
327+
<div class="tyr">1973</div><div class="tt">SWIFT</div><div class="tp">One messaging standard, so money moves between banks.</div>
328+
</div>
329+
<div class="tcard">
330+
<div class="ticon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="5.5" width="17" height="13" rx="2"/><circle cx="9" cy="11" r="2"/><path d="M6 15.6 C6.6 13.9 11.4 13.9 12 15.6 M14.5 10 H18 M14.5 13 H18"/></svg></div>
331+
<div class="tyr">2012</div><div class="tt">Legal Entity<br>Identifier</div><div class="tp">The LEI (ISO 17442) gives every entity one global name.</div>
332+
</div>
333+
</div>
334+
<div class="tdown"><div class="ln"></div><div class="lbl">the natural next step ▾</div></div>
335+
<div class="fibo">
336+
<div class="fclabel">◆ Today — the culmination</div>
337+
<div class="fcmain">
338+
<div class="fcicon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="2.4"/><circle cx="5" cy="6" r="1.8"/><circle cx="19" cy="6" r="1.8"/><circle cx="5" cy="18" r="1.8"/><circle cx="19" cy="18" r="1.8"/><path d="M6.6 7 10 10.5 M17.4 7 14 10.5 M6.6 17 10 13.5 M17.4 17 14 13.5"/></svg></div>
339+
<div class="fctext"><div class="fcname">FIBO</div><div class="fcfull">Financial Industry Business Ontology</div></div>
340+
</div>
341+
<div class="fcdesc">The EDM Council models the <i>concepts</i> themselves — loans, securities, owners, reports — as one open, machine-readable ontology. <b>Five centuries of standardization, made computable.</b></div>
304342
</div>
305-
<div class="take"><div class="t">Takeaway</div><p>Finance advances when it agrees on a <b>shared, precise vocabulary</b> — FIBO is the latest.</p></div>
306343
<div class="foot"><span class="b">Kuber <span>Map</span></span><span class="ch">The pattern</span><span class="pn"></span></div>
307344
</div></section>
308345

59.6 KB
Binary file not shown.

marketing/kuber-map-ebook.pdf

65.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)