diff --git a/about.html b/about.html
new file mode 100644
index 0000000..e892f6f
--- /dev/null
+++ b/about.html
@@ -0,0 +1,116 @@
+
+
+
+
+About — Constructor Fabric
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/partials.jsx b/partials.jsx
index f3da5e4..7f70ce2 100644
--- a/partials.jsx
+++ b/partials.jsx
@@ -76,6 +76,7 @@ window.SiteHeader = function SiteHeader({ active = 'home' }) {
/* Temporarily hidden — restore by uncommenting
{ id: 'try', label: 'Try', href: 'try.html' },
*/
+ { id: 'about', label: 'About', href: 'about.html' },
];
React.useEffect(() => {
document.body.classList.toggle('no-scroll', open);
diff --git a/sitemap.xml b/sitemap.xml
index cc5dbc5..60e7bad 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -5,4 +5,5 @@
https://constructorfabric.org/foundation.htmlmonthly0.6
https://constructorfabric.org/participate.htmlmonthly0.6
https://constructorfabric.org/learn.htmlmonthly0.7
+ https://constructorfabric.org/about.htmlmonthly0.6