Skip to content

Commit 36c7646

Browse files
authored
Merge pull request #2755 from mdparker/orgsponsors
Update sponsors page
2 parents 76eb6ab + d9ef1f5 commit 36c7646

File tree

1 file changed

+68
-2
lines changed

1 file changed

+68
-2
lines changed

foundation/sponsors.dd

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@ $(P On this page, we recognize some of those who have made monetary donations to
1919
Each $(LINK2 $(ROOT_DIR)foundation/donate.html, donation), big and small, enables us to keep working toward our goals.
2020
)
2121

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+
2243
$(H2 Backers on OpenCollective)
2344

2445
<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
3253

3354
$(UL
3455
$(LI Andrei Alexandrescu)
35-
$(LI Symmetry Investments)
56+
$(LI Etienne Cimon)
3657
$(LI John Hall)
3758
$(LI Gerhardus Jansen)
3859
$(LI Radu Racariu)
@@ -62,10 +83,55 @@ $(UL
6283
Macros:
6384
TITLE=D Language Foundation Sponsors
6485
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=&nbsp;
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+
6596
EXTRA_HEADERS=$(T style,
6697
#opencollective-banner h2 {
6798
color: red;
6899
}
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+
}
70136
)
71137
_=

0 commit comments

Comments
 (0)