Skip to content

Commit 1869461

Browse files
test commit 1
1 parent 9c70211 commit 1869461

File tree

2 files changed

+67
-4
lines changed

2 files changed

+67
-4
lines changed

.github/workflows/snake.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Generate snake animation
2+
3+
on:
4+
schedule: # execute every 12 hours
5+
- cron: "* */12 * * *"
6+
7+
workflow_dispatch:
8+
9+
push:
10+
branches:
11+
- master
12+
13+
jobs:
14+
generate:
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- name: generate snake.svg
19+
uses: Platane/snk/svg-only@v2
20+
with:
21+
github_user_name: ${{ github.repository_owner }}
22+
outputs: dist/snake.svg
23+
24+
25+
- name: push snake.svg to the output branch
26+
uses: crazy-max/ghaction-github-pages@v2.6.0
27+
with:
28+
target_branch: output
29+
build_dir: dist
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# <div align="center">Hi <img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="30">, I'm DevelopersWork<br/><a href="https://github.com/DenverCoder1/readme-typing-svg"><img src="https://readme-typing-svg.herokuapp.com?font=Ubuntu+Condensed&size=32&duration=7500&color=00FFEB&center=true&vCenter=true&width=600&height=60&lines=Technology+Mad;Computer+Science+Graduate;Since+1999"></a></div>
1+
<h1 align="center">
2+
3+
Hi <img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" width="30"/>, I'm DevelopersWork
4+
<br/>
5+
6+
<a href="https://github.com/DenverCoder1/readme-typing-svg">
7+
<img src="https://readme-typing-svg.herokuapp.com?font=Ubuntu+Condensed&size=32&duration=7500&color=00FFEB&center=true&vCenter=true&width=600&height=60&lines=Technology+Mad;Computer+Science+Graduate;Since+1999"/>
8+
</a>
9+
10+
###
11+
12+
<div align="center">
13+
<img src="https://profile-counter.glitch.me/developerswork/count.svg?" />
14+
</div>
15+
16+
###
17+
18+
</h1>
219

320
<h3 align="center">⚡Don't be toxic for loosing, say <b>GG</b> since you had fun time⚡</h3>
421

@@ -11,7 +28,12 @@
1128
✔ Self Learning from **YouTube**<br>
1229
✔ I'm the guy you are looking for a video game party <br>
1330
✔ Ask me anything else, If I am alive I will try and answer maybe 😉<br>
14-
<br/>
31+
32+
<br clear="both">
33+
34+
<img src="https://raw.githubusercontent.com/developerswork/developerswork/blob/output/snake.svg" alt="Snake animation" />
35+
36+
<br clear="both">
1537

1638
## <img src = "https://media2.giphy.com/media/QssGEmpkyEOhBCb7e1/giphy.gif?cid=ecf05e47a0n3gi1bfqntqmob8g9aid1oyj2wr3ds3mg700bl&rid=giphy.gif" width="30"/>&nbsp;***Skills***
1739

@@ -50,6 +72,18 @@
5072
</a>
5173
</p>
5274

75+
###
76+
77+
<br clear="both">
78+
79+
<div align="center">
80+
<img src="https://github-read-medium-git-main.pahlevikun.vercel.app/latest?limit=4&username=@developerswork&theme=radical" alt="Layout with last medium posts" />
81+
</div>
82+
83+
<br clear="both">
84+
85+
###
86+
5387
<img height="360" align="left" alt="" src="https://raw.githubusercontent.com/DevelopersWork/developerswork/master/resources/Clash%20Royale.png" />
5488

5589
## <img src="https://c.tenor.com/LwULtPSWGTwAAAAi/trophy-joypixels.gif" width="30"/>&nbsp;***Trophy Collection***
@@ -65,5 +99,3 @@
6599
<p align="center">
66100
<a href="https://www.buymeacoffee.com/developerswork"> <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="developerswork" /></a>
67101
</p>
68-
69-
<br/>

0 commit comments

Comments
 (0)