Commit Graph

48 Commits

Author SHA1 Message Date
78c977fc8b Add information link to index.html and implement background music play functionality
- Added a new "Information" link to the navigation section.
- Updated the audio element with an ID for easier access.
- Implemented a script to automatically play background music on the first click.
2026-02-20 20:36:54 -10:00
fb61c7f21a Add new link to Mars site in links.html and adjust logo height in style.css 2026-02-20 18:45:11 -10:00
cec9f4cd60 im not big shot enough :( 2026-02-20 18:23:18 -10:00
c13718abbb BIG SHOT 2026-02-20 18:20:54 -10:00
a9e2f0acd0 Update navigation images in index.html and links.html for consistency and improved visuals 2026-02-20 18:00:39 -10:00
53ed2e9e04 Fix typo in introduction paragraph of index.html for improved clarity 2026-02-20 17:10:37 -10:00
3a2ce5af16 Update image link in index.html for improved content relevance 2026-02-20 17:08:19 -10:00
39f2f85e3e Update image class in index.html and add styling for blinkies in style.css
- Changed the class of the happiness image to 'blinkies' for improved styling.
- Added new CSS rules for the 'blinkies' class to enhance image rendering and size.
2026-02-20 16:56:10 -10:00
97470b7faa Refactor navigation and footer elements in index.html and links.html
- Removed outdated "Navigator Ultimate" header from both index.html and links.html for a cleaner layout.
- Added a new guestbook link in links.html for improved navigation.
- Introduced a new CSS class for mini-evil-text to enhance footer styling in index.html.
- Adjusted CSS for nav-item positioning to improve visual alignment.
2026-02-20 16:53:17 -10:00
28ee28b1e4 Update guestbook link image in index.html for improved visuals 2026-02-20 16:28:38 -10:00
6440a1141b Guestbook nav item 2026-02-20 16:26:06 -10:00
95f7605eca cleaned up code a bit 2026-02-20 15:57:19 -10:00
4035d06e67 Add navigation section to index.html and links.html
- Introduced a new navigation container in both index.html and links.html for improved site navigation.
- Added links to Home and Links pages with associated images for better user experience.
- Updated CSS to style the new navigation elements, ensuring they are visually appealing and functional.
2026-02-20 15:54:11 -10:00
a8e738d079 Update content and structure in index.html and links.html
- Added a note in index.html acknowledging AI's assistance in typo correction.
- Enhanced footer structure in index.html by adding a content class.
- Updated links.html with a new class for the unordered list and added a last updated date for clarity.
2026-02-20 15:16:31 -10:00
60126788ea untyped my ohs 2026-02-20 14:01:52 -10:00
b73ec13c36 quik format fix 2026-02-20 14:00:30 -10:00
27bf3db4a7 Enhance footer and links section in index.html and links.html
- Updated footer images in index.html with new sources for better visuals.
- Added a new "Cool Links" section in links.html, featuring descriptions for three recommended websites.
- Improved CSS for footer and body layout, including a new background image and styling for list markers.
2026-02-20 13:55:04 -10:00
7aeb0bd57c Update guestbook link image in index.html and links.html
- Replaced the guestbook button image with a new design in both index.html and links.html for a refreshed look.
2026-02-20 09:31:40 -10:00
4d9115da9a quik fix :) 2026-02-20 09:21:43 -10:00
714a499c85 Add mini-text prompt for reciprocal linking in links.html
- Included a new paragraph encouraging visitors to link back if they add the site to their links page, enhancing community engagement.
2026-02-20 09:20:17 -10:00
a456191d55 Add guestbook link to links.html
- Included a new guestbook link with an associated image button in links.html to enhance connectivity with visitors.
2026-02-20 09:16:24 -10:00
1efb300c48 Add guestbook and Home Assistant links to index.html
- Added a guestbook link with an associated image button.
- Included a link to Home Assistant with a corresponding image in the footer.
2026-02-20 08:49:15 -10:00
4ac3f133b5 Add new "Life" section to index.html with personal update
- Introduced a new content section titled "Life" in index.html.
- Added a personal update reflecting on the site's revamp and the role of AI in its creation.
- Included a date for the update to provide context.
2026-02-20 08:13:52 -10:00
9a6952de30 Add favicon and enhance content structure
- Added a favicon link to both index.html and links.html.
- Wrapped main content in a div for better structure in index.html.
- Updated footer links to open in new tabs and added new links in links.html.
- Introduced new CSS classes for song cover and mini text styling.
2026-02-20 08:07:04 -10:00
07662603ba Replace background music file format from WAV to MP3 and remove the old WAV file. 2026-02-19 23:27:03 -10:00
3a236a47dc complete revamp 2026-02-19 23:23:56 -10:00
Zane V
893389da53 Update navigation link from Fred to ZDTT 2025-11-15 10:58:42 -05:00
Zane V
7d3df10e82 Remove roadmap section from README
Removed the roadmap section detailing completed, in progress, and planned features.
2025-11-12 10:15:28 -05:00
Zane V
b45efbeef6 Merge pull request #3 from ZaneThePython/copilot/improve-file-structure-css-seo
Restructure repo: modularize JS, add build system, improve accessibility and SEO
2025-11-08 19:28:42 -05:00
copilot-swe-agent[bot]
7a4996c40a feat: Add testing infrastructure and documentation
- Set up Vitest for unit testing with jsdom
- Add test setup with Web Audio API and requestAnimationFrame mocks
- Create initial test suites for DOM and animations modules
- Add test scripts to package.json (test, test:ui, test:run, coverage)
- Update CI workflow to include test execution
- Create CONTRIBUTING.md with conventional commits guidelines
- Create SECURITY.md with security policy
- Update ESLint config to support test files
- All tests passing (8/8)

Co-authored-by: ZaneThePython <102631678+ZaneThePython@users.noreply.github.com>
2025-11-09 00:14:31 +00:00
copilot-swe-agent[bot]
542d80802e feat: Implement comprehensive repository improvements
- Set up ESLint and Prettier for code quality
- Split large script.js into modular architecture (DOM, animations, effects, easter-eggs, sound, interactions)
- Organize assets into proper directory structure (assets/css, assets/js/modules, assets/images)
- Add semantic HTML5 landmarks (header, main, nav, footer)
- Implement ARIA labels and keyboard navigation for accessibility
- Set up Vite build system with minification and optimization
- Add CSS custom properties for design tokens
- Create sitemap.xml and robots.txt for SEO
- Add MIT LICENSE
- Expand README with comprehensive documentation
- Set up GitHub Actions CI/CD workflow
- Optimize build output: ~59KB total (30KB image + 13KB CSS + 16KB JS gzipped)

Co-authored-by: ZaneThePython <102631678+ZaneThePython@users.noreply.github.com>
2025-11-09 00:09:48 +00:00
copilot-swe-agent[bot]
323be8d5dc Initial plan 2025-11-08 23:56:12 +00:00
Zane V
3b04758112 Add humorous FDA text to README 2025-11-03 17:55:18 -05:00
Zane V
3984181de7 Add new features to README list 2025-11-03 17:48:08 -05:00
Zane V
ee99939309 Enhance README with features and updated description
Added features list and updated website description.
2025-11-03 13:03:33 -05:00
Zane V
6d8d3258ee Merge pull request #1 from ZaneThePython/copilot/add-red-2-background-feature
Revert: Cancel red '2' matrix rain feature
2025-10-31 10:50:45 -07:00
copilot-swe-agent[bot]
28bebeb7bc Initial plan 2025-10-31 17:44:12 +00:00
Zane V
05b07f358c Change title from 'ZaneDev | Personal Website' to 'ZaneDev :P' 2025-10-28 09:02:01 -04:00
Zane V
725f3c6618 Update navigation to link to Fred: Origins
Replaced projects button with a link to Fred: Origins.
2025-10-28 08:59:30 -04:00
Zane V
709b08f6f5 Update script.js 2025-09-26 07:19:49 -04:00
Zane V
be52c80b54 Update script.js 2025-09-26 07:16:17 -04:00
Zane V
8a29fa717e Update styles.css 2025-09-25 10:09:54 -04:00
Zane V
b583928d70 Update index.html 2025-09-25 10:09:08 -04:00
Zane V
75b9c9907e Update index.html 2025-09-25 07:19:13 -04:00
Zane V
9cf95b2d7c Update index.html 2025-09-25 07:18:03 -04:00
Zane V
8c2b3119f0 Add files via upload 2025-09-24 15:46:35 -04:00
Zane V
72453d0eab Add files via upload 2025-09-23 21:18:33 -04:00
Zane V
e825dec3ed Initial commit 2025-09-23 21:18:18 -04:00