@@ -19,6 +19,27 @@ $(P On this page, we recognize some of those who have made monetary donations to
19
19
Each $(LINK2 $(ROOT_DIR)foundation/donate.html, donation), big and small, enables us to keep working toward our goals.
20
20
)
21
21
22
+ $(H2 Corporate and Organizational Sponsors)
23
+
24
+ $(DIVC orgs-using-d center,
25
+ $(DORG Symmetry Investments, http://symmetryinvestments.com/about-us/, symmetry.png,
26
+ Alternative Investment Management,
27
+ Analytics and investment tools.
28
+ $(LINK_ROW
29
+ $(FA_TALK www.youtube.com/watch?v=xJy6ifCekCE&index=34&list=PL3jwVPmk_PRxo23yyoc0Ip_cP3-rCm7eB, Excel-D) $(FA_SEPARATOR)
30
+ $(FA_GITHUB symmetryinvestments)
31
+ )
32
+ )
33
+ $(DORG Weka.IO, http://www.weka.io, weka.png,
34
+ Software defined storage,
35
+ Complete distributed storage solution (over 200K LoC).
36
+ $(LINK_ROW
37
+ $(FA_TALK dconf.org/2016/talks/zvibel.html, DConf talk) $(FA_SEPARATOR)
38
+ $(FA_HIRING www.weka.io)
39
+ )
40
+ )
41
+ )
42
+
22
43
$(H2 Backers on OpenCollective)
23
44
24
45
<script src='https://opencollective.com/dlang/banner.js?style={"a":{"color":"black"}}'></script>
@@ -32,7 +53,7 @@ $(LINK2 mailto:social@dlang.org, social@dlang.org). We're eager to add you to it
32
53
33
54
$(UL
34
55
$(LI Andrei Alexandrescu)
35
- $(LI Symmetry Investments )
56
+ $(LI Etienne Cimon )
36
57
$(LI John Hall)
37
58
$(LI Gerhardus Jansen)
38
59
$(LI Radu Racariu)
62
83
Macros:
63
84
TITLE=D Language Foundation Sponsors
64
85
SUBNAV=$(SUBNAV_FOUNDATION)
86
+ FA_HIRING=$(FA_ICON rocket) $(HTTP $1, Hiring)
87
+ FA_GITHUB=$(FA_ICON github) $(HTTPS github.com/$1, Github)
88
+ FA_TALK=$(FA_ICON youtube-play) $(HTTP $1, $2)
89
+ FA_SEPARATOR=
90
+ FA_TESTIMONIAL=$(FA_ICON heart)
91
+ FA_QUOTE=$(FA_ICON quote-left) $0 $(FA_ICON quote-right)
92
+ LINK_ROW=$(DIVC orgs-using-d-linkrow, $1)
93
+ DORGIMG=<a class="orgs-using-d-img-wrapper vcontainer-box" href="$1"><img class="vcontainer-element" src="$(ROOT_DIR)images/orgs-using-d/$2" /></a>
94
+ DORG=$(DIVC orgs-using-d-cell, $(DORGIMG $2, $3) <h3 class="dont-highlight-link">$(LINK2 $2, $1)</h3> $(P $(DIVC orgs-using-d-desc, $4 ) $(DIVC orgs-using-d-uses donthyphenate, $5)))
95
+
65
96
EXTRA_HEADERS=$(T style,
66
97
#opencollective-banner h2 {
67
98
color: red;
68
99
}
69
-
100
+ .orgs-using-d-cell {
101
+ width: 280px;
102
+ display: inline-block;
103
+ vertical-align: top;
104
+ margin-bottom: 0.5em;
105
+ padding-left: 25px;
106
+ padding-right: 25px;
107
+ padding-bottom: 10px;
108
+ }
109
+ .orgs-using-d h3 {
110
+ margin: 0.4em;
111
+ margin-left: 0;
112
+ margin-right: 0;
113
+ text-align: center;
114
+ }
115
+ .orgs-using-d-img-wrapper {
116
+ width: 280px;
117
+ height: 100px;
118
+ padding-bottom: 10px;
119
+ text-align: center;
120
+ }
121
+ .orgs-using-d img {
122
+ max-width: 280px;
123
+ max-height: 100px;
124
+ }
125
+ .orgs-using-d-desc {
126
+ font-style: italic;
127
+ margin-left: -1px;
128
+ margin-right: -1px;
129
+ }
130
+ .orgs-using-d-uses {
131
+ padding-top: 10px;
132
+ }
133
+ .orgs-using-d-linkrow {
134
+ padding-top: 5px;
135
+ }
70
136
)
71
137
_=
0 commit comments