Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes in catherders #82

Merged
merged 5 commits into from
Nov 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Ethereum Cat Herder Website
[![gitpoap badge](https://public-api.gitpoap.io/v1/repo/ethereum-cat-herders/ech-website-v2/badge)](https://www.gitpoap.io/gh/ethereum-cat-herders/ech-website-v2)

### Purpose
This repository is created to manage the content of EthereumCatHerders.com.
14 changes: 10 additions & 4 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,23 +269,29 @@ <h5 class="slider__subtitle fw-300 leading-md js-subtitle-2 mt-24">
</h5>
</div>
<div class="slider__button overflow-hidden mt-32 mr-minus-col-2">
<a href="shanghai_upgrade/index.html" target="_blank"
<a href="shanghai_upgrade/index.html"
class="button -md -outline-black text-black invisible three">
Shanghai Upgrade
Shangahi Upgrade
</a><span>
<a href="eip_resources" class="button -md -outline-black text-black invisible three"
style="margin-left: 20px;">
EIP Resources
</a></span>
</a>
</div>
<div class="slider__button overflow-hidden mt-32 mr-minus-col-2">
<a href="network_upgrades" class="button -md -outline-black text-black invisible three">
Upgrades
</a><span>
<a href="dev_meetings" class="button -md -outline-black text-black invisible three"
<a href="https://l2e.ethereumcatherders.com/"
class="button -md -outline-black text-black invisible three"
style="margin-left: 20px;">
Meetings
Learn2Earn
</a></span>
</div>
<div class="slider__button overflow-hidden mt-32 mr-minus-col-2">
<a href="dev_meetings" class="button -md -outline-black text-black invisible three">
Meetings
</a><span>
<a href="podcast" class="button -md -outline-black text-black invisible three"
style="margin-left: 20px;">
Expand Down
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,27 +269,29 @@ <h5 class="slider__subtitle fw-300 leading-md js-subtitle-2 mt-24">
</h5>
</div>
<div class="slider__button overflow-hidden mt-32 mr-minus-col-2">
<a href="shanghai_upgrade/index.html" class="button -md -outline-black text-black invisible three">
<a href="shanghai_upgrade/index.html"
class="button -md -outline-black text-black invisible three">
Shangahi Upgrade
</a><span>
<a href="eip_resources" class="button -md -outline-black text-black invisible three"
style="margin-left: 20px;">
EIP Resource
</a></span>
</a><span>
<a href="https://l2e.ethereumcatherders.com/" class="button -md -outline-black text-black invisible three"
style="margin-left: 20px;">
Learn2Earn
EIP Resources
</a></span>
</a>
</div>
<div class="slider__button overflow-hidden mt-32 mr-minus-col-2">
<a href="network_upgrades" class="button -md -outline-black text-black invisible three">
Upgrades
</a><span>
<a href="dev_meetings" class="button -md -outline-black text-black invisible three"
<a href="https://l2e.ethereumcatherders.com/"
class="button -md -outline-black text-black invisible three"
style="margin-left: 20px;">
Meetings
Learn2Earn
</a></span>
</div>
<div class="slider__button overflow-hidden mt-32 mr-minus-col-2">
<a href="dev_meetings" class="button -md -outline-black text-black invisible three">
Meetings
</a><span>
<a href="podcast" class="button -md -outline-black text-black invisible three"
style="margin-left: 20px;">
Expand Down
2 changes: 1 addition & 1 deletion shanghai_upgrade/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ <h5 class="mt-12 container">What is Shanghai Upgrade?</h5>
<h5 style="font-size: 22px;" class="fw-300 mt-12 container text-justify">
<br>
<b>Shanghai</b> is the next planned network upgrade on Ethereum Mainnet
which is expected to activate *Withdrawal* of staking rewards with <a href="https://eips.ethereum.org/EIPS/eip-4895">EIP-4895</a>.
which is expected to activate <i>Withdrawal</i> of staking rewards with <a href="https://eips.ethereum.org/EIPS/eip-4895">EIP-4895</a>.
This could be extremely beneficial for the on-chain validators.
</br>
<br>
Expand Down