From 971d459c555de8c578ae80b9971f4b8542b92dea Mon Sep 17 00:00:00 2001 From: Cori1109 Date: Tue, 14 Sep 2021 19:02:02 +0530 Subject: [PATCH] some console warnings fixed --- package.json | 100 +- public/index.html | 13 +- src/App.js | 1558 +++++++++++----------- src/Components/Home/Hamburger.jsx | 22 +- src/Components/Home/Head1.jsx | 66 +- src/Components/Home/Header.jsx | 94 +- src/Components/Home/Header1.jsx | 254 ++-- src/Components/Home/Landing.jsx | 1 + src/Components/Home/Optioncard.jsx | 20 +- src/Components/Home/ResumeUpload.jsx | 20 +- src/Components/Home/SidebarData.js | 130 +- src/Components/Home/hamburger.module.css | 129 +- src/index.js | 12 +- 13 files changed, 1212 insertions(+), 1207 deletions(-) diff --git a/package.json b/package.json index 796472f..9181f57 100644 --- a/package.json +++ b/package.json @@ -1,52 +1,52 @@ { - "name": "indeed-clone-project", - "version": "0.1.0", - "private": true, - "dependencies": { - "@material-ui/core": "^4.12.2", - "@material-ui/icons": "^4.11.2", - "@testing-library/dom": "^8.1.0", - "@testing-library/jest-dom": "^5.14.1", - "@testing-library/react": "^11.2.7", - "@testing-library/user-event": "^12.8.3", - "bootstrap": "^5.0.2", - "react": "^17.0.2", - "react-bootstrap": "^1.6.1", - "react-dom": "^17.0.2", - "react-icons": "^4.2.0", - "react-loading-skeleton": "^2.2.0", - "react-paginate": "^7.1.3", - "react-router-dom": "^5.2.0", - "react-scripts": "4.0.3", - "react-select": "^4.3.1", - "react-star-ratings": "^2.3.0", - "react-step-progress-bar": "^1.0.3", - "styled-components": "^5.3.0", - "uuid": "^8.3.2", - "web-vitals": "^1.1.2" - }, - "scripts": { - "start": "react-scripts start", - "build": "CI='' react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } + "name": "indeed-clone-project", + "version": "0.1.0", + "private": true, + "dependencies": { + "@material-ui/core": "^4.12.2", + "@material-ui/icons": "^4.11.2", + "@testing-library/dom": "^8.1.0", + "@testing-library/jest-dom": "^5.14.1", + "@testing-library/react": "^11.2.7", + "@testing-library/user-event": "^12.8.3", + "bootstrap": "^5.0.2", + "react": "^17.0.2", + "react-bootstrap": "^1.6.1", + "react-dom": "^17.0.2", + "react-icons": "^4.2.0", + "react-loading-skeleton": "^2.2.0", + "react-paginate": "^7.1.3", + "react-router-dom": "^5.2.0", + "react-scripts": "4.0.3", + "react-select": "^4.3.1", + "react-star-ratings": "^2.3.0", + "react-step-progress-bar": "^1.0.3", + "styled-components": "^5.3.0", + "uuid": "^8.3.2", + "web-vitals": "^1.1.2" + }, + "scripts": { + "start": "react-scripts start", + "build": "CI='' react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 03da8aa..f0ca877 100644 --- a/public/index.html +++ b/public/index.html @@ -8,16 +8,17 @@ - - - + + + Indeed - - + + +
- + \ No newline at end of file diff --git a/src/App.js b/src/App.js index a3ceda4..1b01961 100644 --- a/src/App.js +++ b/src/App.js @@ -7,790 +7,790 @@ import { SignUp } from "./Components/Loginn.jsx/SignUp"; import MainApply from './Components/ApplyJobs/MainApply.jsx' import { Sucess } from './Components/Sucess/Sucess'; function App() { - var data = [ - { - "id": 1, - "companyName": "Aivee", - "rating": 4, - "city": "West Palm Beach", - "state": "FL", - "job": "Chemical Engineer", - "date": 13, - "language": "Tswana", - "jobType": "part-time", - "remote": "Work From Home", - "education": "matric", - "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", - "skills2": "Typing speed minimum 35 WPM" - }, - { - "id": 2, - "companyName": "Trilia", - "rating": 3, - "city": "Rochester", - "state": "NY", - "job": "Payment Adjustment Coordinator", - "date": 21, - "language": "Swedish", - "jobType": "part-time", - "remote": "Work From Home", - "education": "matric", - "skills1": "Excellent communication, interpersonal and managerial skills.", - "skills2": "Prior experience with the Healthcare sector is preferred." - }, - { - "id": 3, - "companyName": "Fadeo", - "rating": 4, - "city": "El Paso", - "state": "TX", - "job": "Senior Developer", - "date": 9, - "language": "Amharic", - "jobType": "part-time", - "remote": "Work From Home", - "education": "matric", - "skills1": "In this role, you need to analyze and solve increasingly complex problems.", - "skills2": "Your day to day interactions is with peers within our Company." - }, - { - "id": 4, - "companyName": "Zoomzone", - "rating": 3, - "city": "Norwalk", - "state": "CT", - "job": "Director of Sales", - "date": 21, - "language": "Korean", - "jobType": "part-time", - "remote": "Work From Home", - "education": "matric", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 5, - "companyName": "Mita", - "rating": 2, - "city": "Redwood City", - "state": "CA", - "job": "Speech Pathologist", - "date": 18, - "language": "Kashmiri", - "jobType": "part-time", - "remote": "Work From Home", - "education": "matric", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 6, - "companyName": "Yodel", - "rating": 5, - "city": "Providence", - "state": "RI", - "job": "Research Nurse", - "date": 8, - "language": "Moldovan", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", - "skills2": "Typing speed minimum 35 WPM" - }, - { - "id": 7, - "companyName": "Feedfish", - "rating": 4, - "city": "Sacramento", - "state": "CA", - "job": "Research Associate", - "date": 12, - "language": "Croatian", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "Excellent communication, interpersonal and managerial skills.", - "skills2": "Prior experience with the Healthcare sector is preferred." - }, - { - "id": 8, - "companyName": "Dazzlesphere", - "rating": 5, - "city": "Fort Wayne", - "state": "IN", - "job": "Actuary", - "date": 7, - "language": "Quechua", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", - "skills2": "Typing speed minimum 35 WPM" - }, - { - "id": 9, - "companyName": "Twitterbridge", - "rating": 5, - "city": "Worcester", - "state": "MA", - "job": "Account Executive", - "date": 14, - "language": "Bosnian", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "Excellent communication, interpersonal and managerial skills.", - "skills2": "Prior experience with the Healthcare sector is preferred." - }, - { - "id": 10, - "companyName": "Yadel", - "rating": 5, - "city": "Kansas City", - "state": "MO", - "job": "Analog Circuit Design manager", - "date": 19, - "language": "Tswana", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "In this role, you need to analyze and solve increasingly complex problems.", - "skills2": "Your day to day interactions is with peers within our Company." - }, - { - "id": 11, - "companyName": "Gigashots", - "rating": 3, - "city": "Detroit", - "state": "MI", - "job": "Financial Advisor", - "date": 8, - "language": "Catalan", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 12, - "companyName": "Yadel", - "rating": 4, - "city": "Tulsa", - "state": "OK", - "job": "Structural Engineer", - "date": 21, - "language": "Hungarian", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", - "skills2": "Typing speed minimum 35 WPM" - }, - { - "id": 13, - "companyName": "Tazzy", - "rating": 2, - "city": "Denver", - "state": "CO", - "job": "Information Systems Manager", - "date": 8, - "language": "Malagasy", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "The British Council buildExcellent communication, interpersonal and managerial skills.", - "skills2": "Typing speed minimum 35 WPMP" - }, - { - "id": 14, - "companyName": "Flashspan", - "rating": 2, - "city": "San Bernardino", - "state": "CA", - "job": "Pharmacist", - "date": 18, - "language": "Guaraní", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "The British Council buildExcellent communication, interpersonal and managerial skills.", - "skills2": "Typing speed minimum 35 WPM." - }, - { - "id": 15, - "companyName": "Devpulse", - "rating": 2, - "city": "Valdosta", - "state": "GA", - "job": "Electrical Engineer", - "date": 12, - "language": "Burmese", - "jobType": "internship", - "remote": "Onsite", - "education": "btech", - "skills1": "Excellent communication, interpersonal and managerial skills.", - "skills2": "Prior experience with the Healthcare sector is preferred." - }, - { - "id": 16, - "companyName": "Devbug", - "rating": 5, - "city": "Milwaukee", - "state": "WI", - "job": "Compensation Analyst", - "date": 12, - "language": "Belarusian", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "In this role, you need to analyze and solve increasingly complex problems.", - "skills2": "Your day to day interactions is with peers within our Company." - }, - { - "id": 17, - "companyName": "Topicstorm", - "rating": 2, - "city": "Saint Louis", - "state": "MO", - "job": "Senior Financial Analyst", - "date": 17, - "language": "Hindi", - "jobType": "fresher", - "remote": "Onsite", - "education": "", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 18, - "companyName": "Skyndu", - "rating": 5, - "city": "Wilkes Barre", - "state": "PA", - "job": "Product Engineer", - "date": 18, - "language": "Marathi", - "jobType": "fresher", - "remote": "Onsite", - "education": "In this role, you need to analyze and solve increasingly complex problems.", - "skills1": "The British Council builds connections, understanding and trust between peoYour day to day interactions is with peers within our Company.ple in the UK and other countries through arts", - "skills2": "Typing speed minimum 35 WPM" - }, - { - "id": 19, - "companyName": "Talane", - "rating": 4, - "city": "Saint Paul", - "state": "MN", - "job": "Media Manager I", - "date": 19, - "language": "Armenian", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Excellent communication, interpersonal and managerial skills.", - "skills2": "Prior experience with the Healthcare sector is preferred." - }, - { - "id": 20, - "companyName": "Tekfly", - "rating": 4, - "city": "Columbus", - "state": "GA", - "job": "Programmer Analyst I", - "date": 13, - "language": "Swahili", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "In this role, you need to analyze and solve increasingly complex problems.", - "skills2": "Your day to day interactions is with peers within our Company." - }, - { - "id": 21, - "companyName": "Dabfeed", - "rating": 4, - "city": "Madison", - "state": "WI", - "job": "Assistant Manager", - "date": 10, - "language": "Guaraní", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 22, - "companyName": "Skinder", - "rating": 4, - "city": "Wichita", - "state": "KS", - "job": "Project Manager", - "date": 9, - "language": "Armenian", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", - "skills2": "Typing speed minimum 35 WPM" - }, - { - "id": 23, - "companyName": "Bubblebox", - "rating": 3, - "city": "Little Rock", - "state": "AR", - "job": "Help Desk Technician", - "date": 12, - "language": "Indonesian", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Excellent communication, interpersonal and managerial skills.", - "skills2": "Prior experience with the Healthcare sector is preferred." - }, - { - "id": 24, - "companyName": "Kazio", - "rating": 5, - "city": "Washington", - "state": "DC", - "job": "Research Associate", - "date": 15, - "language": "Catalan", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 25, - "companyName": "Fiveclub", - "rating": 3, - "city": "Raleigh", - "state": "NC", - "job": "Design Engineer", - "date": 19, - "language": "Assamese", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 26, - "companyName": "Mita", - "rating": 3, - "city": "Pasadena", - "state": "CA", - "job": "Office Assistant I", - "date": 14, - "language": "Hungarian", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 27, - "companyName": "Twitternation", - "rating": 2, - "city": "Reno", - "state": "NV", - "job": "Recruiting Manager", - "date": 15, - "language": "Kannada", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 28, - "companyName": "Mynte", - "rating": 4, - "city": "Minneapolis", - "state": "MN", - "job": "Civil Engineer", - "date": 16, - "language": "Gagauz", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 29, - "companyName": "Einti", - "rating": 4, - "city": "Palo Alto", - "state": "CA", - "job": "Statistician I", - "date": 20, - "language": "Kashmiri", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 30, - "companyName": "Oyope", - "rating": 5, - "city": "Las Vegas", - "state": "NV", - "job": "VP Sales", - "date": 9, - "language": "Kashmiri", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 31, - "companyName": "Twitterbeat", - "rating": 5, - "city": "Chattanooga", - "state": "TN", - "job": "Research Associate", - "date": 15, - "language": "West Frisian", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 32, - "companyName": "Jabberbean", - "rating": 4, - "city": "Young America", - "state": "MN", - "job": "Marketing Manager", - "date": 7, - "language": "Azeri", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 33, - "companyName": "Blogspan", - "rating": 2, - "city": "Minneapolis", - "state": "MN", - "job": "Human Resources Assistant I", - "date": 22, - "language": "Tamil", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 34, - "companyName": "Wikizz", - "rating": 3, - "city": "Abilene", - "state": "TX", - "job": "Account Representative IV", - "date": 20, - "language": "Somali", - "jobType": "fulltime", - "remote": "Work From Home", - "education": "btech", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 35, - "companyName": "Linktype", - "rating": 2, - "city": "Fort Lauderdale", - "state": "FL", - "job": "Accounting Assistant IV", - "date": 7, - "language": "Dhivehi", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 36, - "companyName": "Buzzdog", - "rating": 5, - "city": "Saint Louis", - "state": "MO", - "job": "Product Engineer", - "date": 15, - "language": "French", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 37, - "companyName": "Eazzy", - "rating": 4, - "city": "Cleveland", - "state": "OH", - "job": "Quality Engineer", - "date": 11, - "language": "Romanian", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "", - "skills2": "" - }, - { - "id": 38, - "companyName": "Oyoba", - "rating": 4, - "city": "Apache Junction", - "state": "AZ", - "job": "Senior Editor", - "date": 10, - "language": "Chinese", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 39, - "companyName": "Feedbug", - "rating": 2, - "city": "Des Moines", - "state": "IA", - "job": "VP Sales", - "date": 16, - "language": "Hebrew", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 40, - "companyName": "Photolist", - "rating": 5, - "city": "Memphis", - "state": "TN", - "job": "Desktop Support Technician", - "date": 11, - "language": "Tsonga", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 41, - "companyName": "Tanoodle", - "rating": 5, - "city": "Denver", - "state": "CO", - "job": "Pharmacist", - "date": 20, - "language": "Portuguese", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 42, - "companyName": "InnoZ", - "rating": 2, - "city": "Orange", - "state": "CA", - "job": "Senior Quality Engineer", - "date": 13, - "language": "Swedish", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 43, - "companyName": "Kare", - "rating": 4, - "city": "Dallas", - "state": "TX", - "job": "Account Executive", - "date": 22, - "language": "Catalan", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 44, - "companyName": "Skyba", - "rating": 4, - "city": "Baton Rouge", - "state": "LA", - "job": "Electrical Engineer", - "date": 11, - "language": "Punjabi", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 45, - "companyName": "Fivespan", - "rating": 2, - "city": "Muskegon", - "state": "MI", - "job": "Software Consultant", - "date": 16, - "language": "Czech", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 46, - "companyName": "Tagpad", - "rating": 2, - "city": "Brooklyn", - "state": "NY", - "job": "VP Sales", - "date": 20, - "language": "Malay", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 47, - "companyName": "Babbleblab", - "rating": 3, - "city": "Macon", - "state": "GA", - "job": "Nuclear Power Engineer", - "date": 7, - "language": "Amharic", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 48, - "companyName": "Mydo", - "rating": 3, - "city": "Winston Salem", - "state": "NC", - "job": "Design Engineer", - "date": 15, - "language": "Spanish", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - }, - { - "id": 49, - "companyName": "Buzzster", - "rating": 4, - "city": "New York City", - "state": "NY", - "job": "Cost Accountant", - "date": 16, - "language": "Sotho", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Collaboration and interpersonal skills.", - "skills2": "Ability to work well in a team." - }, - { - "id": 50, - "companyName": "Yotz", - "rating": 3, - "city": "Odessa", - "state": "TX", - "job": "Clinical Specialist", - "date": 7, - "language": "Kurdish", - "jobType": "fresher", - "remote": "Onsite", - "education": "intermediate", - "skills1": "Adaptable and flexible and Ability to perform under pressure.", - "skills2": "Ability to meet deadlines." - } - ] - localStorage.setItem('jobs', JSON.stringify(data)) + var data = [ + { + "id": 1, + "companyName": "Aivee", + "rating": 4, + "city": "West Palm Beach", + "state": "FL", + "job": "Chemical Engineer", + "date": 13, + "language": "Tswana", + "jobType": "part-time", + "remote": "Work From Home", + "education": "matric", + "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", + "skills2": "Typing speed minimum 35 WPM" + }, + { + "id": 2, + "companyName": "Trilia", + "rating": 3, + "city": "Rochester", + "state": "NY", + "job": "Payment Adjustment Coordinator", + "date": 21, + "language": "Swedish", + "jobType": "part-time", + "remote": "Work From Home", + "education": "matric", + "skills1": "Excellent communication, interpersonal and managerial skills.", + "skills2": "Prior experience with the Healthcare sector is preferred." + }, + { + "id": 3, + "companyName": "Fadeo", + "rating": 4, + "city": "El Paso", + "state": "TX", + "job": "Senior Developer", + "date": 9, + "language": "Amharic", + "jobType": "part-time", + "remote": "Work From Home", + "education": "matric", + "skills1": "In this role, you need to analyze and solve increasingly complex problems.", + "skills2": "Your day to day interactions is with peers within our Company." + }, + { + "id": 4, + "companyName": "Zoomzone", + "rating": 3, + "city": "Norwalk", + "state": "CT", + "job": "Director of Sales", + "date": 21, + "language": "Korean", + "jobType": "part-time", + "remote": "Work From Home", + "education": "matric", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 5, + "companyName": "Mita", + "rating": 2, + "city": "Redwood City", + "state": "CA", + "job": "Speech Pathologist", + "date": 18, + "language": "Kashmiri", + "jobType": "part-time", + "remote": "Work From Home", + "education": "matric", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 6, + "companyName": "Yodel", + "rating": 5, + "city": "Providence", + "state": "RI", + "job": "Research Nurse", + "date": 8, + "language": "Moldovan", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", + "skills2": "Typing speed minimum 35 WPM" + }, + { + "id": 7, + "companyName": "Feedfish", + "rating": 4, + "city": "Sacramento", + "state": "CA", + "job": "Research Associate", + "date": 12, + "language": "Croatian", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "Excellent communication, interpersonal and managerial skills.", + "skills2": "Prior experience with the Healthcare sector is preferred." + }, + { + "id": 8, + "companyName": "Dazzlesphere", + "rating": 5, + "city": "Fort Wayne", + "state": "IN", + "job": "Actuary", + "date": 7, + "language": "Quechua", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", + "skills2": "Typing speed minimum 35 WPM" + }, + { + "id": 9, + "companyName": "Twitterbridge", + "rating": 5, + "city": "Worcester", + "state": "MA", + "job": "Account Executive", + "date": 14, + "language": "Bosnian", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "Excellent communication, interpersonal and managerial skills.", + "skills2": "Prior experience with the Healthcare sector is preferred." + }, + { + "id": 10, + "companyName": "Yadel", + "rating": 5, + "city": "Kansas City", + "state": "MO", + "job": "Analog Circuit Design manager", + "date": 19, + "language": "Tswana", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "In this role, you need to analyze and solve increasingly complex problems.", + "skills2": "Your day to day interactions is with peers within our Company." + }, + { + "id": 11, + "companyName": "Gigashots", + "rating": 3, + "city": "Detroit", + "state": "MI", + "job": "Financial Advisor", + "date": 8, + "language": "Catalan", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 12, + "companyName": "Yadel", + "rating": 4, + "city": "Tulsa", + "state": "OK", + "job": "Structural Engineer", + "date": 21, + "language": "Hungarian", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", + "skills2": "Typing speed minimum 35 WPM" + }, + { + "id": 13, + "companyName": "Tazzy", + "rating": 2, + "city": "Denver", + "state": "CO", + "job": "Information Systems Manager", + "date": 8, + "language": "Malagasy", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "The British Council buildExcellent communication, interpersonal and managerial skills.", + "skills2": "Typing speed minimum 35 WPMP" + }, + { + "id": 14, + "companyName": "Flashspan", + "rating": 2, + "city": "San Bernardino", + "state": "CA", + "job": "Pharmacist", + "date": 18, + "language": "Guaraní", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "The British Council buildExcellent communication, interpersonal and managerial skills.", + "skills2": "Typing speed minimum 35 WPM." + }, + { + "id": 15, + "companyName": "Devpulse", + "rating": 2, + "city": "Valdosta", + "state": "GA", + "job": "Electrical Engineer", + "date": 12, + "language": "Burmese", + "jobType": "internship", + "remote": "Onsite", + "education": "btech", + "skills1": "Excellent communication, interpersonal and managerial skills.", + "skills2": "Prior experience with the Healthcare sector is preferred." + }, + { + "id": 16, + "companyName": "Devbug", + "rating": 5, + "city": "Milwaukee", + "state": "WI", + "job": "Compensation Analyst", + "date": 12, + "language": "Belarusian", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "In this role, you need to analyze and solve increasingly complex problems.", + "skills2": "Your day to day interactions is with peers within our Company." + }, + { + "id": 17, + "companyName": "Topicstorm", + "rating": 2, + "city": "Saint Louis", + "state": "MO", + "job": "Senior Financial Analyst", + "date": 17, + "language": "Hindi", + "jobType": "fresher", + "remote": "Onsite", + "education": "", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 18, + "companyName": "Skyndu", + "rating": 5, + "city": "Wilkes Barre", + "state": "PA", + "job": "Product Engineer", + "date": 18, + "language": "Marathi", + "jobType": "fresher", + "remote": "Onsite", + "education": "In this role, you need to analyze and solve increasingly complex problems.", + "skills1": "The British Council builds connections, understanding and trust between peoYour day to day interactions is with peers within our Company.ple in the UK and other countries through arts", + "skills2": "Typing speed minimum 35 WPM" + }, + { + "id": 19, + "companyName": "Talane", + "rating": 4, + "city": "Saint Paul", + "state": "MN", + "job": "Media Manager I", + "date": 19, + "language": "Armenian", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Excellent communication, interpersonal and managerial skills.", + "skills2": "Prior experience with the Healthcare sector is preferred." + }, + { + "id": 20, + "companyName": "Tekfly", + "rating": 4, + "city": "Columbus", + "state": "GA", + "job": "Programmer Analyst I", + "date": 13, + "language": "Swahili", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "In this role, you need to analyze and solve increasingly complex problems.", + "skills2": "Your day to day interactions is with peers within our Company." + }, + { + "id": 21, + "companyName": "Dabfeed", + "rating": 4, + "city": "Madison", + "state": "WI", + "job": "Assistant Manager", + "date": 10, + "language": "Guaraní", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 22, + "companyName": "Skinder", + "rating": 4, + "city": "Wichita", + "state": "KS", + "job": "Project Manager", + "date": 9, + "language": "Armenian", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "The British Council builds connections, understanding and trust between people in the UK and other countries through arts", + "skills2": "Typing speed minimum 35 WPM" + }, + { + "id": 23, + "companyName": "Bubblebox", + "rating": 3, + "city": "Little Rock", + "state": "AR", + "job": "Help Desk Technician", + "date": 12, + "language": "Indonesian", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Excellent communication, interpersonal and managerial skills.", + "skills2": "Prior experience with the Healthcare sector is preferred." + }, + { + "id": 24, + "companyName": "Kazio", + "rating": 5, + "city": "Washington", + "state": "DC", + "job": "Research Associate", + "date": 15, + "language": "Catalan", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 25, + "companyName": "Fiveclub", + "rating": 3, + "city": "Raleigh", + "state": "NC", + "job": "Design Engineer", + "date": 19, + "language": "Assamese", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 26, + "companyName": "Mita", + "rating": 3, + "city": "Pasadena", + "state": "CA", + "job": "Office Assistant I", + "date": 14, + "language": "Hungarian", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 27, + "companyName": "Twitternation", + "rating": 2, + "city": "Reno", + "state": "NV", + "job": "Recruiting Manager", + "date": 15, + "language": "Kannada", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 28, + "companyName": "Mynte", + "rating": 4, + "city": "Minneapolis", + "state": "MN", + "job": "Civil Engineer", + "date": 16, + "language": "Gagauz", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 29, + "companyName": "Einti", + "rating": 4, + "city": "Palo Alto", + "state": "CA", + "job": "Statistician I", + "date": 20, + "language": "Kashmiri", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 30, + "companyName": "Oyope", + "rating": 5, + "city": "Las Vegas", + "state": "NV", + "job": "VP Sales", + "date": 9, + "language": "Kashmiri", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 31, + "companyName": "Twitterbeat", + "rating": 5, + "city": "Chattanooga", + "state": "TN", + "job": "Research Associate", + "date": 15, + "language": "West Frisian", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 32, + "companyName": "Jabberbean", + "rating": 4, + "city": "Young America", + "state": "MN", + "job": "Marketing Manager", + "date": 7, + "language": "Azeri", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 33, + "companyName": "Blogspan", + "rating": 2, + "city": "Minneapolis", + "state": "MN", + "job": "Human Resources Assistant I", + "date": 22, + "language": "Tamil", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 34, + "companyName": "Wikizz", + "rating": 3, + "city": "Abilene", + "state": "TX", + "job": "Account Representative IV", + "date": 20, + "language": "Somali", + "jobType": "fulltime", + "remote": "Work From Home", + "education": "btech", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 35, + "companyName": "Linktype", + "rating": 2, + "city": "Fort Lauderdale", + "state": "FL", + "job": "Accounting Assistant IV", + "date": 7, + "language": "Dhivehi", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 36, + "companyName": "Buzzdog", + "rating": 5, + "city": "Saint Louis", + "state": "MO", + "job": "Product Engineer", + "date": 15, + "language": "French", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 37, + "companyName": "Eazzy", + "rating": 4, + "city": "Cleveland", + "state": "OH", + "job": "Quality Engineer", + "date": 11, + "language": "Romanian", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "", + "skills2": "" + }, + { + "id": 38, + "companyName": "Oyoba", + "rating": 4, + "city": "Apache Junction", + "state": "AZ", + "job": "Senior Editor", + "date": 10, + "language": "Chinese", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 39, + "companyName": "Feedbug", + "rating": 2, + "city": "Des Moines", + "state": "IA", + "job": "VP Sales", + "date": 16, + "language": "Hebrew", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 40, + "companyName": "Photolist", + "rating": 5, + "city": "Memphis", + "state": "TN", + "job": "Desktop Support Technician", + "date": 11, + "language": "Tsonga", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 41, + "companyName": "Tanoodle", + "rating": 5, + "city": "Denver", + "state": "CO", + "job": "Pharmacist", + "date": 20, + "language": "Portuguese", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 42, + "companyName": "InnoZ", + "rating": 2, + "city": "Orange", + "state": "CA", + "job": "Senior Quality Engineer", + "date": 13, + "language": "Swedish", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 43, + "companyName": "Kare", + "rating": 4, + "city": "Dallas", + "state": "TX", + "job": "Account Executive", + "date": 22, + "language": "Catalan", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 44, + "companyName": "Skyba", + "rating": 4, + "city": "Baton Rouge", + "state": "LA", + "job": "Electrical Engineer", + "date": 11, + "language": "Punjabi", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 45, + "companyName": "Fivespan", + "rating": 2, + "city": "Muskegon", + "state": "MI", + "job": "Software Consultant", + "date": 16, + "language": "Czech", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 46, + "companyName": "Tagpad", + "rating": 2, + "city": "Brooklyn", + "state": "NY", + "job": "VP Sales", + "date": 20, + "language": "Malay", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 47, + "companyName": "Babbleblab", + "rating": 3, + "city": "Macon", + "state": "GA", + "job": "Nuclear Power Engineer", + "date": 7, + "language": "Amharic", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 48, + "companyName": "Mydo", + "rating": 3, + "city": "Winston Salem", + "state": "NC", + "job": "Design Engineer", + "date": 15, + "language": "Spanish", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + }, + { + "id": 49, + "companyName": "Buzzster", + "rating": 4, + "city": "New York City", + "state": "NY", + "job": "Cost Accountant", + "date": 16, + "language": "Sotho", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Collaboration and interpersonal skills.", + "skills2": "Ability to work well in a team." + }, + { + "id": 50, + "companyName": "Yotz", + "rating": 3, + "city": "Odessa", + "state": "TX", + "job": "Clinical Specialist", + "date": 7, + "language": "Kurdish", + "jobType": "fresher", + "remote": "Onsite", + "education": "intermediate", + "skills1": "Adaptable and flexible and Ability to perform under pressure.", + "skills2": "Ability to meet deadlines." + } + ] + localStorage.setItem('jobs', JSON.stringify(data)) - return ( - + return ( + -
+
- - - + + + - - + + - - - - - - - - - - - - - - - -
- - ); + + + + + + + + + + + + + + + +
+
+ ); } export default App; diff --git a/src/Components/Home/Hamburger.jsx b/src/Components/Home/Hamburger.jsx index c332bef..bf4d43b 100644 --- a/src/Components/Home/Hamburger.jsx +++ b/src/Components/Home/Hamburger.jsx @@ -5,16 +5,16 @@ import { FaBars } from "react-icons/fa"; import "./hamburger.module.css"; function Hamburger() { - const [sidebar, setSidebar] = useState(true); + const [sidebar, setSidebar] = useState(true); - const showSidebar = () => setSidebar(!sidebar); - console.log(sidebar); - return ( - <> -
- -
- {/*
+ const showSidebar = () => setSidebar(!sidebar); + // console.log(sidebar); + return ( + <> +
+ +
+ {/*
  • @@ -32,8 +32,8 @@ function Hamburger() { })}
*/} - - ); + + ); } export default Hamburger; diff --git a/src/Components/Home/Head1.jsx b/src/Components/Home/Head1.jsx index e222cce..7456a68 100644 --- a/src/Components/Home/Head1.jsx +++ b/src/Components/Home/Head1.jsx @@ -35,41 +35,41 @@ const Right = styled.div` `; function Head1() { - return ( - <> - -
- -
+ return ( + <> + +
+ +
- -
- -
-
- -
+ +
+ +
+
+ +
- -
- - - ); + +
+ + + ); } export { Head1 }; diff --git a/src/Components/Home/Header.jsx b/src/Components/Home/Header.jsx index a91c47f..765c01c 100644 --- a/src/Components/Home/Header.jsx +++ b/src/Components/Home/Header.jsx @@ -50,54 +50,54 @@ const Right = styled.div` `; function Header({ setSign }) { - return ( - -
- -
- -
Find jobs
-
Company reviews
-
Find salaries
-
+ return ( + +
+ +
+ +
Find jobs
+
Company reviews
+
Find salaries
+
- -
Post your resume
-
- -
-
-
Employers/Post job
-
- - ); + +
Post your resume
+
+ +
+
+
Employers/Post job
+
+ + ); } export { Header }; diff --git a/src/Components/Home/Header1.jsx b/src/Components/Home/Header1.jsx index 17e9fb2..8293b4e 100644 --- a/src/Components/Home/Header1.jsx +++ b/src/Components/Home/Header1.jsx @@ -65,133 +65,133 @@ const Right = styled.div` function Header1({ setSign }) { - let user = JSON.parse(localStorage.getItem('user')) - return ( - <> - -
- -
- -
Find jobs
-
Company reviews
-
Find salaries
-
- - -
- -
-
- -
- -
- - - {user.emaild} - - - - - - - Profile - - - - - - My Jobs - - - - - - My reviews - - - - - - - Email prefrences - - - - - - - Search preferences - - - - - - - Setting - - - - - - - Help Center - -
- { - console.log("iuyg"); - setSign(true) - }} - style={{ - marginTop: "0px", - cursor: "pointer", - textAlign: "center", - color: "rgb(50,87,167)", - }} - > - Sign Out - - - } - > - -
-
- -
-
Employers/Post job
-
- - - ); + let user = JSON.parse(localStorage.getItem('user')) + return ( + <> + +
+ +
+ +
Find jobs
+
Company reviews
+
Find salaries
+
+ + +
+ +
+
+ +
+ +
+ + + {user.emaild} + + + + + + + Profile + + + + + + My Jobs + + + + + + My reviews + + + + + + + Email prefrences + + + + + + + Search preferences + + + + + + + Setting + + + + + + + Help Center + +
+ { + console.log("iuyg"); + setSign(true) + }} + style={{ + marginTop: "0px", + cursor: "pointer", + textAlign: "center", + color: "rgb(50,87,167)", + }} + > + Sign Out + + + } + > + +
+
+ +
+
Employers/Post job
+
+ + + ); } export { Header1 }; diff --git a/src/Components/Home/Landing.jsx b/src/Components/Home/Landing.jsx index 537d059..e97e6c9 100644 --- a/src/Components/Home/Landing.jsx +++ b/src/Components/Home/Landing.jsx @@ -52,6 +52,7 @@ function Landing() { let comp = JSON.parse(localStorage.getItem('jobs')) setSearch(comp) } + // eslint-disable-next-line const optimisedVersion = useCallback(debounce(handleChange), []); return ( diff --git a/src/Components/Home/Optioncard.jsx b/src/Components/Home/Optioncard.jsx index 8c7829f..4f7a00f 100644 --- a/src/Components/Home/Optioncard.jsx +++ b/src/Components/Home/Optioncard.jsx @@ -2,14 +2,14 @@ import styles from "./optioncard.module.css"; import { BsSearch } from "react-icons/bs"; export function Optioncard(props) { - return ( - <> -
-
- -
-
{props.title}
-
- - ); + return ( + <> +
+
+ +
+
{props.title}
+
+ + ); } diff --git a/src/Components/Home/ResumeUpload.jsx b/src/Components/Home/ResumeUpload.jsx index a7b222e..72942ec 100644 --- a/src/Components/Home/ResumeUpload.jsx +++ b/src/Components/Home/ResumeUpload.jsx @@ -42,14 +42,14 @@ const Bottom = styled.div` `; export function ResumeUpload() { - return ( - <> - -
-

Let employers find you

- -
-
- - ); + return ( + <> + +
+

Let employers find you

+ +
+
+ + ); } diff --git a/src/Components/Home/SidebarData.js b/src/Components/Home/SidebarData.js index 3273b4b..9e90041 100644 --- a/src/Components/Home/SidebarData.js +++ b/src/Components/Home/SidebarData.js @@ -3,69 +3,69 @@ import React from "react"; import { IoChevronForwardOutline } from "react-icons/io5"; export const SidebarData = [ - { - title: "Find Jobs", - - cName: "nav-text", - icon: , - }, - { - title: "Company reviews", - - cName: "nav-text", - icon: , - }, - { - title: "Find Salaries", - - cName: "nav-text", - icon: , - }, - { - title: "Employers", - - cName: "nav-text", - icon: , - }, - { - title: "Profile", - - cName: "nav-text", - icon: , - }, - - { - title: "My Jobs", - - cName: "nav-text", - icon: , - }, - - { - title: "My Reviews", - - cName: "nav-text", - icon: , - }, - - { - title: "My subscription", - - cName: "nav-text", - icon: , - }, - - { - title: "Settings", - - cName: "nav-text", - icon: , - }, - - { - title: "Change Country", - - cName: "nav-text", - icon: , - }, + { + title: "Find Jobs", + + cName: "nav-text", + icon: , + }, + { + title: "Company reviews", + + cName: "nav-text", + icon: , + }, + { + title: "Find Salaries", + + cName: "nav-text", + icon: , + }, + { + title: "Employers", + + cName: "nav-text", + icon: , + }, + { + title: "Profile", + + cName: "nav-text", + icon: , + }, + + { + title: "My Jobs", + + cName: "nav-text", + icon: , + }, + + { + title: "My Reviews", + + cName: "nav-text", + icon: , + }, + + { + title: "My subscription", + + cName: "nav-text", + icon: , + }, + + { + title: "Settings", + + cName: "nav-text", + icon: , + }, + + { + title: "Change Country", + + cName: "nav-text", + icon: , + }, ]; diff --git a/src/Components/Home/hamburger.module.css b/src/Components/Home/hamburger.module.css index e867835..e859054 100644 --- a/src/Components/Home/hamburger.module.css +++ b/src/Components/Home/hamburger.module.css @@ -1,65 +1,67 @@ - .nav-menut { - display: none; - - top: 0; - right: -100%; - transition: 850ms; + display: none; + top: 0; + right: -100%; + transition: 850ms; } + .activeh { - display: flex; - width: 50px; - height: 50px; - background-color: red; + display: flex; + width: 50px; + height: 50px; + background-color: red; } .nav-text { - display: flex; - justify-content: start; - align-items: center; - padding: 8px 0px 8px; - list-style: none; - height: 60px; + display: flex; + align-items: center; + justify-content: flex-start; + padding: 8px 0px 8px; + list-style: none; + height: 60px; } -.nav-text > a { - text-decoration: none; - color: black; - font-size: 18px; - width: 95%; - height: 100%; - display: flex; - align-items: center; - padding: 0px; - border-radius: 4px; + +.nav-text>a { + text-decoration: none; + color: black; + font-size: 18px; + width: 95%; + height: 100%; + display: flex; + align-items: center; + padding: 0px; + border-radius: 4px; } + .nav-text a:hover { - color: blue; + color: blue; } + .nav-menu-items { - width: 100%; - display: flex; - margin: 0; - position: absolute !important; - top: 110px !important; - height: 100%; - background-color: red; - flex-direction: column; - width: 70%; - min-width: 100%; - - right: 455pxpx; - transition: right 300ms ease 0s; - padding-right: 450px !important; - z-index: 10; + width: 100%; + display: flex; + margin: 0; + position: absolute !important; + top: 110px !important; + height: 100%; + background-color: red; + flex-direction: column; + width: 70%; + min-width: 100%; + right: 455px; + transition: right 300ms ease 0s; + padding-right: 450px !important; + z-index: 10; } -.navbar-toogle { - width: 10%; - height: 80px; - display: flex; - margin-right: 0 !important; - border-top: 0px; +.navbar-toogle { + width: 10%; + height: 80px; + display: flex; + margin-right: 0 !important; + border-top: 0px; } + /* .navbar-toogle::after { box-sizing: none; margin-right: 0 !important; @@ -68,26 +70,27 @@ box-sizing: none; margin-right: 0 !important; } */ -.nav-menu-items > li { - width: 90%; - margin: auto; - display: flex; - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - padding-left: 0; - justify-content: space-between; +.nav-menu-items>li { + width: 90%; + margin: auto; + display: flex; + border-bottom: 1px solid rgba(0, 0, 0, 0.2); + padding-left: 0; + justify-content: space-between; } .cross { - margin-right: 0; - margin-left: 90%; + margin-right: 0; + margin-left: 90%; } .nav-menu-items li:hover { - background-color: rgb(171, 169, 168); -} -.nav-menu-items > li:first-of-type { - border: none; - height: 50px !important; - margin-top: 5px !important; + background-color: rgb(171, 169, 168); } + +.nav-menu-items>li:first-of-type { + border: none; + height: 50px !important; + margin-top: 5px !important; +} \ No newline at end of file diff --git a/src/index.js b/src/index.js index a65dd5c..1b13e0d 100644 --- a/src/index.js +++ b/src/index.js @@ -6,12 +6,12 @@ import { BrowserRouter } from "react-router-dom"; const rootElement = document.getElementById('root') ReactDOM.render( - - - - , - , - rootElement + + + + , + , + rootElement ); // If you want to start measuring performance in your app, pass a function