Skip to content

Commit 32b4ba3

Browse files
committed
add basic image
1 parent 3feac28 commit 32b4ba3

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

src/components/cta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const CallToAction = () => (
99
title="Stay Updated"
1010
description="Be the first to try out CodeRoad. We'd love your feedback!"
1111
/>
12-
<a href='https://tiny.cc/coderoad'>
12+
<a href='https://tiny.cc/coderoad' target='_blank'>
1313
<Button>Get Early Access</Button>
1414
</a>
1515
</div>

src/components/hero.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from "prop-types"
33

44
import Button from "../components/button"
55
import headerImage from "../images/header.png"
6-
import mockupFrame from "../images/macbook.png"
6+
import mockupFrame from "../images/sample.png"
77

88
const Header = ({ siteTitle }) => (
99
<div
@@ -24,15 +24,15 @@ const Header = ({ siteTitle }) => (
2424
width: "100vw",
2525
opacity: 0.5,
2626
}}
27-
/>
27+
/>
2828
<h1 style={{ textAlign: "center" }}>CodeRoad</h1>
2929
<p style={{ textAlign: "center", maxWidth: 440 }}>
3030
The VSCode extension for interactive coding tutorials.
3131
</p>
32-
<a href='https://tiny.cc/coderoad'>
32+
<a href='https://tiny.cc/coderoad' target='_blank'>
3333
<Button>Get Early Access</Button>
3434
</a>
35-
<div style={{ margin: 60, position: "relative" }}>
35+
<div style={{ margin: 30, marginTop: 60, position: "relative" }}>
3636
<img
3737
src={mockupFrame}
3838
alt="outlines of shapes and confetti in the background "

src/images/feature.png

-14.8 KB
Binary file not shown.

src/images/mockup-content.png

-39.7 KB
Binary file not shown.

src/images/mockup-frame.png

-24.4 KB
Binary file not shown.

src/images/sample.png

1.21 MB
Loading

0 commit comments

Comments
 (0)