-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontributor-profiles.html
More file actions
223 lines (193 loc) · 12.2 KB
/
contributor-profiles.html
File metadata and controls
223 lines (193 loc) · 12.2 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitForge Contributor Profiles</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background: #f5f5f5; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.header { background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); color: white; padding: 40px 20px; border-radius: 8px; margin-bottom: 40px; }
.header h1 { font-size: 2.5em; margin-bottom: 10px; }
.header p { font-size: 1.1em; opacity: 0.9; }
.filters { background: white; padding: 20px; border-radius: 8px; margin-bottom: 30px; display: flex; gap: 10px; flex-wrap: wrap; }
.filter-btn { padding: 8px 16px; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; background: white; transition: all 0.3s; }
.filter-btn.active { background: #6366f1; color: white; border-color: #6366f1; }
.profiles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.profile-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; }
.profile-card:hover { transform: translateY(-4px); box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.profile-header { background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%); color: white; padding: 20px; text-align: center; }
.profile-avatar { width: 80px; height: 80px; border-radius: 50%; background: white; margin: 0 auto 10px; overflow: hidden; }
.profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.profile-name { font-size: 1.2em; font-weight: bold; margin-bottom: 5px; }
.profile-username { font-size: 0.9em; opacity: 0.9; }
.profile-body { padding: 20px; }
.profile-tier { display: inline-block; background: #f0f0f0; padding: 4px 12px; border-radius: 20px; font-size: 0.85em; font-weight: bold; color: #6366f1; margin-bottom: 15px; }
.profile-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 15px; }
.stat { text-align: center; padding: 10px; background: #f9f9f9; border-radius: 4px; }
.stat-value { font-size: 1.3em; font-weight: bold; color: #6366f1; }
.stat-label { font-size: 0.8em; color: #666; margin-top: 5px; }
.profile-score { margin: 15px 0; }
.score-bar { background: #e0e0e0; height: 8px; border-radius: 4px; overflow: hidden; }
.score-fill { background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%); height: 100%; transition: width 0.3s; }
.profile-skills { margin: 15px 0; }
.skills-label { font-size: 0.9em; font-weight: bold; color: #333; margin-bottom: 8px; }
.skill-tag { display: inline-block; background: #e8e8ff; color: #6366f1; padding: 4px 10px; border-radius: 12px; font-size: 0.8em; margin: 4px 4px 4px 0; }
.profile-achievements { margin: 15px 0; }
.achievement { display: inline-block; font-size: 1.5em; margin: 4px; cursor: pointer; title: 'Achievement'; }
.profile-footer { padding: 15px 20px; background: #f9f9f9; border-top: 1px solid #eee; text-align: center; }
.profile-link { color: #6366f1; text-decoration: none; font-weight: bold; }
.profile-link:hover { text-decoration: underline; }
.stats-summary { background: white; padding: 20px; border-radius: 8px; margin-bottom: 30px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; }
.summary-stat { text-align: center; }
.summary-value { font-size: 2em; font-weight: bold; color: #6366f1; }
.summary-label { font-size: 0.9em; color: #666; margin-top: 5px; }
</style>
</head>
<body>
<div class="container">
<div class="header">
<h1>🌟 GitForge Contributor Profiles</h1>
<p>Verified, auditable profiles of top contributors</p>
</div>
<div class="stats-summary">
<div class="summary-stat">
<div class="summary-value">3</div>
<div class="summary-label">Total Contributors</div>
</div>
<div class="summary-stat">
<div class="summary-value">3</div>
<div class="summary-label">Bounties Completed</div>
</div>
<div class="summary-stat">
<div class="summary-value">$712.5</div>
<div class="summary-label">Total Earned</div>
</div>
<div class="summary-stat">
<div class="summary-value">59.1</div>
<div class="summary-label">Avg Reputation</div>
</div>
</div>
<div class="profiles-grid">
<div class="profile-card">
<div class="profile-header">
<div class="profile-avatar">
<img src="https://avatars.githubusercontent.com/u/jane-designer?v=4" alt="jane-designer">
</div>
<div class="profile-name">Jane Designer</div>
<div class="profile-username">@jane-designer</div>
</div>
<div class="profile-body">
<div class="profile-tier">Emerging Contributor</div>
<div class="profile-stats">
<div class="stat">
<div class="stat-value">1</div>
<div class="stat-label">Bounties</div>
</div>
<div class="stat">
<div class="stat-value">$475</div>
<div class="stat-label">Earned</div>
</div>
</div>
<div class="profile-score">
<div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px;">Reputation: 62.5/100</div>
<div class="score-bar">
<div class="score-fill" style="width: 62.5%"></div>
</div>
</div>
<div class="profile-skills">
<div class="skills-label">Skills</div>
<span class="skill-tag">design</span><span class="skill-tag">frontend</span><span class="skill-tag">ui/ux</span>
</div>
<div class="profile-achievements">
<div class="skills-label">Achievements</div>
<span class="achievement" title="First Contribution">🌟</span><span class="achievement" title="$100 Earner">💰</span>
</div>
</div>
<div class="profile-footer">
<a href="https://github.com/jane-designer" class="profile-link" target="_blank">View Profile →</a>
</div>
</div>
<div class="profile-card">
<div class="profile-header">
<div class="profile-avatar">
<img src="https://avatars.githubusercontent.com/u/john-developer?v=4" alt="john-developer">
</div>
<div class="profile-name">John Developer</div>
<div class="profile-username">@john-developer</div>
</div>
<div class="profile-body">
<div class="profile-tier">Emerging Contributor</div>
<div class="profile-stats">
<div class="stat">
<div class="stat-value">1</div>
<div class="stat-label">Bounties</div>
</div>
<div class="stat">
<div class="stat-value">$237.5</div>
<div class="stat-label">Earned</div>
</div>
</div>
<div class="profile-score">
<div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px;">Reputation: 57.75/100</div>
<div class="score-bar">
<div class="score-fill" style="width: 57.75%"></div>
</div>
</div>
<div class="profile-skills">
<div class="skills-label">Skills</div>
<span class="skill-tag">automation</span><span class="skill-tag">backend</span><span class="skill-tag">nodejs</span>
</div>
<div class="profile-achievements">
<div class="skills-label">Achievements</div>
<span class="achievement" title="First Contribution">🌟</span><span class="achievement" title="$100 Earner">💰</span>
</div>
</div>
<div class="profile-footer">
<a href="https://github.com/john-developer" class="profile-link" target="_blank">View Profile →</a>
</div>
</div>
<div class="profile-card">
<div class="profile-header">
<div class="profile-avatar">
<img src="https://avatars.githubusercontent.com/u/AliRaza?v=4" alt="AliRaza">
</div>
<div class="profile-name">Ali Raza</div>
<div class="profile-username">@AliRaza</div>
</div>
<div class="profile-body">
<div class="profile-tier">Emerging Contributor</div>
<div class="profile-stats">
<div class="stat">
<div class="stat-value">1</div>
<div class="stat-label">Bounties</div>
</div>
<div class="stat">
<div class="stat-value">$0</div>
<div class="stat-label">Earned</div>
</div>
</div>
<div class="profile-score">
<div style="font-size: 0.9em; font-weight: bold; margin-bottom: 5px;">Reputation: 57/100</div>
<div class="score-bar">
<div class="score-fill" style="width: 57%"></div>
</div>
</div>
<div class="profile-skills">
<div class="skills-label">Skills</div>
<span class="skill-tag">design</span><span class="skill-tag">documentation</span><span class="skill-tag">frontend</span>
</div>
<div class="profile-achievements">
<div class="skills-label">Achievements</div>
<span class="achievement" title="First Contribution">🌟</span>
</div>
</div>
<div class="profile-footer">
<a href="https://github.com/AliRaza" class="profile-link" target="_blank">View Profile →</a>
</div>
</div>
</div>
</div>
</body>
</html>