-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathsupport.astro
More file actions
276 lines (258 loc) · 9.09 KB
/
support.astro
File metadata and controls
276 lines (258 loc) · 9.09 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
---
// import Features2 from '~/components/widgets/Features2.astro';
// import Features3 from '~/components/widgets/Features3.astro';
// import Features from '~/components/widgets/Features.astro';
import CallToAction2 from '~/components/widgets/CallToAction.astro';
import Features2 from '~/components/widgets/Features2.astro';
import Features3 from '~/components/widgets/Features3.astro';
import Features5 from '~/components/widgets/Features5.astro';
import Hero from '~/components/widgets/Hero.astro';
import Stats from '~/components/widgets/Stats.astro';
// import Steps2 from '~/components/widgets/Steps2.astro';
import Layout from '~/layouts/PageLayout.astro';
const metadata = {
title: 'Supporting Lychee',
};
---
<Layout metadata={metadata}>
<!-- Hero Widget ******************* -->
<Hero
image={{
src: 'https://images.unsplash.com/photo-1521737852567-6949f3f9f2b5?q=80&w=3494&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D',
alt: 'Caos Image',
}}
>
<Fragment slot="title"> About Us. </Fragment>
<Fragment slot="subtitle">
We aim to maintain a free open-source photography library with high quality of code.<br />
Being in control of our own data, our own pictures is something that we value above all.
</Fragment>
</Hero>
<!-- Stats Widget ****************** -->
<Stats
title="Statistics."
stats={[
{ title: 'Started', amount: '2018' },
{ title: 'Devs', amount: '2' },
{ title: 'Lines of Code', amount: '40K' },
]}
/>
<!-- Features3 Widget ************** -->
<Features5
title="Meet the team"
columns={2}
items={[
{
title: 'ildyria (Benoît Viguier)',
image: {
src: 'https://avatars.githubusercontent.com/u/627094?s=400&v=4',
alt: 'ildyria',
},
description: 'Main dev.',
},
{
title: 'd7415 (Martin Stone)',
image: {
src: 'https://avatars.githubusercontent.com/u/1611702?v=4',
alt: 'd7415',
},
description: 'Main reviewer.',
},
{
title: 'ppshobi (Shobi)',
image: {
src: 'https://avatars.githubusercontent.com/u/8536607?v=4',
alt: 'ppshobi',
},
description: 'dev.',
},
{
title: 'sancsin',
image: {
src: 'https://avatars.githubusercontent.com/u/75096844?v=4',
alt: 'sancsin',
},
description: 'dev.',
},
{
title: 'JasonMillward (Jason)',
image: {
src: 'https://avatars.githubusercontent.com/u/1149781?v=4',
alt: 'JasonMillward',
},
description: 'contributor.',
},
]}
/>
<Features3
title="Our values"
subtitle="LycheeOrg is not just producing a photo gallery,<br>it is also about adopting a culture of excelence."
columns={3}
items={[
{
title: 'High quality software',
icon: 'tabler:code',
description:
'We pride ourselves into applying best practices in software development. This includes testing, static analysis, proper design pattern & architecture.',
},
{
title: 'Open',
icon: 'tabler:git-pull-request',
description:
'To encourage active collaboration, Lychee strongly encourages pull requests, not just bug reports. We are also open to suggestions and new ideas for future improvements.',
},
{
title: 'Ethical Practices',
icon: 'tabler:shield-check',
description:
'Lychee is all about statying in control of your data. The gallery comes out of the box without any analytics or other tracking mechanism. Your privacy is one of our priority.',
},
]}
/>
<!-- <CallToAction2
title="Support us!"
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on GitHub."
actions={[
// {
// variant: 'secondary',
// text: '<img src="https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Foc-logo-watercolor-256.png&w=64&q=75" class="h-5 w-5 mr-2.5"/>Open Collective',
// href: 'https://opencollective.com/LycheeOrg',
// },
{
variant: 'secondary',
text: 'GitHub sponsor',
href: 'https://github.com/sponsors/LycheeOrg',
icon: 'tabler:heart',
},
]}
/> -->
<CallToAction2
classes={{container: 'bg-sky-400/10 !max-w-full', headline: 'bg-white'}}
title="Support us!"
subtitle="If you are using Lychee, a small token of gratitude will go a long way. You can support further development of Lychee on GitHub."
actions={[
// {
// variant: 'secondary',
// text: '<img src="https://next-images.opencollective.com/_next/image?url=%2Fstatic%2Fimages%2Foc-logo-watercolor-256.png&w=64&q=75" class="h-5 w-5 mr-2.5"/>Open Collective',
// href: 'https://opencollective.com/LycheeOrg',
// },
{
variant: 'secondary',
text: 'GitHub sponsor',
href: 'https://github.com/sponsors/LycheeOrg',
icon: 'tabler:heart',
},
]}
/>
<!-- { text: 'GitHub sponsor', href: 'https://github.com/sponsors/LycheeOrg' },
{ text: 'Open Collective', href: 'https://opencollective.com/LycheeOrg' }, -->
<Features2
isBeforeContent
title="Join the team!"
subtitle="Whether you want to contribute or just help with reviewing pull requests, we would be happy to have you on board.<br><br>LycheeOrg works as a Do What You Want Structure."
items={[
{ icon: 'tabler:devices-check', title: 'If you feel like just doing reviews,', description: 'then just do that.', classes: {panel:'items-center'} },
{ icon: 'tabler:devices-plus', title: 'If you feel like adding new functionalities,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
{ icon: 'tabler:bug-off', title: 'If you feel like fixing bugs,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
{ icon: 'tabler:hammer', title: 'if you feel like fixing things that annoy you,', description: 'then do that.', classes: {panel:'items-center', title: 'text-center', description: 'text-center'} },
]}
columns={2}
>
</Features2>
<!-- <div class=" scale-75"> -->
<Features5
classes={{container: 'scale-75'}}
isAfterContent
isBeforeContent
title="Past Contributors"
subtitle="We would like to thank all the contributors that helped us in the past."
columns={3}
items={[
{
title: 'kamil4 (Kamil Iskra)',
image: {
src: 'https://avatars.githubusercontent.com/u/16415200?v=4',
alt: 'kamil4',
},
description:
'<span class="bg-green-700 text-white rounded-full px-4 py-1 font-bold text-sm">Top contributor</span>',
},
{
title: 'nagmat84 (Matthias Nagel)',
image: {
src: 'https://avatars.githubusercontent.com/u/7428426?v=4',
alt: 'nagmat84',
},
description:
'<span class="bg-yellow-400 text-neutral-500 rounded-full px-4 py-1 font-bold text-sm">Rock star</span>',
},
{
title: 'electerious (Tobias Reich)',
image: {
src: 'https://avatars.githubusercontent.com/u/499088?v=4',
alt: 'electerious',
},
description: '<span class="bg-sky-400 rounded-full px-4 py-1 font-bold text-sm">Creator</span>',
},
{
title: 'qwerty287',
image: {
src: 'https://avatars.githubusercontent.com/u/80460567?v=4',
alt: 'qwerty287',
},
description:
'<span class="bg-green-700 text-white rounded-full px-4 py-1 font-bold text-sm">Top contributor</span>',
},
{
title: 'tmp-hallenser',
image: {
src: 'https://avatars.githubusercontent.com/u/1869257?v=4',
alt: 'tmp-hallenser',
},
},
{
title: 'LudovicRousseau',
image: {
src: 'https://avatars.githubusercontent.com/u/398496?v=4',
alt: 'LudovicRousseau',
},
},
{
title: 'roblandry',
image: {
src: 'https://avatars.githubusercontent.com/u/1853884?v=4',
alt: 'roblandry',
},
},
{
title: 'alex-phillips',
image: {
src: 'https://avatars.githubusercontent.com/u/3135216?v=4',
alt: 'alex-phillips',
},
},
{
title: 'hermzz (Hermann Käser)',
image: {
src: 'https://avatars.githubusercontent.com/u/129883?v=4',
alt: 'hermzz (Hermann Käser)',
},
},
{
title: 'clementlamoureux',
image: {
src: 'https://avatars.githubusercontent.com/u/2447419?v=4',
alt: 'clementlamoureux (Clément Lamoureux)',
},
},
{
title: 'bennetscience (Brian)',
image: {
src: 'https://avatars.githubusercontent.com/u/3878010?s=400&v=4',
alt: 'bennetscience (Brian)',
},
},
]}
/>
<!-- </div> -->
</Layout>