Skip to content

Add "More Projects" section to portfolio#8

Merged
idonov8 merged 3 commits into
masterfrom
claude/add-lidar-project-Z4U1y
May 8, 2026
Merged

Add "More Projects" section to portfolio#8
idonov8 merged 3 commits into
masterfrom
claude/add-lidar-project-Z4U1y

Conversation

@idonov8

@idonov8 idonov8 commented May 8, 2026

Copy link
Copy Markdown
Owner

Summary

Added a new "More Projects" section to display additional projects in a compact link format, separate from the main featured projects list.

Key Changes

  • JavaScript: Added logic to render a more-projects container that displays projects as inline links with bracket notation [ Project Name ]
  • CSS: Styled the new .more-projects section with:
    • Subtle text color with 0.7 opacity for links
    • Smooth hover transition to full opacity (1.0) with underline
    • Consistent spacing and typography
  • Data: Reorganized the portfolio data structure:
    • Moved "RasarBot" project from the main projects list to a new moreProjects array
    • Added "LiDAR Visualizer" as a new featured project in the main list

Implementation Details

  • The moreProjects section only renders if the array exists and contains items
  • Links open in new tabs (target="_blank")
  • Projects are displayed inline with space separation between links
  • Styling uses CSS variables for theme consistency and maintains the existing design language

https://claude.ai/code/session_017Y47iGdhJYxdXqdUGaZ9ho

@idonov8 idonov8 force-pushed the claude/add-lidar-project-Z4U1y branch from b8e2263 to 29382e3 Compare May 8, 2026 13:45
@github-actions

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-05-08 15:42 UTC

- Add LiDAR Visualizer as second project after CV in links.yaml
- Move RasarBot to new moreProjects field
- Render "More Projects: [ RasarBot ]" line below project cards in script.js
- Add .more-projects CSS styles

https://claude.ai/code/session_017Y47iGdhJYxdXqdUGaZ9ho
@idonov8 idonov8 force-pushed the claude/add-lidar-project-Z4U1y branch from 29382e3 to 15cede6 Compare May 8, 2026 13:49

@idonov8 idonov8 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

@claude Implement these changes please

Comment thread links.yaml Outdated
flex-wrap: wrap;
align-items: center;
gap: 8px;
font-size: 0.9rem;

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

This section should be bigger. Same size as the more projects bit in the filmmaking part

Comment thread links.yaml Outdated
- Fix LiDAR description to "freelance project"
- Add year to RasarBot title
- Match more-projects button size to professional-links buttons

https://claude.ai/code/session_017Y47iGdhJYxdXqdUGaZ9ho
@idonov8 idonov8 merged commit 118b94e into master May 8, 2026
2 checks passed
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