π Major Update
β’ Frontend: βοΈ Added project links (GDD, Concept Books, etc.) on the projects page. βοΈ Added animations to project page elements. π Refactored project skills display (tech, tools, etc.). π Refactored project date logicβnow dynamically displays days/months/years based on duration. βοΈ Improved hover behavior for skill names (now follows mouse; previously static). βοΈ Added social media shortcuts to the homepage. βοΈ Added floating background icons to the home section. βοΈ Added navigation dots for improved UX. βοΈ Updated category icons (replaced PNGs with SVGs) in the work section. βοΈ Improved hover behavior for skill proficiency (now follows mouse; previously static) in the skills section. π Fixed minor UI inconsistencies. β’ Backend: βοΈ Added database connection script to the repository. π Refactored project queries for efficiency. π§ Expanded skills database with new entries. π§ Adjusted database schema (minor changes). βοΈ Included SQL file in the repository. |
---|
|
.gitignore |
---|
backend/db.js 0 β 100644 |
---|
backend/index.js |
---|
backend/routes/about.js |
---|
backend/routes/contact.js |
---|
backend/routes/projects.js |
---|
backend/routes/skills.js |
---|
database.sql 0 β 100644 |
---|
frontend/index.html |
---|
frontend/package-lock.json |
---|
frontend/package.json |
---|
frontend/src/App.jsx |
---|
frontend/src/assets/favicon.png 100644 β 0 |
---|
|
frontend/src/assets/favicon.webp 0 β 100644 |
---|
|
frontend/src/assets/icons/apps.webp 100644 β 0 |
---|
|
frontend/src/assets/icons/clock.svg 0 β 100644 |
---|
frontend/src/assets/icons/facebook.svg 0 β 100644 |
---|
frontend/src/assets/icons/game_systems.webp 100644 β 0 |
---|
|
frontend/src/assets/icons/games.webp 100644 β 0 |
---|
|
frontend/src/assets/icons/gitbucket.svg 0 β 100644 |
---|
frontend/src/assets/icons/hamburger.svg 100644 β 0 |
---|
frontend/src/assets/icons/instagram.svg 0 β 100644 |
---|
frontend/src/assets/icons/linkedin.svg 0 β 100644 |
---|
frontend/src/assets/icons/websites.webp 100644 β 0 |
---|
|
frontend/src/assets/icons/youtube.svg 0 β 100644 |
---|
frontend/src/assets/index.js |
---|
frontend/src/assets/languages/cpp.webp 100644 β 0 |
---|
|
frontend/src/assets/languages/csharp.webp 100644 β 0 |
---|
|
frontend/src/assets/languages/html5.webp 100644 β 0 |
---|
|
frontend/src/assets/languages/javascript.webp 100644 β 0 |
---|
|
frontend/src/assets/languages/lua.webp 100644 β 0 |
---|
|
frontend/src/assets/misc/controller.svg 0 β 100644 |
---|
frontend/src/assets/misc/dpad.svg 0 β 100644 |
---|
frontend/src/assets/misc/gameboy.svg 0 β 100644 |
---|
frontend/src/assets/misc/joystick.svg 0 β 100644 |
---|
frontend/src/assets/misc/unity.svg 0 β 100644 |
---|
frontend/src/assets/misc/unreal.svg 0 β 100644 |
---|
frontend/src/assets/misc/x.svg 0 β 100644 |
---|
frontend/src/assets/personal/myphoto.jpg 100644 β 0 |
---|
|
frontend/src/assets/personal/myphoto.webp 0 β 100644 |
---|
|
frontend/src/assets/personal/myphoto_tp.png 100644 β 0 |
---|
|
frontend/src/assets/svg/ButtonSvg.jsx |
---|
frontend/src/assets/svg/PlusSvg.jsx 100644 β 0 |
---|
frontend/src/assets/svg/SectionSvg.jsx 100644 β 0 |
---|
frontend/src/assets/tech/git.webp 100644 β 0 |
---|
|
frontend/src/assets/tech/love2D.webp 100644 β 0 |
---|
|
frontend/src/assets/tech/p5_js.webp 100644 β 0 |
---|
|
frontend/src/assets/tech/react.webp 100644 β 0 |
---|
|
frontend/src/assets/tech/unity.webp 100644 β 0 |
---|
|
frontend/src/assets/tech/unreal_engine.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/adobe_illustrator.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/adobe_photoshop.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/dragonbones.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/github.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/github_white.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/google_docs.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/jetbrains_raider.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/jira.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/trello.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/vegas_pro.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/visual_studio.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/vscode.webp 100644 β 0 |
---|
|
frontend/src/assets/tools/word.webp 100644 β 0 |
---|
|
frontend/src/components/Header.jsx |
---|
frontend/src/components/Heading.jsx |
---|
frontend/src/components/MouseTracker.jsx |
---|
frontend/src/components/design/FloatingSVG.jsx 0 β 100644 |
---|
frontend/src/components/sections/About.jsx |
---|
frontend/src/components/sections/Activity.jsx |
---|
frontend/src/components/sections/Contact.jsx |
---|
frontend/src/components/sections/ElementObserver.jsx 0 β 100644 |
---|
frontend/src/components/sections/Home.css |
---|
frontend/src/components/sections/Home.jsx |
---|
frontend/src/components/sections/MainPage.jsx |
---|
frontend/src/components/sections/Section.jsx 0 β 100644 |
---|
frontend/src/components/sections/Skills.jsx |
---|
frontend/src/components/sections/Work.jsx |
---|
frontend/src/components/sections/projects/Container.jsx |
---|
frontend/src/components/sections/projects/HoverableIcon.jsx |
---|
frontend/src/components/sections/projects/HoverableSkill.jsx |
---|
frontend/src/components/sections/projects/Project.jsx |
---|
frontend/src/components/sections/projects/Project.module.css |
---|
frontend/src/components/sections/projects/Slideshow.jsx 0 β 100644 |
---|
frontend/src/components/utils/NavigationDots.jsx 0 β 100644 |
---|
frontend/src/components/utils/helpers.jsx 100644 β 0 |
---|
frontend/src/constants/index.js |
---|
frontend/src/constants/useIsMobile.js 0 β 100644 |
---|
frontend/vite.config.js |
---|