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>
<body>
<a href="../">Index page</a>
<a href="../">Back to index</a>
<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>

View file

@ -8,7 +8,7 @@
</head>
<body>
<a href="../">Index page</a>
<a href="../">Back to index</a>
<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>