drew.white@portfolio:~/about$ cat me.json
1{2 "name": "Drew White",3 "role": "Software Engineer Intern",4 "company": "Eli Lilly and Company",5 "location": "Indianapolis, IN",6 "education": [7 {8 "school": "Indiana University, Luddy School of Informatics, Computing, and Engineering",9 "degree": "B.S. Computer Science",10 "minor": "Applied Data Science",11 "gpa": 3.9,12 "expectedGraduation": "2027-05"13 },14 {15 "school": "Ivy Tech Community College",16 "degree": "A.S. Software Development",17 "honors": "Cum Laude",18 "completed": "2025-08"19 }20 ],21 "languages": [22 "JavaScript",23 "Python",24 "SQL",25 "C++",26 "Kotlin",27 "HTML",28 "CSS"29 ],30 "currentlyBuilding": [31 "Blokus Board Game",32 "Fitness Tracker"33 ],34 "awards": [35 {36 "name": "Eli Lilly Career Planning Conference Capture the Flag — 2nd Place",37 "date": "2025-10"38 },39 {40 "name": "BDPA Indianapolis Hackathon — First Place, Best Design Award",41 "date": "2025-11"42 },43 {44 "name": "Eli Lilly and Company Hackathon — Most Creative Award",45 "date": "2026-06"46 }47 ],48 "contact": {49 "email": "drew.white087@outlook.com",50 "github": "https://github.com/dwhite407",51 "linkedin": "https://www.linkedin.com/in/drew-white1/"52 },53 "openToWork": true54}