Skip to content

Commit

Permalink
Merge pull request #3 from SyafaHadyan/add/wakatime
Browse files Browse the repository at this point in the history
Add WakaTime
  • Loading branch information
SyafaHadyan authored Nov 30, 2024
2 parents b6eda42 + 93ffa3e commit aee33da
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Syafa Hadyan Rasendriya</h1>
<div class="GitHub-Stats">
<h2>GitHub Stats</h2>
<img
src="https://github-readme-stats-amber-beta-62.vercel.app/api?username=SyafaHadyan&count_private=true&show_icons=true&include_all_commits=true&theme=dracula"
src="https://github-readme-stats-amber-beta-62.vercel.app/api?username=SyafaHadyan&count_private=true&show_icons=true&include_all_commits=true&show=prs_merged,reviews&theme=dracula"
alt="GitHub Stats"
/>
<figcaption>
Expand All @@ -40,10 +40,18 @@ <h2>GitHub Stats</h2>
<em>GitHub Trophy</em>
</figcaption>
</div>
<div class="WakaTime">
<h2>WakaTime</h2>
<img
src="https://github-readme-stats-amber-beta-62.vercel.app/api/wakatime?username=shr&theme=dracula"
alt="WakaTime"
/>
<figcaption>
<em>WakaTime Stats</em>
</figcaption>
</div>
<div class="Links">
<h2>
Links
</h2>
<h2>Links</h2>
<a
href="https://github.com/SyafaHadyan"
title="SyafaHadyan"
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Body
font-family: "Jet Brains Mono", sans-serif;
}

.GitHub-Stats
.GitHub-Stats, .WakaTime
{
text-align: center;
text-shadow: 0px 0px 35px white;
Expand All @@ -54,7 +54,7 @@ Body
margin-left: 20px;
}

.GitHub-Stats img
.GitHub-Stats img, .WakaTime img
{
height: auto;
width: auto;
Expand Down

0 comments on commit aee33da

Please sign in to comment.