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.24
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Sep 12, 2018
1 parent d2a3ca0 commit 3bd6cdc
Show file tree
Hide file tree
Showing 21 changed files with 368 additions and 18,535 deletions.
21 changes: 11 additions & 10 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@

<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.24</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.21.24</span>
Expand Down Expand Up @@ -213,16 +213,16 @@
<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 @@ -749,7 +749,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 @@ -1180,7 +1180,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 @@ -1286,10 +1286,11 @@ <h3 class="onboarding__title" translate="ONBOARD_final_title">
</div>
</div>
</article>




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

0 comments on commit 3bd6cdc

Please sign in to comment.