Skip to content

Commit 1fbe841

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
add laser lines
1 parent fbf1bdd commit 1fbe841

File tree

5 files changed

+2357
-6
lines changed

5 files changed

+2357
-6
lines changed

client/src/views/lander.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ const staticRoot = process.env.STATIC_ROOT || ''
55

66
const LandingPage = ({ t, ...S }) => layout(
77
<div className="landing-page">
8-
<script src="/js/infinite-scroll.js" async></script>
9-
<div className="blur-orange"></div>
10-
<div className="blur-green"></div>
8+
<script src="/js/infinite-scroll.js" async></script>
9+
<div className="blur-orange"></div>
10+
<div className="blur-green"></div>
11+
<div className="laser-lines"></div>
1112
<div className="hero-section">
1213
<div className="container">
1314
<div className="hero-wrapper">
@@ -17,7 +18,7 @@ const LandingPage = ({ t, ...S }) => layout(
1718
<a href="https://blockstream.com/explorerbeta" target="_blank" className="g-btn primary-btn">JOIN THE OPEN BETA</a>
1819
</div>
1920
<div className="hero-image">
20-
<img src={`${staticRoot}img/hero-explorer-api.png`} alt="Hero Image" />
21+
<img src={`${staticRoot}img/hero-explorer-api.svg`} alt="Hero Image" />
2122
</div>
2223
</div>
2324
</div>

www/img/explorer-laser-lines.svg

Lines changed: 87 additions & 0 deletions
Loading

www/img/hero-explorer-api.png

-477 KB
Binary file not shown.

0 commit comments

Comments
 (0)