diff options
author | Zach van Rijn <me@zv.io> | 2021-11-13 10:27:02 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-11-13 10:47:31 -0600 |
commit | 267130c98bb50b8eff5d4e67b729a4ab46a78f1f (patch) | |
tree | 63ebb07bd01f9a28d07f83914ccf3b244fd86c1e /src/about/index.html | |
parent | 464785b32d3b7f80e1e44aac9a3530284df80475 (diff) | |
download | site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.tar.gz site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.tar.bz2 site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.tar.xz site-ng-267130c98bb50b8eff5d4e67b729a4ab46a78f1f.zip |
Add POSIX buzzword to homepage and about page.
Diffstat (limited to 'src/about/index.html')
-rw-r--r-- | src/about/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/about/index.html b/src/about/index.html index 9e133db..9c49837 100644 --- a/src/about/index.html +++ b/src/about/index.html @@ -43,6 +43,8 @@ __HEADER__ <p>Adélie is an independent Libre operating system based on the Linux kernel and musl runtime library.<br />We focus on reliability, security, compatibility, portability, and usability.</p> <br /> <p>Simplicity is a feature, not a bug—icebergs are best observed from a distance.<br />That's why Adélie is built on top of proven standards and technologies. It's core to everything we do.</p> + <br /> + <p>We're architecting Adélie in pursuit of <a href="http://get.posixcertified.ieee.org/certification_guide.html#Introduction"><strong>POSIX<sup>®</sup> Certification</a></strong>.</p> </div> </div><!-- end row --> </div><!-- end container --> |