gitextract_si4y015o/ ├── .github/ │ ├── CODEOWNERS │ ├── dependabot.yml │ ├── labeler.yaml │ ├── labels.yaml │ └── workflows/ │ ├── integration.yaml │ ├── main.yml │ ├── pull-request-labeler.yaml │ ├── sync-labels.yaml │ └── welcome.yaml ├── .gitignore ├── .yamllint.yaml ├── LICENCE ├── Makefile ├── README.md ├── awesome-cv.cls └── examples/ ├── coverletter.tex ├── cv/ │ ├── certificates.tex │ ├── committees.tex │ ├── education.tex │ ├── experience.tex │ ├── extracurricular.tex │ ├── honors.tex │ ├── presentation.tex │ ├── skills.tex │ └── writing.tex ├── cv.tex ├── resume/ │ ├── certificates.tex │ ├── committees.tex │ ├── education.tex │ ├── experience.tex │ ├── extracurricular.tex │ ├── honors.tex │ ├── presentation.tex │ ├── summary.tex │ └── writing.tex └── resume.tex