-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.vue
More file actions
356 lines (320 loc) · 9.31 KB
/
credits.vue
File metadata and controls
356 lines (320 loc) · 9.31 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
<template>
<div class="credits">
<div class="clouds" ref="clouds"></div>
<div>
<h1>YOUR NAME HERE</h1>
<p>
Open source loves contribution! Your support is very much appreciated and we'll
add your names here for:
</p>
<ul>
<li>Accepted Pull Requests</li>
<li>Accepted Translations</li>
<li><a href="https://www.patreon.com/fantixking" target="_blank">Sponsorship</a>
</li>
</ul>
<p>We also appreciate:</p>
<ul>
<li>Using, sharing and adding stars⭐!</li>
<li>Sharing your story</li>
<li>Reporting a bug/issue, or requesting for new features</li>
<li>Asking a question</li>
</ul>
<h1>CORE TEAM</h1>
<ul class="name-cards grow">
<li>
<img class="avatar" src="~/assets/fantix.jpg">
<div>
<h2>Fantix King</h2>
<p style="display: flex">
<img class="icon" src="~/assets/title.svg">
Senior Software Architect<br>
Center for Translational Data Science<br>
The University of Chicago
</p>
<p style="display: flex">
<img class="icon" src="~/assets/location.svg">
Chicago, IL
</p>
<p>
<a href="https://github.com/fantix">GitHub</a>
<a href="https://twitter.com/fantix">Twitter</a>
</p>
</div>
</li>
<li>
<img class="avatar" src="~/assets/avatars/Tony Wang.jpeg">
<div>
<h2>Tony Wang</h2>
<p style="display: flex">
<img class="icon" src="~/assets/title.svg">
Software Engineer at Grab
</p>
<p style="display: flex">
<img class="icon" src="~/assets/location.svg">
Singapore
</p>
<p>
<a href="https://github.com/wwwjfy">GitHub</a>
<a href="https://twitter.com/wwwjfy">Twitter</a>
</p>
</div>
</li>
</ul>
<h1>ACKNOWLEDGEMENTS</h1>
<ul class="name-cards wrap">
<li>
<img src="~/assets/pycharm.svg">
<div>
<h2>PyCharm</h2>
<p>
GINO is developed proudly with <a
href="https://www.jetbrains.com/?from=GINO" target="_blank">PyCharm</a>.
</p>
</div>
</li>
<li>
<img class="avatar" src="~/assets/avatars/Sergey Bershadsky.jpeg">
<div>
<h2>Sergey Bershadsky</h2>
<p>
<a href="https://www.patreon.com/user/creators?u=11152292"
target="_blank">Patreon</a>
</p>
</div>
</li>
<li>
<img class="avatar" src="~/assets/avatars/Venky Iyer.jpeg">
<div>
<h2>Venky Iyer</h2>
<p>
<a href="https://www.patreon.com/user/creators?u=9555446" target="_blank">Patreon</a>
</p>
</div>
</li>
<li>
<img class="avatar" src="~/assets/avatars/Dima Veselov.png">
<div>
<h2>Dima Veselov</h2>
<p>
Former
<a href="https://www.patreon.com/dveselov" target="_blank">Patreon</a>
</p>
</div>
</li>
</ul>
<h1>DECENTFOX</h1>
<ul class="name-cards grow">
<li>
<img src="~/assets/decentfox.png" style="width: auto; margin-top: 0.24rem;">
<div>
<p>
Special thanks to my wife Daisy and her outsourcing company <a
href="https://decentfox.com/" target="_blank">DecentFoX Studio</a>, for
offering me the opportunity to build this project in 2018. They are open
for global software project outsourcing on Python, Web, iOS and Android
development.
</p>
<p>
Much thanks to <a href="https://www.behance.net/momo568007544"
target="_blank">Mico Liu</a> from DecentFox for
designing this awesome website, and <a href="https://github.com/YUMEYA"
target="_blank">Aobo Shi</a> for
maintaining the extensions!
</p>
</div>
</li>
</ul>
<h1>CONTRIBUTORS</h1>
<ul class="name-cards wrap">
<li v-for="author in authors">
<div>
<h2>{{ author.name }}</h2>
<p>{{ author.email }}</p>
</div>
</li>
</ul>
<h1>OTHER PROJECTS</h1>
<p>GINO is built on top of these awesome projects:</p>
<ul>
<li><a href="https://www.sqlalchemy.org/" target="_blank">SQLAlchemy</a></li>
<li><a href="https://github.com/MagicStack/asyncpg" target="_blank">asyncpg</a>
</li>
</ul>
<p>Projects using GINO (please
<a
href="https://github.com/python-gino/python-gino.org/edit/src/assets/users.json"
target="_blank">edit on GitHub</a> to add your projects here):</p>
<ul>
<li v-for="user in users">
<a :href="user.link" target="_blank">
{{ user.name }}
</a>
<template v-if="user.desc"> - {{ user.desc }}</template>
</li>
</ul>
<p>GINO was inspired by these projects:</p>
<ul>
<li><a href="https://github.com/CanopyTax/asyncpgsa"
target="_blank">asyncpgsa</a></li>
<li><a href="https://github.com/05bit/peewee-async"
target="_blank">peewee-async</a></li>
<li><a href="https://github.com/monobot/asyncorm" target="_blank">asyncorm</a>
</li>
</ul>
<p>Other similar Python asyncio ORM projects:</p>
<ul>
<li><a href="https://tortoise.github.io/" target="_blank">Tortoise ORM</a> since
2018.
</li>
<li>
<a href="https://github.com/encode/orm" target="_blank">ORM</a> by
<a href="https://www.encode.io/" target="_blank">Encode OSS</a>
since 2019.
</li>
<li><a href="https://docs.sqlalchemy.org/en/14/changelog/migration_14.html#asynchronous-io-support-for-core-and-orm" target="_blank">SQLAlchemy</a>
itself since 2020.
</li>
</ul>
</div>
</div>
</template>
<style lang="scss">
.credits {
margin-top: calc(var(--bg-width) * 0.1);
font-size: 0.20rem;
line-height: 0.26rem;
display: flex;
justify-content: center;
.avatar {
border: 2px solid #F8D230;
border-radius: 0.64rem;
flex: 0 0 0.64rem;
}
a {
color: #fff;
}
h1 {
display: inline-block;
font-size: 0.30rem;
font-weight: 500;
padding: 0.48rem 0 0.30rem;
border-bottom: 0.04rem solid #3E6CDE;
}
h2 {
font-size: 0.24rem;
font-weight: 500;
}
p {
vertical-align: middle;
}
.name-cards {
display: flex;
margin: 0.24rem 0 0 0;
padding: 0;
li {
list-style: none;
width: 3.2rem;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 0.16rem;
padding: 0.32rem;
margin: 0 0.32rem 0.32rem 0;
display: flex;
flex: 0 1 auto;
align-items: top;
}
&.grow li {
flex: 1 1 auto;
}
img {
width: 0.64rem;
height: 0.64rem;
margin-right: 0.32rem;
&.icon {
width: 0.24rem;
height: 0.24rem;
margin-right: 0.16rem;
}
}
&.wrap {
flex-wrap: wrap;
}
}
> div {
width: calc(var(--bg-width) * 0.66);
}
.clouds {
position: fixed;
left: 0;
top: 0;
z-index: -1;
background-image: url('~assets/clouds.svg');
background-repeat: no-repeat;
background-position-x: center;
background-position-y: top;
background-size: var(--bg-width);
width: 100%;
height: calc(var(--bg-width) * 0.4734375);
}
}
@media (max-width: 992px) {
.credits {
font-size: 0.24rem;
line-height: 0.3rem;
h1, h2 {
align-self: center;
}
.name-cards {
flex-wrap: wrap;
justify-content: center;
width: 100%;
&.wrap {
text-align: center;
}
img {
margin-right: 0;
}
li {
flex-direction: column;
align-items: center;
margin: 0 0 0.32rem;
}
}
> div {
width: auto;
margin: 0 0.5rem;
display: flex;
flex-direction: column;
align-items: flex-start;
&.clouds {
margin: 0;
}
}
}
}
</style>
<script>
import authors from 'assets/authors.json'
import users from 'assets/users'
export default {
data () {
return {
authors: authors,
users: users
}
},
mounted () {
let clouds = this.$refs.clouds
let requested = false
clouds.style.transform = 'translateY(-' + (window.scrollY / 4) + 'px)'
window.onscroll = () => {
if (requested) return
requested = true
window.requestAnimationFrame(() => {
requested = false
clouds.style.transform = 'translateY(-' + (window.scrollY / 4) + 'px)'
})
}
}
}
</script>