Commit Graph

12 Commits

Author SHA1 Message Date
Denshooter
83c5cd1b75 chore: add @types/react-responsive-masonry package
fixing with this import error on building
2025-02-23 11:07:58 +01:00
Denshooter
a36cec04c7 feat: add responsive masonry layout for projects display 2025-02-22 23:16:36 +01:00
Denshooter
180b9aa9f8 full upgrade (#31)
*  chore: update CI workflow to include testing and multi-arch build (#29)

*  chore: remove unused dependencies from package-lock.json and updated to a better local dev environment (#30)

*  test: add unit tests

*  test: add unit tests for whole project

*  feat: add whatwg-fetch for improved fetch support

*  chore: update Node.js version to 22 in workflow

*  refactor: update types and improve email handling tests

*  refactor: remove unused imports

*  fix: normalize image name to lowercase in workflows

*  fix: ensure Docker image names are consistently lowercase

*  chore: update

*  chore: update base URL to use secret variable

*  chore: update to login to ghcr

*  fix: add missing 'fi' to close if statement in workflow
2025-02-16 16:36:21 +01:00
Denshooter
b4616234cf refactor(package.json, next.config.ts, Hero.tsx): add bundle analyzer support and improve code formatting 2025-02-13 19:04:32 +01:00
Denshooter
635c244c06 feat: update dependencies and enhance privacy policy
Replace "@vercel/analytics" with "@tryghost/content-api" and add 
"node-fetch" to dependencies. Remove "@vercel/speed-insights" to 
streamline the package. Update robots.txt to dis access to 
"/legal-notice" and "/privacy-policy". Change <p> tags to <div> in 
the Privacy Policy for better structure. Update the last modified 
date in the Legal Notice. Add a new API route for fetching images 
with error handling for missing URL parameters.
2025-02-12 12:59:15 +01:00
Denshooter
05f879d226 feat: implement email sending functionality with nodemailer; add contact form handling and success/error notifications 2025-02-04 21:12:13 +01:00
Denshooter
36e44ef1b8 feat: add cookie consent banner and privacy policy page; update dependencies and improve animations 2025-02-04 16:44:49 +01:00
Denshooter
f1112becd9 feat: implement project fetching and markdown rendering for enhanced project display 2025-02-04 01:37:58 +01:00
Denshooter
abe88f34a2 update 2025-01-30 12:37:43 +01:00
Denshooter
8f82df884a update 2025-01-06 09:08:55 +01:00
Denshooter
143bd821e5 update 2025-01-05 17:52:41 +01:00
Denshooter
ceb64d5251 Initial commit from Create Next App 2025-01-05 13:09:13 +01:00