Skip to content

Commit 4f37535

Browse files
Update the special projects section on home page.
1 parent 4b4d0d8 commit 4f37535

File tree

6 files changed

+70
-7
lines changed

6 files changed

+70
-7
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 (description to be added)
9+
- JupyterCAD: JupyterLab extension for collaborative 3D geometry modeling
10+
- JupyterGIS : 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

static/rss.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<description><![CDATA[RSS feed for QuantStack website blog page]]></description>
55
<link>https://quantstack.net</link>
66
<generator>RSS for Node</generator>
7-
<lastBuildDate>Tue, 01 Jul 2025 16:14:17 GMT</lastBuildDate>
7+
<lastBuildDate>Wed, 02 Jul 2025 08:27:29 GMT</lastBuildDate>
88
<atom:link href="https://quantstack.net/rss.xml" rel="self" type="application/rss+xml"/>
99
<language><![CDATA[en]]></language>
1010
<item>

static/rss_all.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<description><![CDATA[RSS feed for QuantStack website blog page]]></description>
55
<link>https://quantstack.net</link>
66
<generator>RSS for Node</generator>
7-
<lastBuildDate>Tue, 01 Jul 2025 16:14:17 GMT</lastBuildDate>
7+
<lastBuildDate>Wed, 02 Jul 2025 08:27:29 GMT</lastBuildDate>
88
<atom:link href="https://quantstack.net/rss_all.xml" rel="self" type="application/rss+xml"/>
99
<language><![CDATA[en]]></language>
1010
<item>

0 commit comments

Comments
 (0)