dermyhughes / gatsby-ghost-blog

Gatsby front end blog using Ghost as headless CMS
MIT License
0 stars 0 forks source link

Chore/update cv #201

Closed dermyhughes closed 2 months ago

dermyhughes commented 2 months ago

Update CV and bundle Permanent Marker font with app

codeautopilot[bot] commented 2 months ago

PR summary

This Pull Request updates the CV page of the application by refactoring the CV component, updating the CV content, and bundling the "Permanent Marker" font locally instead of loading it from Google Fonts. The changes also include commenting out the download button for the CV PDF and making various style adjustments.

Suggestion

  1. Re-enable the Download Button: Consider re-enabling the download button for the CV PDF to enhance user experience.
  2. Code Splitting: Break down the cvRaw.jsx file into smaller components to improve readability and maintainability.
  3. Font Loading Fallback: Implement a fallback mechanism for font loading to ensure a seamless user experience in case the local font fails to load.