Feat/skills - #8
Merged
Merged
Conversation
There was a problem hiding this comment.
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
Skillssection (TS/HTML/CSS + model) and renders it fromHome. - Extracts the about-title underline animation into a global
.decorative-revealclass 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.
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.
No description provided.