Skip to content

Personal portfolio — AI Engineer & Researcher | humzakt.github.io

Notifications You must be signed in to change notification settings

humzakt/humzakt.github.io

Repository files navigation

humzakt.github.io

Personal portfolio website for Humza Tareen — AI Engineer & Researcher.

Live: humzakt.github.io

Overview

A portfolio that serves two distinct audiences from a single link. Visitors choose the profile that fits what they're looking for:

  • Engineering — For recruiters, hiring managers, and teams looking for a GTM Engineer, Forward Deployed Engineer, or AI Solutions Architect.
  • Research — For PhD programs, scholarship committees, and research labs looking for a candidate in AI/ML, Computer Vision, and Healthcare AI.

Screenshots

Landing Page

Landing Page

Engineering Portfolio

Engineering Portfolio

Research Profile

Research Profile

Features

  • Audience-Targeted Content — Two tailored pages with distinct copy, section ordering, and emphasis
  • Resume Dropdown — View in browser or download directly
  • Responsive Design — Mobile-first with fluid typography and layouts
  • Accessible — ARIA attributes, keyboard navigation, skip-to-content, focus management
  • SEO Optimized — Sitemap, robots.txt, JSON-LD structured data, Open Graph & Twitter Cards, canonical URLs
  • Scroll Animations — IntersectionObserver-powered fade-ins and metric counters
  • Dynamic Copyright — Auto-updates to the current year
  • Custom 404 Page — Branded error page with navigation back to the site

Tech Stack

  • HTML5 / CSS3 / JavaScript — No frameworks, no build tools
  • CSS — Grid, Flexbox, custom properties, clamp(), backdrop-filter, prefers-reduced-motion
  • FontsInter + JetBrains Mono via Google Fonts
  • IconsFont Awesome 6
  • HostingGitHub Pages
  • Built withCursor (AI-native IDE)

Project Structure

├── index.html              # Landing page (audience selector)
├── engineering.html         # Engineering / GTM / FDE portfolio
├── research.html            # Research / PhD profile
├── styles.css               # Shared design system
├── 404.html                 # Custom error page
├── suit-blue-bg.jpg         # Profile photo
├── HumzaTareen_Resume.pdf   # Downloadable resume
├── sitemap.xml              # SEO sitemap
├── robots.txt               # Search engine directives
├── screenshots/             # Screenshots for README
│   ├── main.jpg
│   ├── engineering page.jpg
│   └── research page.jpg
└── HumzaTareen_Resume/      # LaTeX resume source
    └── professional_developer_template/
        ├── main.tex
        └── resume_config.cls

Local Development

No build step required. Just open any .html file in a browser, or serve locally:

# Using Python
python3 -m http.server 8000

# Using Node
npx serve .

Deployment

The site deploys automatically to humzakt.github.io via GitHub Pages from the gh-pages branch.

git push origin gh-pages

Contact


Designed & Built by Humza Tareen with Cursor

About

Personal portfolio — AI Engineer & Researcher | humzakt.github.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published