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
|
||||
|
||||
on:
|
||||
|
@ -26,19 +27,13 @@ jobs:
|
|||
wkhtmltopdf --enable-local-file-access resume.html resume.pdf
|
||||
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
|
||||
uses: actions/forgejo-release@v2.6.0
|
||||
uses: actions/forgejo-release@v2.5.0
|
||||
with:
|
||||
direction: upload
|
||||
url: https://gitfor.ge
|
||||
repo: musselman/resume
|
||||
token: ${{ secrets.WRITE_TOKEN }}
|
||||
release-dir: release-assets
|
||||
override: true
|
||||
tag: latest
|
||||
hide-archive-link: true
|
||||
token: ${{ secrets.FORGEJO_SECRET }}
|
||||
release-dir: .
|
||||
override: true
|
||||
|
|
|
@ -505,7 +505,7 @@ h1 {
|
|||
}
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
color: #2b91af;
|
||||
color: #000066;
|
||||
}
|
||||
h3 {
|
||||
font-size: 14px;
|
||||
|
|
13
resume.md
13
resume.md
|
@ -3,7 +3,7 @@
|
|||
A software engineer dedicated to delivering performant and high-quality solutions.
|
||||
|
||||
**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)
|
||||
|
||||
## Skills
|
||||
|
@ -11,7 +11,8 @@ A software engineer dedicated to delivering performant and high-quality solution
|
|||
**Certified**:
|
||||
[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,
|
||||
Containerization
|
||||
|
@ -31,8 +32,6 @@ Containerization
|
|||
- **CI/CD Implementation**: Established CI/CD pipelines with GitHub Actions and
|
||||
Jenkins, ensuring consistent and reliable software delivery through automated
|
||||
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,
|
||||
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)
|
||||
|
||||
- **_Member_**: National Society of Leadership and Success,
|
||||
Alpha Kappa Psi Business and Leadership Fraternity
|
||||
- **_Officer_**: Student Government Association, Association of Computing Machinery
|
||||
- **_Member_**: Student Government Association, National Society of Leadership
|
||||
and Success, Alpha Kappa Psi Business and Leadership Fraternity
|
||||
- **_Officer_**: Association of Computing Machinery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue