Skip to content

Commit

Permalink
Update HomePage.tsx
Browse files Browse the repository at this point in the history
Minor layout tweaks
  • Loading branch information
TomNUSDS committed Mar 29, 2024
1 parent d91c11f commit 94faf8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
import {Fragment} from "react";
import {Alert} from "@trussworks/react-uswds";

export const HomePage = () => {
return (<Fragment>
<p className="usa-intro">
<Alert type={"info"} headingLevel={"h2"}>
This site is static-only and <strong>all data</strong> is saved into your local browser.
</p>
</Alert>
<h2 id="section-heading-1">Website Content Editor</h2>
<p>
Build website posts with fewer mistakes. The intuitive rich text editor lets you see
how your page will look as you create it. Your work is saved into the browser’s cache and
you can download a zip file containing your edits and all associated images allow you
to submit them into Github using Github Desktop.
</p>

<p><strong>Click <i>Blog Edit</i> in the top nav to begin.</strong></p>
<p><strong>Click <i>Blog Edit</i> in the top nav to begin.</strong></p>
<h2 id="section-heading-2">Basic features</h2>

<img src={"./img/tutorial-1.png"} alt={"screenshot of rich editor toolbar"} className={"zoom-066"}/>
Expand Down

0 comments on commit 94faf8c

Please sign in to comment.