|
3 | 3 | - toc |
4 | 4 | --- |
5 | 5 |
|
6 | | - <div class="section-wrapper product-section-head"> |
7 | | - <div class="hero-image"><img src="../img/cdk/cdk.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div> |
8 | | - <div class="hero-left"> |
9 | | - <h1 class="hero-heading">Polygon CDK</h1> |
10 | | - <p class="hero-subtext">Polygon Chain Development Kit (CDK) is a modular, open source software toolkit for blockchain developers to launch new L2 chains on Ethereum.</p> |
11 | | - </div> |
12 | | - </br> |
| 6 | +<style> |
| 7 | + .git-revision-date-localized-plugin, .md-source-file, .md-content__button.md-icon { |
| 8 | + display: none; |
| 9 | + } |
| 10 | +</style> |
| 11 | + |
| 12 | +<div class="section-wrapper product-section-head"> |
| 13 | + <div class="hero-image"><img src="../img/cdk/cdk.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div> |
| 14 | + <div class="hero-left"> |
| 15 | + <h1 class="hero-heading">Polygon CDK</h1> |
| 16 | + <p class="hero-subtext">Polygon Chain Development Kit (CDK) is a modular, open source software toolkit for blockchain developers to launch new L2 chains on Ethereum.</p> |
| 17 | + </div> |
| 18 | + </br> |
| 19 | +</div> |
| 20 | + |
| 21 | +<div class="grid-container"> |
| 22 | + <div class="grid-item"> |
| 23 | + <a href="./get-started/quickstart-rollup"> |
| 24 | + <div class="product-list-item-header"> |
| 25 | + <div class="feature-card-heading">CDK rollups</div> |
| 26 | + </div> |
| 27 | + <p class="feature-paragraph">Get started with the CDK zkRollup stack.</p> |
| 28 | + </a> |
| 29 | + </div> |
| 30 | + <div class="grid-item"> |
| 31 | + <a href="./get-started/quickstart-validium"> |
| 32 | + <div class="product-list-item-header"> |
| 33 | + <div class="feature-card-heading">CDK validiums</div> |
| 34 | + </div> |
| 35 | + <p class="feature-paragraph">Get started with the CDK validium stack.</p> |
| 36 | + </a> |
13 | 37 | </div> |
14 | | - <div class="grid-container"> |
15 | | - <div class="grid-item"> |
16 | | - <a href="./get-started/quickstart-rollup"> |
17 | | - <div class="product-list-item-header"> |
18 | | - <div class="feature-card-heading">CDK rollups</div> |
19 | | - </div> |
20 | | - <p class="feature-paragraph">Get started with the CDK zkRollup stack.</p> |
21 | | - </a> |
22 | | - </div> |
23 | | - <div class="grid-item"> |
24 | | - <a href="./get-started/quickstart-validium"> |
25 | | - <div class="product-list-item-header"> |
26 | | - <div class="feature-card-heading">CDK validiums</div> |
27 | | - </div> |
28 | | - <p class="feature-paragraph">Get started with the CDK validium stack.</p> |
29 | | - </a> |
30 | | - </div> |
31 | | - <div class="grid-item"> |
32 | | - <a href="./spec/validium-vs-rollup"> |
33 | | - <div class="product-list-item-header"> |
34 | | - <div class="feature-card-heading">Rollup versus validium</div> |
35 | | - </div> |
36 | | - <p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</p> |
37 | | - </a> |
38 | | - </div> |
| 38 | + <div class="grid-item"> |
| 39 | + <a href="./spec/validium-vs-rollup"> |
| 40 | + <div class="product-list-item-header"> |
| 41 | + <div class="feature-card-heading">Rollup versus validium</div> |
| 42 | + </div> |
| 43 | + <p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</p> |
| 44 | + </a> |
39 | 45 | </div> |
40 | | - </div> |
| 46 | +</div> |
| 47 | +</div> |
0 commit comments