Skip to content

Commit a22fb8d

Browse files
authored
Add files via upload
1 parent 291c95c commit a22fb8d

3 files changed

Lines changed: 487 additions & 303 deletions

File tree

about.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<link rel="icon" type="image/x-icon" href="favicon.ico">
1212
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#000000">
1313
<link href="https://fonts.googleapis.com/css2?family=OpenDyslexic&display=swap" rel="stylesheet">
14-
<link rel="canonical" href="https://basic-geometry.pages.dev/about">
15-
<meta name="robots" content="noindex">
1614
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1715
<meta name="description" content="The story behind the best-established and most accurate framework to calculate area and volume">
1816
<meta name="author" content="Gaál Sándor">
@@ -24,7 +22,9 @@
2422
<meta name="twitter:image" content="android-chrome-256x256.png">
2523
<meta name="msapplication-TileColor" content="#000000">
2624
<meta name="theme-color" content="#000000">
27-
<style>
25+
<meta name="google-site-verification" content="XuP08h4O_UbzZo81VWNHhFn5OW7elz2_cZi17lt3qvA">
26+
<meta name="msvalidate.01" content="EA6B8354B9F3C956E862954E97EB8CD0">
27+
<style>
2828

2929
* {
3030
margin: 0;
@@ -85,7 +85,20 @@
8585
</style>
8686
</head>
8787
<body>
88+
<div itemscope itemtype="https://schema.org/Statement" id="cookie-notice">
89+
<div id="cookie-notice-text">
90+
Welcome!
91+
This website uses cookies to ensure you get the best experience on our website.
92+
Love it, or leave it.
93+
</div>
94+
<div id="cookie-notice-buttons">
95+
<button onclick="document.getElementById('cookie-notice').style.display = 'none';">Accept</button>
96+
<button onclick="location.replace('about:blank')">Leave</button>
97+
98+
</div>
99+
</div>
88100
<div itemscope itemtype="https://schema.org/AboutPage">
101+
<meta itemprop="name" content="About the Core Geometric System ™">
89102
<meta itemprop="accessMode" content="textual">
90103
<meta itemprop="accessMode" content="visual">
91104
<meta itemprop="accessibilityControl" content="fullMouseControl">
@@ -96,17 +109,7 @@
96109
<meta itemprop="isAccessibleForFree" content="true">
97110
<meta itemprop="isFamilyFriendly" content="true">
98111
<meta itemprop="typicalAgeRange" content="5-105">
99-
<div itemprop="usageInfo" itemscope itemtype="https://schema.org/Statement" id="cookie-notice">
100-
<div id="cookie-notice-text">
101-
This website uses cookies to ensure you get the best experience on our website. Love it, or leave it.
102-
</div>
103-
<div id="cookie-notice-buttons">
104-
<button onclick="document.getElementById('cookie-notice').style.display = 'none';">Accept</button>
105-
<button onclick="location.replace('about:blank')">Leave</button>
106-
107-
</div>
108-
</div>
109-
<h1 itemprop="headline" style="font-size:130%;margin:7px">About the Core Geometric System ™</h1>
112+
<h1 itemprop="headline" style="font-size:130%;margin:7px">Rediscovered Geometry</h1>
110113
<br><br>
111114
<article style="margin:12px" itemprop="mainEntity" itemscope itemtype="https://schema.org/Article">
112115
<h2 itemprop="description">Once around 2018 I was wondering how to calculate the area of a circle.</h2>
@@ -271,7 +274,7 @@ <h2 itemprop="description">While trying to explain it to others, I have found th
271274
</div>
272275
<br><br><br><br>
273276
<footer>
274-
<a style="margin:9px" href="https://basic-geometry.github.io">Home</a>
277+
<a style="margin:9px" href="https://basic-geometry.pages.dev">Home</a>
275278
<br>
276279
<br>
277280
<a style="margin:9px" href="privacy-policy">Do Not Sell My Personal Information</a>

0 commit comments

Comments
 (0)