Vets-Who-Code / vets-who-code-app

http://vetswhocode.io
47 stars 35 forks source link

Adding Testimonial Section on Homepage in Horizontal Board Format #466

Closed mountainmort closed 11 months ago

mountainmort commented 1 year ago

Ticket: Adding Testimonial Section on Homepage in Horizontal Board Format

Description: As a member of the development team, I want to add a testimonial section to the homepage of our web app. The section should display three testimonials in a horizontal board format to showcase positive feedback from our customers.

Acceptance Criteria:

  1. Testimonial Section Layout:

    • Create a new section on the homepage dedicated to testimonials.
    • Implement a horizontal board format to display the testimonials side by side.
    • Ensure that the section is visually appealing and consistent with the overall design of the web app.
    • Use responsive design techniques to ensure the testimonial section adapts well to different screen sizes and devices.
  2. Testimonial Content:

    • Gather three testimonials from our customers, including their name, photo (if available), and the testimonial text.
    • Add the necessary fields in the content management system to store and manage testimonial data.
  3. Bootstrap Implementation:

    • Utilize Bootstrap, a popular CSS framework, to streamline the creation of the testimonial section.
    • Apply appropriate Bootstrap classes and components to achieve the desired layout and styling.
    • Ensure that the testimonials are evenly distributed and displayed in a visually appealing manner.
    • Leverage Bootstrap's grid system to ensure responsive behavior and consistent alignment across different devices.
  4. Testimonial Section Functionality:

    • Implement a sliding or carousel functionality to enable users to navigate through the testimonials.
    • Ensure smooth transitions between testimonials and provide controls (e.g., arrows or dots) to indicate the available testimonials and allow users to switch between them.
  5. Integration and Testing:

    • Integrate the testimonial section into the homepage of the web app.
    • Test the section's functionality and responsiveness across various devices and screen sizes to ensure a seamless user experience.
    • Verify that the testimonial section is compatible with different web browsers.
  6. Documentation:

    • Update the relevant documentation, including any changes made to the HTML structure or CSS classes, to reflect the addition of the testimonial section.
    • Provide instructions on how to update and manage testimonials within the content management system.

Additional Considerations:

Note: Please provide regular updates on the progress of this ticket and communicate any challenges or concerns encountered during the implementation process.

github-actions[bot] commented 1 year ago

Hey @mountainmort, thanks for opening your first issue. We welcome you to the community and appreciate your dedication to enhance our application!