Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/client/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,21 @@ class Landing extends Component {
}

const inputStyle = {
width: '60%',
width: '50%',
margin: '0 auto',
}

const typewriterStyle = {
width: '34%',
margin: '0 auto',
}

const githubStyle = {
margin: '0 auto',
bottom: '0px',
right: '800px',
position: 'fixed',
}
return (
<div style={landingStyle}>
<h1 style={titleStyle}>Welcome to Clack!</h1>
Expand All @@ -105,6 +112,10 @@ class Landing extends Component {
/>
</Form.Field>
</Form>
<div style={githubStyle}>
<a target="_blank" href="http://www.github.com/asyncapes/clack">
<img src={"http://www.bryanbowie.info/images/GitHub-Mark-120px-plus.png"} style={{height:"3em"}} /></a>
</div>
</div>
);
}
Expand Down
Binary file added src/client/assets/GitHub-Mark-120px-plus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.