Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Remove the full page and save visible buttons from onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhirsch committed Aug 3, 2017
1 parent f97813a commit 1887c38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 179 deletions.
21 changes: 3 additions & 18 deletions server/src/pages/homepage/view.js
Expand Up @@ -282,21 +282,19 @@ const style = `
#section-4 .section-image {
background-image: url(../static/img/landing-screenshots_image_04.svg);
background-repeat: no-repeat;
background-position: 0% center;
background-position: 100% center;
height: 533px;
}
#section-1 .section-content,
#section-2 .section-image,
#section-3 .section-content,
#section-4 .section-image {
#section-4 .section-content {
order: 1;
}
#section-1 .section-image,
#section-2 .section-content,
#section-3 .section-image,
#section-4 .section-content {
#section-4 .section-image {
order: 2;
}
Expand Down Expand Up @@ -570,19 +568,6 @@ class Body extends React.Component {
<div className="section-image"></div>
</div>
</section>
<section id="section-3">
<div className="container">
<div className="section-content">
<Localized id="homePageCapturePage">
<h3>Capture a Page</h3>
</Localized>
<Localized id="homePageCapturePageDescription">
<p>Use the buttons in the upper right to capture full pages. The Save Visible button will capture the area you can view without scrolling, and the Save Full Page will capture everything on the page.</p>
</Localized>
</div>
<div className="section-image"></div>
</div>
</section>
<section id="section-4">
<div className="container">
<div className="section-content">
Expand Down

0 comments on commit 1887c38

Please sign in to comment.