Welcome to my portfolio website code! The raw resume data is located in JSON format in data.js. The frog game logic is located in gameLogic.js
This is a static webpage you can open index.html in your browser or serve the files with your favorite static web server (for example VS Code's Liveserver).
Install the es6-string-html vscode extension to add syntax highlighting to the html strings inside the js files.
-
Debugging: ChatGPT, Claude
-
Speech Bubbles: w3resource.com, codingislove.com
-
Tooltip: stackoverflow.com, altcademy.com
-
Image Masks/Clips: css-tricks.com
-
Converting svg path to polygon (needed to get coords for image mask): betravis.github.io