diff --git a/foundation/sponsors.dd b/foundation/sponsors.dd index feaea36c9b..b43a9730d5 100644 --- a/foundation/sponsors.dd +++ b/foundation/sponsors.dd @@ -19,6 +19,27 @@ $(P On this page, we recognize some of those who have made monetary donations to Each $(LINK2 $(ROOT_DIR)foundation/donate.html, donation), big and small, enables us to keep working toward our goals. ) +$(H2 Corporate and Organizational Sponsors) + +$(DIVC orgs-using-d center, + $(DORG Symmetry Investments, http://symmetryinvestments.com/about-us/, symmetry.png, + Alternative Investment Management, + Analytics and investment tools. + $(LINK_ROW + $(FA_TALK www.youtube.com/watch?v=xJy6ifCekCE&index=34&list=PL3jwVPmk_PRxo23yyoc0Ip_cP3-rCm7eB, Excel-D) $(FA_SEPARATOR) + $(FA_GITHUB symmetryinvestments) + ) + ) + $(DORG Weka.IO, http://www.weka.io, weka.png, + Software defined storage, + Complete distributed storage solution (over 200K LoC). + $(LINK_ROW + $(FA_TALK dconf.org/2016/talks/zvibel.html, DConf talk) $(FA_SEPARATOR) + $(FA_HIRING www.weka.io) + ) + ) +) + $(H2 Backers on OpenCollective) @@ -32,7 +53,7 @@ $(LINK2 mailto:social@dlang.org, social@dlang.org). We're eager to add you to it $(UL $(LI Andrei Alexandrescu) - $(LI Symmetry Investments) + $(LI Etienne Cimon) $(LI John Hall) $(LI Gerhardus Jansen) $(LI Radu Racariu) @@ -62,10 +83,55 @@ $(UL Macros: TITLE=D Language Foundation Sponsors SUBNAV=$(SUBNAV_FOUNDATION) + FA_HIRING=$(FA_ICON rocket) $(HTTP $1, Hiring) + FA_GITHUB=$(FA_ICON github) $(HTTPS github.com/$1, Github) + FA_TALK=$(FA_ICON youtube-play) $(HTTP $1, $2) + FA_SEPARATOR=  + FA_TESTIMONIAL=$(FA_ICON heart) + FA_QUOTE=$(FA_ICON quote-left) $0 $(FA_ICON quote-right) + LINK_ROW=$(DIVC orgs-using-d-linkrow, $1) + DORGIMG= + DORG=$(DIVC orgs-using-d-cell, $(DORGIMG $2, $3) $(P $(DIVC orgs-using-d-desc, $4 ) $(DIVC orgs-using-d-uses donthyphenate, $5))) + EXTRA_HEADERS=$(T style, #opencollective-banner h2 { color: red; } - + .orgs-using-d-cell { + width: 280px; + display: inline-block; + vertical-align: top; + margin-bottom: 0.5em; + padding-left: 25px; + padding-right: 25px; + padding-bottom: 10px; + } + .orgs-using-d h3 { + margin: 0.4em; + margin-left: 0; + margin-right: 0; + text-align: center; + } + .orgs-using-d-img-wrapper { + width: 280px; + height: 100px; + padding-bottom: 10px; + text-align: center; + } + .orgs-using-d img { + max-width: 280px; + max-height: 100px; + } + .orgs-using-d-desc { + font-style: italic; + margin-left: -1px; + margin-right: -1px; + } + .orgs-using-d-uses { + padding-top: 10px; + } + .orgs-using-d-linkrow { + padding-top: 5px; + } ) _=