-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (225 loc) · 14.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>BuyCoins Github</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<nav class="primary-nav">
<section class="screen-container d-flex align-items-center">
<!-- App Brand -->
<section class="app-brand d-flex align-items-center">
<svg class="octicon octicon-mark-github v-align-middle" height="32" viewBox="0 0 16 16" version="1.1"
width="32">
<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>
</section>
<!-- Search input -->
<section class="search-input">
<div class="custom-input">
<input type="text" placeholder="Search or jump to...">
<img src="https://github.githubassets.com/images/search-key-slash.svg"
alt=""
class="header-search-key-slash">
</div>
</section>
<!-- Nav menu -->
<ul class="nav-menu">
<li class="nav-menu-item">
<a href="">
Pull requests
</a>
</li>
<li class="nav-menu-item">
<a href="">
Issues
</a>
</li>
<li class="nav-menu-item">
<a href="">
Marketplace
</a>
</li>
<li class="nav-menu-item">
<a href="">
Explore
</a>
</li>
</ul>
<!-- notifications, actions and profile -->
<ul class="right-nav-menu">
<li class="nav-menu-item">
<a href="">
<svg class="octicon octicon-bell"
viewBox="0 0 16 16"
version="1.1"
width="16"
height="16"
>
<path d="M8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path>
<path fill-rule="evenodd"
d="M8 1.5A3.5 3.5 0 004.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01l.001.006c0 .002.002.004.004.006a.017.017 0 00.006.004l.007.001h10.964l.007-.001a.016.016 0 00.006-.004.016.016 0 00.004-.006l.001-.007a.017.017 0 00-.003-.01l-1.703-2.554a1.75 1.75 0 01-.294-.97V5A3.5 3.5 0 008 1.5zM3 5a5 5 0 0110 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.518 1.518 0 0113.482 13H2.518a1.518 1.518 0 01-1.263-2.36l1.703-2.554A.25.25 0 003 7.947V5z"></path>
</svg>
</a>
</li>
<li class="nav-menu-item">
<a href="">
<svg class="octicon octicon-plus" viewBox="0 0 16 16" version="1.1" width="16" height="16"
aria-hidden="true">
<path fill-rule="evenodd"
d="M8 2a.75.75 0 01.75.75v4.5h4.5a.75.75 0 010 1.5h-4.5v4.5a.75.75 0 01-1.5 0v-4.5h-4.5a.75.75 0 010-1.5h4.5v-4.5A.75.75 0 018 2z"></path>
</svg>
<span class="dropdown-caret"></span>
</a>
</li>
<li class="nav-menu-item">
<a href="" class="d-flex align-items-center">
<img alt="@matscode"
src="https://ui-avatars.com/api/?name=M+A"
class="avatar avatar-user"
width="20"
height="20">
<span class="dropdown-caret"></span>
</a>
</li>
</ul>
</section>
</nav>
<main>
<section class="border-bottom-1 mt-24">
<section class="main-container just-weird-section">
<div class="jws-offset"></div>
<div class="jws-content">
<ul class="jws-menu list-unstyled list-inline">
<li class="jws-menu-item">
<a href="#">
<svg class="octicon octicon-book UnderlineNav-octicon hide-sm" 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>
</li>
<li class="jws-menu-item">
<a href="#" class="active">
<svg class="octicon octicon-repo UnderlineNav-octicon hide-sm" 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="repositoriesCount" class="label label-light">
0
</span>
</a>
</li>
<li class="jws-menu-item">
<a href="#">
<svg class="octicon octicon-project UnderlineNav-octicon hide-sm" height="16"
viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true">
<path fill-rule="evenodd"
d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
</svg>
Projects
</a>
</li>
<li class="jws-menu-item">
<a href="#">
<svg class="octicon octicon-package UnderlineNav-octicon hide-sm" height="16"
viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true">
<path fill-rule="evenodd"
d="M8.878.392a1.75 1.75 0 00-1.756 0l-5.25 3.045A1.75 1.75 0 001 4.951v6.098c0 .624.332 1.2.872 1.514l5.25 3.045a1.75 1.75 0 001.756 0l5.25-3.045c.54-.313.872-.89.872-1.514V4.951c0-.624-.332-1.2-.872-1.514L8.878.392zM7.875 1.69a.25.25 0 01.25 0l4.63 2.685L8 7.133 3.245 4.375l4.63-2.685zM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432L2.5 5.677zm6.25 8.271l4.625-2.683a.25.25 0 00.125-.216V5.677L8.75 8.432v5.516z"></path>
</svg>
Packages
</a>
</li>
</ul>
</div>
</section>
</section>
<section class="main-container just-weird-section">
<div class="jws-offset">
<div class="repo-user-profile position-relative">
<img style="height:auto;"
alt=""
class="avatar avatar-user width-full border bg-white"
src="https://ui-avatars.com/api/?name=M+A" width="260" height="260">
</div>
<section class="repo-user-info">
<h1 class="profile-user-name">Loading Name...</h1>
<h4 class="profile-username">Loading...</h4>
<p class="profile-description">
Loading Desc. ...
</p>
</section>
</div>
<div class="jws-content">
<section class="repository-filter-actions border-bottom-1">
<form action="">
<input type="text" class="form-control" placeholder="Find a repository...">
</form>
</section>
<section id="repositoriesWrapper">
<section class="repository d-flex justify-content-btwn">
<section class="part-1">
<a href="" class="repo-name">
repository-name
</a>
<p class="repo-description">
Repository description..
</p>
<section class="additional-infos">
<ul class="list-unstyled list-inline p-0">
<li class="list-item">
<span class="pl-notch"
style="background-color: lightcoral;"
></span>
Lang
</li>
<li class="list-item">
<svg aria-label="star" class="octicon octicon-star" viewBox="0 0 16 16"
version="1.1" width="16" height="16" role="img">
<path fill-rule="evenodd"
d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>
</svg>
1
</li>
<li class="list-item">
<svg aria-label="fork" class="octicon octicon-repo-forked" viewBox="0 0 16 16"
version="1.1" width="16" height="16" role="img">
<path fill-rule="evenodd"
d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path>
</svg>
2
</li>
<li class="list-item">
Updated on Oct 1
</li>
</ul>
</section>
</section>
<section class="part-2">
<button class="star-btn"
title="Star matscode/buycions-test"
data-ga-click="Repository, click star button, action:profiles#show; text:Star">
<svg class="octicon octicon-star mr-1" viewBox="0 0 16 16" version="1.1" width="16"
height="16" aria-hidden="true">
<path fill-rule="evenodd"
d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>
</svg>
Star
</button>
</section>
</section>
</section>
</div>
</section>
</main>
<script src="/script.js"></script>
</body>
</html>