Skip to content

Commit 6aeb2b1

Browse files
authored
Update index.html
Url
1 parent 3659d85 commit 6aeb2b1

1 file changed

Lines changed: 30 additions & 31 deletions

File tree

index.html

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@
1212
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#000000">
1313
<link rel="manifest" href="manifest.json">
1414
<link href="https://fonts.googleapis.com/css2?family=OpenDyslexic&display=swap" rel="stylesheet">
15+
<link rel="canonical" href="https://basic-geometry.pages.dev">
1516
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1617
<meta name="author" content="Gaál Sándor">
1718
<meta name="description" content="Exact formulas for real-world applications like analysis, engineering design solutions, computer graphics rendering, algorithm optimization, and navigation">
1819
<meta name="keywords" content="Core Geometric System, Exact Geometric Calculations, Analysis, 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="Exact formulas for real-world applications like analysis, engineering design solutions, computer graphics rendering, algorithm optimization, and navigation">
2425
<meta name="twitter:image" content="android-chrome-256x256.png">
2526
<meta name="msapplication-TileColor" content="#000000">
2627
<meta name="theme-color" content="#000000">
27-
<meta name="google-site-verification" content="XuP08h4O_UbzZo81VWNHhFn5OW7elz2_cZi17lt3qvA">
28-
<meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0">
2928
<style>
3029

3130
* {
@@ -123,7 +122,7 @@
123122
<meta itemprop="isAccessibleForFree" content="true">
124123
<meta itemprop="isFamilyFriendly" content="true">
125124
<meta itemprop="typicalAgeRange" content="5-105">
126-
<meta itemprop="url" content="https://basic-geometry.pages.dev">
125+
<meta itemprop="url" content="https://basic-geometry.github.io">
127126
<main itemprop="mainEntity" itemscope itemtype="https://schema.org/LearningResource https://schema.org/MathSolver">
128127
<meta itemprop="name" content="Core Geometric System ™">
129128
<meta itemprop="accessMode" content="mathOnVisual">
@@ -135,7 +134,7 @@
135134
<meta itemprop="isFamilyFriendly" content="true">
136135
<meta itemprop="keywords" content="Core Geometric System, Exact Geometric Calculations, Analysis, Engineering Design Solutions, Computer Graphics Rendering, Algorithm Optimization, Navigation">
137136
<meta itemprop="typicalAgeRange" content="12-18">
138-
<meta itemprop="url" content="https://basic-geometry.pages.dev">
137+
<meta itemprop="url" content="https://basic-geometry.github.io">
139138
<h1 itemprop="headline" style="font-size:130%;margin:7px">Featuring The Core Geometric System ™</h1>
140139
<div class="imgbox">
141140
<img class="center-fit" src="geometry.jpeg" alt="Geometry">
@@ -1617,7 +1616,7 @@ <h3 itemprop="name" style="margin:7px">Trigonometry</h3>
16171616
<br><br><br><br>
16181617
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="triangle">
16191618
<meta itemprop="eduQuestionType" content="Triangle area calculation">
1620-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={triangle_base=3_height=2_area=?}">
1619+
<meta itemprop="target" content="https://basic-geometry.github.io?q={triangle_base=3_height=2_area=?}">
16211620
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
16221621
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
16231622
<meta itemprop="currency" content="USD">
@@ -1743,7 +1742,7 @@ <h3 style="margin:7px" itemprop="name">Area of a Triangle</h3>
17431742
<meta itemprop="interactivityType" content="Interactive">
17441743
<meta itemprop="isAccessibleForFree" content="true">
17451744
<meta itemprop="operatingSystem" content="Web">
1746-
<meta itemprop="url" content="https://basic-geometry.pages.dev#triangle_area_calculator">
1745+
<meta itemprop="url" content="https://basic-geometry.github.io#triangle_area_calculator">
17471746
<meta itemprop="usageInfo" content="Enter the length of each side">
17481747
<label for="side1">Side 1:</label>
17491748
<input id="side1" type="number" value="1" step="any">
@@ -1794,7 +1793,7 @@ <h3 style="margin:7px" itemprop="name">Area of a Triangle</h3>
17941793
<br><br><br>
17951794
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="polygon">
17961795
<meta itemprop="eduQuestionType" content="Polygon area calculation">
1797-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={polygon_sideCount=8_sideLength=4_area=?}">
1796+
<meta itemprop="target" content="https://basic-geometry.github.io?q={polygon_sideCount=8_sideLength=4_area=?}">
17981797
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
17991798
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
18001799
<meta itemprop="currency" content="USD">
@@ -1921,7 +1920,7 @@ <h3 itemprop="name" style="margin:7px">Area of a regular Polygon</h3>
19211920
<meta itemprop="interactivityType" content="Interactive">
19221921
<meta itemprop="isAccessibleForFree" content="true">
19231922
<meta itemprop="operatingSystem" content="Web">
1924-
<meta itemprop="url" content="https://basic-geometry.pages.dev#polygon_area_calculator">
1923+
<meta itemprop="url" content="https://basic-geometry.github.io#polygon_area_calculator">
19251924
<meta itemprop="usageInfo" content="Enter the side count and the length of a side">
19261925
<label for="side-count">Side count:</label>
19271926
<input id="side-count" type="number" value="5" step="1">
@@ -1986,7 +1985,7 @@ <h3 itemprop="name" style="margin:7px">Area of a regular Polygon</h3>
19861985
<br><br><br><br>
19871986
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="circle">
19881987
<meta itemprop="eduQuestionType" content="Circle area calculation">
1989-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={circle_radius=1_area=?}">
1988+
<meta itemprop="target" content="https://basic-geometry.github.io?q={circle_radius=1_area=?}">
19901989
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
19911990
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
19921991
<meta itemprop="currency" content="USD">
@@ -2620,7 +2619,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle</h3>
26202619
<meta itemprop="isAccessibleForFree" content="true">
26212620
<meta itemprop="isFamilyFriendly" content="true">
26222621
<meta itemprop="operatingSystem" content="Web">
2623-
<meta itemprop="url" content="https://basic-geometry.pages.dev#circle_area_calculator">
2622+
<meta itemprop="url" content="https://basic-geometry.github.io#circle_area_calculator">
26242623
<meta itemprop="usageInfo" content="Enter the radius">
26252624
<label for="circle-radius-a">Radius:</label>
26262625
<input id="circle-radius-a" type="number" value="1" step="any">
@@ -2648,7 +2647,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle</h3>
26482647
<br><br><br>
26492648
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="circumference">
26502649
<meta itemprop="eduQuestionType" content="Circumference calculation">
2651-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={circle_radius=1_circumference=?}">
2650+
<meta itemprop="target" content="https://basic-geometry.github.io?q={circle_radius=1_circumference=?}">
26522651
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
26532652
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
26542653
<meta itemprop="currency" content="USD">
@@ -3318,7 +3317,7 @@ <h4>The true Ratio: 3.2</h4>
33183317
<meta itemprop="isAccessibleForFree" content="true">
33193318
<meta itemprop="isFamilyFriendly" content="true">
33203319
<meta itemprop="operatingSystem" content="Web">
3321-
<meta itemprop="url" content="https://basic-geometry.pages.dev#circumference_calculator">
3320+
<meta itemprop="url" content="https://basic-geometry.github.io#circumference_calculator">
33223321
<meta itemprop="usageInfo" content="Enter the radius">
33233322
<label for="circle-radius-c">Radius:</label>
33243323
<input id="circle-radius-c" type="number" value="1" step="any">
@@ -3345,7 +3344,7 @@ <h4>The true Ratio: 3.2</h4>
33453344
<br><br><br>
33463345
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="circle-segment">
33473346
<meta itemprop="eduQuestionType" content="Circle segment area calculation">
3348-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={circle_segment_height=1_length=3_radius=4_area=?}">
3347+
<meta itemprop="target" content="https://basic-geometry.github.io?q={circle_segment_height=1_length=3_radius=4_area=?}">
33493348
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
33503349
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
33513350
<meta itemprop="currency" content="USD">
@@ -3532,7 +3531,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
35323531
<meta itemprop="isAccessibleForFree" content="true">
35333532
<meta itemprop="isFamilyFriendly" content="true">
35343533
<meta itemprop="operatingSystem" content="Web">
3535-
<meta itemprop="url" content="https://basic-geometry.pages.dev#circle_segment_area_calculator">
3534+
<meta itemprop="url" content="https://basic-geometry.github.io#circle_segment_area_calculator">
35363535
<meta itemprop="usageInfo" content="Enter each two of segment height, radius of parent circle, chord length.">
35373536
<label for="segment-height">Segment Height:</label>
35383537
<input id="segment-height" type="number" step="any">
@@ -3632,7 +3631,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
36323631
<br><br><br>
36333632
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="cone_surface">
36343633
<meta itemprop="eduQuestionType" content="Cone surface area calculation">
3635-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={cone_radius=1_height=2_area=?}">
3634+
<meta itemprop="target" content="https://basic-geometry.github.io?q={cone_radius=1_height=2_area=?}">
36363635
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
36373636
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
36383637
<meta itemprop="currency" content="USD">
@@ -3895,7 +3894,7 @@ <h3 itemprop="name" style="margin:7px">Surface Area of a Cone</h3>
38953894
<meta itemprop="isAccessibleForFree" content="true">
38963895
<meta itemprop="isFamilyFriendly" content="true">
38973896
<meta itemprop="operatingSystem" content="Web">
3898-
<meta itemprop="url" content="https://basic-geometry.pages.dev#cone-surface_area_calculator">
3897+
<meta itemprop="url" content="https://basic-geometry.github.io#cone-surface_area_calculator">
38993898
<meta itemprop="usageInfo" content="Enter the height and the bottom radius.">
39003899
<label for="cone-radius-s">Radius:</label>
39013900
<input id="cone-radius-s" type="number" value="1" step="any">
@@ -3929,7 +3928,7 @@ <h3 itemprop="name" style="margin:7px">Surface Area of a Cone</h3>
39293928
<br><br><br>
39303929
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="sphere">
39313930
<meta itemprop="eduQuestionType" content="Sphere volume calculation">
3932-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={sphere_radius=1_volume=?}">
3931+
<meta itemprop="target" content="https://basic-geometry.github.io?q={sphere_radius=1_volume=?}">
39333932
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
39343933
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
39353934
<meta itemprop="currency" content="USD">
@@ -4075,7 +4074,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Sphere</h3>
40754074
<meta itemprop="isAccessibleForFree" content="true">
40764075
<meta itemprop="isFamilyFriendly" content="true">
40774076
<meta itemprop="operatingSystem" content="Web">
4078-
<meta itemprop="url" content="https://basic-geometry.pages.dev#sphere_volume_calculator">
4077+
<meta itemprop="url" content="https://basic-geometry.github.io#sphere_volume_calculator">
40794078
<meta itemprop="usageInfo" content="Enter the radius.">
40804079
<label for="sphere-radius">Radius:</label>
40814080
<input id="sphere-radius" type="number" value="1" step="any">
@@ -4129,7 +4128,7 @@ <h3 itemprop="name" style="margin:7px">Surface Area of a Sphere</h3>
41294128
<br><br><br><br>
41304129
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="cap">
41314130
<meta itemprop="eduQuestionType" content="Spherical cap volume calculation">
4132-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={spherical_cap_radius=2_height=1_volume=?}">
4131+
<meta itemprop="target" content="https://basic-geometry.github.io?q={spherical_cap_radius=2_height=1_volume=?}">
41334132
<h3 itemprop="name" style="margin:7px">Volume of a Spherical Cap</h3>
41344133
<br>
41354134
<figure itemprop="image" class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
@@ -4179,7 +4178,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Spherical Cap</h3>
41794178
<meta itemprop="isAccessibleForFree" content="true">
41804179
<meta itemprop="isFamilyFriendly" content="true">
41814180
<meta itemprop="operatingSystem" content="Web">
4182-
<meta itemprop="url" content="https://basic-geometry.pages.dev#spherical_cap_volume_calculator">
4181+
<meta itemprop="url" content="https://basic-geometry.github.io#spherical_cap_volume_calculator">
41834182
<meta itemprop="usageInfo" content="Enter the radius and the height.">
41844183
<label for="cap-radius">Radius:</label>
41854184
<input id="cap-radius" type="number" value="1" step="any">
@@ -4227,7 +4226,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Spherical Cap</h3>
42274226
<br><br><br>
42284227
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="cone">
42294228
<meta itemprop="eduQuestionType" content="Cone volume calculation">
4230-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={cone_radius=1_height=2_volume=?}">
4229+
<meta itemprop="target" content="https://basic-geometry.github.io?q={cone_radius=1_height=2_volume=?}">
42314230
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
42324231
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
42334232
<meta itemprop="currency" content="USD">
@@ -4625,7 +4624,7 @@ <h4 itemprop="abstract">The volume of a cone can be calculated by algebraically
46254624
<meta itemprop="isAccessibleForFree" content="true">
46264625
<meta itemprop="isFamilyFriendly" content="true">
46274626
<meta itemprop="operatingSystem" content="Web">
4628-
<meta itemprop="url" content="https://basic-geometry.pages.dev#cone_volume_calculator">
4627+
<meta itemprop="url" content="https://basic-geometry.github.io#cone_volume_calculator">
46294628
<meta itemprop="usageInfo" content="Enter the bottom radius and the height.">
46304629
<label for="cone-radius-v">Radius:</label>
46314630
<input id="cone-radius-v" type="number" value="1" step="any">
@@ -4660,7 +4659,7 @@ <h4 itemprop="abstract">The volume of a cone can be calculated by algebraically
46604659
<br><br><br>
46614660
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="pyramid">
46624661
<meta itemprop="eduQuestionType" content="Pyramid volume calculation">
4663-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={pyramid_bottom_edge_number=5_length=3_height=2_volume=?}">
4662+
<meta itemprop="target" content="https://basic-geometry.github.io?q={pyramid_bottom_edge_number=5_length=3_height=2_volume=?}">
46644663
<h3 itemprop="name" style="margin:7px">Volume of a Pyramid</h3>
46654664
<br>
46664665
<figure class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
@@ -4781,7 +4780,7 @@ <h4 itemprop="description" style="margin:12px">The volume of a pyramid can be ca
47814780
<meta itemprop="isAccessibleForFree" content="true">
47824781
<meta itemprop="isFamilyFriendly" content="true">
47834782
<meta itemprop="operatingSystem" content="Web">
4784-
<meta itemprop="url" content="https://basic-geometry.pages.dev#pyramid_volume_calculator">
4783+
<meta itemprop="url" content="https://basic-geometry.github.io#pyramid_volume_calculator">
47854784
<meta itemprop="usageInfo" content="Enter the height, the side count and the length of the bottom edge.">
47864785
<label for="pyramid-side-count">Side count:</label>
47874786
<input id="pyramid-side-count" type="number" value="4" step="1">
@@ -4826,7 +4825,7 @@ <h4 itemprop="description" style="margin:12px">The volume of a pyramid can be ca
48264825
<br><br><br>
48274826
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="frustum_pyramid">
48284827
<meta itemprop="eduQuestionType" content="Horizontal frustum pyramid volume calculation">
4829-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={frustum_pyramid_height=3_edge_length_top=1_bottom=2_number=5_volume=?}">
4828+
<meta itemprop="target" content="https://basic-geometry.github.io?q={frustum_pyramid_height=3_edge_length_top=1_bottom=2_number=5_volume=?}">
48304829
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
48314830
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
48324831
<meta itemprop="currency" content="USD">
@@ -5109,7 +5108,7 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
51095108
<meta itemprop="isAccessibleForFree" content="true">
51105109
<meta itemprop="isFamilyFriendly" content="true">
51115110
<meta itemprop="operatingSystem" content="Web">
5112-
<meta itemprop="url" content="https://basic-geometry.pages.dev#frustum_pyramid_volume_calculator">
5111+
<meta itemprop="url" content="https://basic-geometry.github.io#frustum_pyramid_volume_calculator">
51135112
<meta itemprop="usageInfo" content="Enter the height, the side count and the length of the top and bottom edges.">
51145113
<label for="frustum-pyramid-side-count">Side count:</label>
51155114
<input id="frustum-pyramid-side-count" type="number" value="4" step="1">
@@ -5182,7 +5181,7 @@ <h3 itemprop="name" style="margin:12px">Volume of a Frustum Pyramid</h3>
51825181
<br><br><br>
51835182
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="frustum_cone">
51845183
<meta itemprop="eduQuestionType" content="Horizontal frustum cone volume calculation">
5185-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={frustum_cone_radius_top=1_bottom=2_height=3_volume=?}">
5184+
<meta itemprop="target" content="https://basic-geometry.github.io?q={frustum_cone_radius_top=1_bottom=2_height=3_volume=?}">
51865185
<h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
51875186
<figure class="imgbox" itemscope itemtype="http://schema.org/ImageObject">
51885187
<img class="center-fit" src="frustumCone.jpeg" alt="Frustum cone">
@@ -5337,7 +5336,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
53375336
<meta itemprop="isAccessibleForFree" content="true">
53385337
<meta itemprop="isFamilyFriendly" content="true">
53395338
<meta itemprop="operatingSystem" content="Web">
5340-
<meta itemprop="url" content="https://basic-geometry.pages.dev#frustum_cone_volume_calculator">
5339+
<meta itemprop="url" content="https://basic-geometry.github.io#frustum_cone_volume_calculator">
53415340
<meta itemprop="usageInfo" content="Enter the height and the top and bottom radii.">
53425341
<label for="frustum-cone-base-radius">Base radius:</label>
53435342
<input id="frustum-cone-base-radius" type="number" value="2" step="any">
@@ -5397,7 +5396,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Frustum Cone</h3>
53975396
<br><br><br>
53985397
<section itemprop="mathExpression" itemscope itemtype="https://schema.org/SolveMathAction" id="tetrahedron">
53995398
<meta itemprop="eduQuestionType" content="Tetrahedron volume calculation">
5400-
<meta itemprop="target" content="https://basic-geometry.pages.dev?q={tetrahedron_edge=2_volume=?}">
5399+
<meta itemprop="target" content="https://basic-geometry.github.io?q={tetrahedron_edge=2_volume=?}">
54015400
<div itemprop="actionProcess" itemscope itemtype="https://schema.org/HowTo">
54025401
<div itemprop="estimatedCost" itemscope itemtype="https://schema.org/MonetaryAmount">
54035402
<meta itemprop="currency" content="USD">
@@ -5737,7 +5736,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Tetrahedron</h3>
57375736
<meta itemprop="isAccessibleForFree" content="true">
57385737
<meta itemprop="isFamilyFriendly" content="true">
57395738
<meta itemprop="operatingSystem" content="Web">
5740-
<meta itemprop="url" content="https://basic-geometry.pages.dev#tetrahedron_volume_calculator">
5739+
<meta itemprop="url" content="https://basic-geometry.github.io#tetrahedron_volume_calculator">
57415740
<meta itemprop="usageInfo" content="Enter the length of the edge.">
57425741
<label for="tetrahedron-edge">Edge:</label>
57435742
<input id="tetrahedron-edge" type="number" value="1" step="any">

0 commit comments

Comments
 (0)