# Karim W. ElAzzouni — Interactive CV

Welcome! This terminal is a browsable version of my CV.

## Quick Start

  ls                             list files here
  cat contact.md                 contact info
  cat skills.md                  technical skills
  ls experience/                 work history
  cat experience/meta.md         Meta (2021–present)
  cat experience/microsoft.md    Microsoft (2019–2021)
  cat experience/careem.md       Careem (2018)
  cat experience/naval-forces.md Naval Forces (2016–2017)
  cat experience/vt-mena.md      VT-MENA (2014–2015)
  cat education.md               education
  cat publications.md            research papers
  help                           all available commands

## Layout

~/
├── README
├── contact.md
├── skills.md
├── education.md
├── publications.md
└── experience/
    ├── meta.md
    ├── microsoft.md
    ├── careem.md
    ├── naval-forces.md
    └── vt-mena.md
