Skip to content

Commit f4747eb

Browse files
committed
Slight improvement to project page
1 parent 35ee200 commit f4747eb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

img/project-categories/mamba.png

25.9 KB
Loading

projects.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1 class="col-md-10 col-md-push-1">QuantStack developers are behind major open-
4444
<div class="col-md-12">
4545
<h3 class="secondaire">Project Jupyter</h3>
4646
</div>
47-
<div class="col-md-4 bloc-contact">
47+
<div class="col-md-4">
4848
<img src="img/project-categories/jupyter.png" class="img-responsive">
4949
</div>
5050
<div class="col-md-8 team-intro-txt">
@@ -70,7 +70,7 @@ <h3 class="secondaire">Xtensor</h3>
7070
<p>QuantStack is the main organization behind the <a href="https://github.com/xtensor-stack/xtensor">Xtensor</a> project, a <i>fast</i> N-D array library in modern C++, with <a href="https://github.com/xtensor-stack/xtensor-python">Python</a>, <a href="https://github.com/xtensor-stack/xtensor-r">R</a>, and <a href="https://github.com/xtensor-stack/xtensor-julia">Julia</a> bindings.</p>
7171
<p>With the Xtensor project, we strive to offer high-level C++ API similar to the NumPy API, but the performance of fine-tuned SIMD-accelerated code.</p>
7272
</div>
73-
<div class="col-md-4 bloc-contact">
73+
<div class="col-md-4">
7474
<img src="img/project-categories/xtensor.png" class="img-responsive">
7575
</div>
7676
</div>
@@ -85,7 +85,7 @@ <h3 class="secondaire">Xtensor</h3>
8585
<div class="col-md-12">
8686
<h3 class="secondaire">RoboStack</h3>
8787
</div>
88-
<div class="col-md-4 bloc-contact">
88+
<div class="col-md-4">
8989
<img src="img/project-categories/robostack.png" class="img-responsive">
9090
</div>
9191
<div class="col-md-8 team-intro-txt">
@@ -106,7 +106,7 @@ <h3 class="secondaire">Xeus</h3>
106106
<p>We are the team the <a href="https://github.com/jupyter-xeus/xeus">Xeus</a> framework, which comprises a reference implementation of the Jupyter kernel protocol in C++, and several new Jupyter kernels, such as <a href="https://github.com/jupyter-xeus/xeus-cling">xeus-cling</a>, the C++ Jupyter kernel, and <a href="https://github.com/jupyter-xeus/xeus-python">xeus-python</a>, an alternative Python kernel implementing the Jupyter debugger protocol.</p>
107107
<p>Xeus is now officially part of the Jupyter project.</p>
108108
</div>
109-
<div class="col-md-4 bloc-contact">
109+
<div class="col-md-4">
110110
<img src="img/project-categories/xeus.png" class="img-responsive">
111111
</div>
112112
</div>
@@ -120,7 +120,7 @@ <h3 class="secondaire">Xeus</h3>
120120
<div class="col-md-12">
121121
<h3 class="secondaire">Voilà</h3>
122122
</div>
123-
<div class="col-md-4 bloc-contact">
123+
<div class="col-md-4">
124124
<img src="img/project-categories/voila.png" class="img-responsive">
125125
</div>
126126
<div class="col-md-8 team-intro-txt">
@@ -143,7 +143,7 @@ <h3 class="secondaire">Mamba</h3>
143143
<p>Mamba can be several orders of magnitude faster than conda to resolve compatibility contraints of conda environment, especially when dealing with large package repositories such as <a href="https://conda-forge.org/">conda-forge</a>.</p>
144144
<p>Mamba is currently being adopted in large corporate settings.</p>
145145
</div>
146-
<div class="col-md-4 bloc-contact" style="background: #2d0922; border-color: #2d0922">
146+
<div class="col-md-4">
147147
<img src="img/project-categories/mamba.png" class="img-responsive">
148148
</div>
149149
</div>

0 commit comments

Comments
 (0)