Skip to content

Commit

Permalink
improved getting started ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefriedman committed May 12, 2016
1 parent 232c9e9 commit 098711a
Show file tree
Hide file tree
Showing 10 changed files with 26,408 additions and 38 deletions.
5 changes: 3 additions & 2 deletions client/components/steps/get-started.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ var GetStarted = React.createClass({
<div className="welcome__get-started--intro">
<div className="welcome__get-started--wrapper">
<h1>Welcome to WordPress</h1>
<p className="welcome__callout welcome__get-started--callout">What kind of site can we help you set up?</p>
<br/>
<h2 className="welcome__callout welcome__get-started--callout">What kind of site can we help you set up?</h2>
<p>
<Button onClick={ this.handleGetStarted.bind(this, "business") } primary>Business</Button>
<Button onClick={ this.handleGetStarted.bind(this, "personal") } primary>Personal</Button>
</p>
<p>
<Button onClick={ this.handleNoThanks }>I don't need help</Button>
<a href="" onClick={ this.handleNoThanks }>I don't need help</a>
</p>
</div>
<img className='welcome__get-started-image' src={ `${ JPS.base_url }/img/jpo-welcome.png` } />
Expand Down
156 changes: 142 additions & 14 deletions css/welcome-panel.css

Large diffs are not rendered by default.

2,313 changes: 2,312 additions & 1 deletion dist/ie-shims.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ie-shims.js.map

Large diffs are not rendered by default.

135 changes: 134 additions & 1 deletion dist/jetpack-onboarding.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 098711a

Please sign in to comment.