-
Notifications
You must be signed in to change notification settings - Fork 46
/
index.html
61 lines (58 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>GSoC Contribution Leaderboard</title>
</head>
<body>
<nav class="navbar navbar-dark fixed-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="/"><img
src="https://cdn.worldvectorlogo.com/logos/rocket-chat.svg" height="42" width="42"> GSoC Contribution
Leaderboard</a>
<ul class="navbar-nav px-3">
<li class="nav-item text-nowrap">
<a class="nav-link" id="github" href="https://github.com/RocketChat/GSoC-Contribution-Leaderboard-Node"
target="_blank" rel="noopener noreferrer">
<img src="https://pluspng.com/img-png/github-octocat-vector-png--1600.png" height="45" width="45">
</a>
</li>
</ul>
</nav>
<div class="container">
<hr>
<h2 style="display:inline;">Contributors</h2>
<em class="total" style="font-size: 16px;color:white">Total:</em>
<span class="text-muted lastupdate" style="float:right;text-align: right;font-size: 12px;"></span>
<table style="margin: 0; width: 100%; font-size: 16px;" cellpadding="0" cellspacing="0">
<tr>
<td></td>
<td colspan="1" style="font-weight: bold; padding: 32px 8px 8px 8px; color: #333;">
Username
</td>
<td></td>
<td
style="padding: 32px 8px 8px 8px; margin: 0; font-size: 12px; color: #9BA2AB; font-family: Helvetica, Arial, sans-serif;">
<a href="?sort=p">Open PRs</a><div id="allOpenPRs" style="color: white;display:inline; position: absolute;"></div>
</td>
<td
style="padding: 32px 8px 8px 8px; margin: 0; font-size: 12px; color: #9BA2AB; font-family: Helvetica, Arial, sans-serif;">
<a href="?sort=m">Merged PRs</a><div id="allMergedPRs" style="color: white;display:inline; position: absolute;"></div>
</td>
<td
style="padding: 32px 8px 8px 8px; margin: 0; font-size: 12px; color: #9BA2AB; font-family: Helvetica, Arial, sans-serif;">
<a href="?sort=i">Issues</a><div id="allIssues" style="color: white;display:inline; position: absolute;"></div>
</td>
</tr>
</table>
<hr>
<div id="allContributionsInfo" style="color: white;">Test</div>
</div>
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">
</span>
</div>
</footer>
</body>
</html>