Skip to content

Feat/skills - #8

Merged
kamycoding merged 2 commits into
mainfrom
feat/skills
Aug 6, 2026
Merged

Feat/skills#8
kamycoding merged 2 commits into
mainfrom
feat/skills

Conversation

@kamycoding

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings August 6, 2026 15:00
@kamycoding
kamycoding merged commit d82e028 into main Aug 6, 2026
1 check passed
@kamycoding
kamycoding deleted the feat/skills branch August 6, 2026 15:01

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

This PR adds a new “Skills” section to the home page and factors a decorative “reveal” animation into a reusable global CSS utility so it can be shared across sections.

Changes:

  • Introduces a new standalone Skills section (TS/HTML/CSS + model) and renders it from Home.
  • Extracts the about-title underline animation into a global .decorative-reveal class with shared motion tokens.
  • Adds required Skills imagery/assets (icons, peel card arrow, etc.).

Reviewed changes

Copilot reviewed 9 out of 33 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/styles.css Adds shared motion tokens and global .decorative-reveal animation utility.
src/app/pages/home/sections/skills/skills.ts New Skills section component with signal state + skills data.
src/app/pages/home/sections/skills/skills.model.ts Defines SkillItem model for Skills items.
src/app/pages/home/sections/skills/skills.html Skills section markup (title art, skills grid, peel-card toggle).
src/app/pages/home/sections/skills/skills.css Skills section styling (background, icon hover, peel-card states).
src/app/pages/home/sections/about/about.html Switches underline image to use .decorative-reveal.
src/app/pages/home/sections/about/about.css Removes now-duplicated underline animation styles.
src/app/pages/home/home.ts Imports and registers the new Skills section in Home.
src/app/pages/home/home.html Renders <app-skills /> in the home page flow.
public/assets/skills/icons/Vue.Js.svg Adds Vue icon asset.
public/assets/skills/icons/Ts.svg Adds TypeScript icon asset.
public/assets/skills/icons/Tailwind.svg Adds Tailwind icon asset.
public/assets/skills/icons/Supabase.svg Adds Supabase icon asset.
public/assets/skills/icons/Rest-Api.svg Adds REST API icon asset.
public/assets/skills/icons/React.svg Adds React icon asset.
public/assets/skills/icons/Node.svg Adds Node icon asset.
public/assets/skills/icons/Next.svg Adds Next.js icon asset.
public/assets/skills/icons/Js.svg Adds JavaScript icon asset.
public/assets/skills/icons/Git.svg Adds Git icon asset.
public/assets/skills/icons/Firebase.svg Adds Firebase icon asset.
public/assets/skills/icons/Figma.svg Adds Figma icon asset.
public/assets/skills/icons/CSS.svg Adds CSS icon asset.
public/assets/skills/icons/Angular.svg Adds Angular icon asset.
public/assets/skills/icons/Android.svg Adds Android icon asset (used on peel-card back).
public/assets/skills/arrow-peel.svg Adds peel-card arrow asset.

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

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