Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added pictures #190

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/src/components/Home/SectionFourth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
];

Expand Down
8 changes: 4 additions & 4 deletions client/src/components/Home/SectionSixth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
];
Expand Down
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"scripts": {
"start": "nodemon server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand Down
Loading