Skip to content

Commit

Permalink
Modified content for Contact and Partner pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrodriguez1 committed Sep 19, 2024
1 parent e7cafd9 commit 7faeb53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 1 addition & 3 deletions Client/src/screens/ContactUsScreen/ContactUsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export function ContactUsScreen(): React.ReactElement {
<H1>Contact Us</H1>

<div className="contact-info">
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Phone: <a href="tel:540-667-0809">540-667-0809</a></p>
<p>Address: 3085 Shawnee Drive, Winchester, VA 22601</p>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>

</div>
Expand Down
10 changes: 2 additions & 8 deletions Client/src/screens/PartnersScreen/PartnersScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@ export function PartnersScreen(): React.ReactElement {
Since its founding in 1970, NW Works has been a support system,
helping adults with disabilities and individuals encountering
barriers to employment develop skills and find stable, rewarding
jobs.
</p>
</li>
<li className="partner-item">
<H2>Microsoft</H2>
<p className="partner-description">
The Hackathon is an annual event at Microsoft where employees
collaborate on innovative projects that solve real-world problems.
jobs.<br></br>
<a href="https://www.nwworks.com/">NWW Web</a>
</p>
</li>
</ul>
Expand Down

0 comments on commit 7faeb53

Please sign in to comment.