File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments