Skip to content

Commit 1eea4bd

Browse files
authored
Update index.html
1 parent e874a9c commit 1eea4bd

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

index.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
1010
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
1111
<link rel="icon" type="image/x-icon" href="favicon.ico">
12+
<link rel="canonical" href="https://basic-geometry.pages.dev">
1213
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#000000">
1314
<link rel="manifest" href="manifest.json">
1415
<link href="https://fonts.googleapis.com/css2?family=OpenDyslexic&display=swap" rel="stylesheet">
@@ -18,7 +19,7 @@
1819
<meta name="keywords" content="Core Geometric System, Exact Geometric Calculations, Engineering Design Solutions, Computer Graphics Rendering, Algorithm Optimization, Navigation">
1920
<meta name="twitter:card" content="summary_large_image">
2021
<meta name="twitter:creator" content="@gmac4247">
21-
<meta name="twitter:site" content="https://basic-geometry.pages.dev">
22+
<meta name="twitter:site" content="https://basic-geometry.github.io">
2223
<meta name="twitter:title" content="Home of Basic Geometry">
2324
<meta name="twitter:description" content="This is the only exact and self-contained geometric framework grounded in the first principles of mathematics.">
2425
<meta name="twitter:image" content="android-chrome-256x256.png">
@@ -782,7 +783,7 @@ <h3 style="margin:7px">Volume of a Cube</h3>
782783
<br>
783784
<div itemscope itemtype="https://schema.org/LearningResource https://schema.org/MathSolver">
784785
<meta itemprop="name" content="Core Geometric System ™">
785-
<meta itemprop="url" content="https://basic-geometry.pages.dev">
786+
<meta itemprop="url" content="https://basic-geometry.github.io">
786787
<meta itemprop="inLanguage" content="en">
787788
<meta itemprop="accessibilityHazard" content="none">
788789
<meta itemprop="accessibilitySummary" content="Equations with figures and explanations">
@@ -794,7 +795,7 @@ <h3 style="margin:7px">Volume of a Cube</h3>
794795
<meta itemprop="typicalAgeRange" content="6-18">
795796
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="triangle">
796797
<h3 style="margin:7px" itemprop="eduQuestionType">Area of a Triangle</h3>
797-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={triangle_side1=3_side2=4_side3=5_area=?}">
798+
<meta itemprop="target" content="https://basic-geometry.github.io?q={triangle_side1=3_side2=4_side3=5_area=?}">
798799
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
799800
<meta itemprop="name" content="Triangle area formula">
800801
<meta itemprop="usageInfo" content="Either by base length and height, or perimeter">
@@ -1945,7 +1946,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a regular Polygon</h3>
19451946
<br>
19461947
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="circle">
19471948
<h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
1948-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={circle_radius=1_area=?}">
1949+
<meta itemprop="target" content="https://basic-geometry.github.io?q={circle_radius=1_area=?}">
19491950
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
19501951
<meta itemprop="name" content="Circle area formula">
19511952
<meta itemprop="usageInfo" content="Universally applicable">
@@ -2558,7 +2559,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle</h3>
25582559
<br>
25592560
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="circumference">
25602561
<h3 itemprop="eduQuestionType" style="margin:7px">Circumference of a Circle</h3>
2561-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={circle_radius=1_circumference=?}">
2562+
<meta itemprop="target" content="https://basic-geometry.github.io?q={circle_radius=1_circumference=?}">
25622563
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
25632564
<meta itemprop="name" content="Circumference formula">
25642565
<br>
@@ -3163,7 +3164,7 @@ <h4>The true Ratio: 3.2</h4>
31633164
<br>
31643165
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="circle-segment">
31653166
<h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle Segment</h3>
3166-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={circle_segment_height=1_length=3_radius=4_area=?}">
3167+
<meta itemprop="target" content="https://basic-geometry.github.io?q={circle_segment_height=1_length=3_radius=4_area=?}">
31673168
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
31683169
<meta itemprop="name" content="Circle segment area formula">
31693170
<meta itemprop="usageInfo" content="By segment height and radius. The radius can be calculated from the chord length.">
@@ -3338,7 +3339,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Area of a Circle Segment</h3>
33383339
<br>
33393340
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="cone_surface">
33403341
<h3 itemprop="eduQuestionType" style="margin:7px">Surface Area of a Cone</h3>
3341-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={cone_radius=1_height=2_area=?}">
3342+
<meta itemprop="target" content="https://basic-geometry.github.io?q={cone_radius=1_height=2_area=?}">
33423343
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
33433344
<meta itemprop="name" content="Cone surface area formula">
33443345
<meta itemprop="usageInfo" content="With or without bottom area">
@@ -3429,7 +3430,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Surface Area of a Cone</h3>
34293430
<br>
34303431
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="sphere">
34313432
<h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Sphere</h3>
3432-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={sphere_radius=1_volume=?}">
3433+
<meta itemprop="target" content="https://basic-geometry.github.io?q={sphere_radius=1_volume=?}">
34333434
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
34343435
<meta itemprop="name" content="Sphere volume formula">
34353436
<meta itemprop="usageInfo" content="Universally applicable">
@@ -3560,7 +3561,7 @@ <h3 itemprop="name" style="margin:7px">Surface Area of a Sphere</h3>
35603561
<br>
35613562
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="spherical_cap">
35623563
<h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Spherical Cap</h3>
3563-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={spherical_cap_radius=2_height=1_volume=?}">
3564+
<meta itemprop="target" content="https://basic-geometry.github.io?q={spherical_cap_radius=2_height=1_volume=?}">
35643565
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
35653566
<meta itemprop="name" content="Spherical cap volume formula">
35663567
<br>
@@ -3652,7 +3653,7 @@ <h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Spherical Cap</h3>
36523653
<br>
36533654
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="cone">
36543655
<h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Cone</h3>
3655-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={cone_radius=1_height=2_volume=?}">
3656+
<meta itemprop="target" content="https://basic-geometry.github.io?q={cone_radius=1_height=2_volume=?}">
36563657
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
36573658
<meta itemprop="usageInfo" content="Universally applicable">
36583659
<meta itemprop="name" content="Cone volume formula">
@@ -4041,7 +4042,7 @@ <h4 itemprop="description">The volume of a cone can be calculated by algebraical
40414042
<br>
40424043
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="frustum_cone">
40434044
<h3 itemprop="eduQuestionType" style="margin:7px">Volume of a horizontal Frustum Cone</h3>
4044-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={frustum_cone_radius_top=1_bottom=2_height=3_volume=?}">
4045+
<meta itemprop="target" content="https://basic-geometry.github.io?q={frustum_cone_radius_top=1_bottom=2_height=3_volume=?}">
40454046
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
40464047
<meta itemprop="name" content="Horizontal frustum cone volume formula">
40474048
<br>
@@ -4223,7 +4224,7 @@ <h4 itemprop="description">Subtracting the missing tip from a theoretical full c
42234224
<br>
42244225
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="pyramid">
42254226
<h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Pyramid</h3>
4226-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={pyramid_bottom_edge_number=5_length=3_height=2_volume=?}">
4227+
<meta itemprop="target" content="https://basic-geometry.github.io?q={pyramid_bottom_edge_number=5_length=3_height=2_volume=?}">
42274228
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
42284229
<meta itemprop="name" content="Pyramid volume formula">
42294230
<meta itemprop="usageInfo" content="Universally applicable">
@@ -4417,7 +4418,7 @@ <h4 itemprop="description" style="margin:12px">The volume of a pyramid can be ca
44174418
<br>
44184419
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="frustum_pyramid">
44194420
<h3 itemprop="eduQuestionType" style="margin:12px">Volume of a horizontal Frustum Pyramid</h3>
4420-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={frustum_pyramid_height=3_edge_length_top=1_bottom=2_number=5_volume=?}">
4421+
<meta itemprop="target" content="https://basic-geometry.github.io?q={frustum_pyramid_height=3_edge_length_top=1_bottom=2_number=5_volume=?}">
44214422
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
44224423
<meta itemprop="name" content="Horizontal frustum pyramid volume formula">
44234424
<meta itemprop="usageInfo" content="Universally applicable">
@@ -4560,7 +4561,7 @@ <h3 itemprop="eduQuestionType" style="margin:12px">Volume of a horizontal Frustu
45604561
<br>
45614562
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="square_frustum">
45624563
<h3 itemprop="eduQuestionType" style="margin:12px">Volume of a horizontal square Frustum Pyramid</h3>
4563-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={square_frustum_pyramid_height=3_edge_length_top=1_bottom=2_volume=?}">
4564+
<meta itemprop="target" content="https://basic-geometry.github.io?q={square_frustum_pyramid_height=3_edge_length_top=1_bottom=2_volume=?}">
45644565
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
45654566
<meta itemprop="name" content="Horizontal square frustum pyramid volume formula">
45664567
<meta itemprop="usageInfo" content="Only for square frustum pyramids">
@@ -4639,7 +4640,7 @@ <h3 itemprop="eduQuestionType" style="margin:12px">Volume of a horizontal square
46394640
<br>
46404641
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="tetrahedron">
46414642
<h3 itemprop="eduQuestionType" style="margin:7px">Volume of a Tetrahedron</h3>
4642-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={tetrahedron_edge=2_volume=?}">
4643+
<meta itemprop="target" content="https://basic-geometry.github.io?q={tetrahedron_edge=2_volume=?}">
46434644
<div itemprop="result" itemscope itemtype="https://schema.org/LearningResource">
46444645
<meta itemprop="name" content="Tetrahedron volume formula">
46454646
<br>

0 commit comments

Comments
 (0)