Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Release: v3.21.17
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jul 17, 2018
1 parent 3fb5fec commit 66403a1
Show file tree
Hide file tree
Showing 14 changed files with 600 additions and 477 deletions.
43 changes: 23 additions & 20 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,19 +95,19 @@

<section class="bg-gradient header-branding">
<section class="container">

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.21.17</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.21.17</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
<ul class="dropdown-menu" ng-show="dropdown">
<li><a ng-class="{true:'active'}[curLang=='Català']" ng-click="changeLanguage('ca','Català' )"> Català </a></li>
<li><a ng-class="{true:'active'}[curLang=='Deutsch']" ng-click="changeLanguage('de','Deutsch' )"> Deutsch </a></li>
Expand Down Expand Up @@ -167,14 +167,6 @@
rel="noopener noreferrer"></a>
</div>
</ul>
<p class="dropdown-gas__msg"
ng-show="gasPriceMsg"
ng-hide="ajaxReq.type!='ETH'">
The network is really full right now. Check
<a href="https://ethgasstation.info/"
target="_blank" rel="noopener noreferrer">Eth Gas Station</a>
for gas price to use.
</p>
</span>

<!-- Warning: The separators you see on the frontend are in styles/etherwallet-custom.less. If you add / change a node, you have to adjust these. Ping tayvano if you're not a CSS wizard -->
Expand Down Expand Up @@ -207,22 +199,30 @@

</div>
</section>
<p class="dropdown-gas__msg"
ng-show="gasPriceMsg"
ng-hide="ajaxReq.type!='ETH'">
The network is really full right now. Check
<a href="https://ethgasstation.info/"
target="_blank" rel="noopener noreferrer">Eth Gas Station</a>
for gas price to use.
</p>
</section>

<nav role="navigation" aria-label="main navigation" class="container nav-container overflowing">
<a aria-hidden="true" ng-show="showLeftArrow" class="nav-arrow-left" ng-click="scrollLeft(100);" ng-mouseover="scrollHoverIn(true,2);" ng-mouseleave="scrollHoverOut()">&#171;</a>
<div class="nav-scroll">
<ul class="nav-inner">

<li ng-repeat="tab in tabNames track by $index" \
class="nav-item {{tab.name}}" \
ng-class="{active: $index==gService.currentTab}"
ng-show="tab.mew"
ng-click="tabClick($index)">
<a tabindex="0" aria-label="nav item: {{tab.name | translate}}" translate="{{tab.name}}"></a>
</li>


<li class="nav-item help">
<a href="https://myetherwallet.github.io/knowledge-base/" target="_blank" rel="noopener noreferrer">
<span translate="NAV_Help">
Expand Down Expand Up @@ -320,7 +320,7 @@ <h2 class="modal-title text-info" translate="NODE_Title"> Set Up Your Custom Nod
</section>
</section>
</article>



</header>
Expand Down Expand Up @@ -568,14 +568,16 @@ <h5> <i aria-hidden="true">👫</i> You can support us by supporting our blockch
<p>Consider using our affiliate links to...</p>
<div class="footer__pill-wrap">
<a class="footer__pill" aria-label="Swap Ether or Bitcoin via Bity.com" href="https://bity.com/af/jshkb37v" target="_blank" rel="noopener noreferrer">Swap ETH/BTC/EUR/CHF via Bity.com</a>
</div>
<a class="footer__pill" aria-label="Buy Ether with credit card via Simplex" href="https://ccswap.myetherwallet.com" target="_blank" rel="noopener noreferrer">Buy ETH with credit card via Simplex</a>
</div>
<p> Buy a... </p>
<div class="footer__pill-wrap footer__pill-custom-wrap">
<a class="footer__pill" href="https://www.ledgerwallet.com/r/fa4b?path=/products/" target="_blank" rel="noopener">Ledger Wallet</a>
<a class="footer__pill" href="https://trezor.io/?a=myetherwallet.com" target="_blank" rel="noopener">TREZOR</a>
<a class="footer__pill" href="http://shiftcrypto.ositracker.com/91316/7114" target="_blank" rel="noopener">Digital Bitbox</a>
<a class="footer__pill" href="https://ether.cards/?utm_source=mew&utm_medium=cpm&utm_campaign=site" target="_blank" rel="noopener">ether.card</a>
<a class="footer__pill" href="https://thehodlwallet.com?aff=15" target="_blank" rel="noopener">HODL Wallet</a>
<a class="footer__pill" href="http://billfodl.com?afmc=2j&utm_campaign=2j&utm_source=leaddyno&utm_medium=affiliate" target="_blank" rel="noopener">Billfodl</a>
</div>

<h5><i aria-hidden="true">💝</i> Donations are always appreciated!</h5>
Expand Down Expand Up @@ -742,7 +744,7 @@ <h2 class="modal-title text-info" translate="FOOTER_4">Disclaimer</h2>
</section>
</section>
</article>



<article class="modal fade" id="onboardingModal" tabindex="-1" ng-controller='onboardingCtrl'>
Expand Down Expand Up @@ -1173,7 +1175,7 @@ <h3 class="onboarding__title" translate="ONBOARD_secure_3_title">
<li translate="ONBOARD_secure_3_content__5">
If you have more than 1-week's worth of pay worth of cryptocurrency, get a hardware wallet. No excuses. It's worth it. I promise.
</li>

</ul>
</div>
<div class="col-xs-12 col-sm-4 onboarding__image">
Expand Down Expand Up @@ -1279,10 +1281,11 @@ <h3 class="onboarding__title" translate="ONBOARD_final_title">
</div>
</div>
</article>




</main>
</body>
</html>

2 changes: 1 addition & 1 deletion chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 66403a1

Please sign in to comment.