Skip to content

Commit cc407eb

Browse files
committed
add sponsor page
1 parent 28750a3 commit cc407eb

File tree

4 files changed

+82
-17
lines changed

4 files changed

+82
-17
lines changed

_includes/links.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ <h6>Contribute</h6>
4949
<li class="nav-item">
5050
<a class="nav-link" href="https://bokeh.pydata.org/en/latest/docs/dev_guide.html">Developer Guide</a>
5151
</li>
52+
<li class="nav-item">
53+
<a class="nav-link" href="/sponsor">Sponsor</a>
54+
</li>
5255
</ul>
5356
</div>
5457
</div>

_includes/sponsor.html

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<p>
2+
We are grateful to our sponsors, whose generous support helps ensure the sustainability of the Bokeh project.
3+
</p>
4+
5+
<table align="center">
6+
<tr>
7+
<td>
8+
<a href="https://www.numfocus.org/">
9+
<img src="https://static.bokeh.org/sponsor/numfocus.svg"
10+
alt="NumFocus Logo" width="200"/>
11+
</a>
12+
</td>
13+
<td>
14+
<a href="https://www.anaconda.com/">
15+
<img src="https://static.bokeh.org/sponsor/anaconda.png"
16+
alt="Anaconda Logo" width="200"/>
17+
</a>
18+
</td>
19+
<td>
20+
<a href="https://www.nvidia.com">
21+
<img src="https://static.bokeh.org/sponsor/nvidia.png"
22+
alt="NVidia Logo" width="200"/>
23+
</a>
24+
</td>
25+
<td>
26+
<a href="https://developer.nvidia.com/rapids">
27+
<img src="https://static.bokeh.org/sponsor/rapids.png"
28+
alt="Rapids Logo" width="200"/>
29+
</a>
30+
</td>
31+
</tr>
32+
</table>
33+
34+
<table align="center">
35+
<tr>
36+
<td>
37+
<a href="https://www.quansight.com">
38+
<img src="https://static.bokeh.org/sponsor/quansight.png"
39+
alt="Quansight Logo" width="100"/>
40+
</a>
41+
</td>
42+
<td>
43+
<a href="https://www.rexhomes.com/">
44+
<img src="https://static.bokeh.org/sponsor/rex.jpg"
45+
alt="Rex Logo" width="100"/>
46+
</a>
47+
</td>
48+
</tr>
49+
</table>
50+
51+
<br >
52+
53+
<p>
54+
If your company uses Bokeh and is able to sponsor the project, please contact
55+
<a href="[email protected]">[email protected]</a>. If you are a user who appreciates Bokeh and want to support our
56+
mission, please consider <a href="//numfocus.salsalabs.org/donate-to-bokeh/index.html">making a donation</a> to
57+
support our efforts.
58+
</p>
59+
60+
<p>
61+
Bokeh was initially developed with funding from the <a href="//www.darpa.mil/program/xdata">DARPA XDATA Program</a>,
62+
and subsequently with support from <a href="//anaconda.com/">Anaconda, Inc</a>. Bokeh is now a fiscally sponsored
63+
project of <a href="//numfocus.org/">NumFOCUS</a>, a nonprofit dedicated to supporting the open source scientific
64+
computing community.
65+
</p>

_includes/team.html

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
<p>
2-
The current <a href="//github.com/bokeh/bokeh/wiki/BEP-4:-Project-Roles#core-team">Core Team</a> comprises:
2+
The current <a href="//github.com/bokeh/bokeh/wiki/BEP-4:-Project-Roles#core-team">Core Team</a> comprises:
33
</p>
44

55
<ul>
6-
<li><a href="//github.com/birdsarah">Sarah Bird</a></li>
7-
<li><a href="//github.com/canavandl">Luke Canavan</a></li>
8-
<li><a href="//github.com/hyles-lineata">Carolyn Hulsey</a></li>
9-
<li><a href="//github.com/mattpap">Mateusz Paprocki</a></li>
10-
<li><a href="//github.com/philippjfr">Philipp Rudiger</a></li>
11-
<li><a href="//github.com/bryevdv">Bryan Van de Ven</a></li>
6+
<li><a href="//github.com/birdsarah">Sarah Bird</a></li>
7+
<li><a href="//github.com/canavandl">Luke Canavan</a></li>
8+
<li><a href="//github.com/hyles-lineata">Carolyn Hulsey</a></li>
9+
<li><a href="//github.com/mattpap">Mateusz Paprocki</a></li>
10+
<li><a href="//github.com/philippjfr">Philipp Rudiger</a></li>
11+
<li><a href="//github.com/bryevdv">Bryan Van de Ven</a></li>
1212
</ul>
1313

1414
<p>
15-
The full list of contributors is on our <a href="//github.com/bokeh/bokeh/graphs/contributors">GitHub Contributors Page</a>.
16-
</p>
17-
18-
<p>
19-
Bokeh was initially developed with funding from the <a href="//www.darpa.mil/program/xdata">DARPA XDATA Program</a>, and subsequently with support from <a href="//anaconda.com/">Anaconda, Inc</a>.
20-
Bokeh is now a fiscally sponsored project of <a href="//numfocus.org/">NumFOCUS</a>, a nonprofit dedicated to supporting the open source scientific computing community.
21-
If you like Bokeh and want to support our mission, please consider <a href="//numfocus.salsalabs.org/donate-to-bokeh/index.html">making a donation</a> to support our efforts.
22-
</p>
23-
24-
</div>
15+
The full list of contributors is on our <a href="//github.com/bokeh/bokeh/graphs/contributors">GitHub Contributors Page</a>.
16+
</p>

sponsor/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: page
3+
title: Bokeh
4+
---
5+
{% include sponsor.html %}

0 commit comments

Comments
 (0)