Skip to content

Feat/testimonials - #10

Merged
kamycoding merged 3 commits into
mainfrom
feat/testimonials
Aug 7, 2026
Merged

Feat/testimonials#10
kamycoding merged 3 commits into
mainfrom
feat/testimonials

Conversation

@kamycoding

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 7, 2026 08:07
@kamycoding
kamycoding merged commit c4e91bd into main Aug 7, 2026
1 check passed
@kamycoding
kamycoding deleted the feat/testimonials branch August 7, 2026 08:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “Testimonials” section to the Home page, including UI markup/styling and a typed data/model layer to drive the content.

Changes:

  • Introduces a standalone Testimonials section component (TS/HTML/CSS) rendered on the Home page.
  • Adds typed testimonials model + data (including paper asset mapping) under src/app/features/testimonials/.
  • Adds a LinkedIn mark SVG and references existing testimonial-related assets.

Reviewed changes

Copilot reviewed 7 out of 15 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/app/pages/home/sections/testimonials/testimonials.ts New Angular component exposing testimonial data/assets to the template.
src/app/pages/home/sections/testimonials/testimonials.html New testimonials section markup, card layout, and profile links.
src/app/pages/home/sections/testimonials/testimonials.css Styling for testimonial cards, responsive layout, and focus/hover behavior.
src/app/pages/home/home.ts Registers the new Testimonials section in the Home component imports.
src/app/pages/home/home.html Renders <app-testimonials /> on the Home page.
src/app/features/testimonials/testimonials.model.ts Adds typed model definitions for testimonials and paper assets.
src/app/features/testimonials/testimonials.data.ts Adds testimonial content and paper asset mapping constants.
public/assets/testimonials/linkedin-mark.svg Adds the LinkedIn icon used by testimonial profile links.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

export const TESTIMONIAL_PAPER_ASSETS = {
'paper-01': {
desktopSrc: '/assets/testimonials/testimonial-paper-01-desktop.webp',
mobileSrc: '/assets/testimonials/testimonial-paper-02-mobile.webp',

<ul class="testimonials__cards mt-8" role="list">
@for (testimonial of testimonials; track testimonial.id) {
<li class="testimonial-card" tabindex="0">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants