source: jobvista-frontend/src/views/static/AboutUs.js@ 0f0add0

main
Last change on this file since 0f0add0 was 08f82ec, checked in by 223021 <daniel.ilievski.2@…>, 2 weeks ago

Did more refactoring

  • Property mode set to 100644
File size: 5.7 KB
Line 
1import "./AboutUs.css"
2export const AboutUs = () => {
3
4 return (
5 <div className="container">
6 <div className="about-wrap">
7 <div className="row">
8 <div className="col-md-6">
9 <div className="floating-wrap">
10 <h4>Your Future, Our Mission</h4>
11 <p>
12 At Job Vista, we believe that finding the right job should be simple, efficient, and rewarding. Our mission is to connect talented individuals with their dream careers while helping companies discover the best candidates to join their teams.
13 </p>
14
15
16 </div>
17 <div className="floating-wrap">
18 <h4>How It Started</h4>
19 <p>
20 Founded in 2024, Job Vista was born out of a passion for transforming the job search experience. The idea for Job Vista originated as a university project, where a group of us noticed that the job market was becoming increasingly complex, with both job seekers and employers facing numerous challenges in finding the perfect match. Inspired by the potential to make a real difference, we decided to turn our project into a full-fledged platform. Our goal was to create an app that simplifies this process, making it easier for everyone involved.
21 </p>
22
23 <h4>What We Offer</h4>
24
25 <p><span className="start-title">Job Seekers </span>
26 can browse through thousands of job opportunities from various industries, all in one place. Enjoy an easy application process where you can apply for jobs with just a few clicks and track your applications seamlessly. Receive personalized job alerts about openings that match your skills and interests. Additionally, access a wealth of career resources, including articles, tips, and tools to help you prepare for interviews, improve your resume, and advance your career.</p>
27 <p>
28 <span className="start-title">Recruiters </span>
29 can post job openings and manage applications with our user-friendly interface, ensuring efficient recruitment. Find the best talent using our advanced search and filtering tools to discover candidates that fit your requirements. Enhance your brand visibility by showcasing your company and attracting top talent with a detailed company profile.
30 </p>
31
32 {/*<h4>*/}
33 {/* Our Vision*/}
34 {/*</h4>*/}
35 {/*<p>*/}
36 {/* We envision a world where job seekers and employers can effortlessly connect, leading to fulfilling careers and successful businesses. By leveraging technology and innovation, Job Vista aims to be the go-to platform for job hunting and recruitment.*/}
37 {/*</p>*/}
38 </div>
39 </div>
40 <div className="col-md-6">
41
42
43 <div className="row">
44 <img className="about-us-img" src="/images/about-us.jpg" alt=""/>
45 </div>
46 <div className="row">
47 <div className="floating-wrap">
48 {/*<h4>*/}
49 {/* Join Us*/}
50 {/*</h4>*/}
51
52 {/*<p>*/}
53 {/* Whether you're looking for your next job opportunity or searching for the perfect candidate, Job Vista is here to support you every step of the way. Join our community today and take the next step towards a brighter future.*/}
54 {/*</p>*/}
55 <div className="row">
56 <div className="col-md-6">
57 <div className="floating-inside-wrap">
58 <h2>120</h2>
59 <p>Total Recruiters</p>
60 </div>
61 </div>
62 <div className="col-md-6">
63 <div className="floating-inside-wrap">
64 <h2>2400+</h2>
65 <p>Total Job Seekers</p>
66 </div>
67 </div>
68 </div>
69 <div className="row">
70 <div className="col-md-6">
71 <div className="floating-inside-wrap">
72 <h2>240</h2>
73 <p>Total Job Listings</p>
74 </div>
75 </div>
76 <div className="col-md-6">
77 <div className="floating-inside-wrap">
78 <h2>4000+</h2>
79 <p>Total Applications</p>
80 </div>
81 </div>
82 </div>
83 </div>
84 </div>
85 </div>
86
87 </div>
88 </div>
89
90 </div>
91 )
92}
Note: See TracBrowser for help on using the repository browser.