-
Notifications
You must be signed in to change notification settings - Fork 1
/
sponsors.haml
executable file
·83 lines (77 loc) · 3.84 KB
/
sponsors.haml
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
\---
layout: default
\---
- sponsors = [nil,
["Luis Lavena", "http://blog.mmediasys.com"],
["Davis Wahl"],
["Hirofumi Wakasugi", "https://github.com/5t111111"],
["Vladimir Tikhonov", "https://tikhonov.by/"],
["Alexander Shahorsky", "http://ascrazy.me/"],
["marcpmichel", "https://github.com/marcpmichel"],
["flou", "https://github.com/flou"],
["Max De Marzi", "http://maxdemarzi.com/"],
["sremani"],
["Jason Waldrip", "http://jasonwaldrip.com"],
["Tobias Pfeiffer", "http://pragtob.info/"],
["Nob Suzumura", "https://github.com/nob-suz"],
["Frank O'Hara"],
["Stephen Belanger", "http://stephenbelanger.com/"],
["schaarw"],
["Jesse Doyle", "https://github.com/jessedoyle"],
["Sho Kusano", "http://aduca.org/"],
["gottlike", "https://github.com/gottlike"],
["Bruno Antunes", "https://github.com/sardaukar"],
["Sergio Gil Pérez de la Manga", "http://iamserg.io/"],
["classyPimp", "https://github.com/classyPimp"],
["Jack Chen", "http://chen.do/"],
["hiromikai_green", "https://twitter.com/hiromikai_green"],
["Jan Kmet", "https://github.com/jankmet"],
["Paul Götze", "https://github.com/paulgoetze"],
["Tu Hoang", "http://blog.nogias.com/"],
["Denis Defreyne", "http://stoneship.org/"],
["Vesa Kaihlavirta", "https://github.com/vegai"],
["Ryan Alyea", "https://github.com/ROFISH"],
["Ayose Cazorla", "http://me.ayosec.com/"],
["Yasith Fernando", "http://ghost.thekindof.me/"],
["David Hofer", "https://github.com/dahofer"],
["Tommaso Patrizi", "https://github.com/tommasop"],
["Hidehito Nozawa", "http://qiita.com/suin"],
["David Backeus", "https://github.com/dbackeus"],
["Evan Hahn", "http://evanhahn.com/"],
["Alex Yankee", "https://github.com/AlexYankee"],
["Marshal Chen"],
["nodegin"],
["Martin Luder"],
["J. Brandt Buckley", "https://github.com/brandt"],
["Tom de Bruijn", "https://tomdebruijn.com/"],
["Myroslav Rys", "http://www.stone.org.ua/"],
["Yaroslav Ravlinko", "https://github.com/Y4Rv1K"],
["jcraigk"],
["Alan Michel Willms Quinot", "http://alanwillms.com/"],
["Kota Yoshitsugu", "https://github.com/yoshitsugu"],
["007lva", "https://github.com/007lva"],
["Shannon Skipper", "https://github.com/havenwood"],
["Ivan Bolgar", "https://github.com/Myuzu"],
["Serdar Dogruyol", "http://www.serdardogruyol.com/"],
["Theo Felippe", "https://github.com/theocodes"],
["Thomas Peter Berntsen", "https://github.com/tpberntsen"],
["Avi Leavitt"],
["Daniel Marvin", "https://github.com/drippdropp"],
].compact.sort { |x, y| cmp = x.length <=> y.length; cmp == 0 ? x.dup.tap { |z| z[0] = z[0].downcase } <=> y.dup.tap { |z| z[0] = z[0].downcase } : -cmp }
%section
%h1 Our sponsors
%p
These are the companies and individuals contributing a monthly amount to help sustain Crystal's development. See the
%a{href: "https://salt.bountysource.com/teams/crystal-lang", target: "_blank"} Bountysource campaign
for more details.
%img{src: "/images/sponsors/ironin.png"}
%a{href: "http://iRonin.pl", target: "_blank"} iRonin.pl - Ruby on Rails, Web & Mobile Samurais
%br
%br
%ul.goals
- sponsors.each do |name, url|
- if url
%li
%a{href: url, target: :_blank}= name
- else
%li= name