-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (83 loc) · 3.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GoEntity</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>GoEntity Public Repositories :)</h1>
<br>
<h4>>> this only displays public repositories that I have ownership of</h4>
<h4>>> if numbers aren't accurate, it's temporary due to 202 error, which should be automatically fixed in a few minutes</h4>
<br>
<h5>Updated on 07-24-2024 via repo <a href="https://github.com/GoEntity/u_u">u_u</a></h5>
<h5 style="color:red;">Please don't steal my git token :)</h5>
</header>
<main>
<div id="exp">
<h3>*** shows public repo stats in the past <em>14</em> days with +/- count updates in between my login sessions ***</h3>
<h5>but sometimes I might run it manually if I'm bored</h5> <br>
<h5><strong>"+"</strong> calculation is done by <strong>"increase during login session"</strong> - <strong>"decrease due to Github removing 14-day-old counts"</strong></h5>
</div>
<div class="grid">
<article>
<h2><a href="https://github.com/GoEntity/GoFlappy">GoFlappy</a></h2>
<p>A simple Go game made with Ebitengine</p>
<p><strong>Stars:</strong> 4 <span>( 0 )</span></p>
<p><strong>Forks:</strong> 0 <span>( 0 )</span></p>
<p><strong>Commits:</strong> 7 <span>( 0 )</span></p>
<p><strong>Views:</strong> 1 <span>( 0 )</span></p>
<p><strong>Clones:</strong> 0 <span>( 0 )</span></p>
</article>
<article>
<h2><a href="https://github.com/GoEntity/uwu">uwu</a></h2>
<p>auto commit and push + show online status & time passed since login status changes</p>
<p><strong>Stars:</strong> 2 <span>( 0 )</span></p>
<p><strong>Forks:</strong> 0 <span>( 0 )</span></p>
<p><strong>Commits:</strong> 3601 <span>( +4 )</span></p>
<p><strong>Views:</strong> 3 <span>( 0 )</span></p>
<p><strong>Clones:</strong> 116 <span>( -21 )</span></p>
</article>
<article>
<h2><a href="https://github.com/GoEntity/u_u">u_u</a></h2>
<p>show my public repo stats on web deployment</p>
<p><strong>Stars:</strong> 2 <span>( 0 )</span></p>
<p><strong>Forks:</strong> 0 <span>( 0 )</span></p>
<p><strong>Commits:</strong> 898 <span>( +1 )</span></p>
<p><strong>Views:</strong> 25 <span>( 0 )</span></p>
<p><strong>Clones:</strong> 93 <span>( -13 )</span></p>
</article>
<article>
<h2><a href="https://github.com/GoEntity/GoEntity">GoEntity</a></h2>
<p></p>
<p><strong>Stars:</strong> 1 <span>( 0 )</span></p>
<p><strong>Forks:</strong> 0 <span>( 0 )</span></p>
<p><strong>Commits:</strong> 50 <span>( 0 )</span></p>
<p><strong>Views:</strong> 0 <span>( 0 )</span></p>
<p><strong>Clones:</strong> 1 <span>( +1 )</span></p>
</article>
<article>
<h2><a href="https://github.com/GoEntity/godotify">godotify</a></h2>
<p>A simple, light-weight image 'pixelator' in Go</p>
<p><strong>Stars:</strong> 0 <span>( 0 )</span></p>
<p><strong>Forks:</strong> 0 <span>( 0 )</span></p>
<p><strong>Commits:</strong> 35 <span>( 0 )</span></p>
<p><strong>Views:</strong> 0 <span>( 0 )</span></p>
<p><strong>Clones:</strong> 2 <span>( 0 )</span></p>
</article>
<article>
<h2><a href="https://github.com/GoEntity/godotify-example">godotify-example</a></h2>
<p>example code for godotify</p>
<p><strong>Stars:</strong> 0 <span>( 0 )</span></p>
<p><strong>Forks:</strong> 0 <span>( 0 )</span></p>
<p><strong>Commits:</strong> 7 <span>( 0 )</span></p>
<p><strong>Views:</strong> 0 <span>( 0 )</span></p>
<p><strong>Clones:</strong> 1 <span>( 0 )</span></p>
</article>
</div>
</main>
</body>
</html>