Skip to content

Commit

Permalink
Support: Update links on Help page
Browse files Browse the repository at this point in the history
Updates the links we have on /help/contact to include our Blogging University
courses and learn.wordpress.com. Addresses #8250.
  • Loading branch information
Jeremey committed Oct 2, 2016
1 parent 3b0174c commit fbe833a
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions client/me/help/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,29 @@ const Help = React.createClass( {
</p>
</div>
</CompactCard>
<CompactCard className="help__support-link" href="https://dailypost.wordpress.com/" target="__blank">
<CompactCard className="help__support-link" href="https://dailypost.wordpress.com/blogging-university/" target="__blank">
<div className="help__support-link-section">
<h2 className="help__support-link-title">{ this.translate( 'The Daily Post' ) }</h2>
<h2 className="help__support-link-title">
{ this.translate( 'Self-Guided email courses for site owners and bloggers' ) }
</h2>
<p className="help__support-link-content">
{ this.translate( 'Get daily tips for your blog and connect with others to share your journey.' ) }
{ this.translate( 'Pick from our ever-growing list of free email courses to improve your knowledge.' ) }
</p>
</div>
</CompactCard>
<CompactCard className="help__support-link" href="https://learn.wordpress.com" target="__blank">
<div className="help__support-link-section">
<h2 className="help__support-link-title">{ this.translate( 'Self-guided online tutorial' ) }</h2>
<p className="help__support-link-content">
{ this.translate( 'A step-by-step guide to getting familiar with the platform.' ) }
</p>
</div>
</CompactCard>
<CompactCard className="help__support-link help__support-link-contact" href="/help/contact/">
<div className="help__support-link-section">
<h2 className="help__support-link-title">{ this.translate( 'Get in touch' ) }</h2>
<p className="help__support-link-content">
{ this.translate( `Can't find the answer? Drop us a line and we'll lend a hand.` ) }
{ this.translate( 'Can\'t find the answer? Drop us a line and we\'ll lend a hand.' ) }
</p>
</div>
<Button className="help__support-link-button" primary>{ this.translate( 'Contact Us' ) }</Button>
Expand Down Expand Up @@ -146,10 +156,10 @@ const Help = React.createClass( {
return (
<Main className="help">
<MeSidebarNavigation />
<div className="help-search is-placeholder"/>
<div className="help__help-teaser-button is-placeholder"/>
<div className="help-results is-placeholder"/>
<div className="help__support-links is-placeholder"/>
<div className="help-search is-placeholder" />
<div className="help__help-teaser-button is-placeholder" />
<div className="help-results is-placeholder" />
<div className="help__support-links is-placeholder" />
</Main>
);
},
Expand Down

0 comments on commit fbe833a

Please sign in to comment.