Skip to content

Commit d441ffe

Browse files
authored
Update about.html
Footer, metadata
1 parent debc07b commit d441ffe

1 file changed

Lines changed: 23 additions & 11 deletions

File tree

about.html

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@
8383
#cookie-notice-buttons button:hover {
8484
background-color: #3e8e41;
8585
}
86+
87+
.rounded-button {
88+
display: inline-block;
89+
padding: 7px 9px;
90+
text-decoration: none;
91+
border-radius: 9px;
92+
text-align: center;
93+
transition: background-color 0.3s ease;
94+
}
8695

8796
body {
8897
font-family: 'OpenDyslexic', sans-serif;
@@ -145,6 +154,14 @@ <h1 style="font-size:130%;margin:7px">Rediscovered Geometry</h1>
145154
<meta itemprop="disambiguatingDescription" content="Not the abstract base×height/3 approximate">
146155
<meta itemprop="inDefinedTermSet" content="Core Geometric System ™">
147156
</div>
157+
<div itemprop="author" itemscope itemtype="https://schema.org/Person">
158+
<meta itemprop="familyName" content="Gaál">
159+
<meta itemprop="givenName" content="Sándor">
160+
<meta itemprop="name" content="Gaál Sándor">
161+
<meta itemprop="url" content="https://x.com/gmac4247">
162+
</div>
163+
<meta itemprop="copyrightNotice" content="® All rights reserved">
164+
<meta itemprop="copyrightYear" content="2026">
148165
<meta itemprop="inLanguage" content="en">
149166
<meta itemprop="interactivityType" content="Expositive">
150167
<meta itemprop="isAccessibleForFree" content="true">
@@ -512,20 +529,15 @@ <h2>While trying to explain it to others, I have found that different people hav
512529
<br><br>
513530
Thank you for reading this and thanks to everyone making it possible.</p>
514531
</section>
515-
<br><br><br><br>
516-
<div itemprop="author" itemscope itemtype="https://schema.org/Person">
517-
<span itemprop="familyName">Gaál</span> <span itemprop="givenName">Sándor</span>
518-
<meta itemprop="name" content="Gaál Sándor">
519-
<meta itemprop="url" content="https://x.com/gmac4247">
520-
</div>
521-
<p itemprop="copyrightNotice">® All rights reserved</p>
522-
<p itemprop="copyrightYear">2026</p>
523-
</article>
532+
</article>
524533
</main>
525534
<br><br><br><br>
526535
<footer>
527-
<a style="margin:9px" href="https://basic-geometry.github.io"> Home </a><a href="LICENSE.txt"> Terms </a><a href="privacy-policy"> Do Not Sell My Personal Information </a>
528-
<br><br>
536+
<div style="margin:9px">
537+
<a class="rounded-button" href="https://basic-geometry.github.io">Home</a> <a class="rounded-button" href="LICENSE.txt">Terms</a> <a class="rounded-button" href="privacy-policy">Do Not Sell My Personal Information</a>
538+
<br><br>
539+
<p style="text-align:center">® 2026 Gaál Sándor</p>
540+
</div>
529541
</footer>
530542
</body>
531543
</html>

0 commit comments

Comments
 (0)