From a538dc9241991b1a11987ea393a64f1b7b5f6809 Mon Sep 17 00:00:00 2001 From: Aaron Fenyes Date: Tue, 22 Oct 2024 01:19:56 -0700 Subject: [PATCH] Reword return links --- challenges/octahedron.html | 2 +- challenges/sphere-contours.html | 2 +- index.html | 2 +- templates/circle-sampler.html | 2 +- templates/glider-sampler.html | 2 +- templates/intersection-sampler.html | 2 +- templates/polygon-sampler.html | 2 +- templates/sphere-sampler.html | 2 +- templates/view-demo.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/challenges/octahedron.html b/challenges/octahedron.html index 8cbd597..4cb6768 100644 --- a/challenges/octahedron.html +++ b/challenges/octahedron.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

Octahedron challenge

Can you create something like this using Point3D and Polygon3D elements? Don’t worry about including the colors; they’re just to emphasize how the polygons fit together.

diff --git a/challenges/sphere-contours.html b/challenges/sphere-contours.html index bdb1547..5decf6c 100644 --- a/challenges/sphere-contours.html +++ b/challenges/sphere-contours.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

Sphere contour challenge

Can you create something like this using Sphere3D, Plane3D, and IntersectionCircle3D elements? Don’t worry about including the colors; they’re just to clarify what happens when you move the center of the sphere.

diff --git a/index.html b/index.html index 6b56aa1..475aec4 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ -↩ Writing list +↩ Back to writing

A hands-on tour of some new 3D elements

These materials are from a short workshop at the 2024 International JSXGraph Conference. You can watch a video of the workshop to learn more about how they were used. They’re available here, in a public Git repository, and (for the templates) on JSFiddle.

diff --git a/templates/circle-sampler.html b/templates/circle-sampler.html index ec3ca62..d9e365a 100644 --- a/templates/circle-sampler.html +++ b/templates/circle-sampler.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

3D circle sampler

diff --git a/templates/glider-sampler.html b/templates/glider-sampler.html index b02f6cb..ac10fac 100644 --- a/templates/glider-sampler.html +++ b/templates/glider-sampler.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

3D glider sampler

diff --git a/templates/intersection-sampler.html b/templates/intersection-sampler.html index f07afea..e8ff014 100644 --- a/templates/intersection-sampler.html +++ b/templates/intersection-sampler.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

3D intersection sampler

diff --git a/templates/polygon-sampler.html b/templates/polygon-sampler.html index e47f20a..f60fde6 100644 --- a/templates/polygon-sampler.html +++ b/templates/polygon-sampler.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

3D polygon sampler

diff --git a/templates/sphere-sampler.html b/templates/sphere-sampler.html index 91131c8..fb69466 100644 --- a/templates/sphere-sampler.html +++ b/templates/sphere-sampler.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

Sphere sampler

diff --git a/templates/view-demo.html b/templates/view-demo.html index 60d35b2..04bf2aa 100644 --- a/templates/view-demo.html +++ b/templates/view-demo.html @@ -8,7 +8,7 @@ -↩ Index page +↩ Back to index

View options demo