This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,8 @@ | ||
<footer> | ||
<div class="container"> | ||
<p> | ||
<a href="https://www.myetherwallet.com" target="_blank" rel="noopener">MyEtherWallet.com</a>: | ||
|
||
Free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( .com ) before unlocking your wallet. | ||
|
||
Created by | ||
<a aria-label="kvhnuke's github" href="https://github.com/kvhnuke" target="_blank" rel="noopener">kvhnuke</a> | ||
& | ||
<a aria-label="tayvano's github" href="https://github.com/tayvano" target="_blank" rel="noopener">tayvano</a> | ||
· | ||
<a href="https://www.MyEtherWallet.com" target="_blank" rel="noopener" aria-label="my ether wallet.com"> | ||
MyEtherWallet.com | ||
</a> | ||
· | ||
<a href="https://github.com/kvhnuke/etherwallet" target="_blank" rel="noopener" aria-label="my ether wallet github"> | ||
Github | ||
</a> | ||
· | ||
<a href="https://myetherwallet.herokuapp.com/" target="_blank" rel="noopener" aria-label="join our slack"> | ||
Slack | ||
</a> | ||
· | ||
<a href="https://twitter.com/myetherwallet" target="_blank" rel="noopener" aria-label="twitter"> | ||
</a> | ||
· | ||
<a href="https://www.facebook.com/MyEtherWallet/" target="_blank" rel="noopener" aria-label="facebook"> | ||
</a> | ||
· | ||
<a href="mailto:[email protected]" target="_blank" rel="noopener" aria-label="email support at myetherwallet.com"> | ||
</a> | ||
· | ||
<a role="link" tabindex="0" data-toggle="modal" data-target="#disclaimerModal" translate="FOOTER_4"> Disclaimer </a> | ||
|
||
· | ||
|
||
© 2017 MyEtherWallet, LLC </p> | ||
|
||
</div> | ||
</footer> | ||
|
||
<script type='application/ld+json'> | ||
{ | ||
"@context":"http://schema.org", | ||
"@type":"Organization", | ||
"@id":"#organization", | ||
"url":"https://www.myetherwallet.com/", | ||
"name":"MyEtherWallet", | ||
"logo":"https://myetherwallet.com/images/myetherwallet-logo-banner.png", | ||
"description": "MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( .com ) before unlocking your wallet.", | ||
"sameAs":[ | ||
"https://www.myetherwallet.com/", | ||
"https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm", | ||
"https://www.facebook.com/MyEtherWallet/", | ||
"https://twitter.com/myetherwallet", | ||
"https://medium.com/@myetherwallet_96408", | ||
"https://myetherwallet.groovehq.com/help_center", | ||
"https://github.com/kvhnuke/etherwallet", | ||
"https://github.com/MyEtherWallet", | ||
"https://kvhnuke.github.io/etherwallet/", | ||
"https://github.com/kvhnuke/etherwallet/releases/latest", | ||
"https://github.com/409H/EtherAddressLookup", | ||
"https://myetherwallet.slack.com/", | ||
"https://myetherwallet.herokuapp.com/", | ||
"https://www.reddit.com/r/MyEtherWallet/", | ||
"https://www.reddit.com/user/insomniasexx/", | ||
"https://www.reddit.com/user/kvhnuke/", | ||
"https://www.reddit.com/user/myetherwallet" | ||
] | ||
} | ||
</script> | ||
|
||
@@if (site === 'mew' ) { @@include( './footer-disclaimer-modal.tpl', { "site": "mew" } ) } | ||
@@if (site === 'cx' ) { @@include( './footer-disclaimer-modal.tpl', { "site": "cx" } ) } | ||
<script type='application/ld+json'>{"@context":"http://schema.org","@type":"Organization","@id":"#organization","url":"https://www.myetherwallet.com/","name":"MyEtherWallet", | ||
"logo":"https://myetherwallet.com/images/myetherwallet-logo-banner.png","description": "MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets & more. Interact with the Ethereum blockchain easily & securely. Double-check the URL ( .com ) before unlocking your wallet.","sameAs":["https://www.myetherwallet.com/","https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm","https://www.facebook.com/MyEtherWallet/","https://twitter.com/myetherwallet","https://medium.com/@myetherwallet_96408","https://myetherwallet.groovehq.com/help_center","https://github.com/kvhnuke/etherwallet","https://github.com/MyEtherWallet","https://kvhnuke.github.io/etherwallet/","https://github.com/kvhnuke/etherwallet/releases/latest","https://github.com/409H/EtherAddressLookup","https://myetherwallet.slack.com/","https://myetherwallet.herokuapp.com/","https://www.reddit.com/r/MyEtherWallet/","https://www.reddit.com/user/insomniasexx/","https://www.reddit.com/user/kvhnuke/","https://www.reddit.com/user/myetherwallet"]}</script> | ||
</body> | ||
</html> |