From 0cce27cb0db63778b0f0de555550bc206c8941f3 Mon Sep 17 00:00:00 2001 From: soniya malviya Date: Tue, 4 Jun 2024 14:15:59 +0530 Subject: [PATCH] Added pictures --- .idea/.gitignore | 5 +++++ client/src/components/Home/SectionFourth.jsx | 6 +++--- client/src/components/Home/SectionSixth.jsx | 8 ++++---- server/package.json | 1 + 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b58b603 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/client/src/components/Home/SectionFourth.jsx b/client/src/components/Home/SectionFourth.jsx index 5c1d987..a38dd08 100644 --- a/client/src/components/Home/SectionFourth.jsx +++ b/client/src/components/Home/SectionFourth.jsx @@ -9,21 +9,21 @@ const SectionFourth = () => { name: 'Google', description: 'Explore opportunities at Google.', jobs: 5000, // Total number of jobs - image: 'https://via.placeholder.com/150', // Example image URL + image: 'https://static01.nyt.com/images/2019/06/18/business/18google/merlin_155876157_28d611ed-0437-4e3a-819e-c4ecb616d59e-superJumbo.jpg', // Example image URL }, { id: '2', name: 'Amazon', description: 'Join Amazon and build the future.', jobs: 8000, - image: 'https://via.placeholder.com/150', // Example image URL + image: 'https://www.accountancydaily.co/sites/default/files/styles/media_thumbnail/public/field/image/amazon_adobestock_291428005_editorial_use_only.jpeg?itok=rt2oGCMy', // Example image URL }, { id: '3', name: 'Microsoft', description: 'Innovate with Microsoft.', jobs: 10000, - image: 'https://via.placeholder.com/150', // Example image URL + image: 'https://www.investmentmonitor.ai/wp-content/uploads/sites/7/2021/12/microsoft-headquarters-fdi.jpg', // Example image URL }, ]; diff --git a/client/src/components/Home/SectionSixth.jsx b/client/src/components/Home/SectionSixth.jsx index d306c93..155200d 100644 --- a/client/src/components/Home/SectionSixth.jsx +++ b/client/src/components/Home/SectionSixth.jsx @@ -7,25 +7,25 @@ const SectionFifth = () => { { id: '1', name: 'New York', - imageUrl: 'https://via.placeholder.com/300', // Example image URL + imageUrl: 'https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg', // Example image URL openPositions: 500, // Example number of open positions }, { id: '2', name: 'San Francisco', - imageUrl: 'https://via.placeholder.com/300', // Example image URL + imageUrl: 'https://media.istockphoto.com/id/1342281568/photo/golden-gate-bridge-with-clouds-over-san-francisco-california-usa.webp?b=1&s=170667a&w=0&k=20&c=_aCUoulYM84W-Sqh0hv17S8rVDx_Nd-Od6lTQFZJ11s=', // Example image URL openPositions: 300, }, { id: '3', name: 'London', - imageUrl: 'https://via.placeholder.com/300', // Example image URL + imageUrl: 'https://burst.shopifycdn.com/photos/big-ben-clock.jpg?width=1000&format=pjpg&exif=0&iptc=0', // Example image URL openPositions: 700, }, { id: '4', name: 'Tokyo', - imageUrl: 'https://via.placeholder.com/300', // Example image URL + imageUrl: 'https://a1.cdn.japantravel.com/photo/12865-215185/1440x960!/tokyo-tokyo-prefecture-215185.jpg', // Example image URL openPositions: 400, }, ]; diff --git a/server/package.json b/server/package.json index 56c9c0d..74df09c 100644 --- a/server/package.json +++ b/server/package.json @@ -6,6 +6,7 @@ "type": "module", "scripts": { "start": "nodemon server.js", + "dev": "nodemon server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "",