1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00

locale progress

This commit is contained in:
Pomax
2020-10-27 18:37:22 -07:00
parent 8802497169
commit 6b224d4de8
15 changed files with 9538 additions and 42 deletions

View File

@@ -13,6 +13,13 @@
<!-- page styling -->
<link rel="preload" href="images/paper.png" as="image" />
<style>
:root[lang="en-GB"] {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
}
</style>
<link rel="stylesheet" href="style.css" />
<!-- And a slew of SEO related meta elements, because being discoverable is important -->
@@ -26,7 +33,7 @@
<meta property="og:description" content="" />
<meta property="og:locale" content="en-GB" />
<meta property="og:type" content="article" />
<meta property="og:published_time" content="Sun Oct 18 2020 14:26:48 GMT-0700 (Pacific Daylight Time)" />
<meta property="og:published_time" content="Tue Oct 27 2020 18:29:36 GMT-0700 (Pacific Daylight Time)" />
<meta property="og:updated_time" content="" />
<meta property="og:author" content="Mike 'Pomax' Kamermans" />
<meta property="og:section" content="Bézier Curves" />