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 | |
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.
-rw-r--r-- | src/about/index.html | 2 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 3 insertions, 1 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 --> diff --git a/src/index.html b/src/index.html index 4766bac..85e36a8 100644 --- a/src/index.html +++ b/src/index.html @@ -84,7 +84,7 @@ __HEADER__ <i class="ti-lock"></i> </div> <h6 class="font-weight-medium font-small uppercase">Reliable</h6> - <p>We work side-by-side with kernel engineers, the musl libc project, and adjacent communities to create an environment that conforms to global operating system standards.</p> + <p>We work side-by-side with kernel engineers, the musl libc project, and adjacent communities to create an environment that conforms to global operating system standards such as POSIX<sup>®</sup>.</p> </div> <!-- Feature box 3 --> <div class="col-12 col-lg-4"> |