From dd2a84268aaf9f683985719fe10f15fd16ff7fc4 Mon Sep 17 00:00:00 2001 From: Isabella Lin <59080145+i-hdk@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:09:25 -0400 Subject: [PATCH] feat: create i-hdk.toml --- projects/i-hdk.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/i-hdk.toml diff --git a/projects/i-hdk.toml b/projects/i-hdk.toml new file mode 100644 index 0000000..2e02429 --- /dev/null +++ b/projects/i-hdk.toml @@ -0,0 +1,11 @@ +[[projects]] +url = "https://github.com/i-hdk/Magnetic-Spinner-Simulation" +description = "This project was for my physics team, where I wrote a script in Unity to simulate magnetic gears/fidget spinners through magnetic forces." + +[[projects]] +url = "https://github.com/i-hdk/over-under" +description = "This repo contains my VEX robotics code from one of my competing years. I created path following and motion profiling functions." + +[[projects]] +url = "https://github.com/i-hdk/AI-club-face-detection" +description = "This short python script was a demo I made for my AI club in high school. It detects your face and can recognize it if you save your photo in the files."