Skip to content

Commit 4e9e726

Browse files
authored
Merge pull request #84 from ethereum/revert-81-fix/hero-image
Revert "Replaces HERO image with one that creates more contrast in light and …"
2 parents 527f121 + 953b1ad commit 4e9e726

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

docs/.vuepress/theme/components/Hero.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<template>
22
<div class="hero relative content-block">
3-
<img alt="Ethereum.org Hero Image" height="auto" src="../images/hero.png" />
3+
<img alt="Ethereum.org Hero Image" class="hide-dark" width="946" height="auto" src="../images/hero.jpg" />
4+
<img alt="Ethereum.org Hero Image" class="show-dark" width="946" height="auto" src="../images/hero-dark.jpg" />
45

56
<div class="hero-block beginners sm-hide">
67
<router-link class="block header" to="/beginners/">→ Beginners</router-link>
@@ -28,7 +29,7 @@
2829
@require '../styles/config'
2930
3031
.hero
31-
padding 4em 2em
32+
padding 2em
3233
max-width 60vw
3334
3435
img
26 KB
Loading

docs/.vuepress/theme/images/hero.jpg

36.5 KB
Loading

docs/.vuepress/theme/images/hero.png

-747 KB
Binary file not shown.

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
dependencies:
869869
nprogress "^0.2.0"
870870

871-
"@vuepress/plugin-register-components@^1.0.0-alpha.47":
871+
"@vuepress/plugin-register-components@^1.0.0-alpha.20", "@vuepress/plugin-register-components@^1.0.0-alpha.47":
872872
version "1.0.0-alpha.47"
873873
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.0-alpha.47.tgz#c2f6f03f20071e3f0e9047051689395eb47b8a1e"
874874
integrity sha512-IQXEEM08B4W7owbawNSp3htlNIrn5wEplSAGqEIjjRUrHWhZ6kcFskTgAj2czRndwKGHLaleY5CJsU7dS/B9kA==
@@ -4457,6 +4457,11 @@ markdown-it-anchor@^5.0.2:
44574457
resolved "https://registry.yarnpkg.com/markdown-it-anchor/-/markdown-it-anchor-5.0.2.tgz#cdd917a05b7bf92fb736a6dae3385c6d0d0fa552"
44584458
integrity sha512-AFM/woBI8QDJMS/9+MmsBMT5/AR+ImfOsunQZTZhzcTmna3rIzAzbOh5E0l6mlFM/i9666BpUtkqQ9bS7WApCg==
44594459

4460+
markdown-it-attrs@^2.3.2:
4461+
version "2.3.2"
4462+
resolved "https://registry.yarnpkg.com/markdown-it-attrs/-/markdown-it-attrs-2.3.2.tgz#7068c40571735e1b0f5c412ac802627a9fd0db01"
4463+
integrity sha512-DyatNvpatg7w+fGkplWGeie7o/0TogBr2w0izyz9ZQfTMv5G3lbDHQFQ42aP2e5L2mJQt0IeAjWzvYaa2d9xzQ==
4464+
44604465
markdown-it-chain@^1.3.0:
44614466
version "1.3.0"
44624467
resolved "https://registry.yarnpkg.com/markdown-it-chain/-/markdown-it-chain-1.3.0.tgz#ccf6fe86c10266bafb4e547380dfd7f277cc17bc"

0 commit comments

Comments
 (0)