|
| 1 | +export default function About() { |
| 2 | + return ( |
| 3 | + <section id="about"> |
| 4 | + <h2>Project Synopsis</h2> |
| 5 | + <p> |
| 6 | + FiTR is an innovative web application designed to streamline the job |
| 7 | + matching process by connecting job seekers with employers based |
| 8 | + primarily on location and key skills. Modeled after a “dating app” |
| 9 | + format, users swipe left or right on job listings to indicate whether |
| 10 | + they possess the necessary skills for a given position. When a match |
| 11 | + occurs between a job seeker and an employer, a brief 5-10 minute |
| 12 | + interview is scheduled, allowing both parties to assess if they wish to |
| 13 | + continue the hiring process. Beyond facilitating quick connections, FiTR |
| 14 | + provides valuable insights for employers, educators, and job seekers. |
| 15 | + Employers can compare skills to other job postings, educators can |
| 16 | + identify in-demand skills, and job seekers can evaluate how their skills |
| 17 | + measure up against others in the industry. The platform highlights the |
| 18 | + skills users possess while identifying any gaps in their expertise. For |
| 19 | + job seekers seeking to enhance their qualifications, FiTR offers |
| 20 | + educational resources to acquire the necessary skills, paving the way |
| 21 | + for improved employability. Overall, FiTR is a comprehensive, |
| 22 | + professional career platform that simplifies the job search process for |
| 23 | + job seekers, employers, and educators alike. It empowers individuals to |
| 24 | + understand the skills they need to secure employment while fostering |
| 25 | + growth opportunities for career advancement. |
| 26 | + </p> |
| 27 | + </section> |
| 28 | + ) |
| 29 | +} |
0 commit comments