// ─── PROFILE ──────────────────────────────────────────────────────────────────
// Personal info, status, links. Referenced by Hero, Contact, Footer.
// ─────────────────────────────────────────────────────────────────────────────
const PROFILE = {
name:     ["SALEH", "DARVISHMOGHADAM"],
role:     "Computer Engineering · FPGA & RTL Design · SoC Architecture / Verification  · Signal Processing",
bio:      "Fourth-year Computer Engineering student at the University of Victoria with hands-on industry experience from a hardware test engineering co-op at Arlo Technologies. My project work spans RTL design and functional verification in SystemC and VHDL, FreeRTOS real-time embedded systems, FPGA-based digital design, error control coding, and hardware security. I'm drawn to SoC architecture, system verification, and emulation.",
location: "Victoria, BC · Canada",
status:   "SEEKING CO-OP · FALL 2026",
email:    "salehdm4@gmail.com",
github:   "github.com/helpmecleep",
linkedin: "linkedin.com/in/saleh-darvishmoghadam",
portrait: "assets/images/pic.jpg",
// e.g.: portrait: "assets/images/portrait.jpg"
school:   "B.Eng. Computer Engineering · University of Victoria · expected 10 / 2028",
// cert:     "Basic 5G Systems · Qualcomm Certified",
};
Object.assign(window, { PROFILE }); 