|
4 | 4 | --- |
5 | 5 |
|
6 | 6 | <style> |
7 | | - .feature-paragraph { |
8 | | - text-align: left; |
9 | | - } |
10 | | - * { |
11 | | - box-sizing: border-box; |
12 | | - } |
13 | | - .grid-container { |
14 | | - display: flex; |
15 | | - flex-wrap: wrap; |
16 | | - width: 100%; |
17 | | - padding: 10px; |
18 | | - align-items: stretch; |
19 | | - } |
20 | | - .grid-item { |
21 | | - background-color: white; |
22 | | - border-radius: 8px; |
23 | | - -webkit-box-shadow: 0 8px 16px 0 rgb(17 17 17 / 8%); |
24 | | - box-shadow: 0 8px 16px 0 rgb(17 17 17 / 8%); |
25 | | - padding: 33px; |
26 | | - margin: 5px; |
27 | | - text-align: center; |
28 | | - align-items: center; |
29 | | - flex: 32%; |
30 | | - width: 32%; |
31 | | - } |
32 | | - @media screen and (max-width: 1000px) { |
33 | | - .grid-item { |
34 | | - flex: 32%; |
35 | | - max-width: 32%; |
36 | | - } |
37 | | - } |
38 | | - @media screen and (max-width: 800px) { |
39 | | - .grid-item { |
40 | | - flex: 48%; |
41 | | - max-width: 48%; |
42 | | - } |
43 | | - } |
44 | | - @media screen and (max-width: 600px) { |
45 | | - .grid-item { |
46 | | - flex: 100%; |
47 | | - max-width: 100%; |
48 | | - } |
| 7 | + .git-revision-date-localized-plugin, .md-source-file, .md-content__button.md-icon { |
| 8 | + display: none; |
49 | 9 | } |
50 | 10 | </style> |
51 | | - <div class="section-wrapper product-section-head"> |
52 | | - <div class="hero-image"><img src="../img/miden/miden.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div> |
53 | | - <div class="hero-left"> |
54 | | - <h1 class="hero-heading">Polygon Miden</h1> |
55 | | - <h2><code>Software in development</code></h2> |
56 | | - <h2></h2> |
57 | | - <p class="hero-subtext">Polygon Miden is an in-development zero-knowledge (zk) rollup running on the Miden VM, a virtual machine that prioritizes zk-friendliness over EVM compatibility.</p> |
58 | | - </div> |
| 11 | + |
| 12 | +<div class="section-wrapper product-section-head"> |
| 13 | + <div class="hero-image"><img src="../img/miden/miden.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div> |
| 14 | + <div class="hero-left"> |
| 15 | + <h1 class="hero-heading">Polygon Miden</h1> |
| 16 | + <h2><code>Software in development</code></h2> |
| 17 | + <h2></h2> |
| 18 | + <p class="hero-subtext">Polygon Miden is an in-development zero-knowledge (zk) rollup running on the Miden VM, a virtual machine that prioritizes zk-friendliness over EVM compatibility.</p> |
| 19 | + </div> |
| 20 | +</div> |
| 21 | + |
| 22 | +<div class="grid-container"> |
| 23 | + <div class="grid-item"> |
| 24 | + <a href="./introduction/"> |
| 25 | + <div class="product-list-item-header"> |
| 26 | + <div class="feature-card-heading">zkRollup docs</div> |
| 27 | + </div> |
| 28 | + <p class="feature-paragraph">The Miden zkRollup docs detail the current state of the development and design.</p> |
| 29 | + </a> |
| 30 | + </div> |
| 31 | + <div class="grid-item"> |
| 32 | + <a href="./roadmap"> |
| 33 | + <div class="product-list-item-header"> |
| 34 | + <div class="feature-card-heading">zkRollup roadmap</div> |
| 35 | + </div> |
| 36 | + <p class="feature-paragraph">Check out the Miden zkRollup roadmap for the latest updates.</p> |
| 37 | + </a> |
59 | 38 | </div> |
60 | | - <div class="grid-container"> |
61 | | - <div class="grid-item"> |
62 | | - <a href="./introduction/"> |
63 | | - <div class="product-list-item-header"> |
64 | | - <div class="feature-card-heading">zkRollup docs</div> |
65 | | - </div> |
66 | | - <p class="feature-paragraph">The Miden zkRollup docs detail the current state of the development and design.</p> |
67 | | - </a> |
68 | | - </div> |
69 | | - <div class="grid-item"> |
70 | | - <a href="./roadmap"> |
71 | | - <div class="product-list-item-header"> |
72 | | - <div class="feature-card-heading">zkRollup roadmap</div> |
73 | | - </div> |
74 | | - <p class="feature-paragraph">Check out the Miden zkRollup roadmap for the latest updates.</p> |
75 | | - </a> |
76 | | - </div> |
77 | | - <div class="grid-item"> |
78 | | - <a href="./vm/intro/"> |
79 | | - <div class="product-list-item-header"> |
80 | | - <div class="feature-card-heading">Miden VM</div> |
81 | | - </div> |
82 | | - <p class="feature-paragraph">Check out the Miden zero-knowledge virtual machine documentation.</p> |
83 | | - </a> |
84 | | - </div> |
| 39 | + <div class="grid-item"> |
| 40 | + <a href="./vm/intro/"> |
| 41 | + <div class="product-list-item-header"> |
| 42 | + <div class="feature-card-heading">Miden VM</div> |
| 43 | + </div> |
| 44 | + <p class="feature-paragraph">Check out the Miden zero-knowledge virtual machine documentation.</p> |
| 45 | + </a> |
85 | 46 | </div> |
86 | | - </div> |
| 47 | +</div> |
| 48 | +</div> |
0 commit comments