|
83 | 83 | #cookie-notice-buttons button:hover { |
84 | 84 | background-color: #3e8e41; |
85 | 85 | } |
| 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 | + } |
86 | 95 |
|
87 | 96 | body { |
88 | 97 | font-family: 'OpenDyslexic', sans-serif; |
@@ -145,6 +154,14 @@ <h1 style="font-size:130%;margin:7px">Rediscovered Geometry</h1> |
145 | 154 | <meta itemprop="disambiguatingDescription" content="Not the abstract base×height/3 approximate"> |
146 | 155 | <meta itemprop="inDefinedTermSet" content="Core Geometric System ™"> |
147 | 156 | </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"> |
148 | 165 | <meta itemprop="inLanguage" content="en"> |
149 | 166 | <meta itemprop="interactivityType" content="Expositive"> |
150 | 167 | <meta itemprop="isAccessibleForFree" content="true"> |
@@ -512,20 +529,15 @@ <h2>While trying to explain it to others, I have found that different people hav |
512 | 529 | <br><br> |
513 | 530 | Thank you for reading this and thanks to everyone making it possible.</p> |
514 | 531 | </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> |
524 | 533 | </main> |
525 | 534 | <br><br><br><br> |
526 | 535 | <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> |
529 | 541 | </footer> |
530 | 542 | </body> |
531 | 543 | </html> |
0 commit comments