Skip to content

Commit 30b34ee

Browse files
Merge pull request #241 from HaudinFlorence/update_special_projects
Update the special projects section on home page
2 parents 3328455 + 4ad30e5 commit 30b34ee

File tree

4 files changed

+68
-5
lines changed

4 files changed

+68
-5
lines changed

src/components/home/ProjectsOverview/SpecialProjects.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import styles from "./styles.module.css";
22
import SpecialProjectsMD from "@site/src/components/home/ProjectsOverview/descriptions/SpecialProjects.md";
3-
import SpecialProjectsPictureUrl from "@site/static/img/projects/jupytercad.png";
3+
import SpecialProjectsPictureUrl from "@site/static/img/projects/special_projects.png";
44

55
export default function SpecialProjects() {
66
return (
@@ -16,7 +16,7 @@ export default function SpecialProjects() {
1616
<SpecialProjectsMD/>
1717
</div>
1818
<div className={"col col--5 flex-full-centered"+ " "+ styles.col_project_overview_with_padding}>
19-
<img src={SpecialProjectsPictureUrl} width={"540px"} alt={"Picture showing examples of Jupyter CAD projects in Jupyterlab."} />
19+
<img src={SpecialProjectsPictureUrl} height={"595px"} alt={"Picture showing examples of Jupyter CAD projects in Jupyterlab."} />
2020
</div>
2121
</div>
2222
</div>
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Special projects leverage the open-source software stack that we
2-
maintain. Both JupyterCAD and Glue-Web leverage the JupyterLab
2+
maintain. They can rely, for instance, on the JupyterLab
33
application framework and assemble JupyterLab components to produce
44
a different application.
55

66
Such examples include:
7-
- JupyterCAD
8-
- Glue-Web
7+
8+
- Glue-Web: a JupyterLab extension to link visualisations of scientific datasets across many files,
9+
- JupyterCAD: a JupyterLab extension for collaborative 3D geometry modeling,
10+
- JupyterGIS : a JupyterLab extension for collaborative GIS (Geographical Information System) editor in Jupyter.
11+
912

1.64 MB
Loading

static/img/projects/special_projects.svg

Lines changed: 60 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)