-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit - update badge.html
- Loading branch information
1 parent
36122e1
commit 9b82199
Showing
1 changed file
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<!-- last updated: 2024-11-13 01:14:51.564050 --> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>joedf's GitHub Badge</title> | ||
<link rel="stylesheet" href="assets/badge.css" media="screen"> | ||
</head> | ||
<body> | ||
<script> | ||
// Set the dark theme if set in the URL... | ||
const urlParams = new URLSearchParams(window.location.search) | ||
if (urlParams.get('theme') == 'dark') { | ||
document.body.classList.add('dark'); | ||
} | ||
</script> | ||
<div class="clear"> | ||
<div class="clear" id="user-login"> | ||
<div id="user-avatar"> | ||
<a href="https://github.com/joedf" target="_parent"><img alt="joedf" class="avatar" src="https://avatars.githubusercontent.com/u/3848219?u=c1840ccd41109985e97db9a48273c995cd0b7afe&v=4&s=24"></a> | ||
</div> | ||
<div id="user-overview"> | ||
<h1><a href="https://github.com/joedf" target="_parent" title="Joe DF">joedf</a></h1> | ||
<p> | ||
|
||
<span title="Based on the commits in the last 7 days">No recent repo activity.</span> | ||
|
||
</p> | ||
</div> | ||
</div> | ||
<div id="user-content"> | ||
<div id="octocat"> | ||
<div id="user-graph"> | ||
<div id="sparkline"> | ||
<div title="Commit sparkline: Maximum 0 commits"><svg viewBox="0 0 20 14" width="20" height="14"><g style="fill:SlateGray"> | ||
<rect width="2" height="1" x="0" y="13"/> | ||
<rect width="2" height="1" x="3" y="13"/> | ||
<rect width="2" height="1" x="6" y="13"/> | ||
<rect width="2" height="1" x="9" y="13"/> | ||
<rect width="2" height="1" x="12" y="13"/> | ||
<rect width="2" height="1" x="15" y="13"/> | ||
<rect width="2" height="1" x="18" y="13"/> | ||
</g></svg></div> | ||
</div> | ||
</div> | ||
<div id="user-info"> | ||
<p>AutoHotkey, C, Vim Script<span title="JavaScript, C#, PHP, HTML, Python, AutoIt, Rust, TeX, CSS">…</span></p> | ||
<ul class="clear" id="list-user-info"> | ||
<li> | ||
<p> | ||
<strong>35</strong><span> repos</span> | ||
</p> | ||
<p> | ||
<strong>129</strong><span> forks</span> | ||
</p> | ||
</li> | ||
<li class="last"> | ||
<p> | ||
<strong title="225">225</strong> | ||
<span> followers</span> | ||
</p> | ||
<p> | ||
<strong title="561">561</strong> | ||
<span> stargazers</span> | ||
</p> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div id="support"> | ||
Generated by <a href="https://github.com/joedf/github-badge-2" target="_parent">GitHub-Badge-2</a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |