Mahdi Hoseini
2e1cd7efbc
style(coverletter): Add SyncTeX files to .gitignore and clean target
...
- Add *.synctex.gz and *.synctex.gz(busy) to .gitignore
- Update Makefile clean target to remove SyncTeX files
- Remove existing coverletter.synctex.gz build artifact
2025-08-31 14:55:44 -07:00
Mahdi Hoseini
7837a754f5
feat(Makefile): Rename EXAMPLES_DIR to SRC_DIR in Makefile
...
- Updated variable name from EXAMPLES_DIR to SRC_DIR for better clarity
- Updated all references in build rules and clean target
- Maintains same functionality with improved naming
2025-08-31 14:55:44 -07:00
Mahdi Hoseini
e936f68bd4
feat(Makefile): Update Makefile clean target to remove all build artifacts
...
- Enhanced clean target to remove *.pdf, *.xdv, *.fdb_latexmk, *.fls files
- Ensures comprehensive cleanup of all LaTeX build artifacts
2025-08-31 14:55:44 -07:00
Mahdi Hoseini
a2ae4a2929
chore(.gitignore): Ignore build artifacts and remove from tracking
...
- Add *.pdf, *.xdv, *.fdb_latexmk to .gitignore
- Remove build artifacts from git tracking
- Build artifacts are now properly ignored
2025-08-31 14:55:44 -07:00
Mahdi Hoseini
1c07eaae55
feat(assets): Add profile and resume images, update cover letter and resume LaTeX files
...
- Added profile image at src/assets/profile.png
- Added resume images at src/assets/resume-0.png and src/assets/resume-1.png
- Updated cover letter LaTeX file to reference the new profile image location
- Updated resume LaTeX file to reference the new profile image location
- Generated new cover letter and resume PDFs
- Removed obsolete synctex file for cover letter
2025-08-31 14:55:44 -07:00
Mahdi Hoseini
0b9cfcd87d
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).
2025-08-31 14:55:44 -07:00
Mahdi Hoseini
a1d00d16fd
feat(resume): add projects section to resume template
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
a5215e1c37
fix(awesome-cv): correct alignment in tabular environment
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
e4d3295e0c
feat(resume): add skills section to resume template
...
- Introduced a new skills section in skills.tex
- Updated resume.tex to include the skills section
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
a815c10d93
fix(awesome-cv): correct indentation and formatting in class file
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
5c250f7f6f
style(education): format cventry for improved readability
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
c970096920
chore(.gitignore): add SyncTeX files to ignore list
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
396e9d8abe
feat(resume): update education section with new degree and institution
...
- Changed degree to B.S. in computer engineering
- Updated institution to Razi University
- Revised location and date range
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
8da3cdf81e
chore(resume): comment out honors and certificates sections in LaTeX
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
41b382bf24
chore(resume): remove outdated work experience entry for Danggeun Pay Inc.
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
5c27c3b56b
feat(resume): remove outdated work experience entries from resume
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
126c1b68cc
feat(resume): update work experience section with new role and details
...
- Changed job title from Founding Member & Director of Infrastructure Division to Front End Engineer
- Updated organization from Kasa to Satek
- Revised location to Hamedan, Iran
- Modified date range to Jun. 2019 - Sep. 2021
- Added new responsibilities focusing on B2B application development and mentoring
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
022c3dda1f
feat(resume): update experience section with improved formatting and details
...
- Enhanced formatting for better readability
- Updated job descriptions for clarity and impact
- Added new roles and responsibilities
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
31187b0e28
feat(resume): update work experience section with new role and details
...
- Added Senior Front End Engineer position at Shop-Ware
- Included detailed responsibilities and achievements
- Removed previous DevOps Engineer role
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
0053a23670
feat(resume): enhance summary section with bold formatting for emphasis
...
- Updated summary text to include bold formatting for key skills and experience.
- Adjusted footer formatting in resume.tex for consistency.
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
066ef9f23a
feat(resume): update summary and footer information in resume.tex
...
- Changed footer name to Mahdi Hoseini
- Updated summary to reflect current role and experience
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
357ecad7ea
feat(resume): update personal information and add new files
...
- Changed name and position to Mahdi Hoseini, Senior Front End Engineer
- Updated address and contact information
resume.xdv and resume.synctex.gz
- Updated resume.pdf with latest changes
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
e2bf944f95
fix(Makefile): update compiler to use latexmk with xelatex option
...
- Changed CC variable to use latexmk for better compatibility
2025-08-31 14:55:33 -07:00
Mahdi Hoseini
b706fc4e37
feat(vscode): add xelatex configuration for LaTeX workshop
2025-08-31 14:55:33 -07:00
scriptswhisper
0cd0625f2a
fix: docker run command
...
update docker image following #572 and #573 and github workflow .github/workflows
/main.yml
2025-07-23 14:58:48 +01:00
Eric Park
dc50c6d2ec
fix: spacing issue with cvitems ( #532 )
...
Closes #532
2025-06-26 00:16:34 +01:00
Xavier Mawet
c7112fa423
Added \x command
...
Supposed to replace twitter
2025-06-25 23:18:23 +01:00
Xavier Mawet
685aa60f02
Updated Font Awesome to version 6
...
6.7.2
2025-06-25 23:18:23 +01:00
Nikita Timirshin
964f99d3f1
Add telegram link ( #554 )
2025-02-06 13:02:52 +00:00
dependabot[bot]
e6efa6be7b
Bump dorny/paths-filter from 2 to 3
...
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter ) from 2 to 3.
- [Release notes](https://github.com/dorny/paths-filter/releases )
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dorny/paths-filter/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: dorny/paths-filter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-25 16:16:17 +00:00
dependabot[bot]
d463927a8c
Bump actions/upload-artifact from 3 to 4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 12:18:49 +00:00
dependabot[bot]
74fc25c36f
Bump actions/labeler from 4 to 5
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 22:47:55 +00:00
Byungjin Park
e076d0ed41
Ignore binary files and examples for pull-request-labeler
2023-12-01 22:16:09 +09:00
Byungjin Park
560c3f2442
Update my resume and cv
2023-11-20 02:19:17 +09:00
Byungjin Park (Claud)
6efaf2ced1
Update README.md
2023-11-20 00:38:11 +09:00
dependabot[bot]
a79de5d426
Bump crazy-max/ghaction-github-labeler from 4 to 5
...
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler ) from 4 to 5.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases )
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 16:40:41 +00:00
Jan Wojciechowski
c5385444d6
feature: Hackerrank link
2023-09-06 23:08:25 +00:00
dependabot[bot]
a7b4d1b51b
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 05:40:56 +01:00
Oliver Ford
da661243bc
Better format tel: URI
...
Closes #30
2023-07-27 23:08:51 +01:00
Oliver Ford
03df20ccab
Format \@teluri in one place
2023-07-27 23:06:27 +01:00
Pavan Gupta
e140258764
Remove extra space when "description" of /cventry is empty
...
This simply checks if the description is empty and if it is, it renders nothing.
2023-07-27 20:49:04 +00:00
randomnoise
4b55638cc3
Add comma after position if title is not empty
...
Make comma conditional that are used after position in cvhonor.
Use it if the title is not empty.
2023-07-27 20:47:45 +00:00
Omar
72a350157a
Update spelling typo ( #465 )
...
Update "effeciently" to efficiently
2023-03-17 00:31:43 +09:00
Josh Thorpe
6771b9fb38
Fix example cv path to certificates.tex ( #456 )
2023-01-06 20:57:22 +09:00
Byungjin Park
0d11cb0163
Update examples
2022-12-19 00:41:48 +09:00
Byungjin Park
7c16e373f9
Update examples
2022-12-19 00:04:13 +09:00
dwhitz
063fbc0d85
Remove dollar sign from usage section ( #446 )
...
Removed dollar sign to avoid pasting into the terminal
2022-11-30 04:50:05 +00:00
dependabot[bot]
5b05d93565
Bump crazy-max/ghaction-github-labeler from 3 to 4 ( #430 )
...
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler ) from 3 to 4.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases )
- [Changelog](https://github.com/crazy-max/ghaction-github-labeler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-27 01:25:49 +09:00
Niklas Bolander
1a5691e63f
Use Roboto package instead of bundling the font ( #403 )
...
* Use the roboto font package
* Remove font directory symlink for the examples
* Remove obsolete font files
* Remove custom font directory from the examples
Not required anymore since they do not use any custom fonts.
Co-authored-by: Niklas Bolander <niklas@bolander.dev>
2022-04-19 21:07:32 +00:00
Oliver Ford
af40bb01d9
Fix warning 'file cv.out has changed' ( #425 )
...
Closes #423
2022-04-19 11:54:23 +01:00