mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2026-05-11 00:56:13 +08:00
feat(resume): Add resume files and content for Mahdi Hoseini
- Created resume.tex using Awesome CV template. - Added personal information including name, position, contact details, and social links. - Included sections for summary, skills, work experience, education, projects, extracurricular activities, honors & awards, certificates, committees, presentations, and writing. - Implemented detailed descriptions for each section, highlighting relevant experiences and achievements. - Added binary files for resume output (resume.pdf and resume.xdv).
This commit is contained in:
parent
a1d00d16fd
commit
0b9cfcd87d
41 changed files with 75 additions and 71 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
|
@ -10,13 +10,13 @@ jobs:
|
|||
container: texlive/texlive:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Compile
|
||||
run: make
|
||||
- name: Compile
|
||||
run: make
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: examples
|
||||
path: examples/*.pdf
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: src
|
||||
path: src/*.pdf
|
||||
|
|
|
|||
62
.github/workflows/pull-request-labeler.yaml
vendored
62
.github/workflows/pull-request-labeler.yaml
vendored
|
|
@ -1,41 +1,41 @@
|
|||
name: Label Pull Requests
|
||||
|
||||
on:
|
||||
- pull_request_target
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
label-pr:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Add Labels for PR
|
||||
uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeler.yaml
|
||||
sync-labels: true
|
||||
- name: Add Labels for PR
|
||||
uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeler.yaml
|
||||
sync-labels: true
|
||||
|
||||
- name: Add PR Size Labels for PR
|
||||
uses: codelytv/pr-size-labeler@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
xs_label: 'size/XS'
|
||||
xs_max_size: '20'
|
||||
s_label: 'size/S'
|
||||
s_max_size: '100'
|
||||
m_label: 'size/M'
|
||||
m_max_size: '500'
|
||||
l_label: 'size/L'
|
||||
l_max_size: '1000'
|
||||
xl_label: 'size/XL'
|
||||
fail_if_xl: 'false'
|
||||
message_if_xl: >
|
||||
'This PR has too many changes.
|
||||
Please make sure you are NOT addressing multiple issues with one PR.'
|
||||
files_to_ignore: |
|
||||
"examples/*"
|
||||
"*.otf"
|
||||
"*.pdf"
|
||||
"*.png"
|
||||
"*.sty"
|
||||
"*.ttf"
|
||||
- name: Add PR Size Labels for PR
|
||||
uses: codelytv/pr-size-labeler@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
xs_label: "size/XS"
|
||||
xs_max_size: "20"
|
||||
s_label: "size/S"
|
||||
s_max_size: "100"
|
||||
m_label: "size/M"
|
||||
m_max_size: "500"
|
||||
l_label: "size/L"
|
||||
l_max_size: "1000"
|
||||
xl_label: "size/XL"
|
||||
fail_if_xl: "false"
|
||||
message_if_xl: >
|
||||
'This PR has too many changes.
|
||||
Please make sure you are NOT addressing multiple issues with one PR.'
|
||||
files_to_ignore: |
|
||||
"src/*"
|
||||
"*.otf"
|
||||
"*.pdf"
|
||||
"*.png"
|
||||
"*.sty"
|
||||
"*.ttf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue