-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Refugee-Aid-Capstone/refactor/styling
Refactor/styling
- Loading branch information
Showing
20 changed files
with
195 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,3 @@ | ||
// import React from 'react'; | ||
// import '../Contact/Contact.scss' | ||
// import weAllHuman from '../../images/usa-custom.jpeg'; | ||
|
||
// const ContactSection = () => { | ||
// return ( | ||
// <div className="contact-section"> | ||
// <div className="top-section"> | ||
// <div className="left-side"> | ||
// <div className="weallhuman-container"> | ||
// <img src={weAllHuman} alt="usa-custom" className="weallhuman-img" /> | ||
// </div> | ||
// </div> | ||
// <div className="right-side"> | ||
// <h3 className="resources-header">HELPFUL RESOURCES</h3> | ||
// <ul> | ||
// <li> | ||
// <a href="https://www.wrapsnet.org/documents/FY%202023%20Reception%20&%20Placement%20Fact%20Sheet.pdf" target="_blank" rel="noopener noreferrer"> | ||
// FY 2023 Reception & Placement Fact Sheet | ||
// </a> | ||
// </li> | ||
// <li> | ||
// <a href="https://www.wrapsnet.org/afghans-granted-humanitarian-parole/" target="_blank" rel="noopener noreferrer"> | ||
// R&P Affiliate Directory as of July 2023 | ||
// </a> | ||
// </li> | ||
// <li> | ||
// <a href="https://www.wrapsnet.org/documents/Things%20You%20Need%20to%20Know%20About%20Resettling%20in%20the%20United%20States%20(English).pdf" target="_blank" rel="noopener noreferrer"> | ||
// Things You Need to Know About Resettling in the United States (English) | ||
// </a> | ||
// </li> | ||
// <li> | ||
// <a href="https://www.wrapsnet.org/documents/Things%20You%20Need%20to%20Know%20About%20Resettling%20in%20the%20United%20States%20(Dari).pdf" target="_blank" rel="noopener noreferrer"> | ||
// Things You Need to Know About Resettling in the United States (Dari/ دری) | ||
// </a> | ||
// </li> | ||
// <li> | ||
// <a href="https://www.wrapsnet.org/documents/Things%20You%20Need%20to%20Know%20About%20Resettling%20in%20the%20United%20States%20(Pashto).pdf" target="_blank" rel="noopener noreferrer"> | ||
// Things You Need to Know About Resettling in the United States (Pashto/ پښتو) | ||
// </a> | ||
// </li> | ||
// </ul> | ||
// </div> | ||
// </div> | ||
|
||
// <div className="bottom-section"> | ||
// <h2>CONTACT US</h2> | ||
// <p className="small-text">Need technical assistance with this website? Send an email to:<a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
|
||
// <p className="netflix-red"> | ||
// The U.S. Refugee Admissions Program (USRAP) is free of charge. | ||
// Any requests to solicit funds for referral or access to the USRAP | ||
// are illegitimate and not associated with the U.S. government. | ||
// </p> | ||
// <p className="government-links"> | ||
// <a href="https://www.state.gov/" target="_blank" rel="noopener noreferrer">U.S. Department of State</a> | | ||
// <a href="https://www.state.gov/bureaus-offices/under-secretary-for-civilian-security-democracy-and-human-rights/bureau-of-population-refugees-and-migration/" target="_blank" rel="noopener noreferrer">Bureau of Population, Refugees, and Migration</a> | | ||
// <a href="https://www.state.gov/refugee-admissions/" target="_blank" rel="noopener noreferrer">Refugee Admissions</a> | ||
// </p> | ||
|
||
|
||
// <footer> | ||
// <p className="copyright-links"> | ||
// Copyright © 2016 Refugee Processing Center | ||
// </p> | ||
// <p className="special-links"> | ||
// <a href="https://www.wrapsnet.org/privacy-policy/" target="_blank" rel="noopener noreferrer">Privacy Statement</a> | | ||
// <a href="https://www.wrapsnet.org/terms-of-use/" target="_blank" rel="noopener noreferrer">Terms of Use</a> | ||
// </p> | ||
// </footer> | ||
// </div> | ||
// </div> | ||
// ); | ||
// }; | ||
|
||
// export default ContactSection; | ||
|
||
import React from 'react'; | ||
import '../Contact/Contact.scss' | ||
import weAllHuman from '../../images/usa-custom.jpeg'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.