Add "More Projects" section to portfolio#8
Merged
Conversation
b8e2263 to
29382e3
Compare
|
- 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
29382e3 to
15cede6
Compare
idonov8
commented
May 8, 2026
| flex-wrap: wrap; | ||
| align-items: center; | ||
| gap: 8px; | ||
| font-size: 0.9rem; |
Owner
Author
There was a problem hiding this comment.
This section should be bigger. Same size as the more projects bit in the filmmaking part
idonov8
commented
May 8, 2026
- 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
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.
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
more-projectscontainer that displays projects as inline links with bracket notation[ Project Name ].more-projectssection with:moreProjectsarrayImplementation Details
moreProjectssection only renders if the array exists and contains itemstarget="_blank")https://claude.ai/code/session_017Y47iGdhJYxdXqdUGaZ9ho