Security fix noopener noreferrer 1344795794978397750#152
Open
scoat76 wants to merge 37 commits intotbakerx:mainfrom
Open
Security fix noopener noreferrer 1344795794978397750#152scoat76 wants to merge 37 commits intotbakerx:mainfrom
scoat76 wants to merge 37 commits intotbakerx:mainfrom
Conversation
… file with the specified extensions (--ext ...) and fix them. It avoids the quoting problem entirely.
… file with the specified extensions (--ext ...) and fix them. It avoids the quoting problem entirely.
Refactors the contact section by replacing the static list of contact details with a functional contact form. - Removes the old implementation that listed contact info like email, phone, and social media links. - Introduces `ContactForm.tsx` to handle user messages. - Updates the layout to a two-column design, placing the form alongside the descriptive text. Modified: src/components/Sections/Contact/index.tsx
Updates the descriptive text in the skills section of the resume to be more professional. Modified: src/components/Sections/Resume/index.tsx
Removes the email link from the contact section and updates the description to direct users to the contact form. Modified: src/data/data.tsx
Reorders the skill groups in the data file. The "Management & Strategy" section is now first, and the "Languages" section is now last. Modified: src/data/data.tsx
Reorders the skill groups in the data file. The "Management & Strategy" section is now first, and the "Languages" section is now last. Modified: src/data/data.tsx
Replaces the multi-column layout (`columns-2 md:columns-3 lg:columns-4`) with a CSS grid layout (`grid-cols-1 md:grid-cols-2`). This change ensures portfolio images are larger and more consistently sized, especially on larger screens. The `object-cover` class is also added to the images to maintain their aspect ratio within the new grid structure. Modified: src/components/Sections/Portfolio.tsx
Adds a new project, "AI & Home Automation System," to the portfolio data. This includes the project title, description, URL, and a new image import. Modified: src/data/data.tsx
Refactors the portfolio content to emphasize "IT Delivery & Transformation Lead" and "BizDevOps Strategist" over the previous "Enterprise Transformation Lead" focus. Key changes include: - Updating titles, descriptions, and skills to align with the new focus. - Revising portfolio items and work experience - optimization, flow metrics, and delivery management. - Adding a new timeline entry for "Head of Test & Release Department". - Refreshing testimonials. - Removing contact details like phone and location. - Removing a portfolio image that is no longer used. Modified: src/data/data.tsx
Removes citation markers from the description text in the `aboutData` object.
Removes citation tags from the hero section, portfolio items, education, and work experience. Also adds a new portfolio item for "IoT & Cost Optimization (R&D)" with its corresponding image. Modified: src/data/data.tsx
Removes an unused `MapIcon` import from the data file.
Updates the "About" section to provide more context. - Adds a new "Location" item. - Renames "Strategy" to "Personal Interests" and lists specific hobbies. - Refines the "Languages" item for clarity. Modified: src/data/data.tsx
Adds the `MapIcon` from `@heroicons/react/24/outline` for future use in the application data. Modified: src/data/data.tsx
Adds "Warsaw" to the location of the Agricultural Market Agency to provide more specific information. Modified: src/data/data.tsx
Adds various favicon formats to the `public` directory to improve browser and device compatibility. This includes standard `.ico` and `.png` sizes, as well as icons for Android Chrome and Apple touch devices.
Adds various favicon formats (`apple-touch-icon`, `favicon-32x32`, `favicon-16x16`) and a web manifest link to the document head for improved browser and device integration. Modified: src/pages/_document.tsx
Added detailed project documentation in English under `docs/` folder: - `docs/README.md`: Main entry point for documentation - `docs/GETTING_STARTED.md`: Setup instructions and how to update CV data - `docs/ARCHITECTURE.md`: Technical overview of Next.js, React, Tailwind setup - `docs/COMPONENTS.md`: Guide to all major React components Updated main `README.md` to include links to the new documentation files. Co-authored-by: scoat76 <33258885+scoat76@users.noreply.github.com>
…8286010972967591 docs: add comprehensive project documentation
Added `rel="noopener noreferrer"` to anchor tags with `target="_blank"` in the Portfolio section to prevent potential "tabnabbing" attacks. Co-authored-by: scoat76 <33258885+scoat76@users.noreply.github.com>
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.