-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
394 lines (381 loc) · 29.4 KB
/
index.html
File metadata and controls
394 lines (381 loc) · 29.4 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Github API</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/placeholder-loading/dist/css/placeholder-loading.min.css">
<link href="offcanvas.css" rel="stylesheet">
</head>
<body class="bg-light">
<header class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark shadow-success" aria-label="Main navigation">
<div class="container">
<svg class="svg me-lg-3 text-white" height="32" viewBox="0 0 16 16" version="1.1" width="32"
aria-hidden="true">
<path fill-rule="evenodd"
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z">
</path>
</svg>
<a class="navbar-brand p-lg-0 me-0" href="index.html">Github API</a>
<button class="navbar-toggler p-0 border-0" type="button" data-bs-toggle="offcanvas"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="hamburger-menu" class="navbar-collapse offcanvas-collapse">
<div class="container p-0 d-flex flex-wrap justify-content-between">
<div></div>
<div class="input-group mt-lg-0 mt-4" id="search-group">
<div class="position-relative ">
<button
class="btn btn-outline-secondary dropdown-toggle dropdown-toggle-split text-dark bg-white shadow-none"
type="button" data-bs-toggle="dropdown" aria-expanded="false" id="search-select">Users
</button>
<ul class="dropdown-menu" id="search-select-list">
<li><a class="dropdown-item">Users </a></li>
<li><a class="dropdown-item">Repositories </a></li>
<li><a class="dropdown-item">Issues </a></li>
</ul>
</div>
<input id="search-input" type="search"
class="form-control border-secondary border-end-0 pe-0 shadow-none"
placeholder="Search Users" aria-label="Search">
<button id="search-submit" type="submit"
class="d-flex btn btn-outline-secondary bg-white text-secondary border-start-0 ps-0 shadow-none">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="currentColor" role="presentation">
<path
d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z">
</path>
</svg>
</button>
</div>
<div class="mt-lg-0 mt-4 ms-auto ms-lg-0 d-flex position-relative">
<button type="button" id="settings"
class="btn btn-outline-success dropdown-toggle dropdown-toggle-split shadow-none"
data-bs-toggle="dropdown" aria-expanded="false">Settings
<span class="visually-hidden">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu dropdown-menu-end">
<li><a class="dropdown-item" id="dark-mode">Dark Mode</a></li>
<li><a class="dropdown-item" onclick="UI.clearRecentSearches()">Clear Recent Searches</a>
</li>
<li><a class="dropdown-item" id="rate-limit" data-bs-toggle="modal"
data-bs-target="#rateLimit">API Rate Limit</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" data-bs-toggle="modal" data-bs-target="#about">About</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="modal fade" id="rateLimit" tabindex="-1" aria-labelledby="rateLimitLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content bg-body">
<div class="modal-header">
<h5 class="modal-title" id="rateLimitLabel">API Rate Limit</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body table-responsive" id="rateLimitContent">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="about" tabindex="-1" aria-labelledby="aboutLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content bg-body">
<div class="modal-header">
<h5 class="modal-title" id="aboutLabel">About</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="d-flex justify-content-center">
<img alt="profile-pic" width="92" height="92" class="rounded-circle"
src="https://avatars.githubusercontent.com/u/71596269?v=4">
<div class="d-flex flex-column ms-3">
<h5>Oğuzhan Selim Temiz</h5>
<small>@oguzhanslmtemiz</small>
<a target="_blank" class="btn btn-outline-success btn-sm w-100 mt-2"
href="https://github.com/oguzhanslmtemiz">Go
to GitHub Profile</a>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="nav-scroller bg-body shadow-sm" id="navigation">
<nav class="nav nav-tabs nav-underline container" aria-label="Secondary navigation" role="tablist">
<a id="user-overview-tab" class="nav-link active" role="presentation" data-bs-toggle="tab"
data-bs-target="#user-overview" type="button" role="tab" aria-controls="user-overview-tab">
<svg class="svg me-2" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true">
<path fill-rule="evenodd"
d="M0 1.75A.75.75 0 01.75 1h4.253c1.227 0 2.317.59 3 1.501A3.744 3.744 0 0111.006 1h4.245a.75.75 0 01.75.75v10.5a.75.75 0 01-.75.75h-4.507a2.25 2.25 0 00-1.591.659l-.622.621a.75.75 0 01-1.06 0l-.622-.621A2.25 2.25 0 005.258 13H.75a.75.75 0 01-.75-.75V1.75zm8.755 3a2.25 2.25 0 012.25-2.25H14.5v9h-3.757c-.71 0-1.4.201-1.992.572l.004-7.322zm-1.504 7.324l.004-5.073-.002-2.253A2.25 2.25 0 005.003 2.5H1.5v9h3.757a3.75 3.75 0 011.994.574z">
</path>
</svg>Overview</a>
<a id="user-following-tab" class="nav-link" role="presentation" data-bs-toggle="tab"
data-bs-target="#user-following" type="button" role="tab" aria-controls="user-following-tab">
<svg class="svg me-2" height="16" version="1.1" viewBox="0 0 328 328" width="16" aria-hidden="true">
<path id="XMLID_337_" d="M177.75,64.001C177.75,29.4,149.601,1.25,115,1.25c-34.602,0-62.75,28.15-62.75,62.751
S80.398,126.75,115,126.75C149.601,126.75,177.75,98.602,177.75,64.001z" />
<path id="XMLID_338_" d="M228.606,181.144c-5.858-5.857-15.355-5.858-21.214-0.001c-5.857,5.857-5.857,15.355,0,21.214
l19.393,19.396l-19.393,19.391c-5.857,5.857-5.857,15.355,0,21.214c2.93,2.929,6.768,4.394,10.607,4.394
c3.838,0,7.678-1.465,10.605-4.393l30-29.998c2.813-2.814,4.395-6.629,4.395-10.607c0-3.978-1.58-7.793-4.394-10.607
L228.606,181.144z" />
<path id="XMLID_340_" d="M223,116.75c-34.488,0-65.145,16.716-84.298,42.47c-7.763-1.628-15.694-2.47-23.702-2.47
c-63.412,0-115,51.589-115,115c0,8.284,6.715,15,15,15h125.596c19.246,24.348,49.03,40,82.404,40c57.896,0,105-47.103,105-105
C328,163.854,280.896,116.75,223,116.75z M223,296.75c-41.356,0-75-33.645-75-75s33.644-75,75-75c41.354,0,75,33.645,75,75
S264.354,296.75,223,296.75z" />
</svg>Following
<span id="user-following-count" class="badge bg-secondary rounded-pill align-text-bottom"></span>
</a>
<a id="user-followers-tab" class="nav-link" role="presentation" data-bs-toggle="tab"
data-bs-target="#user-followers" type="button" role="tab" aria-controls="user-followers-tab">
<svg class="svg me-2" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true">
<path fill-rule="evenodd"
d="M5.5 3.5a2 2 0 100 4 2 2 0 000-4zM2 5.5a3.5 3.5 0 115.898 2.549 5.507 5.507 0 013.034 4.084.75.75 0 11-1.482.235 4.001 4.001 0 00-7.9 0 .75.75 0 01-1.482-.236A5.507 5.507 0 013.102 8.05 3.49 3.49 0 012 5.5zM11 4a.75.75 0 100 1.5 1.5 1.5 0 01.666 2.844.75.75 0 00-.416.672v.352a.75.75 0 00.574.73c1.2.289 2.162 1.2 2.522 2.372a.75.75 0 101.434-.44 5.01 5.01 0 00-2.56-3.012A3 3 0 0011 4z">
</path>
</svg>Followers
<span id="user-followers-count" class="badge bg-secondary rounded-pill align-text-bottom"></span>
</a>
<a id="user-repos-tab" class="nav-link" role="presentation" data-bs-toggle="tab"
data-bs-target="#user-repos" type="button" role="tab" aria-controls="user-repos-tab">
<svg class="svg me-2" height="16" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true">
<path fill-rule="evenodd"
d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z">
</path>
</svg>Repositories
<span id="user-repos-count" class="badge bg-secondary rounded-pill align-text-bottom"></span></a>
</nav>
</div>
<main class="container" id="main">
<div id="userResultsDiv">
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="user-overview" role="tabpanel"
aria-labelledby="user-overview-tab">
<div id="overview"
class="d-flex flex-column flex-md-row p-2 p-sm-3 my-3 text-white bg-success rounded shadow-sm align-items-md-center justify-content-md-between justify-content-xl-around">
<div class="d-flex mx-auto mx-md-0 align-items-center flex-shrink-0">
<img id="user-avatar" alt="profile-pic" width="92" height="92" class="rounded-circle">
<div class="d-flex flex-column ms-2 mx-md-2">
<h5 id="user-name"></h5>
<small id="user-login"></small>
<a id="user-html_url" target="_blank" class="btn btn-outline-light btn-sm w-100 mt-2">Go
to GitHub Profile</a>
</div>
</div>
<div class="d-flex mt-3 mt-md-0 mw-500 mx-auto text-center">
<ul class="list-style-none ps-0 m-0">
<li>
<span id="user-bio"></span>
</li>
<li>
<svg class="svg me-1" version="1.1" width="16px" height="16px"
viewBox="0 0 970.64 970.639">
<path d="M142.8,375.219c9.7,0,18.4-2.1,25.9-6.199c8.1-4.4,14.1-11,17.8-19.5c3.3-7.601,5-17.4,5-30.101v-87.8
c0-6.9-5.6-12.5-12.5-12.5h-17c-6.9,0-12.5,5.6-12.5,12.5v88.8c0,8.3-0.8,11.3-1.1,12c-0.2,0.6-0.5,1-1.3,1.5
c-1.1,0.7-2.5,1-4.4,1c-3.1,0-4-0.9-4.3-1.3c0,0-1.9-2.6-2.3-12.4c-0.1-3.5-1.8-6.8-4.5-9.1c-2.7-2.3-6.2-3.3-9.7-2.8l-15.4,2.1
c-6.1,0.8-10.7,6-10.8,12.2c-0.3,16.1,3.7,28.8,12,37.7C116.1,370.62,127.9,375.219,142.8,375.219z" />
<path d="M237.7,364.62c11.5,7.1,24.6,10.6,39.1,10.6c13.3,0,25.8-3.199,37.3-9.5c11.9-6.5,21.101-16.199,27.5-28.7
c6.2-12,9.301-25.8,9.301-40.8c0-14.8-3-28.3-8.801-40.1c-6.1-12.3-15-22.1-26.699-29c-11.5-6.8-24.4-10.3-38.601-10.3
c-21.6,0-39.7,7.4-53.5,22c-13.7,14.4-20.7,34.2-20.7,58.8c0,13.2,2.9,25.8,8.6,37.6C217.3,347.62,226.2,357.52,237.7,364.62z
M254.4,265.52c6.3-6,13.7-9,22.5-9c6.1,0,11.5,1.5,16.3,4.5c4.8,3,8.3,7.2,10.8,12.8c2.8,6.2,4.2,13.7,4.2,22.3
c0,13.3-3.101,23.4-9.101,30c-6,6.5-13.1,9.5-22.5,9.5c-9.2,0-16.3-3-22.3-9.4c-6.2-6.6-9.2-15.8-9.2-28.2
C245.3,282.32,248.3,271.32,254.4,265.52z" />
<path d="M476.7,264.62c0-8.3-2.3-16.2-6.9-23.6c-4.7-7.6-11.3-13.3-19.6-16.9c-7.601-3.3-17-5-28.7-5h-48.3
c-6.9,0-12.5,5.6-12.5,12.5v128.8c0,6.9,5.6,12.5,12.5,12.5h49.1c9.3,0,17.101-0.8,23.9-2.5c7.2-1.8,13.5-4.7,18.5-8.5
c5.3-4,9.8-9.5,13.2-16.5c3.399-6.899,5.1-14.4,5.1-22.3c0-10.3-3-19.4-8.8-27.1c-1.7-2.3-3.7-4.4-5.8-6.3c0.8-1,1.5-2,2.1-3.1
C474.6,279.919,476.7,272.419,476.7,264.62z M402.7,259.419H416c11.1,0,14.9,0.9,15.8,1.2c1.101,0.4,1.601,0.8,2,1.4
c0.5,0.8,1.101,2.1,1.101,4.6c0,1.8-0.301,3.1-0.9,3.8c-0.7,0.9-2.2,1.5-3.4,1.9c-0.699,0.2-3.8,1-12.6,1h-15.4v-13.9H402.7z
M439.3,328.02c-0.7,1.2-1.3,2-2.1,2.5c-0.9,0.5-2.5,1.3-5.5,1.8c-0.5,0.1-2.7,0.4-9.3,0.4H402.8v-19.3H420c9,0,13.2,1,14.9,1.5
c2.3,0.8,3.3,1.9,3.899,2.7c0.601,0.9,1.5,2.4,1.5,5.4C440.3,325.12,440,326.72,439.3,328.02z" />
<path d="M550.5,457.419c7.6-9,15.9-17.3,24.8-25H119.6c-13.8,0-25,11.2-25,25s11.2,25,25,25h412.5
C537.7,473.719,543.8,465.32,550.5,457.419z" />
<path d="M798,217.419H521.1c-13.8,0-25,11.2-25,25c0,13.8,11.2,25,25,25H798c13.8,0,25-11.2,25-25
C823,228.62,811.8,217.419,798,217.419z" />
<path d="M823,348.32c0-13.8-11.2-25-25-25H521.1c-13.8,0-25,11.2-25,25c0,13.8,11.2,25,25,25H798
C811.8,373.32,823,362.12,823,348.32z" />
<path d="M94.6,569.719c0,13.801,11.2,25,25,25h377.5c0.301-8.5,1.101-16.8,2.301-25c1.3-8.5,3-16.8,5.199-25h-385
C105.8,544.719,94.6,555.919,94.6,569.719z" />
<path
d="M607.4,814.12h-14.9h-11.9H568.7H354.4h-11.9h-11.9H315.7c-10.8,0-19.601,8.8-19.601,19.6v12.7
c0,10.8,8.801,19.601,19.601,19.601h291.6c10.8,0,19.601-8.801,19.601-19.601v-12.7C626.9,822.919,618.2,814.12,607.4,814.12z" />
<path d="M336.7,703.82H348.6h11.9l-4.7,85.3H567.4l-1.301-23.7c-18.399-17.7-33.8-38.6-45.399-61.6
c-7.8-15.5-13.8-32.101-17.9-49.4c0-0.2-0.1-0.399-0.1-0.6H351.3H339.4H59.1c-5,0-9.1-4.101-9.1-9.101v-481c0-5,4.1-9.1,9.1-9.1
H864c5,0,9.1,4.1,9.1,9.1v272.4c20.4,18.5,37.4,40.6,50,65.3v-337.7c0-32.6-26.5-59.1-59.1-59.1H59.1c-32.6,0-59.1,26.5-59.1,59.1
v481c0,32.601,26.5,59.101,59.1,59.101H336.7L336.7,703.82z" />
<path d="M905.5,733.82l-8.9-9.101l-6.199-6.3c-0.9-0.899-1.9-1.8-2.9-2.6c5.8-8.5,11-17.5,15.5-26.9c12.4-26,19.3-55.1,19.3-85.8
c0-50.3-18.6-96.3-49.3-131.5c-36.7-42.1-90.8-68.8-150.9-68.8c-38.3,0-74.1,10.8-104.5,29.5c-11.699,7.2-22.699,15.6-32.699,25
c-8.2,7.7-15.7,16-22.5,25c-14,18.5-24.9,39.5-31.9,62.3c-2.5,8.1-4.5,16.5-5.9,25c-1.399,8.2-2.3,16.5-2.6,25
c-0.1,2.8-0.2,5.7-0.2,8.5c0,9.3,0.7,18.5,1.9,27.5c0.5,4,1.2,7.9,2,11.8c0.8,3.8,1.6,7.5,2.6,11.3c0,0.2,0.101,0.4,0.2,0.601
c4.6,17.5,11.6,34.1,20.5,49.399c4.5,7.601,9.4,15,14.8,21.9c4,5.1,8.2,10.1,12.7,14.8c4,4.2,8.2,8.3,12.5,12.2
c35.4,31.6,82,50.8,133.1,50.8c41.801,0,80.601-12.899,112.7-34.8c0.7,0.8,1.4,1.6,2.2,2.4l6.6,6.699l8.9,9l53.9,54.9
c7.3,7.5,17,11.2,26.699,11.2c9.5,0,19-3.6,26.301-10.8c14.8-14.5,15-38.3,0.5-53L905.5,733.82z M853.2,653.82
c-7.4,19-18.8,36-33.101,50c-25.3,24.6-59.899,39.899-97.899,39.899S649.6,728.52,624.3,703.82c-14.399-14-25.7-31-33.1-50
c-6.101-15.7-9.4-32.8-9.4-50.601c0-2.899,0.101-5.699,0.3-8.5c0.5-8.6,1.801-16.899,3.801-25c2.1-8.699,5.1-17,8.699-25
c11.9-26,31.601-47.699,56-62.3c21-12.5,45.5-19.7,71.7-19.7s50.7,7.2,71.7,19.7c41.2,24.5,68.8,69.5,68.8,120.8
C862.6,621.02,859.3,638.12,853.2,653.82z" /></svg>
<span id="user-hireable"></span>
</li>
</ul>
</div>
<div class="d-flex mt-3 mt-md-0">
<ul class="list-style-none ps-0 m-0">
<li>
<svg class="svg me-1" viewBox="0 0 16 16" version="1.1" width="16" height="16"
aria-hidden="true">
<path fill-rule="evenodd"
d="M1.5 14.25c0 .138.112.25.25.25H4v-1.25a.75.75 0 01.75-.75h2.5a.75.75 0 01.75.75v1.25h2.25a.25.25 0 00.25-.25V1.75a.25.25 0 00-.25-.25h-8.5a.25.25 0 00-.25.25v12.5zM1.75 16A1.75 1.75 0 010 14.25V1.75C0 .784.784 0 1.75 0h8.5C11.216 0 12 .784 12 1.75v12.5c0 .085-.006.168-.018.25h2.268a.25.25 0 00.25-.25V8.285a.25.25 0 00-.111-.208l-1.055-.703a.75.75 0 11.832-1.248l1.055.703c.487.325.779.871.779 1.456v5.965A1.75 1.75 0 0114.25 16h-3.5a.75.75 0 01-.197-.026c-.099.017-.2.026-.303.026h-3a.75.75 0 01-.75-.75V14h-1v1.25a.75.75 0 01-.75.75h-3zM3 3.75A.75.75 0 013.75 3h.5a.75.75 0 010 1.5h-.5A.75.75 0 013 3.75zM3.75 6a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM3 9.75A.75.75 0 013.75 9h.5a.75.75 0 010 1.5h-.5A.75.75 0 013 9.75zM7.75 9a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5zM7 6.75A.75.75 0 017.75 6h.5a.75.75 0 010 1.5h-.5A.75.75 0 017 6.75zM7.75 3a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z">
</path>
</svg>
<span id="user-company"></span>
</li>
<li>
<svg class="svg me-1" viewBox="0 0 16 16" version="1.1" width="16" height="16"
aria-hidden="true">
<path fill-rule="evenodd"
d="M11.536 3.464a5 5 0 010 7.072L8 14.07l-3.536-3.535a5 5 0 117.072-7.072v.001zm1.06 8.132a6.5 6.5 0 10-9.192 0l3.535 3.536a1.5 1.5 0 002.122 0l3.535-3.536zM8 9a2 2 0 100-4 2 2 0 000 4z">
</path>
</svg>
<span id="user-location"></span>
</li>
<li>
<svg class="svg me-1" viewBox="0 0 16 16" version="1.1" width="16" height="16"
aria-hidden="true">
<path fill-rule="evenodd"
d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z">
</path>
</svg>
<a class="text-white" target="_blank" href="#" id="user-blog"></a>
</li>
<li>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 273.5 222.3" width="16"
height="16" class="svg me-1">
<path
d="M273.5 26.3a109.77 109.77 0 0 1-32.2 8.8 56.07 56.07 0 0 0 24.7-31 113.39 113.39 0 0 1-35.7 13.6 56.1 56.1 0 0 0-97 38.4 54 54 0 0 0 1.5 12.8A159.68 159.68 0 0 1 19.1 10.3a56.12 56.12 0 0 0 17.4 74.9 56.06 56.06 0 0 1-25.4-7v.7a56.11 56.11 0 0 0 45 55 55.65 55.65 0 0 1-14.8 2 62.39 62.39 0 0 1-10.6-1 56.24 56.24 0 0 0 52.4 39 112.87 112.87 0 0 1-69.7 24 119 119 0 0 1-13.4-.8 158.83 158.83 0 0 0 86 25.2c103.2 0 159.6-85.5 159.6-159.6 0-2.4-.1-4.9-.2-7.3a114.25 114.25 0 0 0 28.1-29.1"
fill="currentColor"></path>
</svg>
<a class="text-white" target="_blank" href="#" id="user-twitter"></a>
</li>
</ul>
</div>
</div>
<div id="ph-overview" class="container my-3 rounded d-none">
<div class="row row-cols-1 row-cols-md-3 align-items-center ph-item">
<div class="flex-row align-items-center justify-content-between ">
<div class="ph-col-2">
<div class="ph-avatar"></div>
</div>
<div class="ph-col-8 ms-2">
<div class="ph-row">
<div class="ph-col-10 big"></div>
<div class="ph-col-2 empty big"></div>
<div class="ph-col-4"></div>
<div class="ph-col-8 empty"></div>
<div class="ph-col-10 big"></div>
<div class="ph-col-2 empty big"></div>
</div>
</div>
</div>
<div class="col">
<div class="ph-col-4">
<div class="ph-row">
<div class="ph-col-12 big"></div>
<div class="ph-col-4 empty"></div>
<div class="ph-col-4"></div>
<div class="ph-col-4 empty"></div>
</div>
</div>
</div>
<div class="col">
<div class="ph-col-4">
<div class="ph-row">
<div class="ph-col-12"></div>
<div class="ph-col-6"></div>
<div class="ph-col-6 empty"></div>
<div class="ph-col-8"></div>
<div class="ph-col-4 empty"></div>
<div class="ph-col-2"></div>
<div class="ph-col-10 empty"></div>
</div>
</div>
</div>
</div>
</div>
<div class="my-3 p-3 bg-body rounded shadow-sm" id="recent-repos-div">
<h6 class="border-bottom pb-2 mb-0">Recent Repos</h6>
<div id="recent-repos"></div>
<small class="d-block text-end mt-3">
<a class="text-success" style="cursor: pointer;" onclick="UI.goTo('user-repos-tab')">All
Repositories</a>
</small>
</div>
</div>
<div class="tab-pane fade" id="user-following" role="tabpanel" aria-labelledby="user-following-tab">
<div class="my-3 p-3 bg-body rounded shadow-sm">
<h6 class="border-bottom pb-2 mb-0">Following</h6>
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-3 row-cols-xl-4"
id="user-following-results">
</div>
<nav class="mt-3">
<ul id="following-pagination"
class="pagination pagination-sm justify-content-center justify-content-xl-end">
</ul>
</nav>
</div>
</div>
<div class="tab-pane fade" id="user-followers" role="tabpanel" aria-labelledby="user-followers-tab">
<div class="my-3 p-3 bg-body rounded shadow-sm">
<h6 class="border-bottom pb-2 mb-0">Followers</h6>
<div class="row row-cols-1 row-cols-sm-2 row-cols-lg-3 row-cols-xl-4"
id="user-followers-results">
</div>
<nav class="mt-3">
<ul id="followers-pagination"
class="pagination pagination-sm justify-content-center justify-content-xl-end">
</ul>
</nav>
</div>
</div>
<div class="tab-pane fade" id="user-repos" role="tabpanel" aria-labelledby="user-repos-tab">
<div class="my-3 p-3 bg-body rounded shadow-sm">
<h6 class="border-bottom pb-2 mb-0">All Repos</h6>
<div id="user-repos-results"></div>
<nav class="mt-3">
<ul id="repo-pagination"
class="pagination pagination-sm justify-content-center justify-content-xl-end">
</ul>
</nav>
</div>
</div>
</div>
<div class="my-3 p-3 bg-body rounded shadow-sm">
<h6 class="border-bottom pb-2 mb-0">Recent Searches</h6>
<div class="row row-cols row-cols-sm-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-5" id="recent-searches">
</div>
</div>
</div>
<div id="searchResultsDiv"></div>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous">
</script>
<script src="offcanvas.js"></script>
<script src="github.js"></script>
<script src="github-lang-colors.js"></script>
<script src="ui.js"></script>
<script src="index.js"></script>
</body>
</html>