-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from 0xPolygon/km/html-tidy-up
Tidying up the html
- Loading branch information
Showing
7 changed files
with
250 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ hide: | |
|
||
<style> | ||
|
||
.md-content__button.md-icon { | ||
display: none; | ||
} | ||
|
||
.hero-content-flex { | ||
bottom: 5px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,49 @@ | ||
<div class="flex-figure" markdown="1"> | ||
<div class="flex-figure-left" markdown="1"> | ||
# Polygon PoS | ||
Polygon PoS is an EVM-compatible, proof-of-stake sidechain for Ethereum, with high throughput and low costs. | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
<style> | ||
.git-revision-date-localized-plugin, .md-source-file, .md-content__button.md-icon { | ||
display: none; | ||
} | ||
</style> | ||
|
||
<div class="section-wrapper product-section-head"> | ||
<div class="hero-image"><img src="../img/pos/pos.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div> | ||
<div class="hero-left"> | ||
<h1 class="hero-heading">Polygon PoS</h1> | ||
<p class="hero-subtext">Polygon PoS is an EVM-compatible, proof-of-stake sidechain for Ethereum, with high throughput and low costs.</p> | ||
</div> | ||
</br> | ||
</div> | ||
<div class="flex-figure-right"> | ||
<img src="../img/pos/pos.svg" class="figure figure-right" alt="" /> | ||
|
||
<div class="grid-container"> | ||
<div class="grid-item"> | ||
<a href="./get-started/building-on-polygon"> | ||
<div class="product-list-item-header"> | ||
<div class="feature-card-heading">Get started with PoS</div> | ||
</div> | ||
<p class="feature-paragraph">Get started with building on Polygon PoS.</p> | ||
</a> | ||
</div> | ||
<div class="grid-item"> | ||
<a href="./how-to/operating/"> | ||
<div class="product-list-item-header"> | ||
<div class="feature-card-heading">Run a PoS node</div> | ||
</div> | ||
<p class="feature-paragraph">Find out the differences between types of PoS nodes and how to set up, run, and deploy them.</p> | ||
</a> | ||
</div> | ||
<div class="grid-item"> | ||
<a href="./architecture/"> | ||
<div class="product-list-item-header"> | ||
<div class="feature-card-heading">PoS architecture</div> | ||
</div> | ||
<p class="feature-paragraph">Find out about the PoS architecture and its Heimdall and Bor layers.</p> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
Oops, something went wrong.