Skip to content

Commit

Permalink
Merge pull request #2755 from mdparker/orgsponsors
Browse files Browse the repository at this point in the history
Update sponsors page
  • Loading branch information
WalterBright authored Mar 22, 2020
2 parents 76eb6ab + d9ef1f5 commit 36c7646
Showing 1 changed file with 68 additions and 2 deletions.
70 changes: 68 additions & 2 deletions foundation/sponsors.dd
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<script src='https://opencollective.com/dlang/banner.js?style={"a":{"color":"black"}}'></script>
Expand All @@ -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)
Expand Down Expand Up @@ -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=&nbsp;
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=<a class="orgs-using-d-img-wrapper vcontainer-box" href="$1"><img class="vcontainer-element" src="$(ROOT_DIR)images/orgs-using-d/$2" /></a>
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)))

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;
}
)
_=

0 comments on commit 36c7646

Please sign in to comment.