40 Commits

Author SHA1 Message Date
1922d16dd8 notepad: im trying to figure out what my favorite color is 2025-12-18 14:32:02 -07:00
2de0be39d2 Add notepad utility and update blog notes
- Add `notepad` script to package.json for timestamped note handling
- Create `src/utils/notepad.js` to append notes, commit, push, and deploy
- Update `nicholais-notepad.mdx` description and remove placeholder entries
2025-12-18 14:30:12 -07:00
b1bf006938 notepad: this is a test 2025-12-18 14:28:54 -07:00
9e959c2c4f Remove Header and HeaderLink components
- Deleted src/components/Header.astro
- Deleted src/components/HeaderLink.astro
2025-12-18 14:23:47 -07:00
987cfd4871 Refactor README files: simplify headings, update commands, trim verbose
- Updated top-level headings in README.md and src/utils/README.md
- Replaced tech stack section with concise list
- Updated dev command examples to use `pnpm run deploy`
- Revised blog section wording
- Removed detailed workflow, features, and troubleshooting sections from utils README
- Adjusted ffmpeg installation notes for Linux
2025-12-18 14:22:35 -07:00
06686a920e Add git commit automation, update assets and config
- Add git-commit.js script and README instructions
- Add .env.example for OpenRouter API key
- Update .gitignore to ignore utils/.env
- Add commit command to package.json scripts
- Delete obsolete placeholder images (avif/jpeg)
- Switch BaseHead.astro and Hero.astro to use avif images
- Update imports to reflect new image formats
2025-12-18 14:15:03 -07:00
0115236224 Add placeholder images to blog posts and use AVIF format. 2025-12-18 14:04:03 -07:00
2ee6aef726 notepad: This is my personal notepad. You will find nothing 2025-12-18 13:55:20 -07:00
418b367a14 notepad: testing 2025-12-18 13:53:42 -07:00
7d8d7cb2ec Add AVIF image converter utility 2025-12-18 13:46:28 -07:00
545f7bcb91 new blog and also updated accent color from ff4d00 to dd4132 2025-12-18 13:04:14 -07:00
00da275a64 Fix HTML_MARKER URL formatting in consts.ts for website visualization tool diagnostics 2025-12-12 17:07:27 -07:00
ae8fe8bf7a Merge pull request 'refactoring' (#1) from refactoring into main
Reviewed-on: https://git.biohazardvfx.com/Nicholai/nicholai-work-2026/pulls/1
2025-12-12 22:51:45 +00:00
d236b51794 Add HTML marker for diagnostics in consts and integrate into BaseLayout
- Introduced HTML_MARKER constant in consts.ts for website visualization tool diagnostics.
- Updated BaseLayout.astro to include the HTML_MARKER in the head section for improved site diagnostics.
2025-12-12 15:50:18 -07:00
393f6f4b6f Add documentation for development processes and optimization guidelines
- Created CLAUDE.md to provide guidance on development commands, high-level architecture, content structure, and component relationships.
- Added dev/optimization-guidelines.md outlining performance principles and best practices for high-performance web code, inspired by McMaster-Carr's website.
- Introduced a new blog post, 'Building Your Own Tools: From VFX Artist to Developer', discussing the transition to self-hosting and AI development.
- Included a new asset, claude-nuke.png, for use in the blog post.
2025-12-12 14:23:56 -07:00
83abea5c9e Refactor components for performance and accessibility improvements
- Removed unused Lucide CDN script from BaseHead component to reduce network costs.
- Enhanced CustomCursor component with requestAnimationFrame for smoother animations and respect for user motion preferences.
- Updated Hero section styles for faster fade-out transitions and improved responsiveness to user preferences.
- Optimized clock functionality in Hero section to reduce drift and improve performance.
- Streamlined mousemove event handling in Hero section for better performance and reduced resource usage.
- Lazy-loaded markdown renderer in contact page to keep initial JavaScript lighter.
- Added will-change property to global CSS for improved rendering performance.
2025-12-12 14:23:40 -07:00
083647814b updated consts, added gitea 2025-12-09 09:17:10 -07:00
bd16598998 Update site configuration and enhance SEO with structured data
- Changed site URL in configuration from 'https://example.com' to 'https://nicholai.work'.
- Updated site title and description for better SEO optimization.
- Removed outdated portrait images and replaced them with optimized formats in the hero section.
- Enhanced BaseHead component with structured data for improved search engine visibility.
- Added reading time calculation to blog posts for better user engagement.
2025-12-08 14:53:56 -07:00
cb167049e0 updated readme 2025-12-08 04:21:19 -07:00
4e91e9e0d9 Refactor BlogPost layout by removing animations for improved performance
- Removed animation classes from the BlogPost layout to enhance loading speed and user experience.
- Added eager loading for the hero image to prioritize its display.
- Streamlined the main content section by eliminating unnecessary animations.
2025-12-08 04:17:39 -07:00
0c4ee84508 Add new blog components for enhanced navigation and reading experience
- Introduced PostNavigation, ReadingProgress, RelatedPosts, and TableOfContents components to improve user navigation and engagement within blog posts.
- Updated BlogPost layout to incorporate new components, providing a cohesive reading experience with navigation links to previous and next posts, a reading progress bar, and related articles.
- Enhanced global CSS styles for better typography and layout consistency across blog components.
2025-12-08 04:15:31 -07:00
75f7a87c54 Add blog components and enhance blog functionality
- Introduced new BlogCard and BlogFilters components for improved blog post presentation and filtering capabilities.
- Updated content configuration to include fields for featured posts, categories, and tags.
- Enhanced the blog index page to display a featured post and editor's picks, along with a filterable grid for latest posts.
- Added a new blog entry on the G-Star Raw Olympics campaign with associated metadata for better categorization and tagging.
2025-12-08 03:58:22 -07:00
cce1ea68c0 Update social media links in footer with active URLs for Instagram and LinkedIn 2025-12-08 02:59:03 -07:00
67e05e7651 Update contact and experience sections with new links and descriptions
- Updated social links on the contact page to include active URLs for Instagram and Gitea.
- Revised the experience section to reflect current roles and responsibilities, enhancing clarity and detail in descriptions.
- Improved project details in the featured project section, including updated client information and project descriptions.
- Refined the hero section bio for better representation of client collaborations and expertise.
- Adjusted skills section descriptions to better reflect technical proficiencies and tools used.
2025-12-08 02:20:19 -07:00
ffb140ac7f Add open-source VFX pipeline guide and enhance site structure
- Introduced a comprehensive guide on building a production-ready VFX pipeline using open-source tools, detailing cost breakdowns and workflows.
- Added new sections for experience, featured projects, skills, and contact information, enhancing the overall site structure and user navigation.
- Updated components to utilize dynamic content from new markdown files, improving maintainability and scalability of the site.
- Enhanced the contact page with structured data for better user interaction and accessibility.
2025-12-08 01:29:03 -07:00
cb11e09adb Enhance contact page response modal with improved styling and functionality
- Updated the response modal layout for better visibility and user experience, including a full-screen overlay and refined content container.
- Enhanced the success message display with new animations and decorative elements.
- Improved CSS styles for better readability and aesthetics, including adjustments to headings, paragraphs, and links.
- Added functionality to close the modal when clicking outside of it for improved usability.
2025-12-08 01:07:03 -07:00
d73333ba61 Add marked library for markdown parsing and enhance contact form functionality
- Added `marked` library to `package.json` for improved markdown parsing capabilities.
- Updated contact form with new ID attributes for better accessibility and JavaScript handling.
- Implemented a loading modal and toast notification system for user feedback during form submission.
- Enhanced form submission logic to handle responses and errors more effectively, including markdown rendering for server responses.
2025-12-07 02:41:42 -07:00
f46f196ae3 Update configuration, enhance navigation, and improve layout responsiveness
- Changed image service in `astro.config.mjs` from "cloudflare" to "compile".
- Adjusted GridOverlay component to remove unnecessary height styling.
- Refined Navigation component with a mobile menu toggle and improved accessibility features.
- Updated FeaturedProject and Hero sections to use `min-h-[100dvh]` for better responsiveness.
- Modified global CSS to disable smooth scroll on mobile for performance and added a mobile viewport height fix.
2025-12-06 22:49:27 -07:00
648e9e00ed Remove outdated media files and blog posts; add new blog entry on G-Star Raw Olympics campaign and associated assets. Update Experience section title for clarity and adjust video source links for improved accessibility. 2025-12-06 22:24:27 -07:00
482f143da2 Update design system to version 2.0, enhancing methodology and characteristics for a more technical aesthetic. Added new color palette variants and refined typography usage. Introduced new animations and interactions for improved user engagement. Updated favicon and apple touch icon assets. Revamped sections for better layout and visual hierarchy, including the Experience and Featured Project sections. Enhanced contact page with improved form handling and custom dropdown functionality. 2025-12-06 19:46:31 -07:00
b9ac9352a7 added media 2025-12-06 17:12:10 -07:00
c6733deaa2 Add Tailwind CSS Typography plugin and enhance blog styles
- Integrated `@tailwindcss/typography` plugin into the project for improved text styling.
- Updated global CSS to include custom prose styles for better readability in blog posts.
- Revamped blog post layout with enhanced navigation and visual elements for a more engaging user experience.
- Modified contact section to streamline communication options.
2025-12-06 17:11:57 -07:00
b87bfea635 Refactor design elements and enhance animations for improved user experience. Updated color palette in dev/design.json to feature a more vibrant orange accent. Revamped footer, navigation, and section layouts for better aesthetics and responsiveness. Introduced new animation classes for scroll-triggered effects, enhancing visual engagement across the site. 2025-12-06 14:23:00 -07:00
51cae51dd8 Update navigation links and global styles for improved branding and user engagement. Changed 'Contact' link to 'Let's Talk' and updated accent color in CSS for a more vibrant design. 2025-12-06 14:04:40 -07:00
3d616f392b Update .gitignore 2025-12-06 12:55:00 -07:00
00df0583d6 Refactor navigation layout and links for improved accessibility and user experience. Updated navigation structure to simplify links and enhance visual alignment. 2025-12-06 12:54:48 -07:00
0c41e45b97 Update site content and layout for personal branding
- Changed site title and description to reflect personal branding as a VFX Artist & Technical Generalist.
- Added social links for contact and networking.
- Revamped footer layout for improved aesthetics and functionality.
- Reorganized blog and homepage layouts to enhance user experience and visual appeal.
- Updated global styles to incorporate Tailwind CSS for a modern design approach.
2025-12-06 11:56:28 -07:00
48bd7703f0 - Added React integration to the Astro configuration.
- Included Tailwind CSS as a Vite plugin.
- Updated package.json to include dependencies for React, React DOM, and Tailwind CSS.
- Adjusted TypeScript configuration to support JSX with React.
2025-12-06 04:13:36 -07:00
7a3dbbf48b Initialize web application via create-cloudflare CLI
Details:
  C3 = create-cloudflare@2.58.0
  project name = nicholai-work-2026
  framework = astro
  framework cli = create-astro@4.13.2
  package manager = pnpm@10.23.0
  wrangler = wrangler@4.53.0
  git = 2.52.0
2025-12-06 03:39:35 -07:00
houston[bot]
e9a79c4d91 Initial commit from Astro 2025-12-06 03:39:09 -07:00