Skip to content

Commit

Permalink
Updated about
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and cschindlbeck committed Jun 5, 2024
1 parent 7be4785 commit 51983d2
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 54 deletions.
28 changes: 19 additions & 9 deletions .github/workflows/update-about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
#with:
#repository: cschindlbeck/cv
#ref: refs/heads/main
- name: About
uses: actions/checkout@v4
- name: Git config
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- if: ${{ github.event_name == 'pull_request' }}
name: Setup for PR
run: |
git fetch origin ${{ github.event.pull_request.head.ref }}
git reset --hard origin/${{ github.event.pull_request.head.ref }}
- name: Update about and about_template
run: |
# replace date, time, and time offset in template
sed -ri "s/[12][0-9]{3}-[01][0-9]-[0-3][0-9]/$(date '+%Y-%m-%d')/g" _pages/about_template.md
Expand All @@ -26,13 +32,17 @@ jobs:
# clone cschindlbeck, get about and concatenate it to template
git clone https://github.com/cschindlbeck/cschindlbeck.git
cat _pages/about_template.md cschindlbeck/README.md > _pages/about.md
- name: Push code
- name: Add and commit the changed files
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
# Force add since README is on gitignore
git add _pages/about.md
git add _pages/about_template.md
# Prevent empty add to result in error
git diff-index --quiet HEAD || git commit -m "Updated about"
- if: ${{ github.event_name == 'pull_request' }}
name: Push HEAD to PR branch
run: |
git push origin HEAD:${{ github.event.pull_request.head.ref }}
- if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
name: Push on push or schedule
run: |
git push
33 changes: 21 additions & 12 deletions .github/workflows/update-resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# schedule:
# - cron: "*/10 * * * *"
schedule:
- cron: "0 0 1 * *"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
#with:
#repository: cschindlbeck/cv
#ref: refs/heads/main
uses: actions/checkout@v4
- name: Git config
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- if: ${{ github.event_name == 'pull_request' }}
name: Fetch and reset hard to origin on a PR
run: |
git fetch origin ${{ github.event.pull_request.head.ref }}
git reset --hard origin/${{ github.event.pull_request.head.ref }}
- name: Build Resume
run: |
# Cloning via PAT
Expand All @@ -26,13 +32,16 @@ jobs:
cd ..
cp cv/resume_cschindlbeck.pdf assets/docs/resume_cschindlbeck.pdf
rm -rf cv
- name: Push code
- name: Add and commit
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git status
git add -f assets/docs/resume_cschindlbeck.pdf
git add assets/docs/resume_cschindlbeck.pdf
# Prevent empty add to result in error
git diff-index --quiet HEAD || git commit -m "Updated Resume"
git pull origin ${GITHUB_REF##*/} --rebase
- if: ${{ github.event_name == 'pull_request' }}
name: Push HEAD to PR branch
run: |
git push origin HEAD:${{ github.event.pull_request.head.ref }}
- if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
name: Push on push or schedule
run: |
git push
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ author:
- label: "Codesignal"
icon: "cci cci-codesignal"
url: "https://app.codesignal.com/profile/chris_s_qex"
- label: "Codeforces"
icon: "cci cci-codeforces"
url: "https://codeforces.com/profile/cschindlbeck"
- label: "Codewars"
icon: "cci cci-codewars"
url: "https://www.codewars.com/users/cschindlbeck"
Expand Down
78 changes: 47 additions & 31 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
layout: single
title: "About"
author_profile: true
date: 2023-02-01 20:49:38 +0000
date: 2024-06-01 20:49:38 +0000
categories: jekyll update
---

## Hi there, I'm Chris! 👋
# Hi there, I'm Chris! 👋

I am a Software Development Engineer interested in Robotics, AI, and Blockchain with a ❤️ for DevOps.

Connect with me on:
Connect with me on:

[![Website Badge](https://img.shields.io/badge/Website-3b5998?style=flat&logo=google-chrome&logoColor=white)](https://cschindlbeck.github.io/)
[![LinkedIn Badge](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/chrisschindlbeck/)
Expand All @@ -27,13 +26,13 @@ Connect with me on:
### Domain Knowledge

<p align="center">
<img src="https://img.shields.io/badge/Robotics-green?style=flat">
<img src="https://img.shields.io/badge/Control-red?style=flat">
<img src="https://img.shields.io/badge/Motion Planning-blue?style=flat">
<img src="https://img.shields.io/badge/Sensor Fusion-yellowgreen?style=flat">
<img src="https://img.shields.io/badge/Signal and Image Processing-blueviolet?style=flat">
<img src="https://img.shields.io/badge/Machine Learning-success?style=flat">
<img src="https://img.shields.io/badge/Blockchain-critical?style=flat">
<img src="https://img.shields.io/badge/Robotics-green?style=flat" />
<img src="https://img.shields.io/badge/Control-red?style=flat" />
<img src="https://img.shields.io/badge/Motion Planning-blue?style=flat" />
<img src="https://img.shields.io/badge/Sensor Fusion-yellowgreen?style=flat" />
<img src="https://img.shields.io/badge/Signal and Image Processing-blueviolet?style=flat" />
<img src="https://img.shields.io/badge/Machine Learning-success?style=flat" />
<img src="https://img.shields.io/badge/Blockchain-critical?style=flat" />
</p>

### Programming Languages
Expand All @@ -42,10 +41,11 @@ Connect with me on:
<img alt="python" src="https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white" />
<img alt="c" src="https://img.shields.io/badge/C-00599C?style=flat&logo=c&logoColor=white" />
<img alt="cpp" src="https://img.shields.io/badge/C%2B%2B-00599C?style=flat&logo=c%2B%2B&logoColor=white" />
<img alt="bash" src="https://img.shields.io/badge/bash-121011.svg?logo=gnu-bash&logoColor=white">
<img alt="bash" src="https://img.shields.io/badge/bash-121011.svg?logo=gnu-bash&logoColor=white" />
<img alt="rust" src="https://img.shields.io/badge/Rust-000000?style=flat&logo=rust&logoColor=white" />
<img alt="solidity" src="https://img.shields.io/badge/Solidity-e6e6e6?style=flat&logo=solidity&logoColor=black" />
<img alt="Markdown" src="https://img.shields.io/badge/Markdown-000000.svg?logo=markdown&logoColor=white">
<img alt="lua" src="https://img.shields.io/badge/lua-%232C2D72.svg?style=flat&logo=lua&logoColor=white" />
<img alt="markdown" src="https://img.shields.io/badge/Markdown-000000.svg?logo=markdown&logoColor=white" />
</p>

### Tools & Frameworks
Expand All @@ -56,7 +56,7 @@ Connect with me on:
<img alt="Vim" src="https://img.shields.io/badge/VIM-%2311AB00.svg?&style=flat&logo=vim&logoColor=white" />
<img alt="opencv" src="https://img.shields.io/badge/-OpenCV-05122A?style=flat&logo=opencv&logoColor=5C3EE8" />
<img alt="numpy" src="https://img.shields.io/badge/Numpy-777BB4?style=flat&logo=numpy&logoColor=white" />
<img alt="Pytest" src="https://img.shields.io/badge/Pytest-0A9EDC.svg?logo=pytest&logoColor=white">
<img alt="Pytest" src="https://img.shields.io/badge/Pytest-0A9EDC.svg?logo=pytest&logoColor=white" />
<img alt="tmux" src="https://img.shields.io/badge/tmux-1BB91F?style=flat&logo=tmux&logoColor=white" />
<img alt="jira" src="https://img.shields.io/badge/Jira-0052CC?style=flat&logo=Jira&logoColor=white" />
<img alt="VSCode" src="https://img.shields.io/badge/-VSCode-007ACC?style=flat&logo=visual-studio-code&logoColor=white" />
Expand All @@ -66,29 +66,36 @@ Connect with me on:

<p align="center">
<img alt="Docker" src="https://img.shields.io/badge/-Docker-2496ED?style=flat&logo=docker&logoColor=white" />
<img alt="ansible" src="https://img.shields.io/badge/ansible-%231A1918.svg?style=flat&logo=ansible&logoColor=white" />
<img alt="terraform" src="https://img.shields.io/badge/terraform-%235835CC.svg?style=flat&logo=terraform&logoColor=white" />
<img alt="aws" src="https://img.shields.io/badge/Amazon_AWS-FF9900?style=flat&logo=amazonaws&logoColor=white" />
<img alt="github" src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" />
<img alt="github_ci" src="https://img.shields.io/badge/GitHub%20Actions-%232671E5.svg?style=flat&logo=githubactions&logoColor=white" />
<img alt="GitHub Pages" src="https://img.shields.io/badge/GitHub%20Pages-327FC7.svg?logo=github&logoColor=white">
<img alt="github_pages" src="https://img.shields.io/badge/GitHub%20Pages-327FC7.svg?logo=github&logoColor=white" />
<img alt="gitlab" src="https://img.shields.io/badge/GitLab-330F63?style=flat&logo=gitlab&logoColor=white" />
<img alt="gitlab_ci" src="https://img.shields.io/badge/GitLab%20CI-%23181717.svg?style=flat&logo=gitlab&logoColor=white" />
<img alt="ansible" src="https://img.shields.io/badge/ansible-%231A1918.svg?style=flat&logo=ansible&logoColor=white" />
<img alt="azure_devops" src="https://img.shields.io/badge/Azure_DevOps-0078D7?style=flat&logo=azure-devops&logoColor=white" />
</p>

### Operating Systems

<p align="center">
<img alt="Linux" src="https://img.shields.io/badge/Linux-FCC624?style=flat&logo=linux&logoColor=black" />
<img alt="Arch" src="https://img.shields.io/badge/Arch%20Linux-1793D1?logo=arch-linux&logoColor=fff&style=flat" />
<img alt="Fedora" src="https://img.shields.io/badge/Fedora-black?style=flat&logo=Fedora" />
<img alt="Debian" src="https://img.shields.io/badge/Debian-A81D33?style=flat&logo=debian&logoColor=white" />
<img alt="Ubuntu" src="https://img.shields.io/badge/-Ubuntu-E95420?style=flat&logo=ubuntu&logoColor=white" />
<img alt="kali" src="https://img.shields.io/badge/Kali_Linux-557C94?style=flat&logo=kali-linux&logoColor=white" />
<img alt="Kali" src="https://img.shields.io/badge/Kali_Linux-557C94?style=flat&logo=kali-linux&logoColor=white" />
<img alt="Windows" src="https://img.shields.io/badge/-Windows-007ACC?style=flat&logo=windows&logoColor=white" />
</p>

### Web Development

<p align="center">
<img alt="react" src="https://img.shields.io/badge/react-%2320232a.svg?style=flat&logo=React&logoColor=%2361DAFB" />
<img alt="html" src="https://img.shields.io/badge/-HTML5-E34F26?style=flat&logo=html5&logoColor=white" />
<img alt="css" src="https://img.shields.io/badge/-CSS3-1572B6?style=flat&logo=css3" />
<img alt="mui" src="https://img.shields.io/badge/MUI-%230081CB.svg?style=flat&logo=mui&logoColor=white" />
<img alt="javascript" src="https://img.shields.io/badge/JavaScript-%23323330.svg?style=flat&logo=javascript&logoColor=%23F7DF1E" />
<img alt="bootstrap" src="https://img.shields.io/badge/-Bootstrap-563D7C?style=flat&logo=bootstrap" />
<img alt="flask" src="https://img.shields.io/badge/-Flask-000000?style=flat&logo=Flask&logoColor=ffffff)" />
Expand All @@ -97,8 +104,17 @@ Connect with me on:
## 📈 My Github Stats

<p align="center">
<img align="center" src="https://github-readme-stats-cschindlbeck.vercel.app/api/top-langs/?username=cschindlbeck&layout=compact&theme=gotham&hide_border=false&count_private=true&langs_count=10" alt="cschindlbeck's github language stats" />
<img align="center" src="https://github-readme-stats-cschindlbeck.vercel.app/api?username=cschindlbeck&show_icons=true&include_all_commits=true&theme=gotham&hide_border=false&count_private=true&hide_rank=true" alt="cschindlbeck's github stats" />
<img align="center" src="http://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=cschindlbeck&theme=github_dark" alt="cschindlbeck's overview stats" />
</p>

<p align="center">
<img align="center" src="http://github-profile-summary-cards.vercel.app/api/cards/stats?username=cschindlbeck&theme=github_dark" alt="cschindlbeck's stats" />
<img align="center" src="http://github-profile-summary-cards.vercel.app/api/cards/productive-time?username=cschindlbeck&theme=github_dark&utcOffset=1" alt="cschindlbeck's commit stats" />
</p>

<p align="center">
<img align="center" src="http://github-profile-summary-cards.vercel.app/api/cards/repos-per-language?username=cschindlbeck&theme=github_dark" alt="cschindlbeck's github language repo stats" />
<img align="center" src="http://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=cschindlbeck&theme=github_dark" alt="cschindlbeck's github commit stats" />
</p>

<p align="center">
Expand All @@ -118,20 +134,20 @@ Connect with me on:
| |____| | (__| | | | __/\__ \__ \
|______|_|\___|_| |_|\___||___/___/

1934 ┤
1866╭──╮╭──╮ ╭─╮
1797╭╮ ╭╮╭╮ ╭─╯ ╰╯ ╰╮╭──╯ ╰─
1729╭╮ ╭╯╰╮╭──╮│╰╯╰─╯
1660╭╯│╭╮│ ╰
1592 ┤ ╭╮╭╮│ ╰╯╰╯
1524 ┼╮ ╭──╮ ╭╮╭────╯╰╯╰╯
1455 ┤│ ╭╯ │╭─╮╭╮╭╰╯
1387 ┤╰╮ ╭╯ ╰╯ ╰╯╰╯
1318│╭
1250 ┤ ╰╯
2130 ┤ ╭
2042
1954 ╭╮ ╭╮
1866 ╭╮ ╭─╯╰──╯╰──╮ ╭─────
1778 ╭╮ ╭──╮╭──╮╭─╯╰─ ╰─
1690 ╭╮╭╯╰──╯ ╰╯ ╰╯
1602 ┼╮ ╭──╮│╰╯
1514 ┤│ ╭───╮╭─╮╭╮╭─────╯ ╰╯
1426 ┤╰╮ ╭╯ ╰╯ ╰╯╰╯
1338╰─
1250 ┤

User: christopsy666, Rating type: Bullet on lichess.org
Last update: 01.01.2023 14:56:52
Last update: 01.05.2024 01:25:30
</code>
</pre>
Lichess stats generated via [lichess-ascii-rating-tracker](https://github.com/cschindlbeck/lichess-ascii-rating-tracker.git).
3 changes: 1 addition & 2 deletions _pages/about_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: single
title: "About"
author_profile: true
date: 2023-02-01 20:49:38 +0000
date: 2024-06-01 20:49:38 +0000
categories: jekyll update
---

Binary file modified assets/docs/resume_cschindlbeck.pdf
Binary file not shown.

0 comments on commit 51983d2

Please sign in to comment.