mathewchris96 / complete

0 stars 0 forks source link

styling #23

Open mathewchris96 opened 1 month ago

mathewchris96 commented 1 month ago

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.

  1. 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.
  2. 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.
  3. Empty State Handling: If there are no job listings available, display a message indicating that there are no listings at the moment.
testbot-codemonk[bot] commented 1 month ago

Resolving the issue ⏳

testbot-codemonk[bot] commented 1 month ago

Issue is Resolved 🚀
Pull Request Created at: https://github.com/mathewchris96/complete/pull/24