# Recreate the updated index.html with tech background after kernel reset html_with_tech_bg = """ Farha Bahisht
Kotlin Python JavaScript SQL Java Jetpack Firebase GitHub
Farha Bahisht

Hi, I'm Farha πŸ‘‹

I'm |

About Me

I’m an aspiring software engineer building accessible Android and full-stack applications. I love combining technology with human impact.

Education

The Ohio State University
B.S. Electrical and Computer Engineering, May 2025

Dean’s List, ACM-W Member

Experience

Sonarsense – Smartwatch App Developer

Developed accessibility-first smartwatch features using AI, haptics, and Bluetooth. OSU Capstone Project.

Aug 2024 – May 2025

OSU Wexner Medical – Jr. Android Developer

Built and debugged patient-facing features in MyHealth App using Kotlin and Jetpack Compose.

Oct 2022 – May 2025

Projects

Smartwatch App

Accessibility-first app using Bluetooth, AI, and haptic feedback.

MyHealth Mobile

Improved patient services in a HIPAA-compliant Android app.

Download Resume

Download PDF
""" # Save to downloadable file output_path = "/mnt/data/index-with-tech-bg.html" with open(output_path, "w") as f: f.write(html_with_tech_bg) output_path