mirror of
https://github.com/MrUnknownDE/mrunknownde.git
synced 2026-04-05 16:21:57 +02:00
blat
This commit is contained in:
34
.github/workflows/snake.yml
vendored
Normal file
34
.github/workflows/snake.yml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
name: Generate snake animation
|
||||
|
||||
on:
|
||||
schedule: # execute every 12 hours
|
||||
- cron: "* */12 * * *"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- name: generate snake.svg
|
||||
uses: Platane/snk/svg-only@v3
|
||||
with:
|
||||
github_user_name: ${{ github.repository_owner }}
|
||||
outputs: dist/snake.svg?palette=github-dark
|
||||
|
||||
|
||||
- name: push snake.svg to the snake-animation branch
|
||||
uses: crazy-max/ghaction-github-pages@v3.1.0
|
||||
with:
|
||||
target_branch: snake-animation
|
||||
build_dir: dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
65
README.md
Normal file
65
README.md
Normal file
@@ -0,0 +1,65 @@
|
||||
<h2 align="center">Hello 👋! My name is Johannes and I am a human, from Berlin</h2>
|
||||
|
||||
###
|
||||
|
||||
<div align="center">
|
||||
<img src="https://github-readme-stats.vercel.app/api?username=mrunknownde&hide_title=false&hide_rank=false&show_icons=true&include_all_commits=true&count_private=true&disable_animations=false&theme=dracula&locale=en&hide_border=false" height="150" alt="stats graph" />
|
||||
<img src="https://github-readme-stats.vercel.app/api/top-langs?username=mrunknownde&locale=en&hide_title=false&layout=compact&card_width=320&langs_count=5&theme=dracula&hide_border=false" height="150" alt="languages graph" />
|
||||
</div>
|
||||
|
||||
###
|
||||
|
||||
<img align="right" height="150" src="https://a.mrunk.de/243IMd.gif" />
|
||||
|
||||
###
|
||||
|
||||
<div align="left">
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/html5/html5-original.svg" height="30" alt="html5 logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/css3/css3-original.svg" height="30" alt="css3 logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/aftereffects/aftereffects-original.svg" height="30" alt="aftereffects logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/apache/apache-original.svg" height="30" alt="apache logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bash/bash-original.svg" height="30" alt="bash logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/debian/debian-original.svg" height="30" alt="debian logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/docker/docker-original.svg" height="30" alt="docker logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/grafana/grafana-original.svg" height="30" alt="grafana logo" />
|
||||
<img width="12" />
|
||||
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/vscode/vscode-original.svg" height="30" alt="vscode logo" />
|
||||
</div>
|
||||
|
||||
###
|
||||
|
||||
<div align="left">
|
||||
<a href="https://www.instagram.com/mrunknownde/" target="_blank">
|
||||
<img src="https://img.shields.io/static/v1?message=Instagram&logo=instagram&label=&color=E4405F&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="instagram logo" />
|
||||
</a>
|
||||
<a href="https://www.discordapp.com/users/155076323612688384" target="_blank">
|
||||
<img src="https://img.shields.io/static/v1?message=Discord&logo=discord&label=&color=7289DA&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="discord logo" />
|
||||
</a>
|
||||
<a href="https://www.t.me/mrunknownde" target="_blank">
|
||||
<img src="https://img.shields.io/static/v1?message=Telegram&logo=telegram&label=&color=2CA5E0&logoColor=white&labelColor=&style=for-the-badge" height="35" alt="telegram logo" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
###
|
||||
|
||||
<br clear="both">
|
||||
|
||||
<img src="https://raw.githubusercontent.com/mrunknownde/mrunknownde/output/snake.svg" alt="Snake animation" />
|
||||
|
||||
###
|
||||
|
||||
<div align="center">
|
||||
<img src="https://github-readme-stats.vercel.app/api?username=mrunknownde&hide_title=false&hide_rank=false&show_icons=true&include_all_commits=true&count_private=true&disable_animations=false&theme=dracula&locale=en&hide_border=false&order=1" height="150" alt="stats graph" />
|
||||
<img src="https://github-readme-stats.vercel.app/api/top-langs?username=mrunknownde&locale=en&hide_title=false&layout=compact&card_width=320&langs_count=5&theme=dracula&hide_border=false&order=2" height="150" alt="languages graph" />
|
||||
<img src="https://streak-stats.demolab.com?user=mrunknownde&locale=en&mode=daily&theme=dracula&hide_border=false&border_radius=5&order=3" height="150" alt="streak graph" />
|
||||
<img src="https://github-profile-trophy.vercel.app?username=mrunknownde&theme=dracula&column=-1&row=1&margin-w=8&margin-h=8&no-bg=false&no-frame=false&order=4" height="150" alt="trophy graph" />
|
||||
</div>
|
||||
|
||||
###
|
||||
11
imprint.md
Normal file
11
imprint.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Imprint
|
||||
<br>
|
||||
Information according to § 5 DDG<br>
|
||||
Johannes Krüger<br>
|
||||
z.Hd MrUnknownDE<br>
|
||||
Breite Str. 8<br>
|
||||
16225 Eberswalde, Germany<br>
|
||||
<br>
|
||||
Contact:<br>
|
||||
Phone: 03334-5848858<br>
|
||||
E-Mail: me@mrunknown.de<br>
|
||||
Reference in New Issue
Block a user