-
Notifications
You must be signed in to change notification settings - Fork 6
/
swag.html
194 lines (184 loc) · 6.7 KB
/
swag.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
---
layout: default
title: Grab Flyte Swag
permalink: /swag/
---
<section class="mb-4 sm:mb-4 md:mb-8 lg:mb-10 p-10">
<div class="grid grid-cols-2">
<div class="m-auto">
<h1
class="text-white text-4xl sm:text-5xl md:text-6xl lg:text-7xl leading-tighter font-body font-regular text-center lg:w-5/6 mx-auto"
>
Contribute to Flyte.
<p>
Win
<span
class="text-4xl sm:text-5xl md:text-6xl lg:text-7xl swag-text-main font-medium"
>
Swag</span
>.
</p>
</h1>
</div>
<div class="m-auto">
<img src="{{ "/assets/images/swag.png" | prepend: site.url }}"
width="500">
</div>
</div>
</section>
<section class="bg-white p-20 sm:p-20 md:p-40 lg:p-52 swag-text-bg">
<div
class="text-center text-2xl sm:text-2xl md:text-4xl lg:text-5xl leading-tight font-black"
>
We are grateful to all Flyte contributors, and we would like to
<span class="swag-text">thank you for your support</span>.
</div>
</section>
<section class="bg-white p-16 sm:p-16 md:p-32 pb-10 sm:pb-10 md:pb-10">
<div class="text-body md:text-2xl font-body font-medium">
<div class="mb-10">
Flyte is a community product. Our contributors have been showering us with
ideas and contributions since the beginning of the project. We rely on
these contributions to constantly improve Flyte, and we've been thinking
of ways to give back to our community, for all the work that's being done
to make Flyte even better.
</div>
<div class="mb-3">
This is where our acknowledgement program comes in. Based on the amount
and types of contributions you've made, you'll receive a special badge and
swag.
</div>
<div
class="grid grid-cols-1 sm:grid-cols-1 md:grid-cols-1 lg:grid-cols-3 gap-10 my-16 sm:my-16 md:my-32"
>
<div
class="max-w-sm rounded overflow-hidden shadow-lg p-4 sm:p-4 md:p-10 lg:p-10 mx-auto bg-green"
>
<div style="height: 150px">
<img src="{{ "/assets/images/pilot.png" | prepend: site.baseurl }}"
width="100">
</div>
<div class="font-bold text-2xl mb-4 text-green">Flyte Pilot</div>
<p class="text-base mb-3 text-light-green">
A strong advocate of Flyte who makes significant contributions through
plugins, blogs, features and bug fixes. You are a Pilot who steers
Flyte.
</p>
<p class="text-base font-bold text-green">
Swag: The North Face® Jacket
</p>
</div>
<div
class="max-w-sm rounded overflow-hidden shadow-lg p-4 sm:p-4 md:p-10 lg:p-10 mx-auto bg-blue"
>
<div style="height: 150px">
<img src="{{ "/assets/images/hostess.png" | prepend: site.url }}"
width="100">
</div>
<div class="font-bold text-2xl mb-4 text-blue">Flyte Host</div>
<p class="text-base mb-3 text-light-blue">
A consistent contributor of features and plugins to the core codebase,
documentation, blogs, and bug fixes.
</p>
<p class="text-base font-bold text-blue">Swag: Voucher or T-Shirt</p>
</div>
<div
class="max-w-sm rounded overflow-hidden shadow-lg p-4 sm:p-4 md:p-10 lg:p-10 mx-auto bg-orange"
>
<div style="height: 150px">
<img src="{{ "/assets/images/passenger.png" | prepend: site.url }}"
width="100">
</div>
<div class="font-bold text-2xl mb-4 text-orange">Flyte Passenger</div>
<p class="text-base mb-3 text-light-orange">
A contributor who improves documentation and squashes bugs.
</p>
<p class="text-base font-bold text-orange">Swag: Mug</p>
</div>
</div>
<p class="my-2 md:my-6 lg:my-8">✨ Contributors of the Month ✨</p>
<div
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-5 md:gap-7 lg:gap-10 mb-4 md:mb-8 lg:mb-16"
id="contributors"
>
{% for pilot in site.data.contributors.pilot %}
<div class="flex justify-center">
<div
class="grid grid-cols-3 max-w-xl rounded overflow-hidden p-2 md:p-3 mx-auto bg-green w-full"
>
<div class="m-auto">
<img src="{{ pilot.avatar }}" class="rounded-full w-9 md:w-12" />
</div>
<div
class="text-sm md:text-lg font-bold m-auto text-center hover:underline"
>
<a href="{{ pilot.github_url }}" target="_blank">
{{ pilot.name }}
</a>
</div>
<div class="m-auto">
<img src="{{ "/assets/images/pilot.png" | prepend: site.url }}"
class="w-8 md:w-10">
</div>
</div>
</div>
{% endfor %} {% for host in site.data.contributors.host %}
<div class="flex justify-center">
<div
class="grid grid-cols-3 max-w-sm rounded overflow-hidden p-3 mx-auto bg-blue w-full"
>
<div class="m-auto">
<img src="{{ host.avatar }}" class="rounded-full w-9 md:w-12" />
</div>
<div
class="text-sm md:text-lg font-bold m-auto text-center hover:underline"
>
<a href="{{ host.github_url }}" target="_blank">
{{ host.name }}
</a>
</div>
<div class="m-auto">
<img src="{{ "/assets/images/host.png" | prepend: site.url }}"
class="w-8 md:w-12">
</div>
</div>
</div>
{% endfor %} {% for passenger in site.data.contributors.passenger %}
<div class="flex justify-center">
<div
class="grid grid-cols-3 max-w-sm rounded overflow-hidden p-3 mx-auto bg-orange w-full"
>
<div class="m-auto">
<img
src="{{ passenger.avatar }}"
class="rounded-full w-9 md:w-12"
/>
</div>
<div
class="text-sm md:text-lg font-bold m-auto text-center hover:underline"
>
<a href="{{ passenger.github_url }}" target="_blank">
{{ passenger.name }}
</a>
</div>
<div class="m-auto">
<img src="{{ "/assets/images/passenger.png" | prepend: site.url }}"
class="w-8 md:w-12">
</div>
</div>
</div>
{% endfor %}
</div>
<p class="mb-2">
To start contributing to Flyte,
<a href="{{ site.contribute }}" class="underline hover:opacity-75"
>click here</a
>.
</p>
<p class="text-sm mt-20 text-gray-500">
Note: Contributions are evaluated
<span class="font-bold">once per month</span>, and the authors of
contributions will be notified on an individual basis.
</p>
</div>
</section>