Skip to content

Commit

Permalink
Updated static data
Browse files Browse the repository at this point in the history
  • Loading branch information
dgudim committed Aug 6, 2023
1 parent 12298da commit a2bff13
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions autogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
},
"homepage": "https://github.com/dgudim/dgudim.github.io#readme",
"dependencies": {
"js-beautify": "^1.14.8",
"puppeteer": "^20.8.2"
"js-beautify": "^1.14.9",
"puppeteer": "^21.0.1"
},
"type": "module",
"devDependencies": {
"@types/js-beautify": "^1.13.3",
"@types/js-beautify": "^1.14.0",
"ts-node": "^10.9.1"
}
}
12 changes: 6 additions & 6 deletions autogen/templates/parts/projects_content.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
<div class="icon_container repo_stars">
<em class="fa fa-star-o"></em>
<span class="stats_text" id="keyboard_vis_stars">1</span>
<span class="stats_text" id="keyboard_vis_stars">0</span>
</div>
<div class="icon_container repo_forks">
<em class="fa fa-code-fork"></em>
Expand Down Expand Up @@ -142,7 +142,7 @@
</div>
<div class="icon_container repo_stars">
<em class="fa fa-star-o"></em>
<span class="stats_text" id="scheduler_stars">18</span>
<span class="stats_text" id="scheduler_stars">19</span>
</div>
<div class="icon_container repo_forks">
<em class="fa fa-code-fork"></em>
Expand Down Expand Up @@ -292,8 +292,8 @@

<div class="repo_card_adaptive_inner">
<div class="repo_text_container">
<h2>MineRank</h2>
<p id="minerank_description">MineRank is a Discord bot built with TypeScript, discord.js & uses DKRCommands Command Handler. It attaches your discord account to a minecraft account.</p>
<h2>🤖 MineRank</h2>
<p id="🤖_minerank_description">MineRank is a Discord bot built with TypeScript, discord.js & uses DKRCommands Command Handler. It attaches your discord account to a minecraft account.</p>
</div>
<div class="repo_stats">
<div class="icon_container repo_lang">
Expand All @@ -302,11 +302,11 @@
</div>
<div class="icon_container repo_stars">
<em class="fa fa-star-o"></em>
<span class="stats_text" id="minerank_stars">0</span>
<span class="stats_text" id="🤖_minerank_stars">0</span>
</div>
<div class="icon_container repo_forks">
<em class="fa fa-code-fork"></em>
<span class="stats_text" id="minerank_forks">0</span>
<span class="stats_text" id="🤖_minerank_forks">0</span>
</div>
<div class="icon_container repo_org">
<img src="https://avatars.githubusercontent.com/u/121857374?s=64&v=4" alt="org_icon">
Expand Down
12 changes: 6 additions & 6 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h2>Keyboard vis</h2>
</div>
<div class="icon_container repo_stars">
<em class="fa fa-star-o"></em>
<span class="stats_text" id="keyboard_vis_stars">1</span>
<span class="stats_text" id="keyboard_vis_stars">0</span>
</div>
<div class="icon_container repo_forks">
<em class="fa fa-code-fork"></em>
Expand Down Expand Up @@ -239,7 +239,7 @@ <h2>Scheduler</h2>
</div>
<div class="icon_container repo_stars">
<em class="fa fa-star-o"></em>
<span class="stats_text" id="scheduler_stars">18</span>
<span class="stats_text" id="scheduler_stars">19</span>
</div>
<div class="icon_container repo_forks">
<em class="fa fa-code-fork"></em>
Expand Down Expand Up @@ -389,8 +389,8 @@ <h2>Mvis</h2>

<div class="repo_card_adaptive_inner">
<div class="repo_text_container">
<h2>MineRank</h2>
<p id="minerank_description">MineRank is a Discord bot built with TypeScript, discord.js & uses DKRCommands Command Handler. It attaches your discord account to a minecraft account.</p>
<h2>🤖 MineRank</h2>
<p id="🤖_minerank_description">MineRank is a Discord bot built with TypeScript, discord.js & uses DKRCommands Command Handler. It attaches your discord account to a minecraft account.</p>
</div>
<div class="repo_stats">
<div class="icon_container repo_lang">
Expand All @@ -399,11 +399,11 @@ <h2>MineRank</h2>
</div>
<div class="icon_container repo_stars">
<em class="fa fa-star-o"></em>
<span class="stats_text" id="minerank_stars">0</span>
<span class="stats_text" id="🤖_minerank_stars">0</span>
</div>
<div class="icon_container repo_forks">
<em class="fa fa-code-fork"></em>
<span class="stats_text" id="minerank_forks">0</span>
<span class="stats_text" id="🤖_minerank_forks">0</span>
</div>
<div class="icon_container repo_org">
<img src="https://avatars.githubusercontent.com/u/121857374?s=64&v=4" alt="org_icon">
Expand Down

0 comments on commit a2bff13

Please sign in to comment.