Reword return links

This commit is contained in:
Aaron Fenyes 2024-10-22 01:19:56 -07:00
parent 746f5eb83d
commit a538dc9241
9 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>Octahedron challenge</h1> <h1>Octahedron challenge</h1>
<p>Can you create something like this using <a href="https://jsxgraph.org/docs/symbols/Point3D.html#constructor"><code>Point3D</code></a> and <a href="https://jsxgraph.org/docs/symbols/Polygon3D.html#constructor"><code>Polygon3D</code></a> elements? Dont worry about including the colors; theyre just to emphasize how the polygons fit together.</p> <p>Can you create something like this using <a href="https://jsxgraph.org/docs/symbols/Point3D.html#constructor"><code>Point3D</code></a> and <a href="https://jsxgraph.org/docs/symbols/Polygon3D.html#constructor"><code>Polygon3D</code></a> elements? Dont worry about including the colors; theyre just to emphasize how the polygons fit together.</p>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>Sphere contour challenge</h1> <h1>Sphere contour challenge</h1>
<p>Can you create something like this using <a href="https://jsxgraph.org/docs/symbols/Sphere3D.html#constructor"><code>Sphere3D</code></a>, <code>Plane3D</code>, and <a href="https://jsxgraph.org/docs/symbols/IntersectionCircle3D.html"><code>IntersectionCircle3D</code></a> elements? Dont worry about including the colors; theyre just to clarify what happens when you move the center of the sphere.</p> <p>Can you create something like this using <a href="https://jsxgraph.org/docs/symbols/Sphere3D.html#constructor"><code>Sphere3D</code></a>, <code>Plane3D</code>, and <a href="https://jsxgraph.org/docs/symbols/IntersectionCircle3D.html"><code>IntersectionCircle3D</code></a> elements? Dont worry about including the colors; theyre just to clarify what happens when you move the center of the sphere.</p>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Writing list</a> <a href="../">Back to writing</a>
<h1>A hands-on tour of some new 3D elements</h1> <h1>A hands-on tour of some new 3D elements</h1>
<p>These materials are from a <a href="https://jsxgraph.org/conf2024/program/fenyes/">short workshop</a> at the 2024 International JSXGraph Conference. You can watch a <a href="https://www.youtube.com/watch?v=gwc0BrLjuiI">video</a> of the workshop to learn more about how they were used. Theyre available here, in a <a href="https://code.studioinfinity.org/Vectornaut/jsxgraph-3d-workshop">public Git repository</a>, and (for the templates) on JSFiddle.</p> <p>These materials are from a <a href="https://jsxgraph.org/conf2024/program/fenyes/">short workshop</a> at the 2024 International JSXGraph Conference. You can watch a <a href="https://www.youtube.com/watch?v=gwc0BrLjuiI">video</a> of the workshop to learn more about how they were used. Theyre available here, in a <a href="https://code.studioinfinity.org/Vectornaut/jsxgraph-3d-workshop">public Git repository</a>, and (for the templates) on JSFiddle.</p>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>3D circle sampler</h1> <h1>3D circle sampler</h1>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>3D glider sampler</h1> <h1>3D glider sampler</h1>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>3D intersection sampler</h1> <h1>3D intersection sampler</h1>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>3D polygon sampler</h1> <h1>3D polygon sampler</h1>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>Sphere sampler</h1> <h1>Sphere sampler</h1>

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<a href="../">Index page</a> <a href="../">Back to index</a>
<h1>View options demo</h1> <h1>View options demo</h1>