01001000010011110100110101000101 "HOME"
lindsey@portfolio:~$
$ ls projects/
audio-processing/
data-science/
web-development/

$ cat projects/README.md
# Selected Projects

## Audio Processing
- stem-mixer # librosa, numpy
- bayesian-beats # supercollider, tensorflow

## Data Science
- rate-my-professor # pca, logistic regression, scipy
- playlist-generator # matplotlib, pandas, sklearn

## Web Development
- runsafe-ai # postgres, google maps api, react
- portfolio # html, css

$ git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean

$ echo "I learned HTML to make this site"
I learned HTML to make this site

$