Compare commits
No commits in common. "main" and "latest" have entirely different histories.
3 changed files with 12 additions and 18 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# .forgejo/workflows/resume.yml
|
||||||
name: Build Resume
|
name: Build Resume
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -26,19 +27,13 @@ jobs:
|
||||||
wkhtmltopdf --enable-local-file-access resume.html resume.pdf
|
wkhtmltopdf --enable-local-file-access resume.html resume.pdf
|
||||||
pandoc -o resume.docx --reference-doc=resume-docx-reference.docx resume.md
|
pandoc -o resume.docx --reference-doc=resume-docx-reference.docx resume.md
|
||||||
|
|
||||||
- name: Prepare release assets
|
|
||||||
run: |
|
|
||||||
mkdir release-assets
|
|
||||||
cp resume.pdf resume.docx release-assets/
|
|
||||||
|
|
||||||
- name: Upload to Forgejo “latest” release
|
- name: Upload to Forgejo “latest” release
|
||||||
uses: actions/forgejo-release@v2.6.0
|
uses: actions/forgejo-release@v2.5.0
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://gitfor.ge
|
url: https://gitfor.ge
|
||||||
repo: musselman/resume
|
repo: musselman/resume
|
||||||
token: ${{ secrets.WRITE_TOKEN }}
|
|
||||||
release-dir: release-assets
|
|
||||||
override: true
|
|
||||||
tag: latest
|
tag: latest
|
||||||
hide-archive-link: true
|
token: ${{ secrets.FORGEJO_SECRET }}
|
||||||
|
release-dir: .
|
||||||
|
override: true
|
||||||
|
|
|
@ -505,7 +505,7 @@ h1 {
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #2b91af;
|
color: #000066;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
13
resume.md
13
resume.md
|
@ -3,7 +3,7 @@
|
||||||
A software engineer dedicated to delivering performant and high-quality solutions.
|
A software engineer dedicated to delivering performant and high-quality solutions.
|
||||||
|
|
||||||
**Email**: <james@musselman.dev>
|
**Email**: <james@musselman.dev>
|
||||||
| **Cal.com (Web Meetings)**: [/musselmandev](https://cal.com/musselman)
|
| **Phone**: [(361) - 655 - 8612](tel:+13616558612)
|
||||||
| **LinkedIn**: [/in/musselmandev](https://linkedin.com/in/musselmandev)
|
| **LinkedIn**: [/in/musselmandev](https://linkedin.com/in/musselmandev)
|
||||||
|
|
||||||
## Skills
|
## Skills
|
||||||
|
@ -11,7 +11,8 @@ A software engineer dedicated to delivering performant and high-quality solution
|
||||||
**Certified**:
|
**Certified**:
|
||||||
[Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0)
|
[Microsoft Office](https://www.credly.com/badges/61a53f4f-437d-4b7a-bc72-395ba3234ef0)
|
||||||
|
|
||||||
**Programming:** Rust, Go, SQL, Git, HTML/CSS, Python
|
**Programming:** Python, SQL, git, HTML/CSS, Java 8, Go,
|
||||||
|
Rust
|
||||||
|
|
||||||
**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH,
|
**Server Administration**: Linux/SELinux, Grafana, Loki, LDAP, Firewalls, SSH,
|
||||||
Containerization
|
Containerization
|
||||||
|
@ -31,8 +32,6 @@ Containerization
|
||||||
- **CI/CD Implementation**: Established CI/CD pipelines with GitHub Actions and
|
- **CI/CD Implementation**: Established CI/CD pipelines with GitHub Actions and
|
||||||
Jenkins, ensuring consistent and reliable software delivery through automated
|
Jenkins, ensuring consistent and reliable software delivery through automated
|
||||||
testing and deployment.
|
testing and deployment.
|
||||||
- **Web Design and Development**: Created a beautiful and functional website
|
|
||||||
that brought in more attendees and established the business's presence online.
|
|
||||||
|
|
||||||
**Student Office Aide, Texas Lutheran University** (February 2023 - May 2024,
|
**Student Office Aide, Texas Lutheran University** (February 2023 - May 2024,
|
||||||
Seguin, Texas)
|
Seguin, Texas)
|
||||||
|
@ -65,6 +64,6 @@ editor_](https://gitfor.ge/musselman/notatio)** (August 2024 - December 2024)
|
||||||
|
|
||||||
**B.S. Computer Science, Texas Lutheran University**, _Cum Laude_ (2020-2024)
|
**B.S. Computer Science, Texas Lutheran University**, _Cum Laude_ (2020-2024)
|
||||||
|
|
||||||
- **_Member_**: National Society of Leadership and Success,
|
- **_Member_**: Student Government Association, National Society of Leadership
|
||||||
Alpha Kappa Psi Business and Leadership Fraternity
|
and Success, Alpha Kappa Psi Business and Leadership Fraternity
|
||||||
- **_Officer_**: Student Government Association, Association of Computing Machinery
|
- **_Officer_**: Association of Computing Machinery
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue