Open
Conversation
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Here's the PR! #23
⚡This is an automated 🛠️ Pull Request raised by Codemonk
Issue: Add styling to the jobListing.ejs page. DO NOT CHANGE ANY OTHER FILES. follow these given instructions for styling:
Overall Layout:
The page should have a container element to hold all the job listings.
Each job listing should be enclosed in a div with the class job-listing.
Job Listing Details:
Each job listing should include the following details:
The company name should be displayed as an
heading.
Display the role of the job.
Mention the domain of the job.
Show the location of the job.
List the skills required for the job.
Describe the nature of the work.
Include an "Apply" button that links to the job posting.
3. Styling:
Apply styles to achieve a clean and organized layout similar to the provided design.
Use a consistent font family such as Arial or sans-serif.
Set appropriate margins and paddings to space out the job listings.
Apply background colors, borders, and shadows to create visual distinction between job listings.
Ensure text colors are legible and contrast well with the background.
Style the "Apply" button to be visually appealing and easily identifiable.
4. Responsiveness:
Ensure that the layout adapts well to different screen sizes, maintaining readability and usability.
Implement responsive design techniques to handle various device widths, such as using media queries.
5. Empty State Handling:
If there are no job listings available, display a message indicating that there are no listings at the moment.