[DOCS] Link checker (#20086)
This commit is contained in:
committed by
Felix Lange
parent
8e49d1571d
commit
d0eea91981
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
root: ./
|
||||
css:
|
||||
- /static/styles/custom/home.css
|
||||
---
|
||||
@ -14,7 +15,7 @@ css:
|
||||
</div>
|
||||
|
||||
<div class="container mascot-mobile">
|
||||
<img src="./static/images/mascot.png" height="200px" />
|
||||
<img src="./static/images/mascot.png" alt="Geth mascot" height="200px" />
|
||||
</div>
|
||||
|
||||
<div class="container marketing">
|
||||
@ -22,10 +23,10 @@ css:
|
||||
<div class="col-md-7">
|
||||
<h2 class="featurette-heading">What is Ethereum?</h2>
|
||||
<p class="lead">Ethereum is a decentralized platform that runs smart contracts, applications that run exactly as programmed without possibility of downtime, censorship, fraud or third party interference.</p>
|
||||
<p class="lead">See <a href="https://ethereum.org" target="_blank">our website</a> or <a href="http://ethdocs.org/en/latest/introduction/what-is-ethereum.html" target="_blank">read the docs</a> for more infos!</p>
|
||||
<p class="lead">See <a href="https://ethereum.org" target="_blank">our website</a> or <a href="https://www.ethereum.org/beginners/" target="_blank">read the docs</a> for more infos!</p>
|
||||
</div>
|
||||
<div class="col-md-5 hide-on-small-screen">
|
||||
<img class="featurette-image center-block" src="./static/images/ethereum.png" height="300px">
|
||||
<img class="featurette-image center-block" src="./static/images/ethereum.png" alt="Ethereum logo" height="300px">
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
@ -36,7 +37,7 @@ css:
|
||||
<p class="lead">See <a href="https://github.com/ethereum/go-ethereum" target="_blank">our repository</a> and <a href="./downloads">downloads section</a> for the code!</p>
|
||||
</div>
|
||||
<div class="col-md-5 col-md-pull-7 hide-on-small-screen">
|
||||
<img class="featurette-image center-block" src="./static/images/mascot.png" height="300px">
|
||||
<img class="featurette-image center-block" src="./static/images/mascot.png" alt="Geth mascot" height="300px">
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
|
Reference in New Issue
Block a user