Skip to content

Commit b3e1029

Browse files
authored
Update about.html
1 parent cc6daaa commit b3e1029

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

about.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,13 @@
191191
"administrativeArea",
192192
"name" :"Szentendre, Hungary"},
193193
"mainEntity" :
194-
"@type": ["MathSolver", "LearningResource"],
194+
{"@type": ["MathSolver", "LearningResource"],
195195
"name" : "Exact Geometry",
196196
"inLanguage":"en-us",
197197
"url": "https://basic-geometry.github.io/",
198198
"usageInfo":"Learn about historical and exact geometric concepts.",
199199
"potentialAction": [
200+
{
200201
"@type": "SolveMathAction",
201202
"target": "/",
202203
"mathExpression-input": "required name=radius default=1 name=angleOfRotation default=360",
@@ -763,6 +764,9 @@ <h2 style="font-size:160%;margin:7px;">The area of a circle is defined by compar
763764
<div>
764765
<h3 style="font-size:160%;margin:7px;">The circumference of a circle is derived algebraically from its area by subtracting a theoretical circle with a ray shorter than the ray of the actual circle by the theoretical width of the circumference.</h3>
765766
<br>
767+
<div class="imgbox">
768+
<img class="center-fit" src="circumference.jpg" alt="Circle" id="circumference">
769+
</div>
766770
<br>
767771
The x represents the width of the circumference, which is just theoretical, hence a very small number.
768772
<br>

0 commit comments

Comments
 (0)