Skip to content

Commit 442a7e2

Browse files
NAOR YUVALNAOR YUVAL
authored andcommitted
landing: add MPCP vs traditional payments diagram after hero
Made-with: Cursor
1 parent 3122f6a commit 442a7e2

3 files changed

Lines changed: 127 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: |
6161
mkdir -p site
6262
cp index.html site/
63+
cp -r assets site/
6364
cp -r _site_spec site/spec
6465
cp -r _site_reference site/reference
6566
touch site/.nojekyll
Lines changed: 109 additions & 0 deletions
Loading

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,19 @@
108108
letter-spacing: -0.01em;
109109
}
110110

111+
.diagram {
112+
max-width: 720px;
113+
margin: 0 auto;
114+
padding: 0 1.5rem 3rem;
115+
text-align: center;
116+
}
117+
.diagram img {
118+
max-width: 100%;
119+
height: auto;
120+
border-radius: 8px;
121+
border: 1px solid var(--border);
122+
}
123+
111124
/* Story sections */
112125
main {
113126
max-width: 720px;
@@ -244,6 +257,10 @@ <h1>Machine Payment Control Protocol (MPCP)</h1>
244257
<p class="tagline">The authorization layer for machine commerce.</p>
245258
</header>
246259

260+
<div class="diagram">
261+
<img src="/assets/mpcp-vs-traditional-payments.svg" alt="MPCP vs traditional payments" width="700" height="350">
262+
</div>
263+
247264
<main>
248265
<section>
249266
<h2>The problem</h2>

0 commit comments

Comments
 (0)