@@ -63,12 +63,55 @@ function Partners() {
6363 {
6464 name : < > Digital Ocean</ > ,
6565 link : 'https://m.do.co/c/40f468c2e493' ,
66- tags : [ 'testing ' , 'JS/TS ' ] ,
66+ tags : [ 'datacenter ' , 'deployment ' ] ,
6767 image : imgPath + 'DO_Logo_Vertical_Blue.png' ,
6868 description : (
6969 < >
70- This project is supported by Digital Ocean. Click this card to visit
71- their website and get $100 credit that you can use over 60 days.
70+ This project's infrastructure is supported in part by Digital Ocean.
71+ Click the button here to visit the Digital Ocean website and get $100
72+ credit that you can use within 60 days.
73+ </ >
74+ ) ,
75+ } ,
76+ {
77+ name : < > netlify</ > ,
78+ link : 'https://www.netlify.com' ,
79+ tags : [ 'CD' , 'documentation-site' ] ,
80+ image : imgPath + 'netlify.svg' ,
81+ description : (
82+ < >
83+ Our docs are continuously deployed thanks to the kind support and
84+ amazing tooling provided to us by netlify. Their service puts the
85+ continuity in CI and the fun in functionality.
86+ </ >
87+ ) ,
88+ } ,
89+ {
90+ name : < > MailScript()</ > ,
91+ link : 'https://mailscript.com' ,
92+ tags : [ 'automation' , 'email' ] ,
93+ image : imgPath + 'MailScript_logo.png' ,
94+ description : (
95+ < >
96+ Mailscript helps us automate and wrangle our many, many github
97+ notifications and apply granular actions to mails using rules.
98+ Whether forwards, catchalls, webhooks or even SMS notifications -
99+ MailScript() keeps on innovating!
100+ </ >
101+ ) ,
102+ } ,
103+ {
104+ name : < > Clickup</ > ,
105+ link : 'https://clickup.com' ,
106+ tags : [ 'time management' , 'scrum' ] ,
107+ image : imgPath + 'clickup.png' ,
108+ description : (
109+ < >
110+ ClickUp is one app to replace them all. It's the future of work - where
111+ anyone can work on anything. More than just task management - ClickUp
112+ offers docs, reminders, goals, calendars, scheduling, and even an inbox.
113+ Fully customizable, ClickUp works for every type of team, so all teams
114+ can use the same app to plan, organize, and collaborate.
72115 </ >
73116 ) ,
74117 } ,
@@ -167,10 +210,6 @@ function Partners() {
167210 ]
168211
169212 const patrons = [
170- {
171- name : 'Virtual Inspiration' ,
172- link : 'https://virtual-inspiration.com/' ,
173- } ,
174213 {
175214 name : 'anonymous' ,
176215 link : '' ,
@@ -187,6 +226,54 @@ function Partners() {
187226 name : 'Allan Gaunt' ,
188227 link : '' ,
189228 } ,
229+ {
230+ name : 'jleni' ,
231+ link : '' ,
232+ } ,
233+ {
234+ name : 'Mary-Tyler Moore' ,
235+ link : '' ,
236+ } ,
237+ {
238+ name : 'romatthe' ,
239+ link : '' ,
240+ } ,
241+ {
242+ name : 'Taylor Gregoire-Wright' ,
243+ link : '' ,
244+ } ,
245+ {
246+ name : 'Oscar Lito M Pablo' ,
247+ link : '' ,
248+ } ,
249+ {
250+ name : 'Cameron Snaders' ,
251+ link : '' ,
252+ } ,
253+ {
254+ name : 'Yuya Sato' ,
255+ link : '' ,
256+ } ,
257+ {
258+ name : 'Calvin Kipperman' ,
259+ link : '' ,
260+ } ,
261+ {
262+ name : 'laona' ,
263+ link : '' ,
264+ } ,
265+ {
266+ name : 'Fritz-Rainer Doebbelin' ,
267+ link : '' ,
268+ } ,
269+ {
270+ name : 'Jonathan Baginski' ,
271+ link : '' ,
272+ } ,
273+ {
274+ name : 'ken' ,
275+ link : '' ,
276+ } ,
190277 ]
191278 return (
192279 < Layout title = "Partners" >
0 commit comments