Skip to content

Update the special projects section on home page #241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/home/ProjectsOverview/SpecialProjects.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from "./styles.module.css";
import SpecialProjectsMD from "@site/src/components/home/ProjectsOverview/descriptions/SpecialProjects.md";
import SpecialProjectsPictureUrl from "@site/static/img/projects/jupytercad.png";
import SpecialProjectsPictureUrl from "@site/static/img/projects/special_projects.png";

export default function SpecialProjects() {
return (
Expand All @@ -16,7 +16,7 @@ export default function SpecialProjects() {
<SpecialProjectsMD/>
</div>
<div className={"col col--5 flex-full-centered"+ " "+ styles.col_project_overview_with_padding}>
<img src={SpecialProjectsPictureUrl} width={"540px"} alt={"Picture showing examples of Jupyter CAD projects in Jupyterlab."} />
<img src={SpecialProjectsPictureUrl} height={"595px"} alt={"Picture showing examples of Jupyter CAD projects in Jupyterlab."} />
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Special projects leverage the open-source software stack that we
maintain. Both JupyterCAD and Glue-Web leverage the JupyterLab
maintain. They can rely, for instance, on the JupyterLab
application framework and assemble JupyterLab components to produce
a different application.

Such examples include:
- JupyterCAD
- Glue-Web

- Glue-Web: a JupyterLab extension to link visualisations of scientific datasets across many files,
- JupyterCAD: a JupyterLab extension for collaborative 3D geometry modeling,
- JupyterGIS : a JupyterLab extension for collaborative GIS (Geographical Information System) editor in Jupyter.


Binary file added static/img/projects/special_projects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions static/img/projects/special_projects.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.