Skip to content

Commit baf438b

Browse files
authored
Merge pull request #85 from odyssy-automaton/fix/hero-image
Replaces HERO image with one that creates more contrast in light and …
2 parents 58a6775 + 7405c35 commit baf438b

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<div class="hero relative content-block">
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" />
3+
<img alt="Ethereum.org Hero Image" height="auto" src="../images/hero.png" />
54

65
<div class="hero-block beginners sm-hide">
76
<router-link class="block header" to="/beginners/">→ Beginners</router-link>
@@ -29,7 +28,7 @@
2928
@require '../styles/config'
3029
3130
.hero
32-
padding 2em
31+
padding 4em 2em
3332
max-width 60vw
3433
3534
img
-26 KB
Binary file not shown.

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

-36.5 KB
Binary file not shown.

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

747 KB
Loading

yarn.lock

Lines changed: 1 addition & 6 deletions
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.20", "@vuepress/plugin-register-components@^1.0.0-alpha.47":
871+
"@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,11 +4457,6 @@ 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-
44654460
markdown-it-chain@^1.3.0:
44664461
version "1.3.0"
44674462
resolved "https://registry.yarnpkg.com/markdown-it-chain/-/markdown-it-chain-1.3.0.tgz#ccf6fe86c10266bafb4e547380dfd7f277cc17bc"

0 commit comments

Comments
 (0)